hi, i was tinkering with the kinect sensor with python and opencv.
Is there a way to get the distance from the sensor in millimeters? I ask because i don't find any examples or documentation of it in python, thanks
You can try using freenect2, it worked for me on ubuntu 14.04 and raspberry pi 4 with python. It's pretty simple to use and gives color and depth pics. It's based on libfreenect2. It has good documentation.
hi, i was tinkering with the kinect sensor with python and opencv. Is there a way to get the distance from the sensor in millimeters? I ask because i don't find any examples or documentation of it in python, thanks