Other Parts Discussed in Thread: TVP5146
I am using Aptina MT9V034 camera(Bayer pattern) with my dm6446. There is a 100 mili-seconds delay between the capture and the display. I have taken the driver ti-davinci mvl 4.0.1. Here is the data path from camera to display:
Aptina MT9V034 ---> CCDC ----> DDR ram --- > Preview engine ---> DDR ram ---> VPBE ----->LCD.
I think the delay is introduced by the CCDC module when it is writing data to DDR memory. Also the preview engine is reading from DDR. So all together it adds around 100 mili-seconds delay. I am looking for some open source code which will do the following path.
Aptina MT9V034 ----> CCDC ---> VPI(video port interface) ----> Preview engine --- > DDR ram ---> VPBE -----LCD.
Let me know where I can find source code to reduce my video delay.