How to convert a video stream from a browser to a ros topic?
Hi,
I have my robot broadcasting a video to a web browser. My question is, how do I get the video stream from the browser and convert it to a ROS readable format(ie a ros msg) so that I can create a topic which rebroadcasts the msg for data manipulation purposes. Thanks.