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.

MT9V136 camera (BT-656 interface) to DM36x EVM Imager Interface physical connection

Hi,

I'd like to connect my MT9V136 camera (BT-656 interface) to DM36x EVM Imager Interface (connector J10). I've my camera video output lines: pixel data (DATA[7:0]) and pixel clock (PIXCLK). To which J10 connector inputs I have to connect them?

Please assist.

Best Regards,

  • Hello,

    The TMS320DM36x DMSoC Video Processing Front End User's Guide  (http://www.ti.com/litv/pdf/sprufg8c) describes how to connect the VPFE to a BT.656 source and how to configure the VPFE to recognized the embedded sync.  Please review section 2.5 on page 45 for details.

    Regards,

    -phil

  • Thank You Very Much!

    Best Regards,

  • Hello

    I'm doing a camera that uses a MT9V136 sensor and I'm having problems getting sensor data out on the parallel bus. I can communicate OK through I2C. The initialization is done through a PIC. I've have gone through the hardware and everything is hooked up right. The initialization code writes to the sensor is as follows:

            Address                                 Data

             0x3020                                 0x0100

             0x3026                                 0xFFF0

             0x0032                                 0x30D1

             0x3C02                                 0x0000

             0x3020                                 0x0000

    Is there something I'm missing. Do you have example code that makes all of this work

    Thank you for any info you might have