![]() |
DLAPI 4.1.1.0
An API for controlling Aluma branded cameras
|
A collection of exposure parameters required for starting an exposure. More...
#include <dlapi.h>
Public Attributes | |
| float | duration |
| Duration of the exposure in seconds. | |
| unsigned int | readoutMode |
| The index of the readout mode to use in the exposure. This is the index of the readout mode chosen from ISensor::getReadoutModes(). | |
| char | binX |
| [[deprecated]] Binning of the exposure in the x-direction in pixels. Is unused, and will go away in future versions of DLAPI. | |
| char | binY |
| [[deprecated]] Binning of the exposure in the y-direction in pixels. Is unused, and will go away in future versions of DLAPI. | |
| bool | isLightFrame |
| true if the exposure is a light frame, false otherwise. | |
| bool | useRBIPreflash |
| true to perform an RBI Preflash operation (if the camera supports it) before the exposure. Preflash duration and flush count are set via the ISensor::Settings structure. | |
| bool | useExtTrigger |
| true to wait for an external trigger before executing the exposure. Consult your camera's user manual for more details on external trigger operation. | |
A collection of exposure parameters required for starting an exposure.
Structure containing all contextual information for starting an exposure.
| char dl::TExposureOptions::binX |
[[deprecated]] Binning of the exposure in the x-direction in pixels. Is unused, and will go away in future versions of DLAPI.
| char dl::TExposureOptions::binY |
[[deprecated]] Binning of the exposure in the y-direction in pixels. Is unused, and will go away in future versions of DLAPI.
| float dl::TExposureOptions::duration |
Duration of the exposure in seconds.
| bool dl::TExposureOptions::isLightFrame |
true if the exposure is a light frame, false otherwise.
| unsigned int dl::TExposureOptions::readoutMode |
The index of the readout mode to use in the exposure. This is the index of the readout mode chosen from ISensor::getReadoutModes().
| bool dl::TExposureOptions::useExtTrigger |
true to wait for an external trigger before executing the exposure. Consult your camera's user manual for more details on external trigger operation.
| bool dl::TExposureOptions::useRBIPreflash |
true to perform an RBI Preflash operation (if the camera supports it) before the exposure. Preflash duration and flush count are set via the ISensor::Settings structure.