NVIDIA DRIVE OS Linux SDK API Reference

6.0.10.0 Release
nvsipl::SensorInfo::Resolution Struct Reference

Detailed Description

Defines the image resolution.

@anon_struct

Definition at line 93 of file NvSIPLDeviceBlockInfo.hpp.

Data Fields

uint32_t width {0U}
 Holds the width in pixels in the range from NVSIPL_CAP_MIN_IMAGE_WIDTH to NVSIPL_CAP_MAX_IMAGE_WIDTH. More...
 
uint32_t height {0U}
 Holds the height in pixels in the range from NVSIPL_CAP_MIN_IMAGE_HEIGHT to NVSIPL_CAP_MAX_IMAGE_HEIGHT. More...
 

Field Documentation

◆ height

uint32_t nvsipl::SensorInfo::Resolution::height {0U}

Holds the height in pixels in the range from NVSIPL_CAP_MIN_IMAGE_HEIGHT to NVSIPL_CAP_MAX_IMAGE_HEIGHT.

@anon_struct_member

Definition at line 105 of file NvSIPLDeviceBlockInfo.hpp.

◆ width

uint32_t nvsipl::SensorInfo::Resolution::width {0U}

Holds the width in pixels in the range from NVSIPL_CAP_MIN_IMAGE_WIDTH to NVSIPL_CAP_MAX_IMAGE_WIDTH.

@anon_struct_member

Definition at line 99 of file NvSIPLDeviceBlockInfo.hpp.


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