DLAPI 4.1.1.0
An API for controlling Aluma branded cameras
dl::TSubframe Struct Reference

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.
 

Detailed Description

A collection of frame parameters, required for specifying the dimensions of an image.

See also
ICamera::setSubframe()

Structure containing all relevant subframe information.

Member Data Documentation

◆ binX

int dl::TSubframe::binX

The frame's x-binning in pixels.

◆ binY

int dl::TSubframe::binY

The frame's y-binning in pixels.

◆ height

int dl::TSubframe::height

The frame's height in pixels.

◆ left

int dl::TSubframe::left

The frame's x-offset from the sensor's origin in pixels.

◆ top

int dl::TSubframe::top

The frame's y-offset from the sensor's origin in pixels.

◆ width

int dl::TSubframe::width

The frame's width in pixels.


The documentation for this struct was generated from the following file: