Jump to content

Camera Pi: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2025

  • curprev 15:0215:02, 6 August 2025 Encryptid talk contribs 866 bytes +866 Created page with "Mostly a placeholder page for now =Legacy= <pre># Packages needed for mjpg-streamer pacman -S gcc make wget screen v4l-utils v4l2ucp imagemagick mjpegtools # Grab mjpg-streamer and install wget http://terzo.acmesystems.it/download/webcam/mjpg-streamer.tar.gz tar -xzvf mjpg-streamer.tar.gz cd mjpg-streamer/ ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h # Comment the following in Makefile # PLUGINS += input_gspcav1.so # Now compile make # Run the s..."