I want to use RGB and depth video generated from Kinect (not version v2) and extract real coordinates so to map them on point cloud. I do not possess Kinect device but only the data. I am primarily relying upon OpenCV for this but can use some other open source tool. I have extracted frames from both videos and frames from both videos are numpy nd arrays 640X480X3. Can anyone provide some pointers or suggestions or existing solutions please? Thanks a ton!