Main public logs
Appearance
Combined display of all available logs of YawgNetWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:02, 6 August 2025 Encryptid talk contribs created page Camera Pi (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...")