Items with no label
3335 Discussions

I can't get device pointer

SKim61
Novice
4,253 Views

I am trying to use projection API however whenever I try to access device with

PXCCapture::Device* device = captureManager->QueryDevice();

PXCProjection* projection = device->CreateProjection();

Then I got null from it. How can I get device pointer?

22 Replies
SKim61
Novice
499 Views

Okay Thank you for your help.

0 Kudos
dzhou8
Novice
416 Views

Hi spk921,

I have the same problem with you. Do you make any progress?

I am using C++ (without MFC), trying to map depth image to color space.

see /thread/114408 https://communities.intel.com/thread/114408

There is my full C++ code. But it doesn't work.

If you have any new developments, please reply to me.

Thank you very much~(●'◡'●)

0 Kudos
Reply