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. More...
 
int left
 The frame's x-offset from the sensor's origin in pixels. More...
 
int width
 The frame's width in pixels. More...
 
int height
 The frame's height in pixels. More...
 
int binX
 The frame's x-binning in pixels. More...
 
int binY
 The frame's y-binning in pixels. More...
 

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:
  • C:/NightlyBuild/DL_Imaging/Aluma_Software/dlapi/src/dlapi.h