cthorey / nest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What cat is peeing on my front door?

Setup

  1. Plug your camera on your machine
  2. Find out its name
sudo apt-get install v4l-utils
v4l2-ctl --list-devices
  1. Replace ATTR{name}=="MY_CAMERA_NAME" in scripts/10-camera.rules
  2. Setup the dev rule and start the stack.
make install-dev-rules
make build
make start

If everything works - you'll have a webapp with livestream / stats / last detection in the browser on 0.0.0.0:8501.

About


Languages

Language:Python 63.2%Language:Shell 19.2%Language:Dockerfile 9.4%Language:Makefile 8.2%