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
Next revision
Previous revision
software:zoneminder:picamera [2021/06/02 16: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 ===== 
 + 
 +  - 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 
 +</code>
  
 ===== Install v4l2rtspserver on camera ===== ===== Install v4l2rtspserver on camera =====
  
 <code bash> <code bash>
 +# get pre-req's
 +apt -y install cmake liblog4cpp5-dev libv4l-dev git
 git clone https://github.com/mpromonet/v4l2rtspserver git clone https://github.com/mpromonet/v4l2rtspserver
 cd v4l2rtspserver cd v4l2rtspserver
software/zoneminder/picamera.1622669313.txt.gz · Last modified: 2021/06/02 16:28 by rodolico