Hi,
I've built Android 2.3.4 kernel for AM3715 using TI-Android-GingerBread-2.3.4-DevKit. While trying to access camera using the default camera application., it crashes with the following error message on eclipse IDE's logcat
"V4L2 Camera: Error opening ccdc device".
In the kernel, I've enabled support for
1. UVC,
2.V4L1 and V4L2
3.GSPCA based webcams
4.In kernel/arch/arm/mach-omap2/board-omap3evm.c
/* VAUX2 for USB */
static struct regulator_init_data omap3evm_vaux2 = {
.min_uV = 2800000,
.max_uV = 2800000,