An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# picam

[![Build Status](https://travis-ci.org/n8henrie/picam.svg?branch=master)](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