![]() |
DLAPI 4.1.1.0
An API for controlling Aluma branded cameras
|
A collection of frame parameters, required for specifying the dimensions of an image. More...
#include <dlapi.h>
Public Attributes | |
| int | top |
| The frame's y-offset from the sensor's origin in pixels. | |
| int | left |
| The frame's x-offset from the sensor's origin in pixels. | |
| int | width |
| The frame's width in pixels. | |
| int | height |
| The frame's height in pixels. | |
| int | binX |
| The frame's x-binning in pixels. | |
| int | binY |
| The frame's y-binning in pixels. | |
A collection of frame parameters, required for specifying the dimensions of an image.
Structure containing all relevant subframe information.
| int dl::TSubframe::binX |
The frame's x-binning in pixels.
| int dl::TSubframe::binY |
The frame's y-binning in pixels.
| int dl::TSubframe::height |
The frame's height in pixels.
| int dl::TSubframe::left |
The frame's x-offset from the sensor's origin in pixels.
| int dl::TSubframe::top |
The frame's y-offset from the sensor's origin in pixels.
| int dl::TSubframe::width |
The frame's width in pixels.