Software Archive
Read-only legacy content
17061 Discussions

Support for windows 10 on Parallels?

Mark_C_1
Beginner
346 Views

Hello,

I just received my r200 camera and I am having issues running some of the samples (most of the basic ones work fine). Specifically the ScenePerception example (c++). I am getting PXC_STATUS_ACCELERATION_UNAVAILABLE from m_pSenseMgr->Init() in sp_controller.h.  I've copied the section of SDK code receiving the error below and I've also attached my system info from the log tool that comes with the SDK.  I am running windows 10 in Paralles 10 on a late 2013 MacBook Pro. Could this be an issue related to the graphics drivers used by Parallels?  

bool InitPipeline()
		{
			if(m_pSenseMgr->Init() < PXC_STATUS_NO_ERROR) 
			{
				std::cout << "SenseManager Init Failed\n";
				return false;
			}
			QueryCaptureSize();
			return true;
		}

 

Thanks,
Mark
0 Kudos
2 Replies
Mark_C_1
Beginner
346 Views

I forgot to attach the system info log file so here it is :D

 

0 Kudos
Mark_C_1
Beginner
346 Views

Anybody have any ideas?

0 Kudos
Reply