![]() |
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Defines image sensor properties.
Definition at line 225 of file NvSIPLDeviceBlock.hpp.
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... | |
NvMediaISCDevice * | sensorHandle |
Holds the NvMediaISCDevice handle of the image sensor. More... | |
NvMediaISCDevice * | EEPROMHandle |
Holds the NvMediaISCDevice handle of the EEPROM. More... | |
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.