Open sarabsethi opened 6 years ago
my get_3D_coordinates example code (included in response to https://github.com/Kinect/PyKinect2/issues/24) does this in an offline fashion (i.e first save data, then read the 3D position or depth of the relevant pixel in the saved data frame), if thats of any help
I've seen a few questions asking similar things but with no clear solution. I'd like to get the corresponding depth from the depth sensor of a given x, y point in the colour image (MapColorFrameToDepthSpace method from the SDK).
How do I access this in python?
Thanks!