NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

Defines information for the camera module.

A camera module is a physical grouping of a serializer, image sensor(s), and associated EEPROM(s).

Definition at line 190 of file NvSIPLDeviceBlockInfo.hpp.

Collaboration diagram for nvsipl::CameraModuleInfo:

Data Fields

std::string name = ""
 Holds the name of the camera module, for example, "SF3324". More...
 
std::string description = ""
 Holds the description of the camera module. More...
 
uint32_t linkIndex = UINT32_MAX
 Holds the index of the deserializer link to which this module is connected. More...
 
SerInfo serInfo
 Holds the SerInfo of the serializer. More...
 
bool isEEPROMSupported = false
 Holds EEPROM support. More...
 
EEPROMInfo eepromInfo
 Holds the information about EEPROM device in a camera module. More...
 
SensorInfo sensorInfo
 Holds the information about the sensor in a camera module. More...
 

Field Documentation

◆ description

std::string nvsipl::CameraModuleInfo::description = ""

Holds the description of the camera module.

Definition at line 196 of file NvSIPLDeviceBlockInfo.hpp.

◆ eepromInfo

EEPROMInfo nvsipl::CameraModuleInfo::eepromInfo

Holds the information about EEPROM device in a camera module.

Definition at line 207 of file NvSIPLDeviceBlockInfo.hpp.

◆ isEEPROMSupported

bool nvsipl::CameraModuleInfo::isEEPROMSupported = false

Holds EEPROM support.

Definition at line 204 of file NvSIPLDeviceBlockInfo.hpp.

◆ linkIndex

uint32_t nvsipl::CameraModuleInfo::linkIndex = UINT32_MAX

Holds the index of the deserializer link to which this module is connected.

Definition at line 200 of file NvSIPLDeviceBlockInfo.hpp.

◆ name

std::string nvsipl::CameraModuleInfo::name = ""

Holds the name of the camera module, for example, "SF3324".

Definition at line 193 of file NvSIPLDeviceBlockInfo.hpp.

◆ sensorInfo

SensorInfo nvsipl::CameraModuleInfo::sensorInfo

Holds the information about the sensor in a camera module.

Definition at line 209 of file NvSIPLDeviceBlockInfo.hpp.

◆ serInfo

SerInfo nvsipl::CameraModuleInfo::serInfo

Holds the SerInfo of the serializer.

Definition at line 202 of file NvSIPLDeviceBlockInfo.hpp.


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