Hi
I'm showing a video stream on a Canvas like this:
videoControl.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, this);
On the top of the screen I paint the volume bar.
Every time the volume bar is changed (canvas repaint), video flickers.
Is there any way to avoid screen flickering when painting on a Canvas during video streaming?
btw: On N95 the midlet works ok. 6120, N72 flicker heavily.
thanks

Reply With Quote



