Giter VIP home page Giter VIP logo

rpi-motion's Introduction

RPi-Motion

Docker Automated build

Docker Build Status

This runs a motion-detecting camera connected to a Raspberry Pi. The videos are saved into a folder on the host machine (i.e. outside of the Docker container), and can be streamed over the network too.

Running

If you're happy with the defaults, you can pull the latest docker image and run it:

./run.sh

This will connect to a webcam via /dev/video0 and start running as a docker daemon.

Bootstrapping a Pi

  • Write a Raspbian image to your SD card

  • Mount the Boot volume of the SD card

    • Create a file named wpa_supplicant.conf

    • Paste this into the .conf file and fill in your network details

country=US ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1

network={ ssid="" psk="" }


* Create an empty file named `ssh` to enable SSH

* Plug the SD card into your Pi and power on

* SSH into the Pi
* *Username*: pi
* *Password*: raspberry

* Change the password

`passwd`

* Install git

`sudo apt update && sudo apt install -y git`

* Clone this repo and run the bootstrap script

git clone https://github.com/arunderwood/rpi-motion.git cd rpi-motion sudo ./bootstrap.sh

rpi-motion's People

Contributors

arunderwood avatar lazyatom avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.