https://github.com/n8henrie/picam
Simple python3 motion detection with Raspberry Pi camera
https://github.com/n8henrie/picam
Last synced: 3 months ago
JSON representation
Simple python3 motion detection with Raspberry Pi camera
- Host: GitHub
- URL: https://github.com/n8henrie/picam
- Owner: n8henrie
- License: mit
- Created: 2016-08-29T20:39:27.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2016-09-11T23:11:59.000Z (over 8 years ago)
- Last Synced: 2024-12-27T16:26:44.447Z (5 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# picam
[](https://travis-ci.org/n8henrie/picam)
Simple python3 motion detection with Raspberry Pi camera
- Free software: MIT
- Documentation: https://picam.readthedocs.org## Features
- TODO
## Introduction
- TODO
## Dependencies
- Python >= 3.5
- See `requirements.txt`## Quickstart
1. `pip3 install picam`
- TODO### Development Setup
1. Clone the repo: `git clone https://github.com/n8henrie/picam && cd
picam`
1. Make a virtualenv: `python3 -m venv venv`
- TODO## Configuration
- TODO
## Acknowledgements
- 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## Troubleshooting / FAQ
- TODO