Page 1 of 1

buildroot and v4l2

Posted: 2024-05-07 7:27
by Bel103
I try to enable v4l2 and utils in kernel. According to manuals:

Code: Select all

cd <SDK directory>/sysdrv/source/kernel
cp ./arch/arm/configs/luckfox_rv1106_linux_defconfig .config
make ARCH=arm menuconfig
After I try to find `libv4l2` but no result.
Image
How to resolve this?

Re: buildroot and v4l2

Posted: 2024-05-07 7:32
by Eng38
Hello, please search for "libv4l"
Image

Re: buildroot and v4l2

Posted: 2024-05-07 7:34
by Bel103
Same result
Image

Re: buildroot and v4l2

Posted: 2024-05-07 7:38
by Eng38
You need to configure buildroot instead of kernel, refer to tutorial: https://wiki.luckfox.com/Luckfox-Pico/L ... figuration

Re: buildroot and v4l2

Posted: 2024-05-07 7:44
by Bel103
Thank you very much. I'm braking hard.