We are trying to bring-up USB Camera on Mistral AM37x EVM and trying to use the default camera application to take the pictures.
The Kernel is compiled with following extra modules:
1. UVC
2. V4L1 and 2 (both at Kernel and Framework level)
3. GSPCA camera modules (specifically for Logictech)
With this modules, kernel is working fine with OMAP3530 EVM. By using the default Camera appln, we are able do the preview, capture image and video.
On AM37x, No issue with
1. Device detection
2. device node creation on /dev
3. Opening the device
4. Setting etc
But we are not able to see the preview OR capture the image. In the camera application, we are seeing only the blank dark screen. From my understanding, both OMAP35x and AM37x are using the TI PHY for normal USB Port. So what will the issue for this? Any PinMux? In the following link, there is an issue related to MUSB is mentioned, Will it affect the normal USB port? http://wiki.tiprocessors.com/index.php/TI-Android-GingerBread-2.3-DevKit-1.0_ReleaseNotes#Known_Issues