Rare find

pi-webcam. Automation to configure a Raspberry Pi as a USB OTG webcam

youtube.com/watch?v=8fcbP7lEdzY

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2023
  • Update stale workflow.
April 2022
  • Ignore fqcn-builtins ansible-lint rule.
February 2021
  • Fix build failure by installing Ansible.
  • Add ansible-base to dependencies for linting.
December 2020
  • Oops - dropped in a change that was for my local testing.
  • Make sure Git is installed for those using Lite OS setting up from an…
  • Allow UVC Gadget repo version to be configured.
  • Add in 'install Git' to instructions for those using Lite OS.
  • Merge pull request #15 from oskar456/patch-1
  • Fix up OTG mentions and Pi model A reference
November 2020
  • Clean up Pi Model chart in README.
  • Add link to Pi 4 issue with lockups.
  • Add link and thumbnail for YouTube video.
  • Update the main image for the repository.
September 2020
  • README tweak for pi-based instructions.
  • A few small tweaks to the README.
  • Issue #4: Get rid of automatic reboot so its easier to hack things.
  • Fix to make sure boot config.txt is modified without error.
  • Fixes #3: Use ini_file module instead of lineinfile for config.txt ch…
  • Issue #2: Forgot to add ansible_connection=local in inventory example.