|
OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
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. | |
Class representing a list of camera parameters.
Definition at line 867 of file Device.hpp.
| ob::CameraParamList::CameraParamList | ( | std::unique_ptr< CameraParamListImpl > | impl | ) |
|
noexcept |
| uint32_t ob::CameraParamList::count | ( | ) |
Get the number of camera parameter groups.
| OBCameraParam ob::CameraParamList::getCameraParam | ( | uint32_t | index | ) |
Get the camera parameters for the specified index.
| index | the index of the parameter group |