![]() |
DLAPI 4.1.1.0
An API for controlling Aluma branded cameras
|
A collection of metadata associated with an image. More...
#include <dlapi.h>
Public Attributes | |
| unsigned int | width |
| Width of the image frame in pixels. | |
| unsigned int | height |
| Height of the image frame in pixels. | |
| unsigned int | offsetX |
| The image's x-offset from the sensor's origin in pixels. | |
| unsigned int | offsetY |
| The image's y-offset from the sensor's origin in pixels. | |
| unsigned int | binX |
| The image's binning in the x-direction (in pixels). | |
| unsigned int | binY |
| The image's binning in the y-direction (in pixels). | |
| float | eGain |
| The image's binning-dependent eGain (in e-/ADU) | |
| float | exposureDuration |
| The image's exposure duration in seconds. May differ from the requested duration due to camera exposure limitations. | |
A collection of metadata associated with an image.
Structure containing various metadata of the image buffer. These values represent the image dimensions and sensor settings the camera used to take the image, and may differ from the parametrization passed in to ISensor::setSubframe() and ISensor::startExposure() depending on things like hardware adjustment of eGain during binned exposures, constraints due to minimum exposure durations/precision, etc.
| unsigned int dl::TImageMetadata::binX |
The image's binning in the x-direction (in pixels).
| unsigned int dl::TImageMetadata::binY |
The image's binning in the y-direction (in pixels).
| float dl::TImageMetadata::eGain |
The image's binning-dependent eGain (in e-/ADU)
| float dl::TImageMetadata::exposureDuration |
The image's exposure duration in seconds. May differ from the requested duration due to camera exposure limitations.
| unsigned int dl::TImageMetadata::height |
Height of the image frame in pixels.
| unsigned int dl::TImageMetadata::offsetX |
The image's x-offset from the sensor's origin in pixels.
| unsigned int dl::TImageMetadata::offsetY |
The image's y-offset from the sensor's origin in pixels.
| unsigned int dl::TImageMetadata::width |
Width of the image frame in pixels.