I have one pixel in 1920*1080 color frame, and I need to know it's location in camera space in meters. I know I should use CoordinateMapper class, but the method CoordinateMapper.MapColorFrameToCameraSpace
documented here takes depth frame as input. I'm confused: shouldn't the input be a color frame? I want to map between color frame and camera space after all.
I think there's something eludes me, I appreciate it if anyone can make it clear. Thank you!