OrbbecSDK 2.5.5
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Device.hpp File Reference

Device related types, including operations such as getting and creating a device, setting and obtaining device attributes, and obtaining sensors. More...

#include "Types.hpp"
#include "libobsensor/h/Property.h"
#include "libobsensor/h/Device.h"
#include "libobsensor/h/Advanced.h"
#include "libobsensor/hpp/Filter.hpp"
#include "libobsensor/hpp/Sensor.hpp"
#include "Error.hpp"
#include <memory>
#include <string>
#include <vector>
#include <thread>
#include <chrono>

Go to the source code of this file.

Classes

class  ob::Device
class  ob::DeviceInfo
 A class describing device information, representing the name, id, serial number and other basic information of an RGBD camera. More...
class  ob::DeviceList
 Class representing a list of devices. More...
class  ob::OBDepthWorkModeList
class  ob::DevicePresetList
 Class representing a list of device presets. More...
class  ob::CameraParamList
 Class representing a list of camera parameters. More...
class  ob::DeviceFrameInterleaveList
 Class representing a list of device Frame Interleave. More...
class  ob::PresetResolutionConfigList
 Class representing a list of preset resolution config list. More...

Namespaces

namespace  ob

Macros

#define timerReset   timestampReset
 Alias for timestampReset since it is more accurate.

Detailed Description

Device related types, including operations such as getting and creating a device, setting and obtaining device attributes, and obtaining sensors.

Definition in file Device.hpp.

Macro Definition Documentation

◆ timerReset

#define timerReset   timestampReset

Alias for timestampReset since it is more accurate.

Definition at line 643 of file Device.hpp.