HM01B0_Firmware/README.md

14 lines
985 B
Markdown

# Raspberry Pi Pico + Arducam hm01b0 UVC Firmware
A very simple firmware for the arducam hm01b0 & raspberry pi pico that uses usb uvc protocol.
It honestly barely works, but the tinyusb implementation of uvc is still a work in progress so theoretically this will get better as tinyusb's uvc develops.
One consistant way to get this to work is using OBS Studio's virtual camera, a lot of other webcam programs do not play nice with it.
This has only been tested on linux, although it should work anywhere that the tinyusb uvc library works.
Also, during testing I had this weird issue where pipewire would randomly eat up all of my ram, so I decided to keep the shell script in this repo for reference in case you run into the same issue.
Might have to mess with the CMakeLists a bit to get it to work in a standalone way but pulling the [pico-examples](https://github.com/raspberrypi/pico-examples) repo and sticking it in `pico-examples/usb/device/` will for sure make it work.