/rpi-motioneye

A web frontend for the motion daemon.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

motionEye is a web-based frontend for motion. Check out the wiki for more details.

Join the chat at https://gitter.im/ccrisan/motioneye

You can support the development of motionEye by making a small donation.

[paypal]

Building Docker Container for Raspberry Pi

  • mkdir ~/git-repos
  • cd ~/git-repos
  • git clone -b dev https://github.com/rodpayne/rpi-motioneye.git
  • cd ~/git-repos/rpi-motioneye
  • docker build --build-arg VCS_REF=$(git rev-parse HEAD) --build-arg BUILD_DATE=$(date +"%Y-%m-%dT%H:%M:%SZ") -t rodpayne/rpi-motioneye:dev-armhf -f extra/Dockerfile.armv7-armhf .
  • cd ~/git-repos/rpi-motioneye/extra
  • docker-compose up