NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

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

Holds the height in pixels.

Definition at line 76 of file NvSIPLDeviceBlock.hpp.

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: