Hi everyone, i’m using recfusion sdk and it work correctly with realsense. But when i use azure kinect SDK cannot open sensor. How can i use SDK for azure kinect?
Hello,
please make sure that you are trying to open sensor by supplying a supported color and depth format.
Supported depth formats:
320x288
640x576
512x512
1024x1024
Supported color formats:
1280 x 720
1920 x 1080
2560 x 1440
2048 x 1536
3840 x 2160
4096 x 3072
Just try to open the sensor for example like this:
sensor->open(1280, 720, 640, 576);
Best regards,
Olga
Hi gavranovic, i switch ConsoleReconstruction sample to the QtReconstruction sample and it work nice. thanks for your reply,
Best regards,