Skip to main content
Version: 20 Mar 2024

MLDepthCameraIntrinsics

Module: Pixel Sensors / Depth Camera

Depth camera intrinsic parameters. More...

#include <ml_depth_camera.h>

Public Attributes

TypeName
uint32_twidth
uint32_theight
MLVec2ffocal_length
MLVec2fprincipal_point
floatfov
double[MLDepthCameraIntrinsics_MaxDistortionCoefficients]distortion
Distortion vector. The distortion co-efficients are in the following order: [k1, k2, p1, p2, k3].

Detailed Description

struct MLDepthCameraIntrinsics;

Depth camera intrinsic parameters.

API Level:

  • 29

Public Attributes Documentation

width

uint32_t width;

Camera width.


height

uint32_t height;

Camera height.


focal_length

MLVec2f focal_length;

Camera focal length.


principal_point

MLVec2f principal_point;

Camera principal point.


fov

float fov;

Field of view in degrees.


distortion

double[MLDepthCameraIntrinsics_MaxDistortionCoefficients] distortion;

Distortion vector. The distortion co-efficients are in the following order: [k1, k2, p1, p2, k3].

TypeDescription
double[MLDepthCameraIntrinsics_MaxDistortionCoefficients][MLDepthCameraIntrinsics_MaxDistortionCoefficients]