Items with no label
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
3340 Discussions

Unable to run some samples

MMark39
Beginner
1,216 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? Any ideas on possible solutions would be greatly appreciated.

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
1 Reply
idata
Employee
400 Views

MarkC

 

 

Thanks for contacting Intel® Communities Support,Please let me investigate about this.

 

 

Regards,

 

Hellen.

 

0 Kudos
Reply