Page 1 of 1

How to work Pico B with CSI2 Camera module as UVC.

Posted: 2024-01-17 7:24
by Sakurai
Hello LuckFox-forums members.

I am using Luckfox Pico Mini B and CSI camera module and trying to make it work as a UVC when connected to a PC via USB-C.
". /build.sh lunch", the only option is "applicaton(应用场景): IPC", and I can only build the kernel as an IP camera. And it seems that the SDK does not contain the necessary source code. Maybe Rockchip's SDK has a UVC config.

Is there any restriction that UVC cannot be realized in Luckfox pico? If not, is there any possibility to support it in future SDKs?

Thanks in advance.

Re: How to work Pico B with CSI2 Camera module as UVC.

Posted: 2024-01-17 12:13
by Eng38
Hello,

To achieve UVC functionality with your Luckfox Pico Mini B and CSI camera module when connected to a PC via USB-C, you can refer to the tutorial at the following link:

Tutorial link:https://wiki.luckfox.com/Luckfox-Pico/L ... usb-camera

Re: How to work Pico B with CSI2 Camera module as UVC.

Posted: 2024-01-31 23:18
by Sakurai
Thank you for the Link. However, that is the way to connect a USB camera to a LuckFox Pico, which is the opposite of what I want to achieve.
I will wait for the SDK to be updated in the future.
Thanks again.

Re: How to work Pico B with CSI2 Camera module as UVC.

Posted: 2024-02-01 1:19
by Eng38
Thank you for your feedback. If your goal is realized in a future SDK update, we will notify you as soon as it becomes available.

Re: How to work Pico B with CSI2 Camera module as UVC.

Posted: 2024-04-03 3:23
by mrlb
I have the same function requirement, Does the SDK have update?

Re: How to work Pico B with CSI2 Camera module as UVC.

Posted: 2024-04-22 10:37
by ACBIAS
I believe this should work with the SDK as-is. You´d need to configure the kernel to add UVC USB gadget, then configure your usb gadget module
https://www.kernel.org/doc/html//next/u ... t_uvc.html