![]() |
OrbbecSDK 2.2.8
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
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 device presets in the list. | |
OBCameraParam | getCameraParam (uint32_t index) |
Get the camera parameters for the specified index. | |
uint32_t | count () |
Class representing a list of camera parameters.
Definition at line 1369 of file Device.hpp.
|
inlineexplicit |
Definition at line 1374 of file Device.hpp.
|
inlinenoexcept |
Definition at line 1375 of file Device.hpp.
|
inline |
Get the number of device presets in the list.
Definition at line 1386 of file Device.hpp.
Referenced by count().
|
inline |
Get the camera parameters for the specified index.
index | the index of the parameter group |
Definition at line 1399 of file Device.hpp.
|
inline |
Definition at line 1408 of file Device.hpp.
Referenced by getCount().