Programming Languages: C
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2013-04-23
svn co https://mjpg-streamer.svn.sourceforge.net/svnroot/mjpg-streamer mjpg-streamer
Use thi input_uvc plugin it supports basically all v4l2 device including gspca.
2013-05-21 11:40:03 PDT by martonmiklos
When usgin [code]./mjpg_streamer --input "/usr/bin/mjpg-streamer-r63/plugins/input_gspcav1/input_gspcav1.so --device /dev/video0" --output "/usr/bin/mjpg-streamer-r63/plugins/output_http/output_http.so -p 8000 -w /webcam_www"[/code] the following is returned [code]MJPG Streamer Version.: 2.0 i: Using V4L1 device.: /dev/video0 i: Desired Resolution: 640 x 480...
2013-05-21 07:23:10 PDT by thetallone
Sorry for kinda beating an dead horse, but... I've recently moved to arch linux on my raspberry pi (no HW changes), as I do not need any GUI, and I've found out there are no problems described above- everything is smooth and consistant, no freezes whatsoever. So I think raspbian was the reason.
2013-05-21 03:31:16 PDT by sulya
i solved similar problem by reducing a size of picture.
2013-05-12 02:36:12 PDT by Yuta
Try -y option: [b]./mjpg_streamer -i "input_uvc.so -d /dev/video0 -y" -o "./output_http.so -w ./www -p 8080"[/b] or buy other camera that support mjpeg format (for example Genius iSlim 320, Logitech C110, Logitech C170...).
2013-05-12 01:24:21 PDT by https://www.google.com/accounts
I am looking for a simple way to capture v4l devices to MJPG streams, and output_file.so claims to support this, however the -m option is silently ignored. It appears it is not handled in the output_init function.
2013-05-06 17:07:21 PDT by wehopkins
Hi everybody, When I try to run mjpg-streamer I receive this output: [code]MJPG Streamer Version.: 2.0 i: Using V4L2 device.: /dev/video0 i: Desired Resolution: 640 x 480 i: Frames Per Second.: 5 i: Format............: MJPEG Unable to set format: Invalid argument Init v4L2 failed !! exit fatal i: init_VideoIn failed [/code] This is my command: [code] ./mjpg_streamer -i...
2013-05-03 13:57:58 PDT by iconso
I'd also be interested in a solution for that... ;-)
2013-05-03 01:20:24 PDT by werthdavid
I use binaries of mjpeg-streamer from openwrt.org repository (TpLink 703N). It seems that all 16:9 resolution converts to 4:3, for example option resolution "640x360" produce 480x360 output. I was not in previous versions. What is the reason?.
2013-05-02 03:40:40 PDT by sir66
I followed this and works so much better than motion http://wolfpaulus.com/jounal/embedded/raspberrypi_webcam.
2013-05-01 03:30:30 PDT by adigraham