Hi Ti experts,
I am building an OMX chain as depicted below, the OMX chain includes capture, concatenation of 2 DEI components, DSP with 3 inputs and display. The example is getting to execute state, displays a few frames (4-5) and then stuck, i suspect that there is a synchronization problem because the DSP receives one input from the first DEI directly and other two inputs after the second DEI thus causing synchronization problems.
I am already familiar with connecting 2 DEI in concatenation as can be seen here http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/154259.aspx#576792
I am also familiar with adding DSP OMX component to shared region 2 (where all other OMX components allocates their buffers) as explained in http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/144078.aspx#521166
Also succeeded in implementation and running of OMX chain with 2 DSP inputs as depicted below:
Can anyone please help?
Thanks,
Gabi