Project website: https://servocam.org
Documentation (en): https://servo-cam.readthedocs.io/en/latest
GitHub: https://github.com/servo-cam
Release: 0.9.2 | 2023.03.27
Usage:
- Create a virtual environment and install dependencies:
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
- Start the webserver (Flask):
python3 start.py
- Open web-browser and go to address:
http://localhost:8000
(c) 2023, servocam.org
MIT License