NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 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 78 of file NvSIPLDeviceBlockInfo.hpp.

Collaboration diagram for nvsipl::SensorInfo::VirtualChannelInfo:

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...
 
NvMediaICPInputFormatType inputFormat = NVMEDIA_IMAGE_CAPTURE_INPUT_FORMAT_TYPE_RAW12
 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 in the range from NVMEDIA_ICP_MIN_FRAME_RATE to NVMEDIA_ICP_MAX_FRAME_RATE. More...
 
bool isEmbeddedDataTypeEnabled = false
 Indicates whether the embedded data is coming in CSI packet with different data. More...
 

Field Documentation

◆ cfa

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 86 of file NvSIPLDeviceBlockInfo.hpp.

◆ embeddedBottomLines

uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedBottomLines = UINT32_MAX

Holds the number of bottom embedded lines.

Definition at line 90 of file NvSIPLDeviceBlockInfo.hpp.

◆ embeddedTopLines

uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedTopLines = UINT32_MAX

Holds the number of top embedded lines.

Definition at line 88 of file NvSIPLDeviceBlockInfo.hpp.

◆ fps

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

Holds the average number of frames per second in the range from NVMEDIA_ICP_MIN_FRAME_RATE to NVMEDIA_ICP_MAX_FRAME_RATE.

Definition at line 97 of file NvSIPLDeviceBlockInfo.hpp.

◆ inputFormat

NvMediaICPInputFormatType nvsipl::SensorInfo::VirtualChannelInfo::inputFormat = NVMEDIA_IMAGE_CAPTURE_INPUT_FORMAT_TYPE_RAW12

Holds the input format.

Definition at line 92 of file NvSIPLDeviceBlockInfo.hpp.

◆ isEmbeddedDataTypeEnabled

bool nvsipl::SensorInfo::VirtualChannelInfo::isEmbeddedDataTypeEnabled = false

Indicates whether the embedded data is coming in CSI packet with different data.

The default value is false.

Definition at line 99 of file NvSIPLDeviceBlockInfo.hpp.

◆ resolution

Resolution nvsipl::SensorInfo::VirtualChannelInfo::resolution

Holds the Resolution of the captured frame.

Definition at line 94 of file NvSIPLDeviceBlockInfo.hpp.


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