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.

Picture flicking when playing JPEG pictures

Our product is used dm355 platform and bt656 digital output from dm355 to dpp1500.

 The flicking coming out obviously when playing JPEG pictures.

There is no obvious flicking when playing video signal such as mp4, avi and CVBS.

When output color bar from VPBE, there is no flicking.

Can any one give me some hint how to improve it?

Thanks a lot! 

  • The flickering could be due to one of the following

    1) improperly configured VPBE timing registers; did you make any driver changes?  If not, how are you configuring driver to do BT.656 digital output (bootarg settings, application run-time parameters...)?

    2) User application pin-ponging back and forth between image frames; is your application calling FBIOPAN_DISPLAU ioctl?

  • Yes, I changed the encoder driver to BT656 encoder.

    There is no FBIOPAN_DISPLAU ioctl be calling by my application.

     

  • Juan Gonzales said:

    The flickering could be due to one of the following

    1) improperly configured VPBE timing registers; did you make any driver changes?  If not, how are you configuring driver to do BT.656 digital output (bootarg settings, application run-time parameters...)?

    2) User application pin-ponging back and forth between image frames; is your application calling FBIOPAN_DISPLAU ioctl?

    I'm seeing (what i think is) the same problem in my application.  In attempting to work toward a solution I've changed the PBBPR setting to 0x10 which decreases the amount of display flicker but does not remove it completely.  What would you suggest doing since my application DOES make use of the PAN_DISPLAY ioctl? I'm working with a display size of 640x480 and using the dlcd output instead of composite.

     

    -BJ