Defines the image resolution.
Definition at line 98 of file NvSIPLDeviceBlockInfo.hpp.
Data Fields | |
uint32_t | width {0U} |
Holds the width in pixels. More... | |
uint32_t | height {0U} |
Holds the height in pixels. More... | |
uint32_t nvsipl::SensorInfo::Resolution::height {0U} |
Holds the height in pixels.
Actual values will vary based on sensor HW and sensor driver support.
Valid value: [NVSIPL_CAP_MIN_IMAGE_HEIGHT, NVSIPL_CAP_MAX_IMAGE_HEIGHT]
Definition at line 116 of file NvSIPLDeviceBlockInfo.hpp.
uint32_t nvsipl::SensorInfo::Resolution::width {0U} |
Holds the width in pixels.
Actual values will vary based on sensor HW and sensor driver support.
Valid value: [NVSIPL_CAP_MIN_IMAGE_WIDTH, NVSIPL_CAP_MAX_IMAGE_WIDTH]
Definition at line 107 of file NvSIPLDeviceBlockInfo.hpp.