Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

put bits on the screen

Status
Not open for further replies.

bkelly13

Programmer
Aug 31, 2006
98
US
Visual Studio 2008, C++, Windows XP or Windows 7. Good coder but still novice with Visual Studio

Summary: What is the simplest method of putting bits on the screen, least overhead.

My project receives video bits from a telemetry stream composing an image of about 100 by 100 pixels. The application to display the video is planned to be an ActiveX display using ATL. What is the simplest method of taking the incoming pixels and putting them on the display?

The pixels are 14 bit monochrome. ActiveX is selected because we are using IADS (Interactive Analysis and Display System by Symvionics) and the display for the video can be added to other displays with drag and drop.


We need to know what a dragon is
before we study its anatomy.
(Bryan Kelly, 2010)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top