personlin / pimotion

Pimotion is a motion detector application that runs on the Raspberry PI. It captures snapshots of movement and uploads the montage image to an M2X stream.

Home Page:https://m2x.att.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pimotion

PIMotion Logo

Pimotion is a motion detector application that runs on the Raspberry PI. It captures snapshots of movement and uploads the montage image to an M2X device.

Package Dependencies

numpy==1.6.2
PIL==1.1.7
requests==2.4.3
picamera==1.8
m2x==4.0.0

Installation

Installation can be done through cloning the repo onto your Raspberry PI:

$ git clone https://github.com/citrusbyte/pimotion.git
$ cd pimotion
$ pip install -r requirements.txt

Configuration

Copy the settings.cfg.example file to settings.cfg and modify it with your CloudAPP username and password.

Running

The application can be started by running:

$ python pimotion/main.py

Example Capture

pimotion-demo-capture

License

This project is delivered under the MIT license. See LICENSE for the terms.

Attributions

Written by Jelle Henkens, sponsored by Citrusbyte

About

Pimotion is a motion detector application that runs on the Raspberry PI. It captures snapshots of movement and uploads the montage image to an M2X stream.

https://m2x.att.com/

License:MIT License


Languages

Language:Python 100.0%