mlaiacker / rosbag2video

converts image sequence in ros bag files to video files
GNU General Public License v2.0
313 stars 111 forks source link

I Can't extract the video from bag file #6

Closed yellowjs0304 closed 4 years ago

yellowjs0304 commented 6 years ago

Hello I did the command ./rosbag2video.py -r 50 -o test.mp4 MYBAG.bag It returns

using  50.0  FPS
############# USING ######################
camera/rgb/image_raw  with datatype: sensor_msgs/Image
############# USING ######################
camera/depth_registered/image_raw  with datatype: sensor_msgs/Image
unsuportet encoding: bayer_grbg8

How Can I Fix this problem?

Maxinjun commented 5 years ago

@yellowjs0304 Have you got the solution? I also meet the same issue as following maxj@ubuntu:~/rosbag2video$ python rosbag2video.py -t /stereo_camera/left/image_raw_throttle/compressed ~/test.bag using 25.0 FPS ############# USING ###################### /stereo_camera/left/image_raw_throttle/compressed with datatype: sensor_msgs/CompressedImage

unsuportet format: bayer_bggr8; jpeg compressed

yellowjs0304 commented 5 years ago

@Maxinjun Sorry, but I didn't get any solution.