NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwStereographicCameraConfig Struct Reference

Detailed Description

Configuration parameters for a calibrated stereographic camera.

The stereographic camera describes a projection of a sphere onto a plane located at a certain distance in viewing (=z) direction.

Definition at line 431 of file RigTypes.h.

Data Fields

uint32_t width
 Width of the image (in pixels) More...
 
uint32_t height
 Height of the image (in pixels) More...
 
float32_t u0
 U coordinate for the principal point (in pixels) More...
 
float32_t v0
 V coordinate for the principal point (in pixels) More...
 
float32_t hFOV
 Horizontal FOV (in radians) More...
 

Field Documentation

◆ height

uint32_t dwStereographicCameraConfig::height

Height of the image (in pixels)

Definition at line 437 of file RigTypes.h.

◆ hFOV

float32_t dwStereographicCameraConfig::hFOV

Horizontal FOV (in radians)

Definition at line 446 of file RigTypes.h.

◆ u0

float32_t dwStereographicCameraConfig::u0

U coordinate for the principal point (in pixels)

Definition at line 440 of file RigTypes.h.

◆ v0

float32_t dwStereographicCameraConfig::v0

V coordinate for the principal point (in pixels)

Definition at line 443 of file RigTypes.h.

◆ width

uint32_t dwStereographicCameraConfig::width

Width of the image (in pixels)

Definition at line 434 of file RigTypes.h.


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