![]() |
SK91USB3-LX
1.2.0
|
Details how to set new values using the serial commands. More...
Functions | |
int | SK_NOSAVINGEEPROM (int CamID, bool enable) |
Volatile and permanent parameter settings. More... | |
int | SK_SETCOMMAND (int CamID, const char *Command, char *Result, unsigned int sizeOfBuffer) |
Camera control via serial commands. More... | |
Details how to set new values using the serial commands.
This page describes the functions to set the integration time or line frequency.
int SK_NOSAVINGEEPROM | ( | int | CamID, |
bool | enable | ||
) |
Volatile and permanent parameter settings.
Default all parameter settings will be written immediately and are saved in the EEPROM inside the camera permanently. So, that they are active at the next camera session automatically. Because of the limited write cycles of the EEPROM (> 10 millions), the EEPROM saving can be disabled in case of very often and fast parameter changings, e.g. between each frame. Then the settings are lost when the camera is disconnected from the PC.
If you want sure that the last used settings are stored in the camera let EEPROM saving enabled!
enable
= false (!) if the settings should be saved.CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
enable | true = disable saving to EEPROM, false = enable saving to EEPROM |
int SK_SETCOMMAND | ( | int | CamID, |
const char * | Command, | ||
char * | Result, | ||
unsigned int | sizeOfBuffer | ||
) |
Camera control via serial commands.
CamID | id of camera from 0 ... n - 1, 0 = 1st camera |
Command | Serial command (without CR !) |
Result | Pointer to a string for result string (if expect) |
sizeOfBuffer | Size of the result buffer |