![]() |
DLAPI 4.1.1.0
An API for controlling Aluma branded cameras
|
A data structure containing sensor specifications. More...
#include <dlapi.h>
Public Attributes | |
| unsigned int | id |
| The sensor's internal ID (0 is the main sensor, 1 is the external sensor, etc). | |
| ISensor::Model | model |
| The sensor's model. | |
| unsigned int | pixelsX |
| The sensor's pixel count in the x-axis. Changes when ISensor::Setting::UseOverscan is toggled. | |
| unsigned int | pixelsY |
| The sensor's pixel count in the y-axis. Changes when ISensor::Setting::UseOverscan is toggled. | |
| unsigned int | numberOfChannelsAvailable |
| The maximum number of readout channels the sensor has available for use. | |
| FilterType | filterType |
| The sensor's filter type. | |
| EFrameType | frameType |
| The sensor's frame type. | |
| float | pixelSizeX |
| The sensor's pixel width in micrometers. | |
| float | pixelSizeY |
| The sensor's pixel height in micrometers. | |
| int | minCoolerSetpoint |
| Minimum cooler setpoint in degrees Celsius. | |
| int | maxCoolerSetpoint |
| Maximum cooler setpoint in degrees Celsius. | |
| unsigned int | maxBinX |
| Maximum binning of the sensor on the x-axis. | |
| unsigned int | maxBinY |
| Maximum binning of the sensor on the y-axis. | |
| float | minExposureDuration |
| Minimum exposure duration in seconds. | |
| float | exposurePrecision |
| Minimum increment of exposure duration in seconds. | |
| bool | hasRBIPreflash |
| true if the sensor has RBI preflash, false otherwise. | |
| unsigned char | flag |
| Reserved for future use. | |
A data structure containing sensor specifications.
Structure contains all fixed information pertinent to the sensor's characterization (dimensions, filters, limitations, etc)
| float dl::ISensor::Info::exposurePrecision |
Minimum increment of exposure duration in seconds.
| FilterType dl::ISensor::Info::filterType |
The sensor's filter type.
| unsigned char dl::ISensor::Info::flag |
Reserved for future use.
| EFrameType dl::ISensor::Info::frameType |
The sensor's frame type.
| bool dl::ISensor::Info::hasRBIPreflash |
true if the sensor has RBI preflash, false otherwise.
| unsigned int dl::ISensor::Info::id |
The sensor's internal ID (0 is the main sensor, 1 is the external sensor, etc).
| unsigned int dl::ISensor::Info::maxBinX |
Maximum binning of the sensor on the x-axis.
| unsigned int dl::ISensor::Info::maxBinY |
Maximum binning of the sensor on the y-axis.
| int dl::ISensor::Info::maxCoolerSetpoint |
Maximum cooler setpoint in degrees Celsius.
| int dl::ISensor::Info::minCoolerSetpoint |
Minimum cooler setpoint in degrees Celsius.
| float dl::ISensor::Info::minExposureDuration |
Minimum exposure duration in seconds.
| ISensor::Model dl::ISensor::Info::model |
The sensor's model.
| unsigned int dl::ISensor::Info::numberOfChannelsAvailable |
The maximum number of readout channels the sensor has available for use.
| float dl::ISensor::Info::pixelSizeX |
The sensor's pixel width in micrometers.
| float dl::ISensor::Info::pixelSizeY |
The sensor's pixel height in micrometers.
| unsigned int dl::ISensor::Info::pixelsX |
The sensor's pixel count in the x-axis. Changes when ISensor::Setting::UseOverscan is toggled.
| unsigned int dl::ISensor::Info::pixelsY |
The sensor's pixel count in the y-axis. Changes when ISensor::Setting::UseOverscan is toggled.