adrianmay / moco

Motion detection. Docker-based opencv C(++) project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moco

Motion detection. Docker-based opencv C(++) project

Usage

make && moco -p

docker build -t moco . && docker run -d --network host -v /out:/out moco

Hack the source to set the camera url or pass -d to the exe for the first inbuilt cam or -i for some file or url The results get dropped on the /out volume

About

Motion detection. Docker-based opencv C(++) project

License:MIT License


Languages

Language:C++ 57.3%Language:Makefile 26.3%Language:Dockerfile 16.4%