![]() |
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Defines the information of a virtual channel/single exposure.
Definition at line 77 of file NvSIPLDeviceBlock.hpp.
Data Fields | |
std::uint32_t | cfa = 0U |
Holds the color filter array order. 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. 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 color filter array order.
For example, "rccb", or "grbg".
Definition at line 80 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedBottomLines = -1U |
Holds the number of bottom embedded lines.
Definition at line 84 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedTopLines = -1U |
Holds the number of top embedded lines.
Definition at line 82 of file NvSIPLDeviceBlock.hpp.
float nvsipl::SensorInfo::VirtualChannelInfo::fps = 0 |
Holds the average number of frames per second.
Definition at line 90 of file NvSIPLDeviceBlock.hpp.
std::string nvsipl::SensorInfo::VirtualChannelInfo::inputFormat = "" |
bool nvsipl::SensorInfo::VirtualChannelInfo::isEmbeddedDataTypeEnabled = false |
Indicates whether embedded data type is enabled.
The default value is false.
Definition at line 92 of file NvSIPLDeviceBlock.hpp.
Resolution nvsipl::SensorInfo::VirtualChannelInfo::resolution |
Holds the Resolution of the captured frame.
Definition at line 88 of file NvSIPLDeviceBlock.hpp.