web_video_server icon indicating copy to clipboard operation
web_video_server copied to clipboard

Stream image contained in rostopic

Open aufheben1 opened this issue 7 years ago • 1 comments

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?

aufheben1 avatar Aug 30 '18 02:08 aufheben1

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.

viktorku avatar Oct 18 '18 17:10 viktorku