Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
変更可能なコンテンツを含む Pixbuf が必要です。つまり、適切な速度でフレームを表示するには、非常に高速に更新する必要があります。
Pythonバインディングにはget_pixelsメソッドがあります。それを使用してpixbuf内のデータを更新できるかどうか、およびそれらのコピーのメモリに保存されている元のデータを返すかどうかは不明です。
get_pixels
なにか提案を?