Device configuration. More...
#include "ELApi.h"
Public Attributes | |
| uint64_t | deviceSerial |
| serial number of the device as unsigned 64-bit int for a verbose format, print it as 8-digit hex number | |
| char | deviceName [32] |
| name of the device, 0-terminated string | |
| char | brandedName [64] |
| name of the license owner, 0-terminated string | |
| bool | isDemoDevice |
| whether the device is for DEMO use only, not for public sale | |
| int32_t | numFrameRates |
| number of available framerates | |
| uint8_t | frameRates [16] |
| array of available framerates [Hz], use only the entries frameRates[0] ... frameRates[numFrameRates-1] | |
| int32_t | numCalibrationMethods |
| number of available calibration methods | |
| uint8_t | calibrationMethods [16] |
| array of available calibration methods [number of calibration points], use only the entries calibrationMethods[0] ... calibrationMethods[numCalibrationMethods-1] | |
Device configuration.