Kinect / PyKinect2

Wrapper to expose Kinect for Windows v2 API in Python
MIT License
496 stars 236 forks source link

Mapping the depth image to a color image. #71

Open WozniakP opened 5 years ago

WozniakP commented 5 years ago

Is it possible to get data from the methods: get_last_color_frame and get_last_depth_frame after mapping the depths to color and vice versa? I have a problem using ICoordinateMapper methods. It is about the get data eliminating the differences of camera positions. Something like in openni2 ONI_IMAGE_REGISTRATION_DEPTH_TO_COLOR

StaringtheStar commented 5 years ago

me too having a problem with ICoordinateMapper. any progress if you made?

SujithChristopher commented 3 years ago

Same here

KonstantinosAng commented 3 years ago

I have made a library with all the ICoordinateMapper function if you would like to see:

https://github.com/KonstantinosAng/PyKinect2-Mapper-Functions