NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
nvsipl::SensorInfo::VirtualChannelInfo Struct Reference

Detailed Description

Defines the information of a virtual channel/single exposure.

@anon_struct{1}

Definition at line 113 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...
 
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...
 

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 NVSIPL_PIXEL_ORDER_* family of macros, e.g. NVSIPL_PIXEL_ORDER_ALPHA. @anon_struct_member{1}

Definition at line 124 of file NvSIPLDeviceBlockInfo.hpp.

◆ embeddedBottomLines

uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedBottomLines {UINT32_MAX}

Holds the number of bottom embedded lines.

@anon_struct_member{1}

Definition at line 132 of file NvSIPLDeviceBlockInfo.hpp.

◆ embeddedTopLines

uint32_t nvsipl::SensorInfo::VirtualChannelInfo::embeddedTopLines {UINT32_MAX}

Holds the number of top embedded lines.

@anon_struct_member{1}

Definition at line 128 of file NvSIPLDeviceBlockInfo.hpp.

◆ fps

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

◆ inputFormat

NvSiplCapInputFormatType nvsipl::SensorInfo::VirtualChannelInfo::inputFormat {NVSIPL_CAP_INPUT_FORMAT_TYPE_RAW12}

Holds the input format @anon_struct_member{1}.

Definition at line 136 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. @anon_struct_member{1}

Definition at line 149 of file NvSIPLDeviceBlockInfo.hpp.

◆ resolution

Resolution nvsipl::SensorInfo::VirtualChannelInfo::resolution

Holds the Resolution of the captured frame.

@anon_struct_member{1}

Definition at line 140 of file NvSIPLDeviceBlockInfo.hpp.


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