NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
NvMediaCamIntriParams Struct Reference

Detailed Description

Holds NvMedia camera intrinsic parameters.

Definition at line 128 of file nvmedia_ldc.h.

Data Fields

float_t fx
 Holds the camera focal length in the X axis, in pixels. More...
 
float_t fy
 Holds the camera focal length in the Y axis, in pixels. More...
 
float_t cx
 Holds the optical center in the X axis, in pixels. More...
 
float_t cy
 Holds the optical center in the Y axis, in pixels. More...
 

Field Documentation

◆ cx

float_t NvMediaCamIntriParams::cx

Holds the optical center in the X axis, in pixels.

Definition at line 136 of file nvmedia_ldc.h.

◆ cy

float_t NvMediaCamIntriParams::cy

Holds the optical center in the Y axis, in pixels.

Definition at line 139 of file nvmedia_ldc.h.

◆ fx

float_t NvMediaCamIntriParams::fx

Holds the camera focal length in the X axis, in pixels.

Definition at line 130 of file nvmedia_ldc.h.

◆ fy

float_t NvMediaCamIntriParams::fy

Holds the camera focal length in the Y axis, in pixels.

Definition at line 133 of file nvmedia_ldc.h.


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