Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 187 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 187 Bytes

PiCameraVideoSurveillance

Basic spy camera using Raspberry Pi Zero with PiCamera and python3.

Start at boot

$ sudo nano /etc/rc.local
Add line: python3 /home/pi/camera.py &