csi
Vitis Drivers API Documentation
XCsi_VCInfo Struct Reference

This typdef contains the structure for getting the information about a Virtual Channel. More...

Data Fields

u16 LineCount
 Line Count from Image Info 1 register. More...
 
u16 ByteCount
 Byte Count from Image Info 1 register. More...
 
u8 DataType
 Data Type like RGB, YUV, RAW from Image Info 2 register. More...
 

Detailed Description

This typdef contains the structure for getting the information about a Virtual Channel.

Field Documentation

u16 XCsi_VCInfo::ByteCount

Byte Count from Image Info 1 register.

Referenced by XCsi_GetVCInfo().

u8 XCsi_VCInfo::DataType

Data Type like RGB, YUV, RAW from Image Info 2 register.

Referenced by XCsi_GetVCInfo().

u16 XCsi_VCInfo::LineCount

Line Count from Image Info 1 register.

Referenced by XCsi_GetVCInfo().