![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.9.0 Release |
Defines camera module properties.
Definition at line 238 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.
Must be less than or equal to MAX_SENSORS_PER_CAMERA_MODULE.
Definition at line 242 of file NvSIPLDeviceBlock.hpp.
SensorProperty nvsipl::INvSIPLDeviceBlock::CameraModuleProperty::sensorProperty[MAX_SENSORS_PER_CAMERA_MODULE] |
Holds an array of SensorProperty objects.
Definition at line 290 of file NvSIPLDeviceBlock.hpp.