RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
Other
270 stars 188 forks source link

Duration is out of dual 32-bit range #73

Closed jpack2015 closed 5 years ago

jpack2015 commented 5 years ago

Hello,

I am running video_stream_opencv to get video from a usb camera and publish it to a ROS topic, which it is doing just fine. I am then trying to use web_video_server to pull from that topic and display in a browser.

capture

I can go to http://localhost:8080 in the browser and see all the ros topics, I can get a snapshot from the image_raw topic being published to from video_stream_opencv, but when clicking on the topic itself (to get video, I'm assuming) after a couple of frames, web_video_server gives me the following error:

terminate called after throwing an instance of 'std::runtime_error' what(): Duration is out of dual 32-bit range Aborted

I am running Ubuntu 16.04 on a RaspberryPi 3

Any suggestions would be greatly appreciated.