Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Freeze when requesting the depth confidence map

IEBEI
Novice
398 Views

I get hanging when requesting the depth confidence map this way,

    pSenseManager->EnableStream(PXCCapture::STREAM_TYPE_COLOR, WINDOW_WIDTH, WINDOW_HEIGHT, 60);
    pSenseManager->EnableStream(PXCCapture::STREAM_TYPE_DEPTH, WINDOW_WIDTH, WINDOW_HEIGHT, 60, PXCCapture::Device::StreamOption::STREAM_OPTION_DEPTH_CONFIDENCE);
    pSenseManager->Init();

 

 

0 Kudos
0 Replies
Reply