SisoDisplay.h File Reference |
SisoDisplay.h File Reference Header file for all display lib public functions. More... Go to the source code of this file.
Detailed DescriptionHeader file for all display lib public functions. Copyright (c) 2021 Basler AG, All Rights Reserved. Function Documentation◆ CloseDisplay()
Closes a display. The function CloseDisplay() closes the window and releases the allocated resources.
◆ CreateDisplay()
Create Display. The function CreateDisplay() creates a display window. It can display gray and color images up to 2GB of size.
◆ DrawBuffer()
Draw buffer. The function DrawBuffer() displays an image. The current pointer of an image will be returned by the function Fg_getImagePtr().
◆ SetBufferWidth()
Sets a buffer width. The function SetBufferWidth() configures the size of the frame buffer. Hereby a window can be displayed, which is smaller than the frame buffer.
◆ SetDisplayDepth()
Sets a display depth. SetDisplayDepth() has been added for Linux systems. It enables a user specific setting (at RGB 24bit to use 32bit).
|