OrbbecSDK  1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
ObSensor.h
Go to the documentation of this file.
1 /* License: Apache 2.0. See LICENSE file in root directory.
2  Copyright(c) 2020 Orbbec Corporation. All Rights Reserved. */
3 
14 #pragma once
15 #include <libobsensor/h/Context.h>
16 #include <libobsensor/h/Device.h>
17 #include <libobsensor/h/Error.h>
18 #include <libobsensor/h/Filter.h>
19 #include <libobsensor/h/Frame.h>
20 #include <libobsensor/h/ObTypes.h>
21 #include <libobsensor/h/Pipeline.h>
22 #include <libobsensor/h/Property.h>
24 #include <libobsensor/h/Sensor.h>
26 #include <libobsensor/h/Version.h>
Control command property list maintenance.
Context is a management class that describes the runtime of the SDK and is responsible for resource a...
The processing unit of the SDK can perform point cloud generation, format conversion and other functi...
The SDK&#39;s advanced API can quickly implement functions such as switching streaming, frame synchronization, software filtering, etc., suitable for applications, and the algorithm focuses on rgbd data stream scenarios. If you are on real-time or need to handle synchronization separately, align the scene. Please use the interface of Device&#39;s Lower API.
Provide structs commonly used in the SDK, enumerating constant definitions.
Sensor related types, used to obtain stream configuration, open and close streams, set and get sensor properties.
Error handling related functions, mainly used to obtain error messages.
Frame related function is mainly used to obtain frame data and frame information. ...
Get the SDK version number information function.
The stream configuration related type is used to get information such as the width, height, frame rate, and format of the stream.
Device-related functions, including operations such as obtaining and creating a device, setting and obtaining device property, and obtaining sensors.
For recording and playback functions.