NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
nvsipl::SensorInfo::Resolution Struct Reference

Detailed Description

Defines the image resolution.

Definition at line 66 of file NvSIPLDeviceBlockInfo.hpp.

Data Fields

uint32_t width = 0U
 Holds the width in pixels in the range from NVMEDIA_ICP_MIN_IMAGE_WIDTH to NVMEDIA_ICP_MAX_IMAGE_WIDTH. More...
 
uint32_t height = 0U
 Holds the height in pixels in the range from NVMEDIA_ICP_MIN_IMAGE_HEIGHT to NVMEDIA_ICP_MAX_IMAGE_HEIGHT. More...
 

Field Documentation

◆ height

uint32_t nvsipl::SensorInfo::Resolution::height = 0U

Holds the height in pixels in the range from NVMEDIA_ICP_MIN_IMAGE_HEIGHT to NVMEDIA_ICP_MAX_IMAGE_HEIGHT.

Definition at line 71 of file NvSIPLDeviceBlockInfo.hpp.

◆ width

uint32_t nvsipl::SensorInfo::Resolution::width = 0U

Holds the width in pixels in the range from NVMEDIA_ICP_MIN_IMAGE_WIDTH to NVMEDIA_ICP_MAX_IMAGE_WIDTH.

Definition at line 68 of file NvSIPLDeviceBlockInfo.hpp.


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