TI J721E Imaging User Guide
IssSensor_LineInterleavedExpFrmInfo Struct Reference

Detailed Description

For Line Interleaved WDR mode, this structure is used for specifying position of each exposure frame.

Data Fields

uint32_t totalWidth
 
uint32_t totalHeight
 
struct {
   uint32_t   startx
 
   uint32_t   starty
 
   uint32_t   width
 
   uint32_t   height
 
info [ISS_SENSOR_MAX_EXPOSURE]
 

Field Documentation

◆ totalWidth

uint32_t IssSensor_LineInterleavedExpFrmInfo::totalWidth

◆ totalHeight

uint32_t IssSensor_LineInterleavedExpFrmInfo::totalHeight

Total Frame size

◆ startx

uint32_t IssSensor_LineInterleavedExpFrmInfo::startx

◆ starty

uint32_t IssSensor_LineInterleavedExpFrmInfo::starty

Start position of the exposure frame

◆ width

uint32_t IssSensor_LineInterleavedExpFrmInfo::width

◆ height

uint32_t IssSensor_LineInterleavedExpFrmInfo::height

frame size of the exposure frame

◆ info

struct { ... } IssSensor_LineInterleavedExpFrmInfo::info[ISS_SENSOR_MAX_EXPOSURE]