CMOS_camera_control
A plugin to control the CMOS camera
Requirements
- Python 3.6+
- poetry
Makefile targets:
-
prepare
: install the required dependencies using poetry. On Windows, runpoetry install
. -
run
: run the plugin. On Windows,poetry run python -m cam_control.main
. -
clean
: removes poetry lockfile and virtual environment. -
services
(Unix only): create and install a unit service file to runs the plugin server viasystemctl
.