Go to file
Jimmy Allen 1c24efd919 Add add gesture recognition 2024-01-02 18:00:02 +13:00
.gitignore Ignore venv and jpg task files 2024-01-02 17:59:24 +13:00
README.md README 2024-01-02 17:10:08 +13:00
camera.py Add Python code 2023-05-25 11:50:00 +12:00
client.py Add Python code 2023-05-25 11:50:00 +12:00
hands.py Add mediapipe hands example 2024-01-02 17:10:32 +13:00
main.py Add Python code 2023-05-25 11:50:00 +12:00
reconise.py Add add gesture recognition 2024-01-02 18:00:02 +13:00
requirements.txt Requirements 2023-05-25 11:53:34 +12:00
server.py Add Python code 2023-05-25 11:50:00 +12:00
udpserver.py Add Python code 2023-05-25 11:50:00 +12:00

README.md

#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