OrbbecSDK 2.6.3
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
ob::CameraParamList Class Reference

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

#include <Device.hpp>

Public Member Functions

 CameraParamList (ob_camera_param_list_t *impl)
 ~CameraParamList () noexcept
uint32_t getCount ()
 Get the number of camera parameters in the list.
OBCameraParam getCameraParam (uint32_t index)
 Get the camera parameters for the specified index.
uint32_t count ()

Detailed Description

Class representing a list of camera parameters.

Definition at line 1571 of file Device.hpp.

Constructor & Destructor Documentation

◆ CameraParamList()

ob::CameraParamList::CameraParamList ( ob_camera_param_list_t * impl)
inlineexplicit

Definition at line 1576 of file Device.hpp.

◆ ~CameraParamList()

ob::CameraParamList::~CameraParamList ( )
inlinenoexcept

Definition at line 1577 of file Device.hpp.

Member Function Documentation

◆ getCount()

uint32_t ob::CameraParamList::getCount ( )
inline

Get the number of camera parameters in the list.

Returns
uint32_t the number of camera parameters in the list.

Definition at line 1588 of file Device.hpp.

Referenced by count().

◆ getCameraParam()

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

Get the camera parameters for the specified index.

Parameters
[in]indexthe index of the parameter group
Returns
OBCameraParam the corresponding group parameters

Definition at line 1602 of file Device.hpp.

◆ count()

uint32_t ob::CameraParamList::count ( )
inline

Definition at line 1611 of file Device.hpp.

Referenced by getCount().


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