![]() |
SK91GigE-WIN
5.5.2
|
Volatile and permanent settings. Camera control via serial commands. More...
Functions | |
int | SK_NOSAVINGEEPROM (int CamID, int enable) |
Volatile and permanent parameter settings. More... | |
int | SK_SETCOMMAND (int CamID, LPCTSTR Command, LPTSTR Result, unsigned int sizeOfBuffer) |
Camera control via serial commands. More... | |
Volatile and permanent settings. Camera control via serial commands.
This page describes the functions to save the parameters volatile or permanent in the camera.
int SK_NOSAVINGEEPROM | ( | int | CamID, |
int | 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, |
LPCTSTR | Command, | ||
LPTSTR | 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 |