I've seen that there were some advancements to make this work under official Luckfox repository. After numerous attempts to make this work, I gave up and put on an AI agent to figure out how to make a working configuration. Here is what it came up with:
What you need
- Luckfox Pico Pro Max ...
Search found 2 matches
- 2026-06-07 14:39
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: How to work Pico B with CSI2 Camera module as UVC.
- Replies: 8
- Views: 54528
- 2025-03-01 20:02
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: How to work Pico B with CSI2 Camera module as UVC.
- Replies: 8
- Views: 54528
Re: How to work Pico B with CSI2 Camera module as UVC.
Not sure about Pico B, but I'm pretty close to making it work on Pico Pro. Here's what I did:
-compiled buildroot with UVC gadget (you can also manually edit /etc/init.d/S50usbgadget.sh to enable UVC mode)
-cross-compiled uvc-gadget from https://github.com/wlhe/uvc-gadget
This version of uvc-gadget ...
-compiled buildroot with UVC gadget (you can also manually edit /etc/init.d/S50usbgadget.sh to enable UVC mode)
-cross-compiled uvc-gadget from https://github.com/wlhe/uvc-gadget
This version of uvc-gadget ...
