streamwatcher/README.md
2020-06-29 19:07:14 +00:00

21 lines
492 B
Markdown

[![Build Status](https://drone.broodjeaap.net/api/badges/broodjeaap/StreamWatcher/status.svg)](https://drone.broodjeaap.net/broodjeaap/StreamWatcher)
# 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`