| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
is_EnableAutoExit |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 USB 3.0 GigE |
USB 2.0 USB 3.0 GigE |
Syntax
INT is_EnableAutoExit (HIDS hCam, INT nMode)
Description
is_EnableAutoExit() enables automatic closing of the camera handle after a camera has been removed on-the-fly. Upon closing of the handle, the entire memory allocated by the driver will be released.
Input parameters
hCam |
Camera handle |
||||||
|
|||||||
Return values
Current setting when used together withIS_GET_AUTO_EXIT_ENABLED |
|
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions