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
Last revisionBoth sides next revision
software:zoneminder:picamera [2021/06/02 16:28] rodolicosoftware:zoneminder:picamera [2021/06/06 01:28] rodolico
Line 8: Line 8:
  
 Following assumes you have raspian installed on a Pi with a camera attached. Following assumes you have raspian installed on a Pi with a camera attached.
 +===== 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.txt · Last modified: 2021/06/06 01:34 by rodolico