microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.47k stars 613 forks source link

Getting depth data without depth engine #1956

Closed ShayHQ closed 7 months ago

ShayHQ commented 8 months ago

Hi all! I have a question about capturing depth data without using the depth engine. Is it possible to get the raw depth data without changing code in the SDK?

I am using raspberry pi 4 which does not support OpenGL 4.4 so the depth engine is unable to create the opengl 4.4 context.

ShayHQ commented 7 months ago

Had to divide the entire sdk to two repos one without the depth engine (ir images) and the other builds the engine wrapper only