NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
nvsipl::INvSIPLDeviceBlock::CameraModuleProperty Struct Reference

Detailed Description

Defines camera module properties.

Definition at line 242 of file NvSIPLDeviceBlock.hpp.

Collaboration diagram for nvsipl::INvSIPLDeviceBlock::CameraModuleProperty:

Data Structures

struct  SensorProperty
 Defines image sensor properties. More...
 

Data Fields

std::uint32_t numOfSensors
 Holds the number of image sensors in the module. More...
 
SensorProperty sensorProperty [MAX_SENSORS_PER_CAMERA_MODULE]
 Holds an array of SensorProperty objects. More...
 

Field Documentation

◆ numOfSensors

std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::numOfSensors

Holds the number of image sensors in the module.

Must be less than or equal to MAX_SENSORS_PER_CAMERA_MODULE.

Definition at line 246 of file NvSIPLDeviceBlock.hpp.

◆ sensorProperty

SensorProperty nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::sensorProperty[MAX_SENSORS_PER_CAMERA_MODULE]

Holds an array of SensorProperty objects.

Definition at line 294 of file NvSIPLDeviceBlock.hpp.


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