| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
is_ImageStabilization |
|
uEye Camera Manual Version 4.00
|
|
USB uEye XS |
USB uEye XS |
Syntax
INT is_ImageStabilization (HIDS hCam,
UINT nCommand,
void *pParam,
UINT nSizeOfParam)
Description
Using is_ImageStabilization(), you can enable the electronic image stabilization function if supported by your uEye model.
The nCommand input parameter is used to select the function mode. The pParam input parameter depends on the selected function mode. If you select functions for setting or returning a value, pParam contains a pointer to a variable of the UINT type. The size of the memory area to which pParam refers is specified in the nSizeOfParam input parameter.
|
|
|
|
Input parameters
hCam |
Camera handle |
||||||||||||
|
|||||||||||||
pParam |
Pointer to a function parameter, whose function depends on nCommand. |
||||||||||||
nSizeOfParam |
Size (in bytes) of the memory area to which pParam refers. |
||||||||||||
Status flags from IMGSTAB_CAPABILITY_FLAGS
IMGSTAB_CAP_IMAGE_STABILIZATION_SUPPORTED |
The camera supports image stabilization |
IMGSTAB_CAP_INVALID |
The camera does not support image stabilization |
Return values
IS_INVALID_CAPTURE_MODE |
The function can not be executed in the current camera operating mode (free run, trigger or standby). |
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_PARAMETER |
One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode. |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
The camera model used here does not support this function or setting. |
IS_SUCCESS |
Function executed successfully |