RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
BSD 3-Clause "New" or "Revised" License
280 stars 190 forks source link

Stream image contained in rostopic #70

Closed aufheben1 closed 1 month ago

aufheben1 commented 6 years ago

For instance, I publishes topic in message type like below

string someInformation; sensor_msg/image wantToStream;

To the best of my knowledge, web_video_server streams only for rostopic, and cannot stream the image information contained in rostopic.

Is there such functionality already in this node and I'm missing it? If not, is there any plan to update these functionality?

viktorku commented 6 years ago

No, it's not possible to do this with web_video_server. The topic needs to be a sensor_msgs/Image for the web_video_server to automatically detect it and "bridge it" through HTTP.