![]() |
Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include <IOCallback.h>
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... | |
Message sent back to the IOCallback when an update is ready.
| uint32_t tsNewFrameMsg::meDataType |
teFrameDataType definition.
Pixel data representation. See
| uint32_t tsNewFrameMsg::mnEndCol |
ROI info with respect to sensor (unbinned)
| uint32_t tsNewFrameMsg::mnEndRow |
ROI info with respect to sensor (unbinned)
| uint32_t tsNewFrameMsg::mnFrameNumBytes |
to be read.
The number of bytes in the new frame
| uint32_t tsNewFrameMsg::mnFrameOffset |
beginning of the new frame that can be read.
Byte-wise offset into DDR that marks the
| uint32_t tsNewFrameMsg::mnHorizontalBin |
binning factor
| uint32_t tsNewFrameMsg::mnNumCols |
Number of columns in current frame.
| uint32_t tsNewFrameMsg::mnNumFrames |
The number of frames available.
| uint32_t tsNewFrameMsg::mnNumRows |
Number of rows in current frame.
| uint32_t tsNewFrameMsg::mnStartCol |
ROI info with respect to sensor (unbinned)
| uint32_t tsNewFrameMsg::mnStartRow |
ROI info with respect to sensor (unbinned)
| uint32_t tsNewFrameMsg::mnVerticalBin |
binning factor