2011/03/29

Memory Band Width Problem

1) Noise happens on camera preview window.
This problem is solved by using src rotation instead of display rotation. display rotation needs more time for memory access.

2) Noise happens on screen when we take multi-shot
This problem is solved by raising the clock.

3) Noise happens on the last preview when take multi-shot
It can be solved by raising the clock but finally we found that it is a bug of incorrect panel setting.

No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...