Explains functions to get status informations from the camera.
More...
Explains functions to get status informations from the camera.
int SK_ISCAMERAACTIVE |
( |
int |
CamID | ) |
|
Returns the status of the camera.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = camera is not active
1 = camera is active
else see Error Code Table
int SK_ISEXTERNSYNC |
( |
int |
CamID | ) |
|
Returns the status of external synchronization.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = external synchronization is not active
1 = external synchronization is active
else see Error Code Table
int SK_ISFRAMESYNCACTIVE |
( |
int |
CamID | ) |
|
Returns the status of frame synchronization.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = frame synchronization is not active
1 = frame synchronization is active
else see Error Code Table
int SK_ISGAINCOUPLED |
( |
int |
CamID | ) |
|
Returns the status of gain coupling.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = gain coupling is not active
1 = gain coupling is active
else see Error Code Table
int SK_ISGRABBING |
( |
int |
CamID | ) |
|
Returns the status of grabbing.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = no grab is active
1 = camera is busy
else see Error Code Table
int SK_ISLUTACTIVE |
( |
int |
CamID | ) |
|
Returns the status of LUT correction.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = LUT correction is not active
1 = LUT correction is active
else see Error Code Table
int SK_ISNOSAVINGEEPROM |
( |
int |
CamID | ) |
|
Returns the status of no saving EEPROM.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = no saving EEPROM is not active
1 = no saving EEPROM is active
else see Error Code Table
int SK_ISSCMACTIVE |
( |
int |
CamID | ) |
|
Returns the status of Shading Correction.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = Shading Correction is not active
1 = Shading Correction is active
else see Error Code Table
int SK_ISTHRESHOLDINGACTIVE |
( |
int |
CamID | ) |
|
Returns the status of thresholding.
- Parameters
-
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
- Returns
- 0 = thresholding is not active
1 = thresholding is active
else see Error Code Table