![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.12.0 Release |
Defines the information of a virtual channel/single exposure.
Definition at line 80 of file NvSIPLDeviceBlock.hpp.
Data Fields | |
std::uint32_t | cfa = 0U |
Holds the Bayer color filter array order of the sensor. More... | |
std::uint32_t | embeddedTopLines = -1U |
Holds the number of top embedded lines. More... | |
std::uint32_t | embeddedBottomLines = -1U |
Holds the number of bottom embedded lines. More... | |
std::string | inputFormat = "" |
Holds the input format, for example, "raw12". More... | |
Resolution | resolution |
Holds the Resolution of the captured frame. More... | |
float | fps = 0 |
Holds the average number of frames per second. More... | |
bool | isEmbeddedDataTypeEnabled = false |
Indicates whether embedded data type is enabled. More... | |
std::uint32_t nvsipl::SensorInfo::VirtualChannelInfo::cfa = 0U |
Holds the Bayer color filter array order of the sensor.
NVIDIA recommends setting this element with the NVM_SURF_ATTR_COMPONENT_ORDER_* family of macros, e.g. NVM_SURF_ATTR_COMPONENT_ORDER_ALPHA.
Definition at line 88 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedBottomLines = -1U |
Holds the number of bottom embedded lines.
Definition at line 92 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedTopLines = -1U |
Holds the number of top embedded lines.
Definition at line 90 of file NvSIPLDeviceBlock.hpp.
float nvsipl::SensorInfo::VirtualChannelInfo::fps = 0 |
Holds the average number of frames per second.
Definition at line 98 of file NvSIPLDeviceBlock.hpp.
std::string nvsipl::SensorInfo::VirtualChannelInfo::inputFormat = "" |
Holds the input format, for example, "raw12".
Definition at line 94 of file NvSIPLDeviceBlock.hpp.
bool nvsipl::SensorInfo::VirtualChannelInfo::isEmbeddedDataTypeEnabled = false |
Indicates whether embedded data type is enabled.
The default value is false.
Definition at line 100 of file NvSIPLDeviceBlock.hpp.
Resolution nvsipl::SensorInfo::VirtualChannelInfo::resolution |
Holds the Resolution of the captured frame.
Definition at line 96 of file NvSIPLDeviceBlock.hpp.