ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why don't you use mjpeg_sever (http://wiki.ros.org/mjpeg_server) ?

You can not only use it as full-page requesting e. g.

http://localhost:8080/stream?topic=/IMAGE_TOPIC

as mentioned in the tutorial you can also embed the image in your page's img tags llike:

<img src="http://localhost:8080/stream?topic=/IMAGE_TOPIC" />