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 217 of file NvSIPLDeviceBlockInfo.hpp.
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... | |
std::string nvsipl::CameraModuleInfo::description = "" |
Holds the description of the camera module.
Definition at line 223 of file NvSIPLDeviceBlockInfo.hpp.
EEPROMInfo nvsipl::CameraModuleInfo::eepromInfo |
Holds the information about EEPROM device in a camera module.
Definition at line 234 of file NvSIPLDeviceBlockInfo.hpp.
bool nvsipl::CameraModuleInfo::isEEPROMSupported = false |
Holds EEPROM support.
Definition at line 231 of file NvSIPLDeviceBlockInfo.hpp.
uint32_t nvsipl::CameraModuleInfo::linkIndex = UINT32_MAX |
Holds the index of the deserializer link to which this module is connected.
Definition at line 227 of file NvSIPLDeviceBlockInfo.hpp.
std::string nvsipl::CameraModuleInfo::name = "" |
Holds the name of the camera module, for example, "SF3324".
Definition at line 220 of file NvSIPLDeviceBlockInfo.hpp.
SensorInfo nvsipl::CameraModuleInfo::sensorInfo |
Holds the information about the sensor in a camera module.
Definition at line 236 of file NvSIPLDeviceBlockInfo.hpp.
SerInfo nvsipl::CameraModuleInfo::serInfo |
Holds the SerInfo of the serializer.
Definition at line 229 of file NvSIPLDeviceBlockInfo.hpp.