Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_ExitCamera |
uEye Camera Manual Version 3.80
is_ExitCamera
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_ExitCamera (HIDS hCam)
Description
is_ExitCamera() disables the hCam camera handle and releases the data structures and memory areas taken up by the uEye camera. Image memory allocated using the is_AllocImageMem() function which has not been released yet is automatically released.
|
Input Parameters
hCam |
Camera handle |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions