Converting stereo_msgs/DisparityImage to sensor_msgs/Image
I'm looking for a simple way to display a stereo_msgs/DisparityImage
topic using mjpeg_server, which needs images in the sensor_msgs/Image
format. I'm getting the disparity image from a Kinect thorough the openNI package.
Is there a simple way to convert the disparity image to a flat image, or will I have to write up a custom process to handle the conversion?
Hi, have you work it out? I have the same question
Not yet! I've been distracted by other things to work on, but I'll get back to that soon and post once I have a solution!
@nckswt any solution yet?
I ended up finding a workaround to my problem instead, without having to display the
DisparityImage
. Sorry, no solution found!