Skip to content
Snippets Groups Projects
Leo Sutevski's avatar
.
Leo Sutevski authored
93bb809a
History

CMOS_camera_control

A plugin to control the CMOS camera

Requirements

Makefile targets:

  • prepare: install the required dependencies using poetry. On Windows, run poetry 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 via systemctl.