Simple python3 motion detection with Raspberry Pi camera
- Free software: MIT
- Documentation: https://picam.readthedocs.org
- TODO
- TODO
- Python >= 3.5
- See
requirements.txt
pip3 install picam
- TODO
- Clone the repo:
git clone https://github.com/n8henrie/picam && cd picam
- Make a virtualenv:
python3 -m venv venv
- TODO
- TODO
- https://github.com/pageauc/pi-motion-lite/blob/master/pi-motion-lite_2.py
- http://picamera.readthedocs.io/en/release-1.12/api_array.html#pimotionanalysis
- TODO