![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.9.0 Release |
Defines DeviceBlock properties.
Definition at line 295 of file NvSIPLDeviceBlock.hpp.
Data Fields | |
std::uint32_t | numOfModules |
Holds the number of camera modules connected to the deserializer. More... | |
CameraModuleProperty | cameraModuleProperty [MAX_CAMERAMODULES_PER_BLOCK] |
Holds an array of CameraModuleProperty objects. More... | |
CameraModuleProperty nvsipl::INvSIPLDeviceBlock::DeviceBlockProperty::cameraModuleProperty[MAX_CAMERAMODULES_PER_BLOCK] |
Holds an array of CameraModuleProperty objects.
Definition at line 302 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::INvSIPLDeviceBlock::DeviceBlockProperty::numOfModules |
Holds the number of camera modules connected to the deserializer.
Must be less than MAX_CAMERAMODULES_PER_BLOCK.
Definition at line 299 of file NvSIPLDeviceBlock.hpp.