In my lab, we're using ROS and an Xtion Pro, and we need to characterize the IR "noise" from another piece of equipment that we're using. We wrote a ROS node to do so, using the openni_launch
and sensor_msgs
libraries. As soon as we run it, we get the printout "Pixel encoding: mono16".
We don't recognize the format and Google was of little aid. In order for this node to be useful, we need a mental or programmatic way to parse that into a format we recognize.