User Tools

Site Tools


software:zoneminder:picamera

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
software:zoneminder:picamera [2021/06/06 01:28] rodolicosoftware:zoneminder:picamera [2021/06/06 01:34] (current) rodolico
Line 7: Line 7:
 Anyway, no GUI needed, so I did the Raspberry Pi OS Lite (https://www.raspberrypi.org/software/operating-systems/) and set it up, then did the following. Ended up with a pretty decent camera that is not "phoning home" with all your images. Anyway, no GUI needed, so I did the Raspberry Pi OS Lite (https://www.raspberrypi.org/software/operating-systems/) and set it up, then did the following. Ended up with a pretty decent camera that is not "phoning home" with all your images.
  
-Following assumes you have raspian installed on a Pi with a camera attached. +===== Configure Raspberry Pi =====
-===== Verify camera works =====+
  
-<code bash>+  - Enable wlan by adding the following to /etc/wpa_supplicant/wpa_supplicant.conf<code bash>country=US 
 +network={ 
 +   ssid="your ssid" 
 +   psk="your psk" 
 +}</code> 
 +  - Enable camera interface<code bash> 
 +raspi-config 
 +# go to Interface, and enable camera 
 +</code> 
 +  - Verify camera works<code bash>
 raspistill -v -o test.jpg raspistill -v -o test.jpg
 </code> </code>
software/zoneminder/picamera.1622960899.txt.gz · Last modified: 2021/06/06 01:28 by rodolico