NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvsipl::INvSIPLDeviceBlock::DeviceBlockProperty Struct Reference

Detailed Description

Defines DeviceBlock properties.

Definition at line 274 of file NvSIPLDeviceBlock.hpp.

Collaboration diagram for nvsipl::INvSIPLDeviceBlock::DeviceBlockProperty:

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...
 

Field Documentation

CameraModuleProperty nvsipl::INvSIPLDeviceBlock::DeviceBlockProperty::cameraModuleProperty[MAX_CAMERAMODULES_PER_BLOCK]

Holds an array of CameraModuleProperty objects.

Definition at line 281 of file NvSIPLDeviceBlock.hpp.

std::uint32_t nvsipl::INvSIPLDeviceBlock::DeviceBlockProperty::numOfModules

Holds the number of camera modules connected to the deserializer.

This value will be less than MAX_CAMERAMODULES_PER_BLOCK.

Definition at line 278 of file NvSIPLDeviceBlock.hpp.


The documentation for this struct was generated from the following file: