You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the python wrapper for libfreenect to acquire images from kinect v1. Is there a function in freenect to do the color to depth registration? I see that there is a function freenect_map_rgb_to_depth in registration.c (https://github.com/OpenKinect/libfreenect/blob/master/src/registration.c). How can I use it from python?