Markus von Ehr wrote:
I receive raw binary image data (8bit) from a camera
and want to display it in livemode in a bitmap.
What are the possibilities to display the data fast?
Is a wxBitmap the appropriate type and how can I put
the data into it?
wxBitmap is platform (and setting) dependent, so you probably want to make a wxImage, then convert that to a wxBitmap. This Wiki page should get you started:
http://wiki.wxpython.org/index.cgi/WorkingWithImages
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov