NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
nvsipl::SensorInfo::VirtualChannelInfo Struct Reference

Detailed Description

Defines the information of a virtual channel/single exposure.

Definition at line 80 of file NvSIPLDeviceBlock.hpp.

Collaboration diagram for nvsipl::SensorInfo::VirtualChannelInfo:

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...
 

Field Documentation

◆ cfa

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.

◆ embeddedBottomLines

std::uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedBottomLines = -1U

Holds the number of bottom embedded lines.

Definition at line 92 of file NvSIPLDeviceBlock.hpp.

◆ embeddedTopLines

std::uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedTopLines = -1U

Holds the number of top embedded lines.

Definition at line 90 of file NvSIPLDeviceBlock.hpp.

◆ fps

float nvsipl::SensorInfo::VirtualChannelInfo::fps = 0

Holds the average number of frames per second.

Definition at line 98 of file NvSIPLDeviceBlock.hpp.

◆ inputFormat

std::string nvsipl::SensorInfo::VirtualChannelInfo::inputFormat = ""

Holds the input format, for example, "raw12".

Definition at line 94 of file NvSIPLDeviceBlock.hpp.

◆ isEmbeddedDataTypeEnabled

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

Resolution nvsipl::SensorInfo::VirtualChannelInfo::resolution

Holds the Resolution of the captured frame.

Definition at line 96 of file NvSIPLDeviceBlock.hpp.


The documentation for this struct was generated from the following file: