SK91USB3-WIN  5.5.0
Functions
Camera Status

Information about camera status. More...

Functions

int SK_ISGRABBING (int CamID)
 Returns the status of grabbing. More...
 
int SK_ISSCMACTIVE (int CamID)
 Returns the status of Shading Correction. More...
 
int SK_ISTHRESHOLDINGACTIVE (int CamID)
 Returns the status of thresholding. More...
 
int SK_ISFRAMESYNCACTIVE (int CamID)
 Returns the status of frame synchronization. More...
 
int SK_ISEXTERNSYNC (int CamID)
 Returns the status of external synchronization. More...
 
int SK_ISCAMERAACTIVE (int CamID)
 Returns the status of the camera. More...
 
int SK_ISLUTACTIVE (int CamID)
 Returns the status of LUT correction. More...
 
int SK_ISGAINCOUPLED (int CamID)
 Returns the status of gain coupling. More...
 
int SK_ISNOSAVINGEEPROM (int CamID)
 Returns the status of no saving EEPROM. More...
 

Detailed Description

Information about camera status.

Function Documentation

◆ SK_ISCAMERAACTIVE()

int SK_ISCAMERAACTIVE ( int  CamID)

Returns the status of the camera.

Parameters
CamIDid of camera from 0 ... n - 1, 0 = 1st camera
Returns
0 = camera is not active
1 = camera is active
else see Error Code Table

◆ SK_ISEXTERNSYNC()

int SK_ISEXTERNSYNC ( int  CamID)

Returns the status of external synchronization.

Parameters
CamIDid 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

◆ SK_ISFRAMESYNCACTIVE()

int SK_ISFRAMESYNCACTIVE ( int  CamID)

Returns the status of frame synchronization.

Parameters
CamIDid 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

◆ SK_ISGAINCOUPLED()

int SK_ISGAINCOUPLED ( int  CamID)

Returns the status of gain coupling.

Parameters
CamIDid 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

◆ SK_ISGRABBING()

int SK_ISGRABBING ( int  CamID)

Returns the status of grabbing.

Parameters
CamIDid of camera from 0 ... n - 1, 0 = 1st camera
Returns
0 = no grab is active
1 = camera is busy
else see Error Code Table

◆ SK_ISLUTACTIVE()

int SK_ISLUTACTIVE ( int  CamID)

Returns the status of LUT correction.

Parameters
CamIDid 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

◆ SK_ISNOSAVINGEEPROM()

int SK_ISNOSAVINGEEPROM ( int  CamID)

Returns the status of no saving EEPROM.

Parameters
CamIDid 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

◆ SK_ISSCMACTIVE()

int SK_ISSCMACTIVE ( int  CamID)

Returns the status of Shading Correction.

Parameters
CamIDid 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

◆ SK_ISTHRESHOLDINGACTIVE()

int SK_ISTHRESHOLDINGACTIVE ( int  CamID)

Returns the status of thresholding.

Parameters
CamIDid of camera from 0 ... n - 1, 0 = 1st camera
Returns
0 = thresholding is not active
1 = thresholding is active
else see Error Code Table