Introduction
This is the help for the Software Development Kit (SDK) SK91USB3-LX. The Section Summary lists all modules of the library SK91USB3-LX. Every module contains the required functions, e.g. for exposure time control oder the synchronization of the camera. Some functions have a little code snippet to explain the use of the function and how to call it correctly. The interaction of functions (e.g. the grabbing functions in Grabbing images) are explained in the 'Detailed Description' section of the page.
Summary
-
Installation
-
Initializing / Deintializing
-
Camera Parameters
-
Exposure Control
-
Gain / Offset Control
-
Setting new parameters
-
Camera Synchronization
-
Grabbing images
-
Camera informations
-
Pixel Correction
-
Thresholding
-
Window (Region of Interest)
-
Camera Status
-
Memory Management
-
Imaging
-
Error Code Table
Library History
version 1.2.0 (04/2016)
general:
-
Threshold mode implemented
fixed bugs:
-
At continuous mode, camera does not close (or library does not unload) with small number of lines -> program hangs on exit
-
After program exit and restarting the program, camera may not detected -> USB3.0 cable must be pulled and inserted
added functions to Thresholding :
added functions to Initializing / Deintializing :
version 1.1.0 (10/2015)
general:
-
fixed some bugs with SK_GRAB (picture sticks sometimes)
changed input parameters:
-
changed input parameter 'syncmode' type of SK_SETSYNCMODE from 'int' to 'unsigned char'
-
changed input parameter 'ON' type of SK_SCMTOVIDEO from 'int' to 'bool'
-
changed input parameter 'ON' type of SK_SHADCORR from 'int' to 'bool'
-
changed input parameter list of SK_GETSCANADDR to "int CamID, int BufferID, size_t lineNumber"
-
changed input parameter 'enable' type of SK_NOSAVINGEEPROM from 'int' to 'bool'
-
changed input parameter 'enable' type of SK_DECOUPLINGLF from 'int' to 'bool'
-
changed input parameter 'enable' type of SK_SETGAINCOUPLING from 'int' to 'bool'
-
changed input parameter 'breakenable' type of SK_SETFRAMESYNC from 'int' to 'bool'
-
changed input parameter 'active' (renamed from ActiveStatus) type of SK_SETACTIVE from 'int' to 'bool'
renamed functions:
added functions to Exposure Control :
added functions to Pixel Correction :
added functions to Memory Management :
version 1.0.0 (10/2015)