Hi,
How does one access camera on pandaboard, that is connected to camera interface socket.
I have pandaboard with camera connected to in camera interface socket. How do I access it using OMX?
Thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
How does one access camera on pandaboard, that is connected to camera interface socket.
I have pandaboard with camera connected to in camera interface socket. How do I access it using OMX?
Thank you
Hi Marc,
You can take a look at mydroid/hardware/ti/omap4xxx/* in android sources if you want to make your own OMX camera client.
To be more clear - see mydroid/hardware/ti/omap4xxx/camera/OMXCameraAdapter/* : this is where OMX camera component is loaded and camera is being configured.
The "camera component" is actually a shared library named OMX.TI.DUCATI1.VIDEO.CAMERA; the only thing you must do is to call ' OMX_GetHandle() ' ( see OMXCameraAdapter::OMXCameraGetHandle() in order to understand how to do that ).
Regards
Yordan
Hello Marc,
You could also find some useful stuff about A9<->Ducati communication by OMX calls here. Hope this should be helpful for understanding the mechanism.
Hello
We have just launched our OMAP4 camera board last month supporting the Pandaboard. Here is the link to the product http://www.e-consystems.com/OMAP4-MIPI-Camera-Board.asp.
We are planning to support Ducati in the near future.
Thanks,
Hari shankkar