Home > C: Programming > How To Proceed > | History back Previous chapter Next chapter Print |
Display Mode Selection |
uEye Camera Manual Version 3.80
Display Mode Selection
The uEye driver provides different modes for displaying the captured images on Windows systems. We recommend using the Bitmap mode or the Direct3D functions, depending on your specific application. For further information on the different display modes, see Basics: Image Display Modes. |
Select the desired mode. The display mode has to be set before you start image capture.
Selection of the display mode. |
When Bitmap mode (DIB) is active, image display has to be called explicitly for each image.
Outputs the contents of the active image memory to a window. |
|
Enables offsetting the image output inside the window. |
Flowchart: Image display in DIB mode
![]() Figure 133: Flowchart - Displaying images in Bitmap mode (DIB) |