| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
is_SetGlobalShutter |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 USB 3.0 GigE |
USB 2.0 USB 3.0 GigE |
Syntax
INT is_SetGlobalShutter (HIDS hCam, INT mode)
Description
|
|
is_SetGlobalShutter() enables the global start shutter function on some rolling shutter sensors. The function does not enable the global shutter. For further information on the global start shutter mode, please refer to the Camera basics: Shutter methods chapter.
|
|
Input parameters
hCam |
Camera handle |
||||||||
|
|||||||||
Return values
When used with |
Current setting |
When used with |
Returns IS_SET_GLOBAL_SHUTTER_ON if this function is supported. Otherwise, it returns IS_SET_GLOBAL_SHUTTER_OFF. |
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_MODE |
Camera is in standby mode, function not allowed |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions