Raspberry Pi/PiCam as USB Webcam
- Install Debian Buster lite
sudo apt update sudo apt install -y python3-dev python3-pip libyaml-dev libffi-dev git ansible sudo pip3 install --no-binary pyyaml ansible git clone https://github.com/geerlingguy/pi-webcam.git cd pi-webcam cp inventory-local.example inventory ansible-playbook main.yml