Defines the information of a virtual channel/single exposure.
@anon_struct{1}
Definition at line 107 of file NvSIPLDeviceBlockInfo.hpp.
Data Fields | |
uint32_t | cfa {0U} |
Holds the Bayer color filter array order of the sensor. More... | |
uint32_t | embeddedTopLines {UINT32_MAX} |
Holds the number of top embedded lines. More... | |
uint32_t | embeddedBottomLines {UINT32_MAX} |
Holds the number of bottom embedded lines. More... | |
NvSiplCapInputFormatType | inputFormat {NVSIPL_CAP_INPUT_FORMAT_TYPE_RAW12} |
Holds the input format @anon_struct_member{1}. More... | |
Resolution | resolution |
Holds the Resolution of the captured frame. More... | |
float_t | fps {0.0F} |
Holds the average number of frames per second in the range from NVSIPL_CAP_MIN_FRAME_RATE to NVSIPL_CAP_MAX_FRAME_RATE. More... | |
bool | isEmbeddedDataTypeEnabled {false} |
Indicates whether the embedded data is coming in CSI packet with different data. More... | |
uint32_t nvsipl::SensorInfo::VirtualChannelInfo::cfa {0U} |
Holds the Bayer color filter array order of the sensor.
NVIDIA recommends setting this element with the NVSIPL_PIXEL_ORDER_* family of macros, e.g. NVSIPL_PIXEL_ORDER_ALPHA. @anon_struct_member{1}
Definition at line 118 of file NvSIPLDeviceBlockInfo.hpp.
uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedBottomLines {UINT32_MAX} |
Holds the number of bottom embedded lines.
@anon_struct_member{1}
Definition at line 126 of file NvSIPLDeviceBlockInfo.hpp.
uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedTopLines {UINT32_MAX} |
Holds the number of top embedded lines.
@anon_struct_member{1}
Definition at line 122 of file NvSIPLDeviceBlockInfo.hpp.
float_t nvsipl::SensorInfo::VirtualChannelInfo::fps {0.0F} |
Holds the average number of frames per second in the range from NVSIPL_CAP_MIN_FRAME_RATE to NVSIPL_CAP_MAX_FRAME_RATE.
@anon_struct_member{1}
Definition at line 139 of file NvSIPLDeviceBlockInfo.hpp.
NvSiplCapInputFormatType nvsipl::SensorInfo::VirtualChannelInfo::inputFormat {NVSIPL_CAP_INPUT_FORMAT_TYPE_RAW12} |
Holds the input format @anon_struct_member{1}.
Definition at line 130 of file NvSIPLDeviceBlockInfo.hpp.
bool nvsipl::SensorInfo::VirtualChannelInfo::isEmbeddedDataTypeEnabled {false} |
Indicates whether the embedded data is coming in CSI packet with different data.
The default value is false. @anon_struct_member{1}
Definition at line 143 of file NvSIPLDeviceBlockInfo.hpp.
Resolution nvsipl::SensorInfo::VirtualChannelInfo::resolution |
Holds the Resolution of the captured frame.
@anon_struct_member{1}
Definition at line 134 of file NvSIPLDeviceBlockInfo.hpp.