OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ob::CameraParamList Class Reference

Class representing a list of camera parameters. More...

#include <Device.hpp>

Public Member Functions

 CameraParamList (std::unique_ptr< CameraParamListImpl > impl)
 
 ~CameraParamList () noexcept
 
uint32_t count ()
 Get the number of camera parameter groups.
 
OBCameraParam getCameraParam (uint32_t index)
 Get the camera parameters for the specified index.
 

Detailed Description

Class representing a list of camera parameters.

Definition at line 867 of file Device.hpp.

Constructor & Destructor Documentation

◆ CameraParamList()

ob::CameraParamList::CameraParamList ( std::unique_ptr< CameraParamListImpl >  impl)

◆ ~CameraParamList()

ob::CameraParamList::~CameraParamList ( )
noexcept

Member Function Documentation

◆ count()

uint32_t ob::CameraParamList::count ( )

Get the number of camera parameter groups.

Returns
uint32_t the number of camera parameter groups

◆ getCameraParam()

OBCameraParam ob::CameraParamList::getCameraParam ( uint32_t  index)

Get the camera parameters for the specified index.

Parameters
indexthe index of the parameter group
Returns
OBCameraParam the corresponding group parameters

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