You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I entered this command to extract depth images from intel realsense R200 camera: rosrun image_view extract_images _sec_per_frame:=0.01 image:=/camera/depth/image_raw
I wasn't able to get the images, instead showed this error:
[ERROR] [1529053683.952956798]: Unable to convert 16UC1 image to bgr8
[ WARN] [1529053683.953020485]: Couldn't save image, no data!
When i entered this command for color images, it worked: rosrun image_view extract_images _sec_per_frame:=0.01 image:=/camera/color/image_raw
How can this issue be resolved?
The text was updated successfully, but these errors were encountered:
JanhviK
changed the title
Extracting depth images using rosrun command.
Extracting depth images using rosrun command through realsense R200 camera.
Jun 15, 2018
I entered this command to extract depth images from intel realsense R200 camera:
rosrun image_view extract_images _sec_per_frame:=0.01 image:=/camera/depth/image_raw
I wasn't able to get the images, instead showed this error:
When i entered this command for color images, it worked:
rosrun image_view extract_images _sec_per_frame:=0.01 image:=/camera/color/image_raw
How can this issue be resolved?
The text was updated successfully, but these errors were encountered: