RobotWebTools / web_video_server

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

How to generate ROS topic in client machine? #116

Open blacksheep0303 opened 3 years ago

blacksheep0303 commented 3 years ago

Hi, thanks in advance for any reply. If this issue is not suitable for this repository, please inform and close it, thanks!

It's a very useful job. I can send image from server machine and watch video from client machine by entering web address in browser “http://*.*.*.*:8080/stream_viewer?topic=/camera/color/image_raw”.

But I have a question. Now,I just can watch video from web.Can I generate image ros topic in my client machine? Not just watch it.

Thanks for your help!

hoshinaRobotics commented 2 years ago

Can you get it from OpenCV etc. by referring to the following site?

https://stackoverflow.com/questions/21702477/how-to-parse-mjpeg-http-stream-from-ip-camera/36675148