Skip to content

Getting MotionEye work with Docker on Raspberry Pi Zero

Notifications You must be signed in to change notification settings

fguiet/motioneye-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Getting motioneye work with a Raspberry Pi Zero, a Raspberry Cam and Docker

Download a HypriotOS image and burn it on a SD card

Don't forget to enable the raspberry camera

sudo raspi-config

Installation

This tutorial is using a modified version of Calin Crisan docker file :

I recommend you to read his Wiki about how to configure MotionEye for more information

How to :

  1. Create the following folder (adapt with your linux home)
mkdir -p /home/fred/applications/motioneye
mkdir -p /home/fred/applications/motioneye/conf
mkdir -p /home/fred/applications/motioneye/data
cd /home/fred/applications/motioneye
  1. Git clone this repository
git clone https://github.com/fguiet/motioneye-docker.git
  1. Git clone ccrisan motioneye repository
git clone -b dev https://github.com/ccrisan/motioneye.git
  1. Enter project folder, build the docker image and have a cup of coffe (or two..or three...)
cd motioneye
docker build --build-arg VCS_REF=$(git rev-parse HEAD)  --build-arg BUILD_DATE=$(date +"%Y-%m-%dT%H:%M:%SZ") -t guiet/motioneye:v1 -f  /home/fred/applications/motioneye/motioneye-docker/Docker/motioneye_dockerfile .
  1. Run docker motioneye
cd /home/fred/applications/motioneye/motioneye-docker/Docker
chmod u+x motioneye_dockerrun
./motioneye_dockerrun
  1. Open your favorite browser...wait for motioneye to be ready and enjoy !
http://your_raspberry_zero_ip:8765/

About

Getting MotionEye work with Docker on Raspberry Pi Zero

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages