mjpg streamer installation - t-oster/VisiCut GitHub Wiki
Follow the following article, but make by running make mjpg_streamer
instead of make mjpg_streamer input_file.so output_http.so
.
http://blog.miguelgrinberg.com/post/how-to-build-and-run-mjpg-streamer-on-the-raspberry-pi
http://skillfulness.blogspot.nl/2010/03/mjpg-streamer-documentation.html
- If you get errors like "Inappropriate ioctl for device" add
-n
in the-i
section. - Some camera's don't support mjpeg (like the ps3 camera), you can then try to use the YUYV format. To use this add
-y
in the-i
section.