Defines the image sensor information.
Definition at line 53 of file NvSIPLDeviceBlockInfo.hpp.

Data Structures | |
| struct | Resolution | 
| Defines the image resolution.  More... | |
| struct | VirtualChannelInfo | 
| Defines the information of a virtual channel/single exposure.  More... | |
Data Fields | |
| std::uint32_t | id = UINT32_MAX | 
| Holds the identification of the pipeline index in the platform configuration.  More... | |
| std::string | name = "" | 
| Holds the name of the image sensor, for example, "AR0231".  More... | |
| std::string | description = "" | 
| Holds the description of the image sensor.  More... | |
| std::uint8_t | i2cAddress = UINT8_MAX | 
| Holds the native I2C address of the image sensor.  More... | |
| VirtualChannelInfo | vcInfo | 
| Holds virtual channel information.  More... | |
| bool | isTriggerModeEnabled = false | 
| Holds a flag which indicates whether trigger mode is enabled.  More... | |
| bool | isTPGEnabled = false | 
| Holds a flag which indicates whether the sensor requires configuration in Test Pattern Generator (TPG) mode.  More... | |
| std::uint32_t | patternMode = 0 | 
| Holds the Test Pattern Generator (TPG) pattern mode.  More... | |
| std::string nvsipl::SensorInfo::description = "" | 
Holds the description of the image sensor.
Definition at line 97 of file NvSIPLDeviceBlockInfo.hpp.
| std::uint8_t nvsipl::SensorInfo::i2cAddress = UINT8_MAX | 
Holds the native I2C address of the image sensor.
Definition at line 100 of file NvSIPLDeviceBlockInfo.hpp.
| std::uint32_t nvsipl::SensorInfo::id = UINT32_MAX | 
Holds the identification of the pipeline index in the platform configuration.
Definition at line 92 of file NvSIPLDeviceBlockInfo.hpp.
| bool nvsipl::SensorInfo::isTPGEnabled = false | 
Holds a flag which indicates whether the sensor requires configuration in Test Pattern Generator (TPG) mode.
The default value is false.
Definition at line 110 of file NvSIPLDeviceBlockInfo.hpp.
| bool nvsipl::SensorInfo::isTriggerModeEnabled = false | 
Holds a flag which indicates whether trigger mode is enabled.
The default value is false.
Definition at line 105 of file NvSIPLDeviceBlockInfo.hpp.
| std::string nvsipl::SensorInfo::name = "" | 
Holds the name of the image sensor, for example, "AR0231".
Definition at line 94 of file NvSIPLDeviceBlockInfo.hpp.
| std::uint32_t nvsipl::SensorInfo::patternMode = 0 | 
Holds the Test Pattern Generator (TPG) pattern mode.
Definition at line 112 of file NvSIPLDeviceBlockInfo.hpp.
| VirtualChannelInfo nvsipl::SensorInfo::vcInfo | 
Holds virtual channel information.
Definition at line 102 of file NvSIPLDeviceBlockInfo.hpp.