NVIDIA DRIVE OS Linux API Reference

5.1.0.2 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 225 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 PlatformCfg. 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 265 of file NvSIPLDeviceBlock.hpp.

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

Holds the number of virtual channels.

This number will be less than MAX_VIRTUAL_CHANNELS_PER_SENSOR.

Definition at line 229 of file NvSIPLDeviceBlock.hpp.

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

Holds the NvMediaISCDevice handle of the image sensor.

Definition at line 262 of file NvSIPLDeviceBlock.hpp.

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

Holds the ID of the sensor specified in the PlatformCfg.

Definition at line 256 of file NvSIPLDeviceBlock.hpp.

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

Holds an array of VirtualChannelProperty objects.

Definition at line 259 of file NvSIPLDeviceBlock.hpp.


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