AM62x MCU+ SDK  10.01.00
Panel_vidOutputParams Struct Reference

Detailed Description

Configuration paramters for bridge encoder.

Data Fields

uint32_t standard
 
uint32_t videoIfMode
 
uint32_t videoIfWidth
 
uint32_t videoDataFormat
 

Field Documentation

◆ standard

uint32_t Panel_vidOutputParams::standard

Video standard. For valid values see Fvid2_Standard.

◆ videoIfMode

uint32_t Panel_vidOutputParams::videoIfMode

Select the video mode, like Embedded sync, different type of Discrete sync modes. For valid values see Fvid2_VideoIfMode.

◆ videoIfWidth

uint32_t Panel_vidOutputParams::videoIfWidth

videoIfWidth:
Video Interface width , valid options are
FVID2_VIFW_8BIT,
FVID2_VIFW_10BIT,
FVID2_VIFW_16BIT,
FVID2_VIFW_24BIT,
For valid values see Fvid2_VideoIfWidth.
.

◆ videoDataFormat

uint32_t Panel_vidOutputParams::videoDataFormat

RGB or YUV data format. valid values are given below
For valid values see Fvid2_DataFormat. For Sil9022a bridge following data formats are supported videoDataFormat:
Output Data format, valid options are
FVID2_DF_YUV422I_YUYV,
FVID2_DF_RGB24_888,