Raspberry Pi/PiCam as USB Webcam: Difference between revisions
(Die Seite wurde neu angelegt: „* Install Debian Buster lite <pre> sudo apt update sudo apt install -y python3-dev python3-pip libyaml-dev libffi-dev git ansible sudo pip3 install --no-binary…“) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
cp inventory-local.example inventory | cp inventory-local.example inventory | ||
ansible-playbook main.yml | ansible-playbook main.yml | ||
</pre> | |||
== Links == | |||
* https://github.com/geerlingguy/pi-webcam |
Latest revision as of 15:10, 21 January 2022
- 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