1c24efd9194a894e5f9fc9f01e6609277df442f5
#ADJ
Generating music from a camera
Install
sudo apt install -y python3-picamera2
python3 -m venv --system-site-packages .venv
. .venv/bin/activate
pip install -r requirements.txt
Description
Languages
Python
100%