Sunday, November 28, 2010
Saturday, November 20, 2010
MJPG-STREAMER Ubuntu 10.10 Desktop
As follows are my notes to install and configure mjpg_streamer.
- Verify your camera is identified.
- open terminal and type ls -i /dev/video*
- you should see at least one device
- Download the deb package.
- Click open in download dialog box
- Select install from package installer window that opens.
- In the previously opened terminal type sudo apt-get install libjpeg-progs
- Type: apt-get install libjpeg62
- Type: sudo depmod -a
- Type: sudo modprobe uvcvideo
- Type: mjpg_streamer -i "input_uvc.so -d /dev/video0 -y" -o "output_http.so -p 8090 -w localhost"
- Open browser window and enter the address of http://localhost:8090/?action=stream
- You should see your video
Labels:
mjpg_streamer,
mjpg-streamer,
ubuntu,
video,
webcam
Subscribe to:
Posts (Atom)