Hi,
I'm attempting to set up a capture-encode-display OMX chain which is able to accept video input from a custom board I have produced, which uses a TVP5147M1 decoder. This is my first time working with TI products and the OpenMax framework, so I am looking into modifying the capture-encode example which comes with the EZSDK to work with my board if possible.
As I understand it, the firmware used in this example contains I2C register settings which pertain to the TVP7002 which comes on the EIO daughterboard. Is it possible to change these to settings applicable to the TVP5147M1 - and if so, from where should I modify I2C code? Also I will need to modify the EVM to accept 20-bit video with discrete sync rather than embedded, how should I go about this?
Thanks for your help