how about show moving image on screen?
- From: 蒋杰 <cocoinfo sina com>
- To: gtk app mailiing list <gtk-app-devel-list gnome org>
- Subject: how about show moving image on screen?
- Date: Sat, 1 Jun 2002 9:11:47 +0800
Hi,all
Now I need to show on screen moving image at speed of 25fps(frame per second) which is read from a
video grab device .
Every 40ms, I use gnome_pixmap_load_rgb_d_at_size() to load the rgb buffer ,which is converted from
the YUV buffer from the device,and to show the rgb image with gtk_widget_show(pixmap).
But,the image shown on screen flicker !!
why? to avoid the flicker,should I not use gnome_pixmap,should I use gdk_pixbuf?
and is there a good solution to this problem?
Thanks for your help!
cocoinfo sina com
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]