csi
Vitis Drivers API Documentation
|
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... | |
This typdef contains the structure for getting the information about a Virtual Channel.
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().