![]() |
![]() |
---|---|
USB 2.0 USB 3.0 GigE |
USB 2.0 USB 3.0 GigE |
Syntax
INT is_SetGlobalShutter (HIDS hCam, INT mode)
Description
The global start shutter function is only supported by following sensors: •UI-148x/UI-348x/UI-548x •UI-158x/UI-358x/UI-558x •UI-359xCP Rev. 2 •UI-359xLE Rev. 2 •UI-386x/UI-586x •UI-388x/UI-588x |
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 uEye manual in the "Shutter methods" chapter.
The global start shutter function is only supported in trigger mode (see also is_SetExternalTrigger()). |
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
•is_IO()
•is_SetExternalTrigger()