OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
OBCameraParam Struct Reference

Structure for camera parameters. More...

#include <ObTypes.h>

Public Attributes

OBCameraIntrinsic depthIntrinsic
 Depth camera internal parameters.
 
OBCameraIntrinsic rgbIntrinsic
 Color camera internal parameters.
 
OBCameraDistortion depthDistortion
 Depth camera distortion parameters.
 
OBCameraDistortion rgbDistortion
 Color camera distortion parameters.
 
OBD2CTransform transform
 Rotation/transformation matrix.
 
bool isMirrored
 Whether the image frame corresponding to this group of parameters is mirrored.
 

Detailed Description

Structure for camera parameters.

Definition at line 433 of file ObTypes.h.

Member Data Documentation

◆ depthIntrinsic

OBCameraIntrinsic OBCameraParam::depthIntrinsic

Depth camera internal parameters.

Definition at line 434 of file ObTypes.h.

◆ rgbIntrinsic

OBCameraIntrinsic OBCameraParam::rgbIntrinsic

Color camera internal parameters.

Definition at line 435 of file ObTypes.h.

◆ depthDistortion

OBCameraDistortion OBCameraParam::depthDistortion

Depth camera distortion parameters.

Definition at line 436 of file ObTypes.h.

◆ rgbDistortion

OBCameraDistortion OBCameraParam::rgbDistortion

Color camera distortion parameters.

Definition at line 437 of file ObTypes.h.

◆ transform

OBD2CTransform OBCameraParam::transform

Rotation/transformation matrix.

Definition at line 438 of file ObTypes.h.

◆ isMirrored

bool OBCameraParam::isMirrored

Whether the image frame corresponding to this group of parameters is mirrored.

Definition at line 439 of file ObTypes.h.


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