I am using OMAP 3530 EVM Rev G board.
I am facing a periodic freeze (it looks like jump) in the display when I stream the camera at 60 fps.
Display Configuration:
We have enabled the 1280 * 720 DVI and configured the DSS as 1280 * 720 @ 60 Hz (Pixel clock 74.25 Mhz). Following is the configuration
PCLK – 74.25 Mhz
LCD_HSW 40
LCD_HFP 110
LCD_HBP 220
LCD_VSW 5
LCD_VFP 5
LCD_VBP 20
Note: HSW, HFP, HBP, VSW value will be subtracted by 1 before writing in to its corresponding register.
Camera Setup:
Camera is streaming 640 * 480 image at 60 fps. The image is resized output of 640 * 240.
Freezing or Jumping:
When I stream the 60 fps output from the camera, I am seeing some periodic freezing (3.8 sec) in the display. I have tested the same 60fps streaming with 1024 * 768 @ 70 Hz, in this the periodic freezing is not occurring. I am suspecting the DSS or sync between the LCD and OMAP DSS.
I have also checked the freezing issue by streaming a constant image (i.e. from memory instead of taking from CCDC) but still it is occurring. This shows CCDC is not anissue. Moreover 1024 * 768 @ 70 Hz is also working fine..
Thanks
Salim