Hi, author of obs-kinect here.
First of all, thank you for your amazing job on libfreenect, I've been using it for my plugin but there's one issue that remains, I need to be able to get registered depth (color-mapped depth as I call it) and regular depth at the same time, however libfreenect seems to be the only kinect backend which doesn't provide a function to map depth to rgb space (libfreenect2 has Registration::apply
, Kinect SDKs have MapColorFrameToDepthFrame
, Azure SDK has k4a_transformation_depth_image_to_color_camera).
I see there's the internal freenect_apply_depth_to_mm
which seems to do what I want, is there a way it could be exposed?
Thank you.