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.
How to work Pico B with CSI2 Camera module as UVC.
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
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
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.
I will wait for the SDK to be updated in the future.
Thanks again.
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.
I have the same function requirement, Does the SDK have update?
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
https://www.kernel.org/doc/html//next/u ... t_uvc.html