camonline

camonline


Keywords
camonline
License
BSD-1-Clause
Install
pip install camonline==0.1.5

Documentation

camonline

Make your computer camera a monitor

Install

pip install camonline

Usage

docker run -d --restart always \
--name camonline \
--device=/dev/video0:/dev/video0 \
-v ~/.camonline:/root/.camonline \
wh1isper/camonline

Develop

Install pre-commit before commit

pip install pre-commit
pre-commit install

Install package locally

pip install -e .[test]

Run unit-test before PR, ensure that new features are covered by unit tests

pytest -v