zero_webcam
Dies ist eine alte Version des Dokuments!
Pi-Zero als USB-Cam
Achtung: Habe es nur mit 2020-02-05-raspbian-buster auf zero-w hinbekommen. Aber kein sudo apt-get update machen! Sonst kam unter Windows nur ein ganz kurzes Bild und dann war alles wieder weg.
Hiermit probiere ich es mal: https://www.jeffgeerling.com/blog/2020/raspberry-pi-makes-great-usb-webcam-100 https://github.com/geerlingguy/uvc-gadget
Davon hat der andere kopiert und zusammengefasst: http://www.davidhunt.ie/raspberry-pi-zero-with-pi-camera-as-usb-webcam/
Was man so alles mit der Camera machen kann: https://www.raspberrypi.com/documentation/accessories/camera.html
sudo apt install -y python3-dev python3-pip libyaml-dev libffi-dev git 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
Da der Fehler „ ModuleNotFoundError: No module named 'yaml'“ kam, musste ich noch
sudo python3 -m pip install pyyaml
Stand März 2022
zero_webcam.1648023853.txt.gz · Zuletzt geändert: 2022/03/23 08:24 von varnholt