Page 1 of 1

mjpg-streamer to external C++ program

Posted: Wed Mar 06, 2013 5:13 am
by unisethenry
Hi everyone~ This is my first post on this forum.

I am now trying to build a mobile robot using the pi and control it via computer vision.
I tried to make the computer vision control program run on raspberry, but it turned out to be extremely slow.

I am now trying to use the mjpg-streamer to stream MJEP through TCP and process it on another computer through a LAN network, but I have no ideas where to start.

Any kind of help will be great!

Re: mjpg-streamer to external C++ program

Posted: Sat Mar 09, 2013 7:26 pm
by skidoobond
I would start with the motion webcam service. There are tutorials out there on how to set that up. Once you can successfully stream video, you can go from there.