NVIDIA DRIVE OS Linux SDK API Reference

6.0.6 Release
nvsipl::CameraModuleInfo Struct Reference

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 244 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...
 
bool isSimulatorModeEnabled {false}
 Holds a per-link flag which indicates whether simulator mode has been enabled for a camera module. 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 250 of file NvSIPLDeviceBlockInfo.hpp.

◆ eepromInfo

EEPROMInfo nvsipl::CameraModuleInfo::eepromInfo

Holds the information about EEPROM device in a camera module.

Definition at line 265 of file NvSIPLDeviceBlockInfo.hpp.

◆ isEEPROMSupported

bool nvsipl::CameraModuleInfo::isEEPROMSupported {false}

Holds EEPROM support.

Definition at line 262 of file NvSIPLDeviceBlockInfo.hpp.

◆ isSimulatorModeEnabled

bool nvsipl::CameraModuleInfo::isSimulatorModeEnabled {false}

Holds a per-link flag which indicates whether simulator mode has been enabled for a camera module.

Used for the ISP reprocessing use case to simulate the presence of a device block.

Definition at line 258 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 254 of file NvSIPLDeviceBlockInfo.hpp.

◆ name

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

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

Definition at line 247 of file NvSIPLDeviceBlockInfo.hpp.

◆ sensorInfo

SensorInfo nvsipl::CameraModuleInfo::sensorInfo

Holds the information about the sensor in a camera module.

Definition at line 267 of file NvSIPLDeviceBlockInfo.hpp.

◆ serInfo

SerInfo nvsipl::CameraModuleInfo::serInfo

Holds the SerInfo of the serializer.

Definition at line 260 of file NvSIPLDeviceBlockInfo.hpp.


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