NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty Struct Reference

Detailed Description

Defines image sensor properties.

Definition at line 245 of file NvSIPLDeviceBlock.hpp.

Collaboration diagram for nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty:

Data Structures

struct  VirtualChannelProperty
 Defines virtual channel properties. More...
 

Data Fields

std::uint32_t numOfVCs
 Holds the number of virtual channels. More...
 
std::uint32_t sensorIndex
 Holds the ID of the sensor specified in the platform configuration file. More...
 
VirtualChannelProperty virtualChannelProperty [MAX_VIRTUAL_CHANNELS_PER_SENSOR]
 Holds an array of VirtualChannelProperty objects. More...
 
NvMediaISCDevicesensorHandle
 Holds the NvMediaISCDevice handle of the image sensor. More...
 
NvMediaISCDeviceEEPROMHandle
 Holds the NvMediaISCDevice handle of the EEPROM. More...
 

Field Documentation

NvMediaISCDevice* nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::EEPROMHandle

Holds the NvMediaISCDevice handle of the EEPROM.

Definition at line 286 of file NvSIPLDeviceBlock.hpp.

std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::numOfVCs

Holds the number of virtual channels.

Must be less than MAX_VIRTUAL_CHANNELS_PER_SENSOR.

Definition at line 249 of file NvSIPLDeviceBlock.hpp.

NvMediaISCDevice* nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::sensorHandle

Holds the NvMediaISCDevice handle of the image sensor.

Definition at line 283 of file NvSIPLDeviceBlock.hpp.

std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::sensorIndex

Holds the ID of the sensor specified in the platform configuration file.

Definition at line 277 of file NvSIPLDeviceBlock.hpp.

VirtualChannelProperty nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::virtualChannelProperty[MAX_VIRTUAL_CHANNELS_PER_SENSOR]

Holds an array of VirtualChannelProperty objects.

Definition at line 280 of file NvSIPLDeviceBlock.hpp.


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