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.

How to get OV5640 DCC file in Ducati



Thank you for  help first.

I working in Pandaboard ES board. and use  TI ICS Android evk.

refer to : http://omappedia.org/wiki/4AI.1.4_OMAP4_Icecream_Sandwich_Panda_Notes

I know that the use of Ducati needs to sign a NDA,so I can't has any ducati source code.

I want to know if I want to use OV5640 through OMX Adapter, whether the Ducati source must need ?

The directory "/data/misc/camera/" cannot be found in my Android system;

so I guess I should be lost “ov5640 dcc init file”, Where should I go to find this file ?

 

 

Camera Peview log:

10-23 11:44:25.295: D/DOMX(1063): hardware/ti/domx/omx_proxy_component/omx_camera/src/omx_proxy_camera.c:214 Camera_SendCommand()
10-23 11:44:25.295: D/DOMX(1063): ERROR: Error in DCC Init

10-23 11:44:25.295: E/CameraHal(1063): (18dfae8) hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXCameraAdapter.cpp:3980 processEvent - Error event received, data1 = 0x80001001, data2 = 0x 0


10-23 11:44:25.295: E/CameraHal(1063): (4008e488) hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXCameraAdapter.cpp:3827 switchToState - Switching to state 0x2 has failed


10-23 11:44:25.295: E/CameraHal(1063): (4008e488) hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXCameraAdapter.cpp:3892 fetchCapabilitiesForSensor - Failed to switch to Idle state, error: -2147483648


10-23 11:44:25.326: E/CameraHal(1063): num_cameras = 1

 

 

 

  • Hi,

    You could try the JellyBean release for Pandaboard ES:

    http://omappedia.org/wiki/4AJ.2.5_OMAP4-Panda_Jelly_Bean_Release_Notes

    Best Regards,

    Yordan

  • Dear Yordan:

    Thank you for help !    I  have some questions;   

    I query to "4AJ.2.5_OMAP4-Panda_Jelly_Bean_Release_Notes"  isn't support for Audio/Video playback ?

    Whether he supported OV5640 ?  But I will try to Jelly Bean release.

    Also I can get the gralloc source code what way ?   Because in my project, need to customize Frame Buffer

    Driver(HAL).  In the Jelly Bean Release's source code, the gralloc.omap4.so is the prebuild image, If I can get

    the source code by the local FAE ? 

    Current status

    • Device is booting up to UI
    • HDMI connection: works
    • DVI connection: works
    • USB Host: works
    • Mouse connected to USB works
    • Ethernet: not done yet
    • Audio/Video playback: not done yet
    • WiFi/Bluetooth: not done yet

  • Hi  Yordan:

    refer to :   http://e2e.ti.com/support/omap/f/849/p/206150/734099.aspx#734099

    I know , I must get a dcc binaries with ov5640.

     Can you give me a OV5640 DCC binary file with ducati , like this

    " WTSD_DucatiMMSW\ext_rel\dcc_binaries\CID1042_OV5640" 

    if i copy it  to my android file system( /data/misc/cameara),  Whether the ov5640 can work normally ?