Defines image sensor properties.
Definition at line 249 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 platform configuration file. 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 290 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 253 of file NvSIPLDeviceBlock.hpp.
NvMediaISCDevice* nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::sensorHandle |
Holds the NvMediaISCDevice handle of the image sensor.
Definition at line 287 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 281 of file NvSIPLDeviceBlock.hpp.
VirtualChannelProperty nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::SensorProperty::virtualChannelProperty[MAX_VIRTUAL_CHANNELS_PER_SENSOR] |
Holds an array of VirtualChannelProperty objects.
Definition at line 284 of file NvSIPLDeviceBlock.hpp.