ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

extract_images can only save images with bgr8 encoding. You could try using image_saver which provide option for setting encoding of the image topic, something like so:

rosrun image_view image_saver _encoding:=16UC1 image:=/camera/depth/image_raw