No description
Find a file
2020-06-29 20:12:28 +00:00
static IP cam shot.jpg is now streamed through the web server 2020-06-29 20:12:28 +00:00
templates IP cam shot.jpg is now streamed through the web server 2020-06-29 20:12:28 +00:00
tmp added static files and moved templates to own dir 2020-06-29 19:19:24 +00:00
.air.conf added air conf for live reload dev 2020-06-29 17:32:48 +00:00
.drone.yml added test for index 2020-06-29 19:04:24 +00:00
.gitignore added main binary to .gitignore 2020-06-29 17:33:37 +00:00
LICENSE Initial commit 2020-06-29 18:44:11 +02:00
main.go IP cam shot.jpg is now streamed through the web server 2020-06-29 20:12:28 +00:00
main_test.go added test for index 2020-06-29 19:04:24 +00:00
README.md new line in readme 2020-06-29 19:08:06 +00:00
requirements.yaml first commit 2020-06-29 17:13:04 +00:00

Build Status

StreamWatcher

Can watch and record several streams, optionally based on annotated areas.

Setup

Conda

Install env: conda env create -f requirements.yaml

Live Reload (Air)

Install air:
curl -fLo /root/miniconda3/envs/go/bin/air https://git.io/linux_air
chmod +x /root/miniconda3/envs/go/bin/air

Run with:
air