Sign inSign up

eigokor/rpi-motionpy

By eigokor

Updated almost 11 years ago

Image
1

1.0K

eigokor/rpi-motionpy repository overview

Raspberry PI motion sensor Application currently supports:

  1. motion detection
  2. camera picture can be uploaded to Dropbox
  3. camera can take a picture when motion is detected
  4. motion event posted to Twitter

docker pull eigokor/rpi-motionpy

sensor config example

[GLOBAL] sensorTag = BEDROOM logMessage = Motion detected

[GPIO] boardGPIOPort = 17

[TWITTER] enabled = False statusMessage = Motion detected consumer_key = < Twitter app cinsuner key > consumer_secret = < Twitter app consumer secret > access_token_key = < Twitter app token key > access_token_secret = < Twitter app access token secret >

[CAMERA] enabled = False cameraResoulution = [1280, 720] cameraHflip = True cameraVflip = True cameraWarmup = 1 numShots = 5 shutterInterval = 1 imagesPath = /data/images

[DROPBOX] enabled = False access_token =

docker run --cap-add SYS_RAWIO --device=/dev/mem:/dev/mem \ --privileged -d --name=entrance-py \ -v /var/container_data/cfg/sensor.cfg:/data/motion/cfg/sensor.cfg \ -v /var/container_data/bedroom/images:/data/images \ eigokor/rpi-motionpy

Tag summary

Content type

Image

Digest

Size

259.3 MB

Last updated

almost 11 years ago

docker pull eigokor/rpi-motionpy