Convert v4l2 to mjpeg stream
Introduction
mjpg_streamer takes input from a v4l2 device and streams it in a format compatible with motion
Detailed Description
Run this from the command line:
mjpg_streamer -i "input_uvc.so -d /dev/video5" -o "output_http.so"
and put this in for the motion configuration:
input 8
netcam_url http://localhost:8080/?action=stream
More info at:
http://sourceforge.net/projects/mjpg-streamer/
Attached Files
Describe attached files if any
Installation
What do you need to install before?
How do you install the program? (assume talking to a newbie)
Users Guide
How do you use the project?
Comments and Bug Reports