Tinhead, the super-vampire robot builder has created a raspberry pi bot which will stream off video from a webcam mounted on the pi to his PC. The PC will consume the video stream and process it in OpenCV then call back to the Pi bot control messages.  Distributed Robotics Rock !

raver1975

10 years 11 months ago

**UPDATE**

I followed the instructions here to install mjpeg-streamer:

http://www.justrobots.net/?p=97

and then I use MRL (IPCamera in OpenCV service) to access the url:

http://rasberrypIPaddressi:8090/?action=stream

and it works beautifully!

-------------------------------------------------------------------------------

What do you use to stream the video on the PI?

What's the command line you use to start it?

I'm trying to replicate this, but am having no luck so far.

Thanks!