NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::SensorInfo::Resolution Struct Reference

Detailed Description

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...
 

Field Documentation

◆ height

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.

◆ width

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.


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