NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwCameraISPStatisticsWindows Struct Reference

Detailed Description

Definition at line 408 of file Camera.h.

Collaboration diagram for dwCameraISPStatisticsWindows:

Data Fields

uint32_t width
 Holds width of the window in pixels. More...
 
uint32_t height
 Holds height of the window in pixels. More...
 
uint32_t numWindowsH
 Holds number of windows horizontally. More...
 
uint32_t numWindowsV
 Holds number of windows vertically. More...
 
uint32_t horizontalInterval
 Holds the distance between the left edge of one window and a horizontally adjacent window. More...
 
uint32_t verticalInterval
 Holds the distance between the top edge of one window and a vertically adjacent window. More...
 
dwVector2i startOffset
 Holds the position of the top left pixel in the top left window. More...
 

Field Documentation

◆ height

uint32_t dwCameraISPStatisticsWindows::height

Holds height of the window in pixels.

Definition at line 413 of file Camera.h.

◆ horizontalInterval

uint32_t dwCameraISPStatisticsWindows::horizontalInterval

Holds the distance between the left edge of one window and a horizontally adjacent window.

Definition at line 419 of file Camera.h.

◆ numWindowsH

uint32_t dwCameraISPStatisticsWindows::numWindowsH

Holds number of windows horizontally.

Definition at line 415 of file Camera.h.

◆ numWindowsV

uint32_t dwCameraISPStatisticsWindows::numWindowsV

Holds number of windows vertically.

Definition at line 417 of file Camera.h.

◆ startOffset

dwVector2i dwCameraISPStatisticsWindows::startOffset

Holds the position of the top left pixel in the top left window.

Definition at line 423 of file Camera.h.

◆ verticalInterval

uint32_t dwCameraISPStatisticsWindows::verticalInterval

Holds the distance between the top edge of one window and a vertically adjacent window.

Definition at line 421 of file Camera.h.

◆ width

uint32_t dwCameraISPStatisticsWindows::width

Holds width of the window in pixels.

Definition at line 411 of file Camera.h.


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