|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Defines camera module properties.
Definition at line 218 of file NvSIPLDeviceBlock.hpp.

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... | |
| std::uint32_t nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::numOfSensors |
Holds the number of image sensors in the module.
This value will be less than MAX_SENSORS_PER_CAMERA_MODULE.
Definition at line 222 of file NvSIPLDeviceBlock.hpp.
| SensorProperty nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::sensorProperty[MAX_SENSORS_PER_CAMERA_MODULE] |
Holds an array of SensorProperty objects.
Definition at line 269 of file NvSIPLDeviceBlock.hpp.