Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
tsNewFrameMsg Struct Reference

#include <IOCallback.h>

Collaboration diagram for tsNewFrameMsg:

Public Attributes

uint32_t mnFrameOffset
 beginning of the new frame that can be read. More...
 
uint32_t mnFrameNumBytes
 to be read. More...
 
uint32_t meDataType
 teFrameDataType definition. More...
 
uint32_t mnNumRows
 Number of rows in current frame. More...
 
uint32_t mnNumCols
 Number of columns in current frame. More...
 
uint32_t mnStartRow
 ROI info with respect to sensor (unbinned) More...
 
uint32_t mnEndRow
 ROI info with respect to sensor (unbinned) More...
 
uint32_t mnStartCol
 ROI info with respect to sensor (unbinned) More...
 
uint32_t mnEndCol
 ROI info with respect to sensor (unbinned) More...
 
uint32_t mnHorizontalBin
 binning factor More...
 
uint32_t mnVerticalBin
 binning factor More...
 
uint32_t mnNumFrames
 The number of frames available. More...
 

Detailed Description

Message sent back to the IOCallback when an update is ready.

Member Data Documentation

◆ meDataType

uint32_t tsNewFrameMsg::meDataType

teFrameDataType definition.

Pixel data representation. See

◆ mnEndCol

uint32_t tsNewFrameMsg::mnEndCol

ROI info with respect to sensor (unbinned)

◆ mnEndRow

uint32_t tsNewFrameMsg::mnEndRow

ROI info with respect to sensor (unbinned)

◆ mnFrameNumBytes

uint32_t tsNewFrameMsg::mnFrameNumBytes

to be read.

The number of bytes in the new frame

◆ mnFrameOffset

uint32_t tsNewFrameMsg::mnFrameOffset

beginning of the new frame that can be read.

Byte-wise offset into DDR that marks the

◆ mnHorizontalBin

uint32_t tsNewFrameMsg::mnHorizontalBin

binning factor

◆ mnNumCols

uint32_t tsNewFrameMsg::mnNumCols

Number of columns in current frame.

◆ mnNumFrames

uint32_t tsNewFrameMsg::mnNumFrames

The number of frames available.

◆ mnNumRows

uint32_t tsNewFrameMsg::mnNumRows

Number of rows in current frame.

◆ mnStartCol

uint32_t tsNewFrameMsg::mnStartCol

ROI info with respect to sensor (unbinned)

◆ mnStartRow

uint32_t tsNewFrameMsg::mnStartRow

ROI info with respect to sensor (unbinned)

◆ mnVerticalBin

uint32_t tsNewFrameMsg::mnVerticalBin

binning factor


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