This commit is contained in:
2024-01-02 17:10:08 +13:00
parent e025d24bd8
commit d7862d9146

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
#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```