Thank you for this python library for Kinect Azure.
I could run the example.py successfully. But how can I get access to the depth data? I want the depth information to further be processed by some other algorithms.
I added depth = k4a.capture_get_depth_image(capture) and k4a.image_release(depth). But it did not obtain the depth.
Thanks
Thank you for this python library for Kinect Azure.
I could run the example.py successfully. But how can I get access to the depth data? I want the depth information to further be processed by some other algorithms.
I added
depth = k4a.capture_get_depth_image(capture)andk4a.image_release(depth). But it did not obtain the depth.Thanks