Skip to content

indi_pylibcamera setup

Aaron W Morris edited this page Jan 30, 2024 · 19 revisions

Install system packages

sudo apt-get install python3-picamera2

Virtualenv change

System modules must be allowed in the virtualenv

Edit virtualenv/indi-allsky/pyvenv.cfg and set include-system-site-packages = true

Example:

home = /usr/bin
include-system-site-packages = true
version = 3.11.2
executable = /usr/bin/python3.11
command = /usr/bin/python3 -m venv /home/aaron/git/indi-allsky/virtualenv/indi-allsky
Clone this wiki locally