Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetGlobalShutter |
uEye Camera Manual Version 3.80
is_SetGlobalShutter
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetGlobalShutter (HIDS hCam, INT mode)
Description
is_SetGlobalShutter() enables the Global Start shutter function on some sensors.
For further information on the Global Start shutter mode, please refer to the Camera Basics: Shutter Methods chapter.
|
Input Parameters
hCam |
Camera handle |
mode |
|
IS_GET_GLOBAL_SHUTTER |
Returns the current mode or IS_NOT_SUPPORTED if the camera does not support this function. |
IS_SET_GLOBAL_SHUTTER_ON |
Enables Global Start shutter mode. |
IS_SET_GLOBAL_SHUTTER_OFF |
Disables Global Start shutter mode. |
IS_GET_SUPPORTED_GLOBAL_SHUTTER |
Indicates whether the connected camera supports the Global Start shutter or not. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
|
When used together with |
Returns IS_SET_GLOBAL_SHUTTER_ON if this function is supported. Otherwise, it returns IS_SET_GLOBAL_SHUTTER_OFF. |
Related Functions