Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_LoadImage |
uEye Camera Manual Version 3.80
is_LoadImage
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_LoadImage (HIDS hCam, char* File)
Description
is_LoadImage() loads an image from a file. The image must have been saved in BMP format. It is loaded into the active image memory.
Input Parameters
hCam |
Camera handle |
File |
Pointer to a filename You can either pass an absolute or a relative path. If NULL is passed, the "Open File" dialog opens. |
Return Values
IS_SUCCESS |
The image was loaded without errors. |
IS_FILE_READ_INVALID_BMP_SIZE |
The size of the image to be loaded exceeds the active image memory size. |
IS_FILE_READ_INVALID_BMP_ID |
The file to be loaded is not a valid bitmap file. |
IS_FILE_READ_OPEN_ERROR |
The file could not be opened. |
Related Functions