NVIDIA DRIVE OS Linux SDK API Reference

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

Detailed Description

Defines the image resolution.

Definition at line 73 of file NvSIPLDeviceBlock.hpp.

Data Fields

std::uint32_t width = 0U
 Holds the width in pixels. More...
 
std::uint32_t height = 0U
 Holds the height in pixels. More...
 

Field Documentation

◆ height

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

Holds the height in pixels.

Definition at line 76 of file NvSIPLDeviceBlock.hpp.

◆ width

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

Holds the width in pixels.

Definition at line 75 of file NvSIPLDeviceBlock.hpp.


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