diff --git a/cmake/InstallTargets.cmake b/cmake/InstallTargets.cmake index 24e26b39..122b29d3 100644 --- a/cmake/InstallTargets.cmake +++ b/cmake/InstallTargets.cmake @@ -11,12 +11,10 @@ if (UNIX) install(DIRECTORY ${OrbbecSDK_LIBS_DIR}/ DESTINATION lib - FILES_MATCHING PATTERN "libOrbbecSDK.so" - PATTERN "libOrbbecSDK.so.*" - PATTERN "libdepthengine.so" - PATTERN "libdepthengine.so.*" - PATTERN "libOrbbecSDK.dylib" - PATTERN "libOrbbecSDK.*.dylib" + FILES_MATCHING PATTERN "*.so" + PATTERN "*.so.*" + PATTERN "*.dylib" + PATTERN "*.*.dylib" ) if (INSTALL_LIBUDEV) diff --git a/doc/api/English/Context_8h.html b/doc/api/English/Context_8h.html index ca3f96ac..c9bd7ab9 100644 --- a/doc/api/English/Context_8h.html +++ b/doc/api/English/Context_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -785,7 +785,7 @@

Function Documentation

diff --git a/doc/api/English/Context_8h_source.html b/doc/api/English/Context_8h_source.html index 999ec8f3..4c00dca8 100644 --- a/doc/api/English/Context_8h_source.html +++ b/doc/api/English/Context_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -104,14 +104,14 @@
ob_create_context
ob_context * ob_create_context(ob_error **error)
Create a context object.
ob_device_list
struct DeviceListImpl ob_device_list
Definition: ObTypes.h:57
ob_device
struct DeviceImpl ob_device
Definition: ObTypes.h:55
-
ob_device_changed_callback
void(* ob_device_changed_callback)(ob_device_list *removed, ob_device_list *added, void *user_data)
Callback for device change.
Definition: ObTypes.h:1700
+
ob_device_changed_callback
void(* ob_device_changed_callback)(ob_device_list *removed, ob_device_list *added, void *user_data)
Callback for device change.
Definition: ObTypes.h:1708
ob_set_logger_to_console
void ob_set_logger_to_console(ob_log_severity severity, ob_error **error)
Set the log output to the console.
ob_context
struct ContextImpl ob_context
Definition: ObTypes.h:54
ob_delete_context
void ob_delete_context(ob_context *context, ob_error **error)
Delete a context object.
ob_set_logger_severity
void ob_set_logger_severity(ob_log_severity severity, ob_error **error)
Set the global log level.
ob_free_idle_memory
void ob_free_idle_memory(ob_context *context, ob_error **error)
Free idle memory from the internal frame memory pool.
ob_set_device_changed_callback
void ob_set_device_changed_callback(ob_context *context, ob_device_changed_callback callback, void *user_data, ob_error **error)
Set a device plug-in callback function.
-
ob_log_callback
void( ob_log_callback)(ob_log_severity severity, const char *message, void *user_data)
Callback for receiving log.
Definition: ObTypes.h:1738
+
ob_log_callback
void( ob_log_callback)(ob_log_severity severity, const char *message, void *user_data)
Callback for receiving log.
Definition: ObTypes.h:1746
ob_set_logger_callback
void ob_set_logger_callback(ob_log_severity severity, ob_log_callback callback, void *user_data, ob_error **error)
Set the log callback function.
ob_create_net_device
ob_device * ob_create_net_device(ob_context *context, const char *address, uint16_t port, ob_error **error)
Create a network device object.
ob_log_severity
enum OBLogSeverity ob_log_severity
@@ -119,7 +119,7 @@ diff --git a/doc/api/English/Context_8hpp.html b/doc/api/English/Context_8hpp.html index 3de06e03..5cf0bdd4 100644 --- a/doc/api/English/Context_8hpp.html +++ b/doc/api/English/Context_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -143,7 +143,7 @@ diff --git a/doc/api/English/Context_8hpp_source.html b/doc/api/English/Context_8hpp_source.html index 93003ba1..b8e1333c 100644 --- a/doc/api/English/Context_8hpp_source.html +++ b/doc/api/English/Context_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -103,12 +103,12 @@
ob::DeviceInfo
A class describing device information, representing the name, id, serial number and other basic infor...
Definition: Device.hpp:640
ob::DeviceList
Class representing a list of devices.
Definition: Device.hpp:757
ob::Context
Definition: Context.hpp:21
-
OB_DEFAULT_DECRYPT_KEY
#define OB_DEFAULT_DECRYPT_KEY
The default Decrypt Key.
Definition: ObTypes.h:1770
+
OB_DEFAULT_DECRYPT_KEY
#define OB_DEFAULT_DECRYPT_KEY
The default Decrypt Key.
Definition: ObTypes.h:1778
OB_EXTENSION_API
#define OB_EXTENSION_API
Definition: ObTypes.h:28
diff --git a/doc/api/English/Device_8h.html b/doc/api/English/Device_8h.html index e5d57b77..1aad25b6 100644 --- a/doc/api/English/Device_8h.html +++ b/doc/api/English/Device_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -4498,7 +4498,7 @@ diff --git a/doc/api/English/Device_8h_source.html b/doc/api/English/Device_8h_source.html index 20cf32dd..dc9265e4 100644 --- a/doc/api/English/Device_8h_source.html +++ b/doc/api/English/Device_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -153,14 +153,14 @@
OBCameraParam
Structure for camera parameters.
Definition: ObTypes.h:461
ob_device_list_get_device_serial_number
const char * ob_device_list_get_device_serial_number(ob_device_list *list, uint32_t index, ob_error **error)
Get the serial number of the specified device.
ob_device_list_get_device_vid
int ob_device_list_get_device_vid(ob_device_list *list, uint32_t index, ob_error **error)
Get the vid of the specified device.
-
ob_device_state_callback
void(* ob_device_state_callback)(ob_device_state state, const char *message, void *user_data)
Callback for device status.
Definition: ObTypes.h:1665
+
ob_device_state_callback
void(* ob_device_state_callback)(ob_device_state state, const char *message, void *user_data)
Callback for device status.
Definition: ObTypes.h:1673
ob_device_state
uint64_t ob_device_state
Definition: ObTypes.h:643
ob_device_get_bool_property_range
ob_bool_property_range ob_device_get_bool_property_range(ob_device *device, ob_property_id property_id, ob_error **error)
Get the boolean type of device property range.
ob_device_read_ahb
void ob_device_read_ahb(ob_device *device, uint32_t reg, uint32_t mask, uint32_t *value, ob_error **error)
Read an AHB register.
ob_device_list_get_extension_info
const char * ob_device_list_get_extension_info(ob_device_list *list, uint32_t index, ob_error **error)
Get the device extension information.
ob_device_get_supported_property_count
uint32_t ob_device_get_supported_property_count(ob_device *device, ob_error **error)
Get the number of properties supported by the device.
ob_device_read_flash
void ob_device_read_flash(ob_device *device, uint32_t offset, uint32_t data_size, ob_get_data_callback cb, bool async, void *user_data, ob_error **error)
Read Flash properties [asynchronous callback].
-
ob_device_upgrade_callback
void(* ob_device_upgrade_callback)(ob_upgrade_state state, const char *message, uint8_t percent, void *user_data)
Callback for firmware upgrade.
Definition: ObTypes.h:1656
+
ob_device_upgrade_callback
void(* ob_device_upgrade_callback)(ob_upgrade_state state, const char *message, uint8_t percent, void *user_data)
Callback for firmware upgrade.
Definition: ObTypes.h:1664
ob_device_info_supported_min_sdk_version
const char * ob_device_info_supported_min_sdk_version(ob_device_info *info, ob_error **error)
Get the minimum SDK version number supported by the device.
ob_device_get_device_info
ob_device_info * ob_device_get_device_info(ob_device *device, ob_error **error)
Get device information.
OBDataBundle
Internal API for future publication.
Definition: ObTypes.h:1056
@@ -188,18 +188,18 @@
ob_cmd_version
enum OB_CMD_VERSION ob_cmd_version
ob_device_activate_authorization
bool ob_device_activate_authorization(ob_device *device, const char *auth_code, ob_error **error)
Verify the device authorization code.
ob_device_get_structured_data_ext
ob_data_bundle * ob_device_get_structured_data_ext(ob_device *device, ob_property_id property_id, ob_error **error)
Get structured data of a device property.
-
ob_get_data_callback
void(* ob_get_data_callback)(ob_data_tran_state state, ob_data_chunk *dataChunk, void *user_data)
Callback for reading data.
Definition: ObTypes.h:1683
-
OBPropertyItem
Used to describe the characteristics of each property.
Definition: Property.h:743
+
ob_get_data_callback
void(* ob_get_data_callback)(ob_data_tran_state state, ob_data_chunk *dataChunk, void *user_data)
Callback for reading data.
Definition: ObTypes.h:1691
+
OBPropertyItem
Used to describe the characteristics of each property.
Definition: Property.h:752
MultipleDevices.h
This file contains the multiple devices related API witch is used to control the synchronization betw...
ob_device_info_pid
int ob_device_info_pid(ob_device_info *info, ob_error **error)
Get device pid.
ob_delete_depth_work_mode_list
void ob_delete_depth_work_mode_list(ob_depth_work_mode_list *work_mode_list, ob_error **error)
Free the resources of ob_depth_work_mode_list.
ob_camera_param_list
struct CameraParamListImpl ob_camera_param_list
Definition: ObTypes.h:58
-
ob_set_data_callback
void(* ob_set_data_callback)(ob_data_tran_state state, uint8_t percent, void *user_data)
Callback for writing data.
Definition: ObTypes.h:1674
+
ob_set_data_callback
void(* ob_set_data_callback)(ob_data_tran_state state, uint8_t percent, void *user_data)
Callback for writing data.
Definition: ObTypes.h:1682
ob_device_send_file_to_destination
void ob_device_send_file_to_destination(ob_device *device, const char *file_path, const char *dst_path, ob_file_send_callback callback, bool async, void *user_data, ob_error **error)
Send files to the specified path on the device.
OBBoolPropertyRange
Structure for boolean range.
Definition: ObTypes.h:368
ob_device_write_authorization_code
void ob_device_write_authorization_code(ob_device *device, const char *auth_code, ob_error **error)
Write the device authorization code.
ob_device_read_i2c
void ob_device_read_i2c(ob_device *device, uint32_t module_id, uint32_t reg, uint32_t mask, uint32_t *value, ob_error **error)
Read an I2C register.
-
ob_file_send_callback
void(* ob_file_send_callback)(ob_file_tran_state state, const char *message, uint8_t percent, void *user_data)
Callback for file transfer.
Definition: ObTypes.h:1646
+
ob_file_send_callback
void(* ob_file_send_callback)(ob_file_tran_state state, const char *message, uint8_t percent, void *user_data)
Callback for file transfer.
Definition: ObTypes.h:1654
ob_device_preset_list
struct DevicePresetListImpl ob_device_preset_list
Definition: ObTypes.h:72
ob_device_load_depth_filter_config
void ob_device_load_depth_filter_config(ob_device *device, const char *file_path, ob_error **error)
Load depth filter config from file.
ob_device_list_get_device_by_serial_number
ob_device * ob_device_list_get_device_by_serial_number(ob_device_list *list, const char *serial_number, ob_error **error)
Create a device.
@@ -223,7 +223,7 @@ diff --git a/doc/api/English/Device_8hpp.html b/doc/api/English/Device_8hpp.html index 1490e2b6..494c2c03 100644 --- a/doc/api/English/Device_8hpp.html +++ b/doc/api/English/Device_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -164,7 +164,7 @@ diff --git a/doc/api/English/Device_8hpp_source.html b/doc/api/English/Device_8hpp_source.html index 52ab3884..7553c5eb 100644 --- a/doc/api/English/Device_8hpp_source.html +++ b/doc/api/English/Device_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -123,7 +123,7 @@
OBDepthWorkMode
Depth work mode.
Definition: ObTypes.h:939
Filter.hpp
This file contains the Filter class, which is the processing unit of the SDK that can perform point c...
ob::DeviceInfo
A class describing device information, representing the name, id, serial number and other basic infor...
Definition: Device.hpp:640
-
OBPropertyItem
Used to describe the characteristics of each property.
Definition: Property.h:743
+
OBPropertyItem
Used to describe the characteristics of each property.
Definition: Property.h:752
ob::SensorList
Definition: Sensor.hpp:80
ob::DeviceList
Class representing a list of devices.
Definition: Device.hpp:757
ob::Pipeline
Definition: Pipeline.hpp:28
@@ -138,7 +138,7 @@ diff --git a/doc/api/English/Error_8h.html b/doc/api/English/Error_8h.html index 6b57915f..057f6b24 100644 --- a/doc/api/English/Error_8h.html +++ b/doc/api/English/Error_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -107,9 +107,9 @@ ob_status ob_error_status (ob_error *error)  Get the error status. More...
  -const char * ob_error_message (ob_error *error) - Get the error message. More...
-  +const char * ob_error_message (const ob_error *error) + Get the error message. More...
+  const char * ob_error_function (ob_error *error)  Get the name of the API function that caused the error. More...
  @@ -153,14 +153,14 @@ - +
- + @@ -280,7 +280,7 @@ diff --git a/doc/api/English/Error_8h_source.html b/doc/api/English/Error_8h_source.html index 7526c954..3d31ebd5 100644 --- a/doc/api/English/Error_8h_source.html +++ b/doc/api/English/Error_8h_source.html @@ -25,7 +25,7 @@ @@ -93,12 +93,12 @@
Error.h
-Go to the documentation of this file.
1 
5 #pragma once
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include "ObTypes.h"
12 
20 
27 const char *ob_error_message(ob_error *error);
28 
35 const char *ob_error_function(ob_error *error);
36 
43 const char *ob_error_args(ob_error *error);
44 
52 
58 void ob_delete_error(ob_error *error);
59 
60 #ifdef __cplusplus
61 }
62 #endif
ob_exception_type ob_error_exception_type(ob_error *error)
Get the type of exception that caused the error.
+Go to the documentation of this file.
1 
5 #pragma once
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include "ObTypes.h"
12 
20 
27 const char *ob_error_message(const ob_error *error);
28 
35 const char *ob_error_function(ob_error *error);
36 
43 const char *ob_error_args(ob_error *error);
44 
52 
58 void ob_delete_error(ob_error *error);
59 
60 #ifdef __cplusplus
61 }
62 #endif
ob_exception_type ob_error_exception_type(ob_error *error)
Get the type of exception that caused the error.
Provide structs commonly used in the SDK, enumerating constant definitions.
-
const char * ob_error_message(ob_error *error)
Get the error message.
enum OBExceptionType ob_exception_type
const char * ob_error_args(ob_error *error)
Get the error parameters.
const char * ob_error_function(ob_error *error)
Get the name of the API function that caused the error.
+
const char * ob_error_message(const ob_error *error)
Get the error message.
ob_status ob_error_status(ob_error *error)
Get the error status.
void ob_delete_error(ob_error *error)
Delete the error object.
enum OBStatus ob_status
@@ -106,7 +106,7 @@
diff --git a/doc/api/English/Error_8hpp.html b/doc/api/English/Error_8hpp.html index 55e8bf58..d3a251c2 100644 --- a/doc/api/English/Error_8hpp.html +++ b/doc/api/English/Error_8hpp.html @@ -25,7 +25,7 @@
@@ -121,7 +121,7 @@ diff --git a/doc/api/English/Error_8hpp_source.html b/doc/api/English/Error_8hpp_source.html index 55a9622a..54e43c13 100644 --- a/doc/api/English/Error_8hpp_source.html +++ b/doc/api/English/Error_8hpp_source.html @@ -25,7 +25,7 @@ @@ -101,7 +101,7 @@ diff --git a/doc/api/English/Filter_8h.html b/doc/api/English/Filter_8h.html index a93f375a..7821dcb7 100644 --- a/doc/api/English/Filter_8h.html +++ b/doc/api/English/Filter_8h.html @@ -25,7 +25,7 @@ @@ -2568,7 +2568,7 @@ diff --git a/doc/api/English/Filter_8h_source.html b/doc/api/English/Filter_8h_source.html index f747edf7..c07a5c95 100644 --- a/doc/api/English/Filter_8h_source.html +++ b/doc/api/English/Filter_8h_source.html @@ -25,7 +25,7 @@ @@ -93,7 +93,7 @@
Filter.h
-Go to the documentation of this file.
1 
5 #pragma once
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include "ObTypes.h"
12 
21 
30 
39 
47 void ob_pointcloud_filter_set_frame_align_state(ob_filter *filter, bool state, ob_error **error);
48 
59 void ob_pointcloud_filter_set_position_data_scale(ob_filter *filter, float scale, ob_error **error);
60 
69 
78 
87 
96 
105 
115 
124 
133 
142 
151 
160 
169 
177 void ob_temporal_filter_set_diffscale_value(ob_filter *filter, float value, ob_error **error);
178 
186 
194 void ob_temporal_filter_set_weight_value(ob_filter *filter, float value, ob_error **error);
195 
202 
211 
220 
229 
238 
247 
256 
263 
272 
281 
290 
299 
306 
315 
324 
325 
334 
343 
352 
361 
362 
369 
377 
385 void ob_decimation_filter_set_scale_value(ob_filter *filter, uint8_t value, ob_error **error);
386 
395 
402 
410 
418 
427 bool ob_threshold_filter_set_scale_value(ob_filter *filter, uint16_t min, uint16_t max, ob_error **error);
428 
435 
443 void ob_sequence_id_filter_select_sequence_id(ob_filter *filter, int sequence_id, ob_error **error);
444 
453 
454 
462 
470 
477 
484 ob_filter *ob_create_align(ob_error **error, ob_stream_type align_to_stream);
485 
494 
501 ob_filter *ob_create_disparity_transform(ob_error **error, bool depth_to_disparity);
502 
510 void ob_filter_reset(ob_filter *filter, ob_error **error);
511 
521 ob_frame *ob_filter_process(ob_filter *filter, ob_frame *frame, ob_error **error);
522 
530 void ob_filter_enable(ob_filter *filter, bool enable, ob_error **error);
531 
540 bool ob_filter_is_enable(ob_filter *filter, ob_error **error);
541 
550 void ob_filter_set_callback(ob_filter *filter, ob_filter_callback callback, void *user_data, ob_error **error);
551 
559 void ob_filter_push_frame(ob_filter *filter, ob_frame *frame, ob_error **error);
560 
567 void ob_delete_filter(ob_filter *filter, ob_error **error);
568 
569 #ifdef __cplusplus
570 }
571 #endif
#define ob_filter_callback
Definition: ObTypes.h:1712
+Go to the documentation of this file.
1 
5 #pragma once
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include "ObTypes.h"
12 
21 
30 
39 
47 void ob_pointcloud_filter_set_frame_align_state(ob_filter *filter, bool state, ob_error **error);
48 
59 void ob_pointcloud_filter_set_position_data_scale(ob_filter *filter, float scale, ob_error **error);
60 
69 
78 
87 
96 
105 
115 
124 
133 
142 
151 
160 
169 
177 void ob_temporal_filter_set_diffscale_value(ob_filter *filter, float value, ob_error **error);
178 
186 
194 void ob_temporal_filter_set_weight_value(ob_filter *filter, float value, ob_error **error);
195 
202 
211 
220 
229 
238 
247 
256 
263 
272 
281 
290 
299 
306 
315 
324 
325 
334 
343 
352 
361 
362 
369 
377 
385 void ob_decimation_filter_set_scale_value(ob_filter *filter, uint8_t value, ob_error **error);
386 
395 
402 
410 
418 
427 bool ob_threshold_filter_set_scale_value(ob_filter *filter, uint16_t min, uint16_t max, ob_error **error);
428 
435 
443 void ob_sequence_id_filter_select_sequence_id(ob_filter *filter, int sequence_id, ob_error **error);
444 
453 
454 
462 
470 
477 
484 ob_filter *ob_create_align(ob_error **error, ob_stream_type align_to_stream);
485 
494 
501 ob_filter *ob_create_disparity_transform(ob_error **error, bool depth_to_disparity);
502 
510 void ob_filter_reset(ob_filter *filter, ob_error **error);
511 
521 ob_frame *ob_filter_process(ob_filter *filter, ob_frame *frame, ob_error **error);
522 
530 void ob_filter_enable(ob_filter *filter, bool enable, ob_error **error);
531 
540 bool ob_filter_is_enable(ob_filter *filter, ob_error **error);
541 
550 void ob_filter_set_callback(ob_filter *filter, ob_filter_callback callback, void *user_data, ob_error **error);
551 
559 void ob_filter_push_frame(ob_filter *filter, ob_frame *frame, ob_error **error);
560 
567 void ob_delete_filter(ob_filter *filter, ob_error **error);
568 
569 #ifdef __cplusplus
570 }
571 #endif
#define ob_filter_callback
Definition: ObTypes.h:1720
ob_filter * ob_create_threshold_filter(ob_error **error)
Create a threshold filter.
ob_filter * ob_create_compression_filter(ob_error **error)
Create a compression Filter.
void ob_compression_filter_set_compression_params(ob_filter *filter, ob_compression_mode mode, void *params, ob_error **error)
Set the compression parameters for the compression Filter.
@@ -179,7 +179,7 @@
diff --git a/doc/api/English/Filter_8hpp.html b/doc/api/English/Filter_8hpp.html index 3a2b265f..6fcb3c00 100644 --- a/doc/api/English/Filter_8hpp.html +++ b/doc/api/English/Filter_8hpp.html @@ -25,7 +25,7 @@
@@ -178,7 +178,7 @@ diff --git a/doc/api/English/Filter_8hpp_source.html b/doc/api/English/Filter_8hpp_source.html index bc1f7989..3a79b104 100644 --- a/doc/api/English/Filter_8hpp_source.html +++ b/doc/api/English/Filter_8hpp_source.html @@ -25,7 +25,7 @@ @@ -136,7 +136,7 @@ diff --git a/doc/api/English/Frame_8h.html b/doc/api/English/Frame_8h.html index 8206a1d1..6aba3eff 100644 --- a/doc/api/English/Frame_8h.html +++ b/doc/api/English/Frame_8h.html @@ -25,7 +25,7 @@ @@ -1952,7 +1952,7 @@

Function Documentation

diff --git a/doc/api/English/Frame_8h_source.html b/doc/api/English/Frame_8h_source.html index e1f6bcd6..c2ea0d3a 100644 --- a/doc/api/English/Frame_8h_source.html +++ b/doc/api/English/Frame_8h_source.html @@ -25,7 +25,7 @@ @@ -103,13 +103,13 @@
ob_gyro_value ob_gyro_frame_value(ob_frame *frame, ob_error **error)
Get gyroscope frame data.
ob_frame * ob_frameset_get_frame_by_index(ob_frame *frameset, int index, ob_error **error)
Get a frame at a specific index from the FrameSet.
uint32_t ob_frameset_frame_count(ob_frame *frameset, ob_error **error)
Get the number of frames contained in the frameset.
-
void( ob_frame_destroy_callback)(void *buffer, void *user_data)
Customize the delete callback.
Definition: ObTypes.h:1729
+
void( ob_frame_destroy_callback)(void *buffer, void *user_data)
Customize the delete callback.
Definition: ObTypes.h:1737
enum OBSensorType ob_sensor_type
float ob_depth_frame_get_value_scale(ob_frame *frame, ob_error **error)
Get the value scale of the depth frame. The pixel value of the depth frame is multiplied by the scale...
uint32_t ob_frame_data_size(ob_frame *frame, ob_error **error)
Get the frame data size.
ob_frame_type ob_frame_get_type(ob_frame *frame, ob_error **error)
Get the frame type.
ob_format ob_frame_format(ob_frame *frame, ob_error **error)
Get the frame format.
-
ob_frame_metadata_type
Frame metadata types.
Definition: ObTypes.h:1447
+
ob_frame_metadata_type
Frame metadata types.
Definition: ObTypes.h:1455
uint64_t ob_frame_time_stamp_us(ob_frame *frame, ob_error **error)
Get the hardware timestamp of the frame in microseconds.
uint64_t ob_frame_time_stamp(ob_frame *frame, ob_error **error)
Get the hardware timestamp of the frame in milliseconds.
Provide structs commonly used in the SDK, enumerating constant definitions.
@@ -151,7 +151,7 @@ diff --git a/doc/api/English/Frame_8hpp.html b/doc/api/English/Frame_8hpp.html index 906dea4c..562054b7 100644 --- a/doc/api/English/Frame_8hpp.html +++ b/doc/api/English/Frame_8hpp.html @@ -25,7 +25,7 @@ @@ -154,7 +154,7 @@ diff --git a/doc/api/English/Frame_8hpp_source.html b/doc/api/English/Frame_8hpp_source.html index 38ae6150..edc91710 100644 --- a/doc/api/English/Frame_8hpp_source.html +++ b/doc/api/English/Frame_8hpp_source.html @@ -25,7 +25,7 @@ @@ -135,7 +135,7 @@ diff --git a/doc/api/English/MultipleDevices_8h.html b/doc/api/English/MultipleDevices_8h.html index c0c3662e..c2213d00 100644 --- a/doc/api/English/MultipleDevices_8h.html +++ b/doc/api/English/MultipleDevices_8h.html @@ -25,7 +25,7 @@ @@ -474,7 +474,7 @@

Function Documentation

diff --git a/doc/api/English/MultipleDevices_8h_source.html b/doc/api/English/MultipleDevices_8h_source.html index 2fe8e2cb..5a250f2e 100644 --- a/doc/api/English/MultipleDevices_8h_source.html +++ b/doc/api/English/MultipleDevices_8h_source.html @@ -25,7 +25,7 @@ @@ -110,7 +110,7 @@ diff --git a/doc/api/English/ObSensor_8h.html b/doc/api/English/ObSensor_8h.html index 0a3cb3f3..e328142c 100644 --- a/doc/api/English/ObSensor_8h.html +++ b/doc/api/English/ObSensor_8h.html @@ -25,7 +25,7 @@ @@ -117,7 +117,7 @@ diff --git a/doc/api/English/ObSensor_8h_source.html b/doc/api/English/ObSensor_8h_source.html index 4ab75c32..988eff94 100644 --- a/doc/api/English/ObSensor_8h_source.html +++ b/doc/api/English/ObSensor_8h_source.html @@ -25,7 +25,7 @@ @@ -108,7 +108,7 @@ diff --git a/doc/api/English/ObSensor_8hpp.html b/doc/api/English/ObSensor_8hpp.html index fbebab4e..a5e41b3a 100644 --- a/doc/api/English/ObSensor_8hpp.html +++ b/doc/api/English/ObSensor_8hpp.html @@ -25,7 +25,7 @@ @@ -116,7 +116,7 @@ diff --git a/doc/api/English/ObSensor_8hpp_source.html b/doc/api/English/ObSensor_8hpp_source.html index 51dc453c..c5907119 100644 --- a/doc/api/English/ObSensor_8hpp_source.html +++ b/doc/api/English/ObSensor_8hpp_source.html @@ -25,7 +25,7 @@ @@ -107,7 +107,7 @@ diff --git a/doc/api/English/ObTypes_8h.html b/doc/api/English/ObTypes_8h.html index ce2a572c..e45f295b 100644 --- a/doc/api/English/ObTypes_8h.html +++ b/doc/api/English/ObTypes_8h.html @@ -25,7 +25,7 @@ @@ -226,6 +226,8 @@ + +
const char* ob_error_message (ob_errorconst ob_error error)
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
struct  AE_ROI
 The rect of the region of interest. More...
 
struct  DISP_OFFSET_CONFIG
 
@@ -604,6 +606,10 @@ + + + + @@ -1591,7 +1597,7 @@

Macros

 
typedef struct AE_ROI OBRegionOfInterest
 
typedef struct DISP_OFFSET_CONFIG ob_disp_offset_config
 
typedef struct DISP_OFFSET_CONFIG OBDispOffsetConfig
 
typedef enum ob_frame_metadata_type OBFrameMetadataType
 
typedef void(* ob_file_send_callback) (ob_file_tran_state state, const char *message, uint8_t percent, void *user_data)
-

Definition at line 1635 of file ObTypes.h.

+

Definition at line 1643 of file ObTypes.h.

@@ -1605,7 +1611,7 @@
-

Definition at line 1636 of file ObTypes.h.

+

Definition at line 1644 of file ObTypes.h.

@@ -1619,7 +1625,7 @@
-

Definition at line 1712 of file ObTypes.h.

+

Definition at line 1720 of file ObTypes.h.

@@ -1633,7 +1639,7 @@
-

Definition at line 1713 of file ObTypes.h.

+

Definition at line 1721 of file ObTypes.h.

@@ -1660,7 +1666,7 @@
Returns
True if sensor_type is an IR sensor, false otherwise
-

Definition at line 1746 of file ObTypes.h.

+

Definition at line 1754 of file ObTypes.h.

@@ -1674,7 +1680,7 @@
-

Definition at line 1747 of file ObTypes.h.

+

Definition at line 1755 of file ObTypes.h.

@@ -1701,7 +1707,7 @@
Returns
True if stream_type is an IR stream, false otherwise
-

Definition at line 1755 of file ObTypes.h.

+

Definition at line 1763 of file ObTypes.h.

@@ -1715,7 +1721,7 @@
-

Definition at line 1756 of file ObTypes.h.

+

Definition at line 1764 of file ObTypes.h.

@@ -1742,7 +1748,7 @@
Returns
True if frame_type is an IR frame, false otherwise
-

Definition at line 1764 of file ObTypes.h.

+

Definition at line 1772 of file ObTypes.h.

@@ -1756,7 +1762,7 @@
-

Definition at line 1765 of file ObTypes.h.

+

Definition at line 1773 of file ObTypes.h.

@@ -1772,7 +1778,7 @@

The default Decrypt Key.

-

Definition at line 1770 of file ObTypes.h.

+

Definition at line 1778 of file ObTypes.h.

@@ -3559,6 +3565,30 @@

Typedef Documentation

+
+ + +
+
+ + + + +
typedef struct DISP_OFFSET_CONFIG ob_disp_offset_config
+
+ +
+
+ +
+
+ + + + +
typedef struct DISP_OFFSET_CONFIG OBDispOffsetConfig
+
+
@@ -3595,7 +3625,7 @@

Typedef Documentation

-

Definition at line 1646 of file ObTypes.h.

+

Definition at line 1654 of file ObTypes.h.

@@ -3620,7 +3650,7 @@

Typedef Documentation

-

Definition at line 1656 of file ObTypes.h.

+

Definition at line 1664 of file ObTypes.h.

@@ -3644,7 +3674,7 @@

Typedef Documentation

-

Definition at line 1665 of file ObTypes.h.

+

Definition at line 1673 of file ObTypes.h.

@@ -3668,7 +3698,7 @@

Typedef Documentation

-

Definition at line 1674 of file ObTypes.h.

+

Definition at line 1682 of file ObTypes.h.

@@ -3692,7 +3722,7 @@

Typedef Documentation

-

Definition at line 1683 of file ObTypes.h.

+

Definition at line 1691 of file ObTypes.h.

@@ -3715,7 +3745,7 @@

Typedef Documentation

-

Definition at line 1691 of file ObTypes.h.

+

Definition at line 1699 of file ObTypes.h.

@@ -3739,7 +3769,7 @@

Typedef Documentation

-

Definition at line 1700 of file ObTypes.h.

+

Definition at line 1708 of file ObTypes.h.

@@ -3762,7 +3792,7 @@

Typedef Documentation

-

Definition at line 1711 of file ObTypes.h.

+

Definition at line 1719 of file ObTypes.h.

@@ -3785,7 +3815,7 @@

Typedef Documentation

-

Definition at line 1721 of file ObTypes.h.

+

Definition at line 1729 of file ObTypes.h.

@@ -3808,7 +3838,7 @@

Typedef Documentation

-

Definition at line 1729 of file ObTypes.h.

+

Definition at line 1737 of file ObTypes.h.

@@ -3832,7 +3862,7 @@

Typedef Documentation

-

Definition at line 1738 of file ObTypes.h.

+

Definition at line 1746 of file ObTypes.h.

@@ -5489,14 +5519,14 @@

Enumeration Type Documentation

-

Definition at line 1447 of file ObTypes.h.

+

Definition at line 1455 of file ObTypes.h.

diff --git a/doc/api/English/ObTypes_8h_source.html b/doc/api/English/ObTypes_8h_source.html index 6191c3bf..0a74232a 100644 --- a/doc/api/English/ObTypes_8h_source.html +++ b/doc/api/English/ObTypes_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -93,7 +93,7 @@
ObTypes.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 
9 #pragma once
10 #if(defined(WIN32) || defined(_WIN32) || defined(WINCE))
11 #ifdef OB_EXPORTS
12 #define OB_EXTENSION_API __declspec(dllexport)
13 #define OB_EXTENSION_INTERNAL_API __declspec(dllexport)
14 #elif defined(OB2_EXPORTS)
15 #define OB_EXTENSION_API __declspec(dllexport)
16 #define OB_EXTENSION_INTERNAL_API
17 #else
18 #ifndef OB_STATIC
19 #define OB_EXTENSION_API __declspec(dllimport)
20 #define OB_EXTENSION_INTERNAL_API __declspec(dllimport)
21 #else
22 #define OB_EXTENSION_API
23 #define OB_EXTENSION_INTERNAL_API
24 #endif
25 #endif
26 #else
27 #ifndef OB_STATIC
28 #define OB_EXTENSION_API __attribute__((visibility("default")))
29 #define OB_EXTENSION_INTERNAL_API __attribute__((visibility("default")))
30 #else
31 #define OB_EXTENSION_API
32 #define OB_EXTENSION_INTERNAL_API
33 #endif
34 #endif
35 
36 #if defined(__GNUC__) || defined(__clang__)
37 #define DEPRECATED __attribute__((deprecated))
38 #elif defined(_MSC_VER)
39 #define DEPRECATED __declspec(deprecated)
40 #else
41 #pragma message("WARNING: You need to implement DEPRECATED for this compiler")
42 #define DEPRECATED
43 #endif
44 
45 #pragma pack(push, 1) // struct 1-byte align
46 
47 #ifdef __cplusplus
48 extern "C" {
49 #endif
50 
51 #include <stdbool.h>
52 #include <stdint.h>
53 
54 typedef struct ContextImpl ob_context;
55 typedef struct DeviceImpl ob_device;
56 typedef struct DeviceInfoImpl ob_device_info;
57 typedef struct DeviceListImpl ob_device_list;
58 typedef struct CameraParamListImpl ob_camera_param_list;
59 typedef struct SensorImpl ob_sensor;
60 typedef struct SensorListImpl ob_sensor_list;
61 typedef struct StreamProfileImpl ob_stream_profile;
62 typedef struct StreamProfileListImpl ob_stream_profile_list;
63 typedef struct CFrameImpl ob_frame;
64 typedef struct FilterImpl ob_filter;
65 typedef struct PipelineImpl ob_pipeline;
66 typedef struct ConfigImpl ob_config;
67 typedef struct RecorderImpl ob_recorder;
68 typedef struct PlaybackImpl ob_playback;
69 typedef struct OBDepthWorkModeListImpl ob_depth_work_mode_list;
70 typedef struct FilterListImpl ob_filter_list;
71 typedef struct OBFilterListImpl ob_filters;
72 typedef struct DevicePresetListImpl ob_device_preset_list;
73 
74 #define OB_WIDTH_ANY 0
75 #define OB_HEIGHT_ANY 0
76 #define OB_FPS_ANY 0
77 #define OB_FORMAT_ANY OB_FORMAT_UNKNOWN
78 #define OB_PROFILE_DEFAULT 0
79 
80 #define OB_ACCEL_FULL_SCALE_RANGE_ANY OB_ACCEL_FS_UNKNOWN
81 #define OB_ACCEL_SAMPLE_RATE_ANY OB_SAMPLE_RATE_UNKNOWN
82 #define OB_GYRO_FULL_SCALE_RANGE_ANY OB_GYRO_FS_UNKNOWN
83 #define OB_GYRO_SAMPLE_RATE_ANY OB_SAMPLE_RATE_UNKNOWN
84 
88 typedef enum {
95 
99 typedef enum {
107 
111 typedef enum {
114 } OBStatus,
115  ob_status;
116 
120 typedef enum {
127 } OBLogSeverity,
129 #define OB_LOG_SEVERITY_NONE OB_LOG_SEVERITY_OFF
130 
134 typedef enum {
147 
151 typedef struct ob_error {
152  ob_status status;
153  char message[256];
154  char function[256];
155  char args[256];
156  ob_exception_type exception_type;
157 } ob_error;
158 
162 typedef enum {
173 } OBSensorType,
175 
179 typedef enum {
190 } OBStreamType,
192 
196 typedef enum {
209 } OBFrameType,
211 
215 typedef enum {
251 } OBFormat,
252  ob_format;
253 
254 #define OB_FORMAT_RGB888 OB_FORMAT_RGB // Alias of OB_FORMAT_RGB for compatibility
255 #define OB_FORMAT_MJPEG OB_FORMAT_MJPG // Alias of OB_FORMAT_MJPG for compatibility
256 
260 typedef enum {
263  STAT_DONE = 3,
267  ERR_VERIFY = -1,
268  ERR_PROGRAM = -2,
269  ERR_ERASE = -3,
272  ERR_OTHER = -6,
273  ERR_DDR = -7,
277 
281 typedef enum {
293 
297 typedef enum {
310 
314 typedef struct {
315  uint8_t *data;
316  uint32_t size;
317  uint32_t offset;
318  uint32_t fullDataSize;
320 
324 typedef struct {
325  int32_t cur;
326  int32_t max;
327  int32_t min;
328  int32_t step;
329  int32_t def;
331 
335 typedef struct {
336  float cur;
337  float max;
338  float min;
339  float step;
340  float def;
342 
346 typedef struct {
347  uint16_t cur;
348  uint16_t max;
349  uint16_t min;
350  uint16_t step;
351  uint16_t def;
353 
357 typedef struct {
358  uint8_t cur;
359  uint8_t max;
360  uint8_t min;
361  uint8_t step;
362  uint8_t def;
364 
368 typedef struct {
369  bool cur;
370  bool max;
371  bool min;
372  bool step;
373  bool def;
375 
379 typedef struct {
380  float fx;
381  float fy;
382  float cx;
383  float cy;
384  int16_t width;
385  int16_t height;
387 
391 typedef struct {
392  double noiseDensity;
393  double randomWalk;
394  double referenceTemp;
395  double bias[3];
396  double gravity[3];
397  double scaleMisalignment[9];
398  double tempSlope[9];
400 
404 typedef struct {
405  double noiseDensity;
406  double randomWalk;
407  double referenceTemp;
408  double bias[3];
409  double scaleMisalignment[9];
410  double tempSlope[9];
412 
416 typedef struct {
417  float k1;
418  float k2;
419  float k3;
420  float k4;
421  float k5;
422  float k6;
423  float p1;
424  float p2;
426 
428 typedef enum {
436 
438 typedef struct {
439  int width;
440  int height;
441  float ppx;
442  float ppy;
443  float fx;
444  float fy;
445  OBCameraDistortionModel model;
446  float coeffs[5];
449 
453 typedef struct {
454  float rot[9];
455  float trans[3];
457 
461 typedef struct {
467  bool isMirrored;
469 
473 typedef struct {
477 
481 
485 typedef struct {
488  OBExtrinsic extrinsics[OB_SENSOR_COUNT][OB_SENSOR_COUNT];
491 
495 typedef struct {
500  uint32_t width;
501  uint32_t height;
504 
508 typedef struct {
509  uint32_t width;
510  uint32_t height;
519 
523 typedef enum {
527 } OBAlignMode,
529 
533 typedef struct {
534  uint32_t x;
535  uint32_t y;
536  uint32_t width;
537  uint32_t height;
538 } OBRect, ob_rect;
539 
543 typedef enum {
564 
565 // DEPRECATED: Only used for old version program compatibility, will be completely deleted in subsequent iterative versions
566 #define FORMAT_MJPEG_TO_I420 FORMAT_MJPG_TO_I420
567 #define FORMAT_MJPEG_TO_NV21 FORMAT_MJPG_TO_NV21
568 #define FORMAT_MJPEG_TO_BGRA FORMAT_MJPG_TO_BGRA
569 #define FORMAT_YUYV_TO_RGB888 FORMAT_YUYV_TO_RGB
570 #define FORMAT_I420_TO_RGB888 FORMAT_I420_TO_RGB
571 #define FORMAT_NV21_TO_RGB888 FORMAT_NV21_TO_RGB
572 #define FORMAT_NV12_TO_RGB888 FORMAT_NV12_TO_RGB
573 #define FORMAT_UYVY_TO_RGB888 FORMAT_UYVY_TO_RGB
574 #define FORMAT_MJPG_TO_RGB888 FORMAT_MJPG_TO_RGB
575 #define FORMAT_MJPG_TO_BGR888 FORMAT_MJPG_TO_BGR
576 #define FORMAT_MJPEG_TO_RGB888 FORMAT_MJPG_TO_RGB
577 #define FORMAT_MJPEG_TO_BGR888 FORMAT_MJPG_TO_BGR
578 #define FORMAT_RGB888_TO_BGR FORMAT_RGB_TO_BGR
579 
583 typedef enum {
602 
606 typedef enum {
618 
622 typedef enum {
630 
634 typedef struct {
635  float x;
636  float y;
637  float z;
639 
643 typedef uint64_t OBDeviceState, ob_device_state;
644 
648 typedef struct {
649  float cpuTemp;
650  float irTemp;
651  float ldmTemp;
653  float tecTemp;
654  float imuTemp;
655  float rgbTemp;
656  float irLeftTemp;
657  float irRightTemp;
658  float chipTopTemp;
661 
665 typedef enum {
671 
675 typedef enum {
679 } OBDeviceType,
681 
685 typedef enum {
699 } OBMediaType,
701 
705 typedef enum {
710 } OBMediaState,
712 
718 typedef enum {
730 
734 typedef enum {
744 typedef struct {
745  float x;
746  float y;
747  float z;
749 
753 typedef struct {
754  float x;
755  float y;
757 
758 typedef struct {
759  float *xTable;
760  float *yTable;
761  int width;
762  int height;
764 
768 typedef struct {
769  float x;
770  float y;
771  float z;
772  float r;
773  float g;
774  float b;
776 
780 typedef enum {
785 
789 typedef struct {
795 
799 typedef struct {
800  int32_t upper;
801  int32_t lower;
803 
808 typedef enum {
815 
822 
829 
839 
846 
853 
862 
870 
875 
876 } OBSyncMode,
878 
883 typedef struct {
888 
896 
904 
912 
921 
929 
933  uint16_t deviceId;
934 
939 typedef struct {
943  uint8_t checksum[16];
944 
948  char name[32];
950 
954 typedef struct {
956  char name[8];
958 
962 typedef enum {
964  OB_HOLE_FILL_NEAREST = 1, // "max" means farest for depth, and nearest for disparity; FILL_NEAREST
965  OB_HOLE_FILL_FAREST = 2, // FILL_FAREST
968 
969 typedef struct {
970  uint8_t magnitude; // magnitude
971  float alpha; // smooth_alpha
972  uint16_t disp_diff; // smooth_delta
973  uint16_t radius; // hole_fill
975 
978  OB_MGH_FILTER = 1, // horizontal MG
979  OB_MGA_FILTER = 2, // asym MG
983 
984 typedef struct {
986  uint16_t marginLeftTh;
987  uint16_t marginRightTh;
988  uint16_t marginTopTh;
989  uint16_t marginBottomTh;
991 
996  OB_NR_LUT = 0, // SPLIT
997  OB_NR_OVERALL = 1, // NON_SPLIT
1000 
1001 typedef struct {
1002  uint16_t max_size;
1003  uint16_t disp_diff;
1006 
1010 typedef struct {
1014  uint8_t major;
1015 
1019  uint8_t minor;
1020 
1024  uint8_t patch;
1026 
1030 typedef enum {
1031  OB_CMD_VERSION_V0 = (uint16_t)0,
1032  OB_CMD_VERSION_V1 = (uint16_t)1,
1033  OB_CMD_VERSION_V2 = (uint16_t)2,
1034  OB_CMD_VERSION_V3 = (uint16_t)3,
1035 
1036  OB_CMD_VERSION_NOVERSION = (uint16_t)0xfffe,
1037  OB_CMD_VERSION_INVALID = (uint16_t)0xffff,
1038 } OB_CMD_VERSION,
1040 
1056 typedef struct OBDataBundle {
1060  OBCmdVersion cmdVersion;
1061 
1067  void *data;
1068 
1074  uint32_t dataSize;
1075 
1081  uint32_t itemTypeSize;
1082 
1088  uint32_t itemCount;
1090 
1094 typedef struct {
1100  uint16_t dhcp;
1101 
1105  uint8_t address[4];
1106 
1110  uint8_t mask[4];
1111 
1115  uint8_t gateway[4];
1117 
1118 #define OBDeviceIpAddrConfig OBNetIpConfig
1119 #define ob_device_ip_addr_config OBNetIpConfig
1120 
1124 typedef enum {
1125  OB_COMM_USB = 0x00,
1126  OB_COMM_NET = 0x01,
1129 
1133 typedef enum {
1138 } OBUSBPowerState,
1140 
1144 typedef enum {
1147 } OBDCPowerState,
1149 
1153 typedef enum {
1160 
1164 typedef enum {
1170 
1174 typedef enum {
1179 
1187 
1196 
1200 typedef enum {
1205 
1209 typedef enum {
1214 
1221 
1225 typedef enum {
1226 
1233 
1240 
1249 
1262 
1275 
1288 
1304 
1307 
1311 typedef struct {
1316 
1323 
1330 
1340 
1351 
1359 
1370 
1375 typedef struct {
1384  bool enable;
1385 
1390 
1398 
1402 typedef struct {
1406  float baseline;
1410  float zpd;
1412 
1416 typedef struct {
1417 
1425  uint8_t enable;
1426  uint8_t sequence_name;
1427  uint32_t exposure_1;
1428  uint32_t gain_1;
1429  uint32_t exposure_2;
1430  uint32_t gain_2;
1432 
1436 typedef struct {
1437  int16_t x0_left;
1438  int16_t y0_top;
1439  int16_t x1_right;
1440  int16_t y1_bottom;
1442 
1447 typedef enum {
1454 
1462 
1467 
1473 
1480 
1487 
1493 
1498 
1503 
1508 
1513 
1518 
1523 
1528 
1533 
1539 
1546 
1551 
1557 
1562 
1567 
1572 
1577 
1582 
1587 
1592 
1597 
1602 
1609 
1614 
1620 
1625 
1633 
1634 // For compatibility
1635 #define OB_FRAME_METADATA_TYPE_LASER_POWER_MODE OB_FRAME_METADATA_TYPE_LASER_POWER_LEVEL
1636 #define OB_FRAME_METADATA_TYPE_EMITTER_MODE OB_FRAME_METADATA_TYPE_LASER_STATUS
1637 
1646 typedef void (*ob_file_send_callback)(ob_file_tran_state state, const char *message, uint8_t percent, void *user_data);
1647 
1656 typedef void (*ob_device_upgrade_callback)(ob_upgrade_state state, const char *message, uint8_t percent, void *user_data);
1657 
1665 typedef void (*ob_device_state_callback)(ob_device_state state, const char *message, void *user_data);
1666 
1674 typedef void (*ob_set_data_callback)(ob_data_tran_state state, uint8_t percent, void *user_data);
1675 
1683 typedef void (*ob_get_data_callback)(ob_data_tran_state state, ob_data_chunk *dataChunk, void *user_data);
1684 
1691 typedef void (*ob_media_state_callback)(ob_media_state state, void *user_data);
1692 
1700 typedef void (*ob_device_changed_callback)(ob_device_list *removed, ob_device_list *added, void *user_data);
1701 
1702 // typedef void (*ob_net_device_added_callback)(const char *added, void *user_data);
1703 // typedef void (*ob_net_device_removed_callback)(const char *removed, void *user_data);
1704 
1711 typedef void (*ob_frame_callback)(ob_frame *frame, void *user_data);
1712 #define ob_filter_callback ob_frame_callback
1713 #define ob_playback_callback ob_frame_callback
1714 
1721 typedef void (*ob_frameset_callback)(ob_frame *frameset, void *user_data);
1722 
1729 typedef void(ob_frame_destroy_callback)(void *buffer, void *user_data);
1730 
1738 typedef void(ob_log_callback)(ob_log_severity severity, const char *message, void *user_data);
1739 
1746 #define is_ir_sensor(sensor_type) (sensor_type == OB_SENSOR_IR || sensor_type == OB_SENSOR_IR_LEFT || sensor_type == OB_SENSOR_IR_RIGHT)
1747 #define isIRSensor is_ir_sensor
1748 
1755 #define is_ir_stream(stream_type) (stream_type == OB_STREAM_IR || stream_type == OB_STREAM_IR_LEFT || stream_type == OB_STREAM_IR_RIGHT)
1756 #define isIRStream is_ir_stream
1757 
1764 #define is_ir_frame(frame_type) (frame_type == OB_FRAME_IR || frame_type == OB_FRAME_IR_LEFT || frame_type == OB_FRAME_IR_RIGHT)
1765 #define isIRFrame is_ir_frame
1766 
1770 #define OB_DEFAULT_DECRYPT_KEY (nullptr)
1771 
1772 #ifdef __cplusplus
1773 }
1774 #endif
1775 
1776 #pragma pack(pop)
+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 
9 #pragma once
10 #if(defined(WIN32) || defined(_WIN32) || defined(WINCE))
11 #ifdef OB_EXPORTS
12 #define OB_EXTENSION_API __declspec(dllexport)
13 #define OB_EXTENSION_INTERNAL_API __declspec(dllexport)
14 #elif defined(OB2_EXPORTS)
15 #define OB_EXTENSION_API __declspec(dllexport)
16 #define OB_EXTENSION_INTERNAL_API
17 #else
18 #ifndef OB_STATIC
19 #define OB_EXTENSION_API __declspec(dllimport)
20 #define OB_EXTENSION_INTERNAL_API __declspec(dllimport)
21 #else
22 #define OB_EXTENSION_API
23 #define OB_EXTENSION_INTERNAL_API
24 #endif
25 #endif
26 #else
27 #ifndef OB_STATIC
28 #define OB_EXTENSION_API __attribute__((visibility("default")))
29 #define OB_EXTENSION_INTERNAL_API __attribute__((visibility("default")))
30 #else
31 #define OB_EXTENSION_API
32 #define OB_EXTENSION_INTERNAL_API
33 #endif
34 #endif
35 
36 #if defined(__GNUC__) || defined(__clang__)
37 #define DEPRECATED __attribute__((deprecated))
38 #elif defined(_MSC_VER)
39 #define DEPRECATED __declspec(deprecated)
40 #else
41 #pragma message("WARNING: You need to implement DEPRECATED for this compiler")
42 #define DEPRECATED
43 #endif
44 
45 #pragma pack(push, 1) // struct 1-byte align
46 
47 #ifdef __cplusplus
48 extern "C" {
49 #endif
50 
51 #include <stdbool.h>
52 #include <stdint.h>
53 
54 typedef struct ContextImpl ob_context;
55 typedef struct DeviceImpl ob_device;
56 typedef struct DeviceInfoImpl ob_device_info;
57 typedef struct DeviceListImpl ob_device_list;
58 typedef struct CameraParamListImpl ob_camera_param_list;
59 typedef struct SensorImpl ob_sensor;
60 typedef struct SensorListImpl ob_sensor_list;
61 typedef struct StreamProfileImpl ob_stream_profile;
62 typedef struct StreamProfileListImpl ob_stream_profile_list;
63 typedef struct CFrameImpl ob_frame;
64 typedef struct FilterImpl ob_filter;
65 typedef struct PipelineImpl ob_pipeline;
66 typedef struct ConfigImpl ob_config;
67 typedef struct RecorderImpl ob_recorder;
68 typedef struct PlaybackImpl ob_playback;
69 typedef struct OBDepthWorkModeListImpl ob_depth_work_mode_list;
70 typedef struct FilterListImpl ob_filter_list;
71 typedef struct OBFilterListImpl ob_filters;
72 typedef struct DevicePresetListImpl ob_device_preset_list;
73 
74 #define OB_WIDTH_ANY 0
75 #define OB_HEIGHT_ANY 0
76 #define OB_FPS_ANY 0
77 #define OB_FORMAT_ANY OB_FORMAT_UNKNOWN
78 #define OB_PROFILE_DEFAULT 0
79 
80 #define OB_ACCEL_FULL_SCALE_RANGE_ANY OB_ACCEL_FS_UNKNOWN
81 #define OB_ACCEL_SAMPLE_RATE_ANY OB_SAMPLE_RATE_UNKNOWN
82 #define OB_GYRO_FULL_SCALE_RANGE_ANY OB_GYRO_FS_UNKNOWN
83 #define OB_GYRO_SAMPLE_RATE_ANY OB_SAMPLE_RATE_UNKNOWN
84 
88 typedef enum {
95 
99 typedef enum {
107 
111 typedef enum {
114 } OBStatus,
115  ob_status;
116 
120 typedef enum {
127 } OBLogSeverity,
129 #define OB_LOG_SEVERITY_NONE OB_LOG_SEVERITY_OFF
130 
134 typedef enum {
147 
151 typedef struct ob_error {
152  ob_status status;
153  char message[256];
154  char function[256];
155  char args[256];
156  ob_exception_type exception_type;
157 } ob_error;
158 
162 typedef enum {
173 } OBSensorType,
175 
179 typedef enum {
190 } OBStreamType,
192 
196 typedef enum {
209 } OBFrameType,
211 
215 typedef enum {
251 } OBFormat,
252  ob_format;
253 
254 #define OB_FORMAT_RGB888 OB_FORMAT_RGB // Alias of OB_FORMAT_RGB for compatibility
255 #define OB_FORMAT_MJPEG OB_FORMAT_MJPG // Alias of OB_FORMAT_MJPG for compatibility
256 
260 typedef enum {
263  STAT_DONE = 3,
267  ERR_VERIFY = -1,
268  ERR_PROGRAM = -2,
269  ERR_ERASE = -3,
272  ERR_OTHER = -6,
273  ERR_DDR = -7,
277 
281 typedef enum {
293 
297 typedef enum {
310 
314 typedef struct {
315  uint8_t *data;
316  uint32_t size;
317  uint32_t offset;
318  uint32_t fullDataSize;
320 
324 typedef struct {
325  int32_t cur;
326  int32_t max;
327  int32_t min;
328  int32_t step;
329  int32_t def;
331 
335 typedef struct {
336  float cur;
337  float max;
338  float min;
339  float step;
340  float def;
342 
346 typedef struct {
347  uint16_t cur;
348  uint16_t max;
349  uint16_t min;
350  uint16_t step;
351  uint16_t def;
353 
357 typedef struct {
358  uint8_t cur;
359  uint8_t max;
360  uint8_t min;
361  uint8_t step;
362  uint8_t def;
364 
368 typedef struct {
369  bool cur;
370  bool max;
371  bool min;
372  bool step;
373  bool def;
375 
379 typedef struct {
380  float fx;
381  float fy;
382  float cx;
383  float cy;
384  int16_t width;
385  int16_t height;
387 
391 typedef struct {
392  double noiseDensity;
393  double randomWalk;
394  double referenceTemp;
395  double bias[3];
396  double gravity[3];
397  double scaleMisalignment[9];
398  double tempSlope[9];
400 
404 typedef struct {
405  double noiseDensity;
406  double randomWalk;
407  double referenceTemp;
408  double bias[3];
409  double scaleMisalignment[9];
410  double tempSlope[9];
412 
416 typedef struct {
417  float k1;
418  float k2;
419  float k3;
420  float k4;
421  float k5;
422  float k6;
423  float p1;
424  float p2;
426 
428 typedef enum {
436 
438 typedef struct {
439  int width;
440  int height;
441  float ppx;
442  float ppy;
443  float fx;
444  float fy;
445  OBCameraDistortionModel model;
446  float coeffs[5];
449 
453 typedef struct {
454  float rot[9];
455  float trans[3];
457 
461 typedef struct {
467  bool isMirrored;
469 
473 typedef struct {
477 
481 
485 typedef struct {
488  OBExtrinsic extrinsics[OB_SENSOR_COUNT][OB_SENSOR_COUNT];
491 
495 typedef struct {
500  uint32_t width;
501  uint32_t height;
504 
508 typedef struct {
509  uint32_t width;
510  uint32_t height;
519 
523 typedef enum {
527 } OBAlignMode,
529 
533 typedef struct {
534  uint32_t x;
535  uint32_t y;
536  uint32_t width;
537  uint32_t height;
538 } OBRect, ob_rect;
539 
543 typedef enum {
564 
565 // DEPRECATED: Only used for old version program compatibility, will be completely deleted in subsequent iterative versions
566 #define FORMAT_MJPEG_TO_I420 FORMAT_MJPG_TO_I420
567 #define FORMAT_MJPEG_TO_NV21 FORMAT_MJPG_TO_NV21
568 #define FORMAT_MJPEG_TO_BGRA FORMAT_MJPG_TO_BGRA
569 #define FORMAT_YUYV_TO_RGB888 FORMAT_YUYV_TO_RGB
570 #define FORMAT_I420_TO_RGB888 FORMAT_I420_TO_RGB
571 #define FORMAT_NV21_TO_RGB888 FORMAT_NV21_TO_RGB
572 #define FORMAT_NV12_TO_RGB888 FORMAT_NV12_TO_RGB
573 #define FORMAT_UYVY_TO_RGB888 FORMAT_UYVY_TO_RGB
574 #define FORMAT_MJPG_TO_RGB888 FORMAT_MJPG_TO_RGB
575 #define FORMAT_MJPG_TO_BGR888 FORMAT_MJPG_TO_BGR
576 #define FORMAT_MJPEG_TO_RGB888 FORMAT_MJPG_TO_RGB
577 #define FORMAT_MJPEG_TO_BGR888 FORMAT_MJPG_TO_BGR
578 #define FORMAT_RGB888_TO_BGR FORMAT_RGB_TO_BGR
579 
583 typedef enum {
602 
606 typedef enum {
618 
622 typedef enum {
630 
634 typedef struct {
635  float x;
636  float y;
637  float z;
639 
643 typedef uint64_t OBDeviceState, ob_device_state;
644 
648 typedef struct {
649  float cpuTemp;
650  float irTemp;
651  float ldmTemp;
653  float tecTemp;
654  float imuTemp;
655  float rgbTemp;
656  float irLeftTemp;
657  float irRightTemp;
658  float chipTopTemp;
661 
665 typedef enum {
671 
675 typedef enum {
679 } OBDeviceType,
681 
685 typedef enum {
699 } OBMediaType,
701 
705 typedef enum {
710 } OBMediaState,
712 
718 typedef enum {
730 
734 typedef enum {
744 typedef struct {
745  float x;
746  float y;
747  float z;
749 
753 typedef struct {
754  float x;
755  float y;
757 
758 typedef struct {
759  float *xTable;
760  float *yTable;
761  int width;
762  int height;
764 
768 typedef struct {
769  float x;
770  float y;
771  float z;
772  float r;
773  float g;
774  float b;
776 
780 typedef enum {
785 
789 typedef struct {
795 
799 typedef struct {
800  int32_t upper;
801  int32_t lower;
803 
808 typedef enum {
815 
822 
829 
839 
846 
853 
862 
870 
875 
876 } OBSyncMode,
878 
883 typedef struct {
888 
896 
904 
912 
921 
929 
933  uint16_t deviceId;
934 
939 typedef struct {
943  uint8_t checksum[16];
944 
948  char name[32];
950 
954 typedef struct {
956  char name[8];
958 
962 typedef enum {
964  OB_HOLE_FILL_NEAREST = 1, // "max" means farest for depth, and nearest for disparity; FILL_NEAREST
965  OB_HOLE_FILL_FAREST = 2, // FILL_FAREST
968 
969 typedef struct {
970  uint8_t magnitude; // magnitude
971  float alpha; // smooth_alpha
972  uint16_t disp_diff; // smooth_delta
973  uint16_t radius; // hole_fill
975 
978  OB_MGH_FILTER = 1, // horizontal MG
979  OB_MGA_FILTER = 2, // asym MG
983 
984 typedef struct {
986  uint16_t marginLeftTh;
987  uint16_t marginRightTh;
988  uint16_t marginTopTh;
989  uint16_t marginBottomTh;
991 
996  OB_NR_LUT = 0, // SPLIT
997  OB_NR_OVERALL = 1, // NON_SPLIT
1000 
1001 typedef struct {
1002  uint16_t max_size;
1003  uint16_t disp_diff;
1006 
1010 typedef struct {
1014  uint8_t major;
1015 
1019  uint8_t minor;
1020 
1024  uint8_t patch;
1026 
1030 typedef enum {
1031  OB_CMD_VERSION_V0 = (uint16_t)0,
1032  OB_CMD_VERSION_V1 = (uint16_t)1,
1033  OB_CMD_VERSION_V2 = (uint16_t)2,
1034  OB_CMD_VERSION_V3 = (uint16_t)3,
1035 
1036  OB_CMD_VERSION_NOVERSION = (uint16_t)0xfffe,
1037  OB_CMD_VERSION_INVALID = (uint16_t)0xffff,
1038 } OB_CMD_VERSION,
1040 
1056 typedef struct OBDataBundle {
1060  OBCmdVersion cmdVersion;
1061 
1067  void *data;
1068 
1074  uint32_t dataSize;
1075 
1081  uint32_t itemTypeSize;
1082 
1088  uint32_t itemCount;
1090 
1094 typedef struct {
1100  uint16_t dhcp;
1101 
1105  uint8_t address[4];
1106 
1110  uint8_t mask[4];
1111 
1115  uint8_t gateway[4];
1117 
1118 #define OBDeviceIpAddrConfig OBNetIpConfig
1119 #define ob_device_ip_addr_config OBNetIpConfig
1120 
1124 typedef enum {
1125  OB_COMM_USB = 0x00,
1126  OB_COMM_NET = 0x01,
1129 
1133 typedef enum {
1138 } OBUSBPowerState,
1140 
1144 typedef enum {
1147 } OBDCPowerState,
1149 
1153 typedef enum {
1160 
1164 typedef enum {
1170 
1174 typedef enum {
1179 
1187 
1196 
1200 typedef enum {
1205 
1209 typedef enum {
1214 
1221 
1225 typedef enum {
1226 
1233 
1240 
1249 
1262 
1275 
1288 
1304 
1307 
1311 typedef struct {
1316 
1323 
1330 
1340 
1351 
1359 
1370 
1375 typedef struct {
1384  bool enable;
1385 
1390 
1398 
1402 typedef struct {
1406  float baseline;
1410  float zpd;
1412 
1416 typedef struct {
1417 
1425  uint8_t enable;
1426  uint8_t sequence_name;
1427  uint32_t exposure_1;
1428  uint32_t gain_1;
1429  uint32_t exposure_2;
1430  uint32_t gain_2;
1432 
1436 typedef struct {
1437  int16_t x0_left;
1438  int16_t y0_top;
1439  int16_t x1_right;
1440  int16_t y1_bottom;
1442 
1443 
1444 typedef struct{
1445  uint8_t enable;
1446  uint8_t offset0;
1447  uint8_t offset1;
1448  uint8_t reserved;
1450 
1455 typedef enum {
1462 
1470 
1475 
1481 
1488 
1495 
1501 
1506 
1511 
1516 
1521 
1526 
1531 
1536 
1541 
1547 
1554 
1559 
1565 
1570 
1575 
1580 
1585 
1590 
1595 
1600 
1605 
1610 
1617 
1622 
1628 
1633 
1641 
1642 // For compatibility
1643 #define OB_FRAME_METADATA_TYPE_LASER_POWER_MODE OB_FRAME_METADATA_TYPE_LASER_POWER_LEVEL
1644 #define OB_FRAME_METADATA_TYPE_EMITTER_MODE OB_FRAME_METADATA_TYPE_LASER_STATUS
1645 
1654 typedef void (*ob_file_send_callback)(ob_file_tran_state state, const char *message, uint8_t percent, void *user_data);
1655 
1664 typedef void (*ob_device_upgrade_callback)(ob_upgrade_state state, const char *message, uint8_t percent, void *user_data);
1665 
1673 typedef void (*ob_device_state_callback)(ob_device_state state, const char *message, void *user_data);
1674 
1682 typedef void (*ob_set_data_callback)(ob_data_tran_state state, uint8_t percent, void *user_data);
1683 
1691 typedef void (*ob_get_data_callback)(ob_data_tran_state state, ob_data_chunk *dataChunk, void *user_data);
1692 
1699 typedef void (*ob_media_state_callback)(ob_media_state state, void *user_data);
1700 
1708 typedef void (*ob_device_changed_callback)(ob_device_list *removed, ob_device_list *added, void *user_data);
1709 
1710 // typedef void (*ob_net_device_added_callback)(const char *added, void *user_data);
1711 // typedef void (*ob_net_device_removed_callback)(const char *removed, void *user_data);
1712 
1719 typedef void (*ob_frame_callback)(ob_frame *frame, void *user_data);
1720 #define ob_filter_callback ob_frame_callback
1721 #define ob_playback_callback ob_frame_callback
1722 
1729 typedef void (*ob_frameset_callback)(ob_frame *frameset, void *user_data);
1730 
1737 typedef void(ob_frame_destroy_callback)(void *buffer, void *user_data);
1738 
1746 typedef void(ob_log_callback)(ob_log_severity severity, const char *message, void *user_data);
1747 
1754 #define is_ir_sensor(sensor_type) (sensor_type == OB_SENSOR_IR || sensor_type == OB_SENSOR_IR_LEFT || sensor_type == OB_SENSOR_IR_RIGHT)
1755 #define isIRSensor is_ir_sensor
1756 
1763 #define is_ir_stream(stream_type) (stream_type == OB_STREAM_IR || stream_type == OB_STREAM_IR_LEFT || stream_type == OB_STREAM_IR_RIGHT)
1764 #define isIRStream is_ir_stream
1765 
1772 #define is_ir_frame(frame_type) (frame_type == OB_FRAME_IR || frame_type == OB_FRAME_IR_LEFT || frame_type == OB_FRAME_IR_RIGHT)
1773 #define isIRFrame is_ir_frame
1774 
1778 #define OB_DEFAULT_DECRYPT_KEY (nullptr)
1779 
1780 #ifdef __cplusplus
1781 }
1782 #endif
1783 
1784 #pragma pack(pop)
USB.
Definition: ObTypes.h:1125
uint32_t y
Origin coordinate y.
Definition: ObTypes.h:535
@@ -109,9 +109,9 @@
enum OBGyroSampleRate ob_accel_sample_rate
uint32_t height
Image height.
Definition: ObTypes.h:501
float cx
Optical center abscissa.
Definition: ObTypes.h:382
-
Left region of interest for the auto exposure Algorithm.
Definition: ObTypes.h:1566
+
Left region of interest for the auto exposure Algorithm.
Definition: ObTypes.h:1574
- +
struct OBMGCFilterConfig ob_mgc_filter_config
@@ -145,16 +145,16 @@
struct SensorImpl ob_sensor
Definition: ObTypes.h:59
enum OB_DDO_NOISE_REMOVAL_TYPE ob_ddo_noise_removal_type
-
Bottom region of interest for the auto exposure Algorithm.
Definition: ObTypes.h:1581
+
Bottom region of interest for the auto exposure Algorithm.
Definition: ObTypes.h:1589
enum OB_EDGE_NOISE_REMOVAL_TYPE ob_edge_noise_removal_type
struct ConfigImpl ob_config
Definition: ObTypes.h:66
struct OBSpatialAdvancedFilterParams ob_spatial_advanced_filter_params
Version 3.0.
Definition: ObTypes.h:1033
-
Timestamp in the middle of the capture.
Definition: ObTypes.h:1461
+
Timestamp in the middle of the capture.
Definition: ObTypes.h:1469
Developer mode, which allows developers to access the operating system and software/hardware resource...
Definition: ObTypes.h:1218
-
Timestamp when the frame is captured.
Definition: ObTypes.h:1453
+
Timestamp when the frame is captured.
Definition: ObTypes.h:1461
The timestamp reset configuration of the device.
Definition: ObTypes.h:1375
@@ -168,8 +168,8 @@
bool isMirrored
Whether the image frame corresponding to this group of parameters is mirrored.
Definition: ObTypes.h:467
Version 4.0.
Definition: ObTypes.h:1034
- - + +
int32_t lower
Lower threshold, unit: ms.
Definition: ObTypes.h:801
float imuTemp
IMU temperature.
Definition: ObTypes.h:654
double noiseDensity
In-run bias instability.
Definition: ObTypes.h:405
@@ -178,6 +178,7 @@
enum OBCommunicationType OB_COMMUNICATION_TYPE
OBEdgeNoiseRemovalType type
Definition: ObTypes.h:985
+
enum OB_DEVICE_DEVELOPMENT_MODE OBDeviceDevelopmentMode
OBCmdVersion cmdVersion
OBCmdVersion of propertyId.
Definition: ObTypes.h:1060
Structure for gyroscope intrinsic parameters.
Definition: ObTypes.h:404
@@ -229,7 +230,7 @@
uint8_t major
Major version number.
Definition: ObTypes.h:1014
OB_CMD_VERSION
Command version associated with property id.
Definition: ObTypes.h:1030
- +
float irLeftTemp
Left IR temperature.
Definition: ObTypes.h:656
float chipBottomTemp
MX6600 bottom temperature.
Definition: ObTypes.h:659
int16_t x0_left
Definition: ObTypes.h:1437
@@ -263,7 +264,7 @@
OBHoleFillingMode
Hole fillig mode.
Definition: ObTypes.h:962
enum OBMediaType ob_media_type
float ldmTemp
Laser temperature.
Definition: ObTypes.h:651
-
void( ob_frame_destroy_callback)(void *buffer, void *user_data)
Customize the delete callback.
Definition: ObTypes.h:1729
+
void( ob_frame_destroy_callback)(void *buffer, void *user_data)
Customize the delete callback.
Definition: ObTypes.h:1737
float y
Y-direction component.
Definition: ObTypes.h:636
@@ -276,10 +277,12 @@
int height
height of x and y tables
Definition: ObTypes.h:762
float irTemp
IR temperature.
Definition: ObTypes.h:650
+
struct DISP_OFFSET_CONFIG ob_disp_offset_config
OBCameraDistortion rgbDistortion
Color camera distortion parameters.
Definition: ObTypes.h:465
Control command protocol version number.
Definition: ObTypes.h:1010
bool min
Minimum value.
Definition: ObTypes.h:371
-
Manual white balance setting.
Definition: ObTypes.h:1550
+
uint8_t reserved
Definition: ObTypes.h:1448
+
Manual white balance setting.
Definition: ObTypes.h:1558
float cpuTemp
CPU temperature.
Definition: ObTypes.h:649
double randomWalk
random walk
Definition: ObTypes.h:406
@@ -297,12 +300,12 @@
uint32_t offset
Offset of current data block relative to complete data.
Definition: ObTypes.h:317
uint8_t minor
Minor version number.
Definition: ObTypes.h:1019
-
ob_frame_metadata_type
Frame metadata types.
Definition: ObTypes.h:1447
+
ob_frame_metadata_type
Frame metadata types.
Definition: ObTypes.h:1455
ob_multi_device_sync_mode
The synchronization mode of the device.
Definition: ObTypes.h:1225
- +
OBCameraDistortion depthDistortion
Depth camera distortion parameters.
Definition: ObTypes.h:464
float cy
Optical center ordinate.
Definition: ObTypes.h:383
@@ -335,7 +338,7 @@
int limit_y_th
Maximum vertical threshold.
Definition: ObTypes.h:499
Structure for transmitting data blocks.
Definition: ObTypes.h:314
- +
ob_multi_device_sync_mode syncMode
The sync mode of the device.
Definition: ObTypes.h:1315
int16_t y0_top
Definition: ObTypes.h:1438
float mainBoardTemp
Motherboard temperature.
Definition: ObTypes.h:652
@@ -364,7 +367,7 @@
OB_DEVICE_DEVELOPMENT_MODE
Enumeration of device development modes.
Definition: ObTypes.h:1209
- +
float max
Maximum value.
Definition: ObTypes.h:337
@@ -373,7 +376,7 @@
int16_t y1_bottom
Definition: ObTypes.h:1440
Version 2.0.
Definition: ObTypes.h:1032
- +
int margin_x_th
Horizontal threshold settings.
Definition: ObTypes.h:496
OBExceptionType
The exception types in the SDK, through the exception type, you can easily determine the specific typ...
Definition: ObTypes.h:134
@@ -397,11 +400,11 @@
Only FrameSet that contains all types of data frames will be output.
Definition: ObTypes.h:1178
float k1
Radial distortion factor 1.
Definition: ObTypes.h:417
-
Laser power value in mW.
Definition: ObTypes.h:1608
+
Laser power value in mW.
Definition: ObTypes.h:1616
float * yTable
table used to compute Y coordinate
Definition: ObTypes.h:760
uint32_t size
Length of current block data.
Definition: ObTypes.h:316
-
void(* ob_device_changed_callback)(ob_device_list *removed, ob_device_list *added, void *user_data)
Callback for device change.
Definition: ObTypes.h:1700
+
void(* ob_device_changed_callback)(ob_device_list *removed, ob_device_list *added, void *user_data)
Callback for device change.
Definition: ObTypes.h:1708
int depthDelayUs
The delay time of the depth image capture after receiving the capture command or trigger signal in mi...
Definition: ObTypes.h:1322
@@ -410,7 +413,7 @@
enum OB_CMD_VERSION OBCmdVersion
HDR Configuration.
Definition: ObTypes.h:1416
- +
Version 1.0.
Definition: ObTypes.h:1031
float y
Y coordinate.
Definition: ObTypes.h:746
@@ -429,9 +432,10 @@
struct OBDataBundle OBDataBundle
Internal API for future publication.
struct OBD2CTransform ob_d2c_transform
enum OB_COORDINATE_SYSTEM_TYPE OBCoordinateSystemType
+ -
Auto exposure status.
Definition: ObTypes.h:1472
+
Auto exposure status.
Definition: ObTypes.h:1480
enum OBTofFilterRange TOF_FILTER_RANGE
@@ -465,7 +469,8 @@
enum OBMediaState ob_media_state
float min
Minimum value.
Definition: ObTypes.h:338
-
void(* ob_device_state_callback)(ob_device_state state, const char *message, void *user_data)
Callback for device status.
Definition: ObTypes.h:1665
+ +
void(* ob_device_state_callback)(ob_device_state state, const char *message, void *user_data)
Callback for device status.
Definition: ObTypes.h:1673
uint64_t ob_device_state
Definition: ObTypes.h:643
struct OBNetIpConfig ob_net_ip_config
@@ -478,7 +483,7 @@
uint16_t deviceTriggerSignalOutPolarity
The device trigger signal output polarity is used to control the polarity configuration of the trigge...
Definition: ObTypes.h:920
Video stream intrinsics.
Definition: ObTypes.h:438
-
Auto white balance status.
Definition: ObTypes.h:1492
+
Auto white balance status.
Definition: ObTypes.h:1500
OBUSBPowerState
USB power status.
Definition: ObTypes.h:1133
@@ -497,8 +502,8 @@
int width
width of x and y tables
Definition: ObTypes.h:761
float fy
Focal length in y direction.
Definition: ObTypes.h:381
float x
X coordinate.
Definition: ObTypes.h:769
- -
void(* ob_device_upgrade_callback)(ob_upgrade_state state, const char *message, uint8_t percent, void *user_data)
Callback for firmware upgrade.
Definition: ObTypes.h:1656
+ +
void(* ob_device_upgrade_callback)(ob_upgrade_state state, const char *message, uint8_t percent, void *user_data)
Callback for firmware upgrade.
Definition: ObTypes.h:1664
@@ -513,7 +518,7 @@
char message[256]
Describe the detailed error log.
Definition: ObTypes.h:153
uint32_t width
Image width.
Definition: ObTypes.h:500
- +
int margin_y_th
Vertical threshold settings.
Definition: ObTypes.h:497
Internal API for future publication.
Definition: ObTypes.h:1056
@@ -542,7 +547,7 @@
struct DeviceInfoImpl ob_device_info
Definition: ObTypes.h:56
Temperature parameters of the device (unit: Celsius)
Definition: ObTypes.h:648
- +
uint8_t patch
Patch version number.
Definition: ObTypes.h:1024
float zpd
Calibration distance.
Definition: ObTypes.h:1410
@@ -552,7 +557,8 @@
struct OBPoint2f ob_point2f
enum OB_COORDINATE_SYSTEM_TYPE ob_coordinate_system_type
- +
struct DISP_OFFSET_CONFIG OBDispOffsetConfig
+
struct OBPoint OBPoint3f
struct CFrameImpl ob_frame
Definition: ObTypes.h:63
Software trigger synchronize mode as secondary device.
Definition: ObTypes.h:869
@@ -566,7 +572,7 @@
enum OBDepthPrecisionLevel OB_DEPTH_PRECISION_LEVEL
-
void( ob_log_callback)(ob_log_severity severity, const char *message, void *user_data)
Callback for receiving log.
Definition: ObTypes.h:1738
+
void( ob_log_callback)(ob_log_severity severity, const char *message, void *user_data)
Callback for receiving log.
Definition: ObTypes.h:1746
uint32_t width
Rectangle width.
Definition: ObTypes.h:536
uint32_t itemCount
Count of data item.
Definition: ObTypes.h:1088
@@ -582,11 +588,11 @@
struct OBDeviceTemperature DEVICE_TEMPERATURE
int32_t def
Default value.
Definition: ObTypes.h:329
struct SensorListImpl ob_sensor_list
Definition: ObTypes.h:60
-
void(* ob_frame_callback)(ob_frame *frame, void *user_data)
Callback for frame.
Definition: ObTypes.h:1711
+
void(* ob_frame_callback)(ob_frame *frame, void *user_data)
Callback for frame.
Definition: ObTypes.h:1719
Rotate 0.
Definition: ObTypes.h:1154
float z
Z coordinate.
Definition: ObTypes.h:771
-
The number of current frame.
Definition: ObTypes.h:1466
+
The number of current frame.
Definition: ObTypes.h:1474
struct OBUint16PropertyRange ob_uint16_property_range
@@ -599,17 +605,17 @@
Structure for accelerometer intrinsic parameters.
Definition: ObTypes.h:391
-
The number of frame metadata types, using for types iterating.
Definition: ObTypes.h:1630
+
The number of frame metadata types, using for types iterating.
Definition: ObTypes.h:1638
struct OBDeviceSyncConfig ob_device_sync_config
int sequenceSelectId
Definition: ObTypes.h:955
OBDepthPrecisionLevel
Enumeration for depth precision levels.
Definition: ObTypes.h:718
-
Top region of interest for the auto exposure Algorithm.
Definition: ObTypes.h:1571
+
Top region of interest for the auto exposure Algorithm.
Definition: ObTypes.h:1579
enum OBFormat ob_format
double randomWalk
random walk
Definition: ObTypes.h:393
- +
enum OBHoleFillingMode ob_hole_filling_mode
struct OBColorPoint ob_color_point
struct OBDeviceSyncConfig OB_DEVICE_SYNC_CONFIG
@@ -617,22 +623,22 @@
OBFrameType
Enumeration value describing the type of frame.
Definition: ObTypes.h:196
2D point structure in the SDK
Definition: ObTypes.h:753
- +
uint32_t height
Definition: ObTypes.h:510
struct AE_ROI ob_region_of_interest
uint16_t dhcp
DHCP status.
Definition: ObTypes.h:1100
enum OBDepthPrecisionLevel ob_depth_precision_level
- +
uint16_t deviceTriggerSignalOutDelay
Device trigger signal output delay, used to control the delay configuration of the host device to out...
Definition: ObTypes.h:911
- +
OBTofFilterRange
Enumeration for TOF filter scene ranges.
Definition: ObTypes.h:734
enum OBDataTranState ob_data_tran_state
OBStreamType
Enumeration value describing the type of data stream.
Definition: ObTypes.h:179
- +
struct OBD2CTransform ob_extrinsic
@@ -652,8 +658,9 @@
uint16_t rgbTriggerSignalInDelay
RGB trigger signal input delay is used to configure the delay from the time when an RGB Sensor receiv...
Definition: ObTypes.h:903
enum OBGyroFullScaleRange OB_GYRO_FULL_SCALE_RANGE
+
struct FilterImpl ob_filter
Definition: ObTypes.h:64
-
void(* ob_get_data_callback)(ob_data_tran_state state, ob_data_chunk *dataChunk, void *user_data)
Callback for reading data.
Definition: ObTypes.h:1683
+
void(* ob_get_data_callback)(ob_data_tran_state state, ob_data_chunk *dataChunk, void *user_data)
Callback for reading data.
Definition: ObTypes.h:1691
uint16_t max
Maximum value.
Definition: ObTypes.h:348
uint8_t step
Step value.
Definition: ObTypes.h:361
@@ -667,7 +674,7 @@
struct OBPoint ob_point3f
struct CameraParamListImpl ob_camera_param_list
Definition: ObTypes.h:58
-
void(* ob_set_data_callback)(ob_data_tran_state state, uint8_t percent, void *user_data)
Callback for writing data.
Definition: ObTypes.h:1674
+
void(* ob_set_data_callback)(ob_data_tran_state state, uint8_t percent, void *user_data)
Callback for writing data.
Definition: ObTypes.h:1682
uint8_t def
Default value.
Definition: ObTypes.h:362
struct OBD2CTransform ob_transform
@@ -685,7 +692,7 @@ -
void(* ob_frameset_callback)(ob_frame *frameset, void *user_data)
Callback for frameset.
Definition: ObTypes.h:1721
+
void(* ob_frameset_callback)(ob_frame *frameset, void *user_data)
Callback for frameset.
Definition: ObTypes.h:1729
float r
Red channel component.
Definition: ObTypes.h:772
@@ -699,10 +706,10 @@
enum OBSyncMode ob_sync_mode
Structure for float range.
Definition: ObTypes.h:346
- + -
void(* ob_file_send_callback)(ob_file_tran_state state, const char *message, uint8_t percent, void *user_data)
Callback for file transfer.
Definition: ObTypes.h:1646
+
void(* ob_file_send_callback)(ob_file_tran_state state, const char *message, uint8_t percent, void *user_data)
Callback for file transfer.
Definition: ObTypes.h:1654
struct DevicePresetListImpl ob_device_preset_list
Definition: ObTypes.h:72
OB_COORDINATE_SYSTEM_TYPE
Enumeration of point cloud coordinate system types.
Definition: ObTypes.h:1200
@@ -722,13 +729,13 @@
struct PipelineImpl ob_pipeline
Definition: ObTypes.h:65
float chipTopTemp
MX6600 top temperature.
Definition: ObTypes.h:658
- +
enum OBSyncMode OB_SYNC_MODE
Device synchronization configuration.
Definition: ObTypes.h:883
Close synchronize mode.
Definition: ObTypes.h:814
bool step
Step value.
Definition: ObTypes.h:372
ob_rotate_degree_type
Rotate degree.
Definition: ObTypes.h:1153
-
void(* ob_media_state_callback)(ob_media_state state, void *user_data)
Callback for media status (recording and playback)
Definition: ObTypes.h:1691
+
void(* ob_media_state_callback)(ob_media_state state, void *user_data)
Callback for media status (recording and playback)
Definition: ObTypes.h:1699
ob_status status
Describe the status code of the error, as compatible with previous customer status code requirements...
Definition: ObTypes.h:152
enum OBLogSeverity ob_log_severity
@@ -739,7 +746,7 @@
uint32_t itemTypeSize
Size of data item.
Definition: ObTypes.h:1081
struct OBCameraDistortion ob_camera_distortion
- + @@ -800,14 +807,14 @@
uint16_t def
Default value.
Definition: ObTypes.h:351
Structure for camera intrinsic parameters.
Definition: ObTypes.h:379
-
Right region of interest for the auto exposure Algorithm.
Definition: ObTypes.h:1576
+
Right region of interest for the auto exposure Algorithm.
Definition: ObTypes.h:1584
Structure for integer range.
Definition: ObTypes.h:324
diff --git a/doc/api/English/Pipeline_8h.html b/doc/api/English/Pipeline_8h.html index 58758ea7..b85994c3 100644 --- a/doc/api/English/Pipeline_8h.html +++ b/doc/api/English/Pipeline_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -1796,7 +1796,7 @@
diff --git a/doc/api/English/Pipeline_8h_source.html b/doc/api/English/Pipeline_8h_source.html index ac591ef9..7ec64a92 100644 --- a/doc/api/English/Pipeline_8h_source.html +++ b/doc/api/English/Pipeline_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -138,7 +138,7 @@
ob_pipeline_stop_record
void ob_pipeline_stop_record(ob_pipeline *pipeline, ob_error **error)
Stop recording.
ob_pipeline_wait_for_frameset
ob_frame * ob_pipeline_wait_for_frameset(ob_pipeline *pipeline, uint32_t timeout_ms, ob_error **error)
Wait for a set of frames to be returned synchronously.
ob_pipeline_get_calibration_param
ob_calibration_param ob_pipeline_get_calibration_param(ob_pipeline *pipeline, ob_config *config, ob_error **error)
Get device calibration parameters with the specified configuration.
-
ob_frameset_callback
void(* ob_frameset_callback)(ob_frame *frameset, void *user_data)
Callback for frameset.
Definition: ObTypes.h:1721
+
ob_frameset_callback
void(* ob_frameset_callback)(ob_frame *frameset, void *user_data)
Callback for frameset.
Definition: ObTypes.h:1729
ob_create_pipeline
ob_pipeline * ob_create_pipeline(ob_error **error)
Create a pipeline object.
ob_pipeline
struct PipelineImpl ob_pipeline
Definition: ObTypes.h:65
ob_pipeline_start_with_callback
void ob_pipeline_start_with_callback(ob_pipeline *pipeline, ob_config *config, ob_frameset_callback callback, void *user_data, ob_error **error)
Start the pipeline and set the frame collection data callback.
@@ -156,7 +156,7 @@ diff --git a/doc/api/English/Pipeline_8hpp.html b/doc/api/English/Pipeline_8hpp.html index 882396b4..3e01d4d0 100644 --- a/doc/api/English/Pipeline_8hpp.html +++ b/doc/api/English/Pipeline_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -131,7 +131,7 @@ diff --git a/doc/api/English/Pipeline_8hpp_source.html b/doc/api/English/Pipeline_8hpp_source.html index e9aaeb68..d4d79b0f 100644 --- a/doc/api/English/Pipeline_8hpp_source.html +++ b/doc/api/English/Pipeline_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -124,7 +124,7 @@ diff --git a/doc/api/English/Property_8h.html b/doc/api/English/Property_8h.html index 887eee42..a8b6d183 100644 --- a/doc/api/English/Property_8h.html +++ b/doc/api/English/Property_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -232,86 +232,89 @@   OB_PROP_DEVICE_REBOOT_DELAY_INT = 142, OB_PROP_LASER_OVERCURRENT_PROTECTION_STATUS_BOOL = 148, OB_PROP_LASER_PULSE_WIDTH_PROTECTION_STATUS_BOOL = 149, -OB_PROP_LASER_ALWAYS_ON_BOOL = 174, +OB_PROP_DEPTH_NOISE_REMOVAL_FILTER_BOOL = 165,
-  OB_PROP_LASER_ON_OFF_PATTERN_INT = 175, +  OB_PROP_LASER_ALWAYS_ON_BOOL = 174, +OB_PROP_LASER_ON_OFF_PATTERN_INT = 175, OB_PROP_DEPTH_UNIT_FLEXIBLE_ADJUSTMENT_FLOAT = 176, OB_PROP_LASER_CONTROL_INT = 182, -OB_PROP_IR_BRIGHTNESS_INT = 184,
-  OB_PROP_SLAVE_DEVICE_SYNC_STATUS_BOOL = 188, +  OB_PROP_IR_BRIGHTNESS_INT = 184, +OB_PROP_SLAVE_DEVICE_SYNC_STATUS_BOOL = 188, OB_PROP_COLOR_AE_MAX_EXPOSURE_INT = 189, OB_PROP_IR_AE_MAX_EXPOSURE_INT = 190, -OB_PROP_DISP_SEARCH_RANGE_MODE_INT = 191,
-  OB_STRUCT_BASELINE_CALIBRATION_PARAM = 1002, +  OB_PROP_DISP_SEARCH_RANGE_MODE_INT = 191, +OB_STRUCT_BASELINE_CALIBRATION_PARAM = 1002, OB_STRUCT_DEVICE_TEMPERATURE = 1003, OB_STRUCT_TOF_EXPOSURE_THRESHOLD_CONTROL = 1024, -OB_STRUCT_DEVICE_SERIAL_NUMBER = 1035,
-  OB_STRUCT_DEVICE_TIME = 1037, +  OB_STRUCT_DEVICE_SERIAL_NUMBER = 1035, +OB_STRUCT_DEVICE_TIME = 1037, OB_STRUCT_MULTI_DEVICE_SYNC_CONFIG = 1038, OB_STRUCT_RGB_CROP_ROI = 1040, -OB_STRUCT_DEVICE_IP_ADDR_CONFIG = 1041,
-  OB_STRUCT_CURRENT_DEPTH_ALG_MODE = 1043, +  OB_STRUCT_DEVICE_IP_ADDR_CONFIG = 1041, +OB_STRUCT_CURRENT_DEPTH_ALG_MODE = 1043, OB_STRUCT_DEPTH_PRECISION_SUPPORT_LIST = 1045, OB_STRUCT_DEVICE_STATIC_IP_CONFIG_RECORD = 1053, -OB_STRUCT_DEPTH_HDR_CONFIG = 1059,
-  OB_STRUCT_COLOR_AE_ROI = 1060, +  OB_STRUCT_DEPTH_HDR_CONFIG = 1059, +OB_STRUCT_COLOR_AE_ROI = 1060, OB_STRUCT_DEPTH_AE_ROI = 1061, OB_STRUCT_ASIC_SERIAL_NUMBER = 1063, -OB_PROP_COLOR_AUTO_EXPOSURE_BOOL = 2000,
-  OB_PROP_COLOR_EXPOSURE_INT = 2001, +  OB_PROP_COLOR_AUTO_EXPOSURE_BOOL = 2000, +OB_PROP_COLOR_EXPOSURE_INT = 2001, OB_PROP_COLOR_GAIN_INT = 2002, OB_PROP_COLOR_AUTO_WHITE_BALANCE_BOOL = 2003, -OB_PROP_COLOR_WHITE_BALANCE_INT = 2004,
-  OB_PROP_COLOR_BRIGHTNESS_INT = 2005, +  OB_PROP_COLOR_WHITE_BALANCE_INT = 2004, +OB_PROP_COLOR_BRIGHTNESS_INT = 2005, OB_PROP_COLOR_SHARPNESS_INT = 2006, OB_PROP_COLOR_SHUTTER_INT = 2007, -OB_PROP_COLOR_SATURATION_INT = 2008,
-  OB_PROP_COLOR_CONTRAST_INT = 2009, +  OB_PROP_COLOR_SATURATION_INT = 2008, +OB_PROP_COLOR_CONTRAST_INT = 2009, OB_PROP_COLOR_GAMMA_INT = 2010, OB_PROP_COLOR_ROLL_INT = 2011, -OB_PROP_COLOR_AUTO_EXPOSURE_PRIORITY_INT = 2012,
-  OB_PROP_COLOR_BACKLIGHT_COMPENSATION_INT = 2013, +  OB_PROP_COLOR_AUTO_EXPOSURE_PRIORITY_INT = 2012, +OB_PROP_COLOR_BACKLIGHT_COMPENSATION_INT = 2013, OB_PROP_COLOR_HUE_INT = 2014, OB_PROP_COLOR_POWER_LINE_FREQUENCY_INT = 2015, -OB_PROP_DEPTH_AUTO_EXPOSURE_BOOL = 2016,
-  OB_PROP_DEPTH_EXPOSURE_INT = 2017, +  OB_PROP_DEPTH_AUTO_EXPOSURE_BOOL = 2016, +OB_PROP_DEPTH_EXPOSURE_INT = 2017, OB_PROP_DEPTH_GAIN_INT = 2018, OB_PROP_IR_AUTO_EXPOSURE_BOOL = 2025, -OB_PROP_IR_EXPOSURE_INT = 2026,
-  OB_PROP_IR_GAIN_INT = 2027, +  OB_PROP_IR_EXPOSURE_INT = 2026, +OB_PROP_IR_GAIN_INT = 2027, OB_PROP_IR_CHANNEL_DATA_SOURCE_INT = 2028, OB_PROP_DEPTH_RM_FILTER_BOOL = 2029, -OB_PROP_COLOR_MAXIMAL_GAIN_INT = 2030,
-  OB_PROP_COLOR_MAXIMAL_SHUTTER_INT = 2031, +  OB_PROP_COLOR_MAXIMAL_GAIN_INT = 2030, +OB_PROP_COLOR_MAXIMAL_SHUTTER_INT = 2031, OB_PROP_IR_SHORT_EXPOSURE_BOOL = 2032, OB_PROP_COLOR_HDR_BOOL = 2034, -OB_PROP_IR_LONG_EXPOSURE_BOOL = 2035,
-  OB_PROP_SKIP_FRAME_BOOL = 2036, +  OB_PROP_IR_LONG_EXPOSURE_BOOL = 2035, +OB_PROP_SKIP_FRAME_BOOL = 2036, OB_PROP_HDR_MERGE_BOOL = 2037, OB_PROP_COLOR_FOCUS_INT = 2038, -OB_PROP_SDK_DISPARITY_TO_DEPTH_BOOL = 3004,
-  OB_PROP_SDK_DEPTH_FRAME_UNPACK_BOOL = 3007, +  OB_PROP_SDK_DISPARITY_TO_DEPTH_BOOL = 3004, +OB_PROP_SDK_DEPTH_FRAME_UNPACK_BOOL = 3007, OB_PROP_SDK_IR_FRAME_UNPACK_BOOL = 3008, OB_PROP_SDK_ACCEL_FRAME_TRANSFORMED_BOOL = 3009, -OB_PROP_SDK_GYRO_FRAME_TRANSFORMED_BOOL = 3010,
-  OB_PROP_SDK_IR_LEFT_FRAME_UNPACK_BOOL = 3011, +  OB_PROP_SDK_GYRO_FRAME_TRANSFORMED_BOOL = 3010, +OB_PROP_SDK_IR_LEFT_FRAME_UNPACK_BOOL = 3011, OB_PROP_SDK_IR_RIGHT_FRAME_UNPACK_BOOL = 3012, -OB_RAW_DATA_CAMERA_CALIB_JSON_FILE = 4029 +OB_PROP_SDK_DEPTH_RECTIFY_MG_FILTER_BOOL = 3013, +
+  OB_RAW_DATA_CAMERA_CALIB_JSON_FILE = 4029
} Enumeration value describing all attribute control commands of the device. More...
@@ -353,7 +356,7 @@
-

Definition at line 723 of file Property.h.

+

Definition at line 732 of file Property.h.

@@ -367,7 +370,7 @@
-

Definition at line 724 of file Property.h.

+

Definition at line 733 of file Property.h.

@@ -381,7 +384,7 @@
-

Definition at line 725 of file Property.h.

+

Definition at line 734 of file Property.h.

@@ -395,7 +398,7 @@
-

Definition at line 726 of file Property.h.

+

Definition at line 735 of file Property.h.

@@ -409,7 +412,7 @@
-

Definition at line 727 of file Property.h.

+

Definition at line 736 of file Property.h.

@@ -709,6 +712,9 @@

Enumeration Type Documentation

OB_PROP_LASER_PULSE_WIDTH_PROTECTION_STATUS_BOOL 

Query the status of laser pulse width protection (read-only)

+OB_PROP_DEPTH_NOISE_REMOVAL_FILTER_BOOL  +

depth noise removal filter

+ OB_PROP_LASER_ALWAYS_ON_BOOL 

Laser always on, true: always on, false: off, laser will be turned off when out of exposure time.

@@ -906,6 +912,9 @@

Enumeration Type Documentation

OB_PROP_SDK_IR_RIGHT_FRAME_UNPACK_BOOL 

Right IR frame data unpacking function switch (each current will be turned on by default, support RLE/Y10/Y11/Y12/Y14 format)

+OB_PROP_SDK_DEPTH_RECTIFY_MG_FILTER_BOOL  +

depth Margin Filter

+ OB_RAW_DATA_CAMERA_CALIB_JSON_FILE 

Calibration JSON file read from device (Femto Mega, read only)

@@ -941,14 +950,14 @@

Enumeration Type Documentation

-

Definition at line 732 of file Property.h.

+

Definition at line 741 of file Property.h.

diff --git a/doc/api/English/Property_8h_source.html b/doc/api/English/Property_8h_source.html index 452e0068..66167fc8 100644 --- a/doc/api/English/Property_8h_source.html +++ b/doc/api/English/Property_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -93,11 +93,11 @@
Property.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 
9 #ifdef OB_SENSOR_SDK_DEVELOPER
10 #include "libobsensor/internal/InternalProperty.h"
11 #else // not define OB_SENSOR_SDK_DEVELOPER
12 #ifndef _OB_PROPERTY_H_
13 #define _OB_PROPERTY_H_
14 
15 #include "ObTypes.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
24 typedef enum {
29 
34 
39 
44 
49 
54 
59 
64 
69 
74 
79 
84 
89 
94 
99 
104 
109 
114 
119 
124 
129 
134 
139 
144 
150 
155 
160 
165 
170 
175 
180 
185 
190 
195 
200 
205 
210 
215 
220 
225 
230 
235 
240 
245 
250 
255 
260 
265 
270 
275 
280 
285 
290 
295 
300 
306 
311 
316 
323 
328 
334 
341 
346 
351 
356 
361 
362  /*
363  * @brief Timer reset function enable
364  */
366 
372 
377 
382 
387 
392 
398 
404 
410 
415 
420 
425 
430 
435 
440 
445 
450 
455 
460 
465 
470 
475 
480 
485 
493 
501 
507 
514 
519 
524 
529 
534 
539 
544 
549 
554 
559 
564 
569 
574 
579 
584 
589 
594 
599 
604 
609 
614 
619 
624 
629 
634 
639 
644 
649 
654 
659 
664 
669 
674 
679 
684 
689 
694 
699 
704 
709 
714 
719 } OBPropertyID,
721 
722 // For backward compatibility
723 #define OB_PROP_TIMER_RESET_TRIGGLE_OUT_ENABLE_BOOL OB_PROP_TIMER_RESET_TRIGGER_OUT_ENABLE_BOOL
724 #define OB_PROP_LASER_ON_OFF_MODE_INT OB_PROP_LASER_ON_OFF_PATTERN_INT
725 #define OB_PROP_LASER_ENERGY_LEVEL_INT OB_PROP_LASER_POWER_LEVEL_CONTROL_INT
726 #define OB_PROP_LASER_HW_ENERGY_LEVEL_INT OB_PROP_LASER_POWER_ACTUAL_LEVEL_INT
727 #define OB_PROP_DEVICE_USB3_REPEAT_IDENTIFY_BOOL OB_PROP_DEVICE_USB2_REPEAT_IDENTIFY_BOOL
728 
732 typedef enum OBPropertyType {
739 
743 typedef struct OBPropertyItem {
745  const char *name;
749 
750 #ifdef __cplusplus
751 }
752 #endif
753 
754 #endif // _OB_PROPERTY_H_
755 #endif // OB_SENSOR_SDK_DEVELOPER
OBPropertyType
The data type used to describe all property settings.
Definition: Property.h:732
-
Color camera HDR.
Definition: Property.h:658
+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 
9 #ifdef OB_SENSOR_SDK_DEVELOPER
10 #include "libobsensor/internal/InternalProperty.h"
11 #else // not define OB_SENSOR_SDK_DEVELOPER
12 #ifndef _OB_PROPERTY_H_
13 #define _OB_PROPERTY_H_
14 
15 #include "ObTypes.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
24 typedef enum {
29 
34 
39 
44 
49 
54 
59 
64 
69 
74 
79 
84 
89 
94 
99 
104 
109 
114 
119 
124 
129 
134 
139 
144 
150 
155 
160 
165 
170 
175 
180 
185 
190 
195 
200 
205 
210 
215 
220 
225 
230 
235 
240 
245 
250 
255 
260 
265 
270 
275 
280 
285 
290 
295 
300 
306 
311 
316 
323 
328 
334 
341 
346 
351 
356 
361 
362  /*
363  * @brief Timer reset function enable
364  */
366 
372 
377 
382 
391 
396 
402 
408 
414 
419 
424 
429 
434 
439 
444 
449 
454 
459 
464 
469 
474 
479 
484 
489 
497 
505 
511 
518 
523 
528 
533 
538 
543 
548 
553 
558 
563 
568 
573 
578 
583 
588 
593 
598 
603 
608 
613 
618 
623 
628 
633 
638 
643 
648 
653 
658 
663 
668 
673 
678 
683 
688 
693 
698 
703 
708 
713 
718 
723 
728 } OBPropertyID,
730 
731 // For backward compatibility
732 #define OB_PROP_TIMER_RESET_TRIGGLE_OUT_ENABLE_BOOL OB_PROP_TIMER_RESET_TRIGGER_OUT_ENABLE_BOOL
733 #define OB_PROP_LASER_ON_OFF_MODE_INT OB_PROP_LASER_ON_OFF_PATTERN_INT
734 #define OB_PROP_LASER_ENERGY_LEVEL_INT OB_PROP_LASER_POWER_LEVEL_CONTROL_INT
735 #define OB_PROP_LASER_HW_ENERGY_LEVEL_INT OB_PROP_LASER_POWER_ACTUAL_LEVEL_INT
736 #define OB_PROP_DEVICE_USB3_REPEAT_IDENTIFY_BOOL OB_PROP_DEVICE_USB2_REPEAT_IDENTIFY_BOOL
737 
741 typedef enum OBPropertyType {
748 
752 typedef struct OBPropertyItem {
754  const char *name;
758 
759 #ifdef __cplusplus
760 }
761 #endif
762 
763 #endif // _OB_PROPERTY_H_
764 #endif // OB_SENSOR_SDK_DEVELOPER
OBPropertyType
The data type used to describe all property settings.
Definition: Property.h:741
+
Color camera HDR.
Definition: Property.h:662
Laser current (uint: mA)
Definition: Property.h:43
-
Color camera exposure adjustment.
Definition: Property.h:528
-
Depth camera exposure adjustment (infrared cameras will be set synchronously under some models of dev...
Definition: Property.h:608
+
Color camera exposure adjustment.
Definition: Property.h:532
+
Depth camera exposure adjustment (infrared cameras will be set synchronously under some models of dev...
Definition: Property.h:612
Heartbeat monitoring function switch, 0: Disable, 1: Enable.
Definition: Property.h:204
the depth precision level, which may change the depth frame data unit, needs to be confirmed through ...
Definition: Property.h:149
Get hardware laser power actual level which real state of laser element. OB_PROP_LASER_POWER_LEVEL_CO...
Definition: Property.h:305
@@ -105,150 +105,152 @@
Watchdog function switch, 0: Disable, 1: Enable.
Definition: Property.h:194
Multi-resolution D2C mode.
Definition: Property.h:138
Reset device time to zero.
Definition: Property.h:249
-
Accel data conversion function switch (on by default)
Definition: Property.h:698
+
Accel data conversion function switch (on by default)
Definition: Property.h:702
Query the status of laser pulse width protection (read-only)
Definition: Property.h:386
-
ASIC serial number.
Definition: Property.h:518
+
ASIC serial number.
Definition: Property.h:522
Query the status of laser overcurrent protection (read-only)
Definition: Property.h:381
Capture number interval.
Definition: Property.h:360
Right IR sensor flip state. true: flip image, false: origin, default: false.
Definition: Property.h:279
Custom RGB cropping switch, 0 is off, 1 is on custom cropping, and the ROI cropping area is issued...
Definition: Property.h:219
-
Color AE max exposure.
Definition: Property.h:424
-
OBPermissionType permission
Definition: Property.h:747
+
Color AE max exposure.
Definition: Property.h:428
+
OBPermissionType permission
Definition: Property.h:756
Device operating mode (power consumption)
Definition: Property.h:224
Depth mirror.
Definition: Property.h:58
-
Multi-device synchronization mode and parameter configuration.
Definition: Property.h:464
+
Multi-device synchronization mode and parameter configuration.
Definition: Property.h:468
Hardware distortion switch Rectify.
Definition: Property.h:128
-
Color camera contrast adjustment.
Definition: Property.h:568
+
Color camera contrast adjustment.
Definition: Property.h:572
Laser switch.
Definition: Property.h:33
-
Depth HDR merge, true: on, false: off.
Definition: Property.h:673
-
Color camera image rotation.
Definition: Property.h:578
+
Depth HDR merge, true: on, false: off.
Definition: Property.h:677
+
Color camera image rotation.
Definition: Property.h:582
Disparity to depth switch, false: switch to software disparity convert to depth, true: switch to hard...
Definition: Property.h:184
-
TOF exposure threshold range.
Definition: Property.h:449
+
TOF exposure threshold range.
Definition: Property.h:453
enum OBPropertyID ob_property_id
- +
tof filter range configuration
Definition: Property.h:154
Switch infrared imaging mode, 0: active IR mode, 1: passive IR mode.
Definition: Property.h:234
IR flood switch.
Definition: Property.h:48
-
get/set device time
Definition: Property.h:459
+
get/set device time
Definition: Property.h:463
Depth Postfilter.
Definition: Property.h:68
brt2r-rectify function switch (brt2r is a special module on mx6600), 0: Disable, 1: Rectify Enable ...
Definition: Property.h:164
Depth flip.
Definition: Property.h:63
Restore factory settings and factory parameters.
Definition: Property.h:333
Device communication type, 0: USB; 1: Ethernet(RTSP)
Definition: Property.h:229
-
Software disparity to depth.
Definition: Property.h:683
+
Software disparity to depth.
Definition: Property.h:687
Software filter switch.
Definition: Property.h:98
struct OBPropertyItem OBPropertyItem
Used to describe the characteristics of each property.
Reboot device delay mode. Delay time unit: ms, range: [0, 8000).
Definition: Property.h:376
Depth Holefilter.
Definition: Property.h:73
-
Color camera color tint.
Definition: Property.h:593
+
Color camera color tint.
Definition: Property.h:597
LDP switch.
Definition: Property.h:28
IR flood level.
Definition: Property.h:53
-
Gyro data conversion function switch (on by default)
Definition: Property.h:703
-
RGB cropping ROI.
Definition: Property.h:469
-
The current camera depth mode.
Definition: Property.h:479
+
Gyro data conversion function switch (on by default)
Definition: Property.h:707
+
RGB cropping ROI.
Definition: Property.h:473
+
The current camera depth mode.
Definition: Property.h:483
Query whether the current device is running in recovery mode (read-only)
Definition: Property.h:345
Fan mode switch.
Definition: Property.h:133
-
Device temperature information.
Definition: Property.h:444
+
Device temperature information.
Definition: Property.h:448
Provide structs commonly used in the SDK, enumerating constant definitions.
-
IR data unpacking function switch (each current will be turned on by default, support RLE/Y10/Y11/Y12...
Definition: Property.h:693
-
Color camera white balance adjustment.
Definition: Property.h:543
-
Depth Sensor AE ROI configuration.
Definition: Property.h:513
+
IR data unpacking function switch (each current will be turned on by default, support RLE/Y10/Y11/Y12...
Definition: Property.h:697
+
Color camera white balance adjustment.
Definition: Property.h:547
+
Depth Sensor AE ROI configuration.
Definition: Property.h:517
Enable or disable the device to retry USB2.0 re-identification when the device is connected to a USB2...
Definition: Property.h:371
-
Device network static ip config record.
Definition: Property.h:492
+
Device network static ip config record.
Definition: Property.h:496
-
Automatic exposure of depth camera (infrared camera will be set synchronously under some models of de...
Definition: Property.h:603
+
Automatic exposure of depth camera (infrared camera will be set synchronously under some models of de...
Definition: Property.h:607
Timestamp adjustment.
Definition: Property.h:123
BRT function switch (anti-background interference), 0: Disable, 1: Enable.
Definition: Property.h:189
-
Infrared camera exposure adjustment (some models of devices will set the depth camera synchronously) ...
Definition: Property.h:623
-
Color camera auto exposure.
Definition: Property.h:523
+
Infrared camera exposure adjustment (some models of devices will set the depth camera synchronously) ...
Definition: Property.h:627
+
Color camera auto exposure.
Definition: Property.h:527
Maximum depth threshold.
Definition: Property.h:93
OBPropertyID
Enumeration value describing all attribute control commands of the device.
Definition: Property.h:24
-
OBPropertyID id
Definition: Property.h:744
-
Left IR frame data unpacking function switch (each current will be turned on by default, support RLE/Y10/Y11/Y12/Y14 format)
Definition: Property.h:708
-
Baseline calibration parameters.
Definition: Property.h:439
+
OBPropertyID id
Definition: Property.h:753
+
Left IR frame data unpacking function switch (each current will be turned on by default, support RLE/Y10/Y11/Y12/Y14 format)
Definition: Property.h:712
+
Baseline calibration parameters.
Definition: Property.h:443
Depth cropping mode device: OB_DEPTH_CROPPING_MODE.
Definition: Property.h:209
-
The enable/disable switch for IR short exposure function, supported only by a few devices...
Definition: Property.h:653
+
The enable/disable switch for IR short exposure function, supported only by a few devices...
Definition: Property.h:657
Delay to reset device time, unit: us.
Definition: Property.h:259
-
Right IR frame data unpacking function switch (each current will be turned on by default, support RLE/Y10/Y11/Y12/Y14 format)
Definition: Property.h:713
+
Right IR frame data unpacking function switch (each current will be turned on by default, support RLE/Y10/Y11/Y12/Y14 format)
Definition: Property.h:717
OBPermissionType
the permission type of api or property
Definition: ObTypes.h:99
-
Depth camera gain adjustment (infrared cameras will be set synchronously under some models of devices...
Definition: Property.h:613
+
Depth camera gain adjustment (infrared cameras will be set synchronously under some models of devices...
Definition: Property.h:617
soft filter maxSpeckleSize
Definition: Property.h:113
Minimum depth threshold.
Definition: Property.h:88
-
Infrared camera gain adjustment (the depth camera will be set synchronously under some models of devi...
Definition: Property.h:628
+
Infrared camera gain adjustment (the depth camera will be set synchronously under some models of devi...
Definition: Property.h:632
Color mirror.
Definition: Property.h:169
- +
External signal trigger restart function switch, 0: Disable, 1: Enable.
Definition: Property.h:199
-
Color camera automatic white balance.
Definition: Property.h:538
+
Color camera automatic white balance.
Definition: Property.h:542
IR/Left-IR sensor rotation, angle{0, 90, 180, 270}.
Definition: Property.h:289
laser pulse width
Definition: Property.h:38
-
Laser always on, true: always on, false: off, laser will be turned off when out of exposure time...
Definition: Property.h:391
-
Color Camera Power Line Frequency.
Definition: Property.h:598
-
Color camera maximal gain.
Definition: Property.h:643
-
Depth data unpacking function switch (each open stream will be turned on by default, support RLE/Y10/Y11/Y12/Y14 format)
Definition: Property.h:688
+
Laser always on, true: always on, false: off, laser will be turned off when out of exposure time...
Definition: Property.h:395
+
Color Camera Power Line Frequency.
Definition: Property.h:602
+
Color camera maximal gain.
Definition: Property.h:647
+
Depth data unpacking function switch (each open stream will be turned on by default, support RLE/Y10/Y11/Y12/Y14 format)
Definition: Property.h:692
Hardware d2c is on.
Definition: Property.h:118
-
Color camera gain adjustment.
Definition: Property.h:533
+
Color camera gain adjustment.
Definition: Property.h:537
Signal to capture image.
Definition: Property.h:264
-
Color camera FOCUS.
Definition: Property.h:678
-
IR AE max exposure.
Definition: Property.h:429
-
Color camera shutter adjustment.
Definition: Property.h:558
+
Color camera FOCUS.
Definition: Property.h:682
+
IR AE max exposure.
Definition: Property.h:433
+
Color camera shutter adjustment.
Definition: Property.h:562
LDP&#39;s measure distance, unit: mm.
Definition: Property.h:244
-
Color Sensor AE ROI configuration.
Definition: Property.h:506
+
Color Sensor AE ROI configuration.
Definition: Property.h:510
Right IR sensor mirror state.
Definition: Property.h:269
-
Select Infrared camera data source channel. If not support throw exception. 0 : IR stream from IR Lef...
Definition: Property.h:633
+
Select Infrared camera data source channel. If not support throw exception. 0 : IR stream from IR Lef...
Definition: Property.h:637
USB&#39;s power state, enum type: OBUSBPowerState.
Definition: Property.h:310
Anti_collusion activation status.
Definition: Property.h:143
-
Color camera brightness compensation.
Definition: Property.h:588
-
Depth effect dedistortion, true: on, false: off. mutually exclusive with D2C function, RM_Filter disable When hardware or software D2C is enabled.
Definition: Property.h:638
+
Color camera brightness compensation.
Definition: Property.h:592
+
Depth effect dedistortion, true: on, false: off. mutually exclusive with D2C function, RM_Filter disable When hardware or software D2C is enabled.
Definition: Property.h:642
enum OBPropertyType ob_property_type
-
Color camera sharpness adjustment.
Definition: Property.h:553
-
Using to configure the depth sensor&#39;s HDR mode.
Definition: Property.h:500
+
Color camera sharpness adjustment.
Definition: Property.h:557
+
Using to configure the depth sensor&#39;s HDR mode.
Definition: Property.h:504
Enter recovery mode (flashing mode) when boot the device.
Definition: Property.h:340
-
Color camera auto exposure priority.
Definition: Property.h:583
+
Color camera auto exposure priority.
Definition: Property.h:587
Depth sensor rotation, angle{0, 90, 180, 270}.
Definition: Property.h:299
-
A list of depth accuracy levels, returning an array of uin16_t, corresponding to the enumeration...
Definition: Property.h:484
-
slave device sync status
Definition: Property.h:419
-
Used to describe the characteristics of each property.
Definition: Property.h:743
- -
Depth unit flexible adjustment.
Definition: Property.h:403
-
const char * name
Definition: Property.h:745
+
A list of depth accuracy levels, returning an array of uin16_t, corresponding to the enumeration...
Definition: Property.h:488
+
slave device sync status
Definition: Property.h:423
+
Used to describe the characteristics of each property.
Definition: Property.h:752
+ +
Depth unit flexible adjustment.
Definition: Property.h:407
+ +
const char * name
Definition: Property.h:754
D2C preprocessing switch (such as RGB cropping), 0: off, 1: on.
Definition: Property.h:214
-
get/set serial number
Definition: Property.h:454
+
get/set serial number
Definition: Property.h:458
Color sensor rotation, angle{0, 90, 180, 270}.
Definition: Property.h:284
-
Setting and getting the USB device frame skipping mode status, true: frame skipping mode...
Definition: Property.h:668
-
IR brightness.
Definition: Property.h:414
-
disparity search range mode
Definition: Property.h:434
-
Color camera brightness adjustment.
Definition: Property.h:548
+
Setting and getting the USB device frame skipping mode status, true: frame skipping mode...
Definition: Property.h:672
+
IR brightness.
Definition: Property.h:418
+
disparity search range mode
Definition: Property.h:438
+
Color camera brightness adjustment.
Definition: Property.h:552
Capture interval mode, 0:time interval, 1:number interval.
Definition: Property.h:350
- +
soft filter maxdiff param
Definition: Property.h:108
-
Color camera gamma adjustment.
Definition: Property.h:573
+
Color camera gamma adjustment.
Definition: Property.h:577
Indicator switch, 0: Disable, 1: Enable.
Definition: Property.h:179
-
Laser control, 0: off, 1: on, 2: auto.
Definition: Property.h:409
-
Calibration JSON file read from device (Femto Mega, read only)
Definition: Property.h:718
-
Device IP address configuration.
Definition: Property.h:474
+
Laser control, 0: off, 1: on, 2: auto.
Definition: Property.h:413
+
Calibration JSON file read from device (Femto Mega, read only)
Definition: Property.h:727
+
Device IP address configuration.
Definition: Property.h:478
Multi-DeviceSync synchronized signal trigger out is enable state. true: enable, false: disable...
Definition: Property.h:327
-
Color camera saturation adjustment.
Definition: Property.h:563
+
Color camera saturation adjustment.
Definition: Property.h:567
DC&#39;s power state, enum type: OBDCPowerState.
Definition: Property.h:315
-
Color camera shutter gain.
Definition: Property.h:648
-
Infrared camera auto exposure (depth camera will be set synchronously under some models of devices) ...
Definition: Property.h:618
+
Color camera shutter gain.
Definition: Property.h:652
+
Infrared camera auto exposure (depth camera will be set synchronously under some models of devices) ...
Definition: Property.h:622
Right IR sensor rotation, angle{0, 90, 180, 270}.
Definition: Property.h:294
-
Laser on/off alternate mode, 0: off, 1: on-off alternate, 2: off-on alternate.
Definition: Property.h:397
+
Laser on/off alternate mode, 0: off, 1: on-off alternate, 2: off-on alternate.
Definition: Property.h:401
Number frame to capture once a &#39;OB_PROP_CAPTURE_IMAGE_SIGNAL_BOOL&#39; effect. range: [1...
Definition: Property.h:274
struct OBPropertyItem ob_property_item
-
IR long exposure mode switch read and write.
Definition: Property.h:663
+
depth noise removal filter
Definition: Property.h:390
+
IR long exposure mode switch read and write.
Definition: Property.h:667
Device development mode switch, optional modes can refer to the definition in OBDeviceDevelopmentMode...
Definition: Property.h:322
laser mode, the firmware terminal currently only return 1: IR Drive, 2: Torch
Definition: Property.h:159
-
OBPropertyType type
Definition: Property.h:746
+
OBPropertyType type
Definition: Property.h:755
diff --git a/doc/api/English/RecordPlayback_8h.html b/doc/api/English/RecordPlayback_8h.html index a88ff0c2..45708003 100644 --- a/doc/api/English/RecordPlayback_8h.html +++ b/doc/api/English/RecordPlayback_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -657,7 +657,7 @@
diff --git a/doc/api/English/RecordPlayback_8h_source.html b/doc/api/English/RecordPlayback_8h_source.html index ae1ce1b7..a34ef491 100644 --- a/doc/api/English/RecordPlayback_8h_source.html +++ b/doc/api/English/RecordPlayback_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -93,7 +93,7 @@
RecordPlayback.h
-Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include "ObTypes.h"
13 
21 
30 
37 void ob_delete_recorder(ob_recorder *recorder, ob_error **error);
38 
47 void ob_recorder_start(ob_recorder *recorder, const char *filename, bool async, ob_error **error);
48 
55 void ob_recorder_stop(ob_recorder *recorder, ob_error **error);
56 
64 void ob_recorder_write_frame(ob_recorder *recorder, ob_frame *frame, ob_error **error);
65 
73 ob_playback *ob_create_playback(const char *filename, ob_error **error);
74 
81 void ob_delete_playback(ob_playback *playback, ob_error **error);
82 
92 void ob_playback_start(ob_playback *playback, ob_playback_callback callback, void *user_data, ob_media_type type, ob_error **error);
93 
100 void ob_playback_stop(ob_playback *playback, ob_error **error);
101 
110 void ob_set_playback_state_callback(ob_playback *playback, ob_media_state_callback callback, void *user_data, ob_error **error);
111 
120 
129 
130 #ifdef __cplusplus
131 }
132 #endif
#define ob_playback_callback
Definition: ObTypes.h:1713
+Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include "ObTypes.h"
13 
21 
30 
37 void ob_delete_recorder(ob_recorder *recorder, ob_error **error);
38 
47 void ob_recorder_start(ob_recorder *recorder, const char *filename, bool async, ob_error **error);
48 
55 void ob_recorder_stop(ob_recorder *recorder, ob_error **error);
56 
64 void ob_recorder_write_frame(ob_recorder *recorder, ob_frame *frame, ob_error **error);
65 
73 ob_playback *ob_create_playback(const char *filename, ob_error **error);
74 
81 void ob_delete_playback(ob_playback *playback, ob_error **error);
82 
92 void ob_playback_start(ob_playback *playback, ob_playback_callback callback, void *user_data, ob_media_type type, ob_error **error);
93 
100 void ob_playback_stop(ob_playback *playback, ob_error **error);
101 
110 void ob_set_playback_state_callback(ob_playback *playback, ob_media_state_callback callback, void *user_data, ob_error **error);
111 
120 
129 
130 #ifdef __cplusplus
131 }
132 #endif
#define ob_playback_callback
Definition: ObTypes.h:1721
ob_playback * ob_create_playback(const char *filename, ob_error **error)
Create a playback object.
void ob_playback_stop(ob_playback *playback, ob_error **error)
Stop playback.
struct PlaybackImpl ob_playback
Definition: ObTypes.h:68
@@ -112,7 +112,7 @@
void ob_delete_recorder(ob_recorder *recorder, ob_error **error)
Delete the recorder object.
void ob_playback_start(ob_playback *playback, ob_playback_callback callback, void *user_data, ob_media_type type, ob_error **error)
Start playback, with data returned from the callback.
void ob_recorder_stop(ob_recorder *recorder, ob_error **error)
Stop recording.
-
void(* ob_media_state_callback)(ob_media_state state, void *user_data)
Callback for media status (recording and playback)
Definition: ObTypes.h:1691
+
void(* ob_media_state_callback)(ob_media_state state, void *user_data)
Callback for media status (recording and playback)
Definition: ObTypes.h:1699
ob_recorder * ob_create_recorder(ob_error **error)
Create a recorder for data recording.
ob_recorder * ob_create_recorder_with_device(ob_device *dev, ob_error **error)
Create a recorder for data recording.
ob_device_info * ob_playback_get_device_info(ob_playback *playback, ob_error **error)
Get the device information in the recording file.
@@ -120,7 +120,7 @@
diff --git a/doc/api/English/RecordPlayback_8hpp.html b/doc/api/English/RecordPlayback_8hpp.html index 7bd694e6..7d6a7240 100644 --- a/doc/api/English/RecordPlayback_8hpp.html +++ b/doc/api/English/RecordPlayback_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -131,7 +131,7 @@
diff --git a/doc/api/English/RecordPlayback_8hpp_source.html b/doc/api/English/RecordPlayback_8hpp_source.html index ee43e94b..97ab61a9 100644 --- a/doc/api/English/RecordPlayback_8hpp_source.html +++ b/doc/api/English/RecordPlayback_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -106,7 +106,7 @@ diff --git a/doc/api/English/Sensor_8h.html b/doc/api/English/Sensor_8h.html index 0e167011..23ca0bb8 100644 --- a/doc/api/English/Sensor_8h.html +++ b/doc/api/English/Sensor_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -787,7 +787,7 @@ diff --git a/doc/api/English/Sensor_8h_source.html b/doc/api/English/Sensor_8h_source.html index 1d3383cc..4224ccda 100644 --- a/doc/api/English/Sensor_8h_source.html +++ b/doc/api/English/Sensor_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -111,7 +111,7 @@
ob_sensor_stop
void ob_sensor_stop(ob_sensor *sensor, ob_error **error)
Stop the sensor stream.
ob_delete_sensor_list
void ob_delete_sensor_list(ob_sensor_list *sensor_list, ob_error **error)
Delete a list of sensor objects.
ob_sensor_list
struct SensorListImpl ob_sensor_list
Definition: ObTypes.h:60
-
ob_frame_callback
void(* ob_frame_callback)(ob_frame *frame, void *user_data)
Callback for frame.
Definition: ObTypes.h:1711
+
ob_frame_callback
void(* ob_frame_callback)(ob_frame *frame, void *user_data)
Callback for frame.
Definition: ObTypes.h:1719
ob_sensor_list_get_sensor_type
ob_sensor_type ob_sensor_list_get_sensor_type(ob_sensor_list *sensor_list, uint32_t index, ob_error **error)
Get the sensor type.
ob_sensor_list_get_sensor_count
uint32_t ob_sensor_list_get_sensor_count(ob_sensor_list *sensor_list, ob_error **error)
Get the number of sensors in the sensor list.
ob_get_filter_name
const char * ob_get_filter_name(ob_filter *filter, ob_error **error)
Get the name of ob_filter.
@@ -122,7 +122,7 @@ diff --git a/doc/api/English/Sensor_8hpp.html b/doc/api/English/Sensor_8hpp.html index 23ec91ab..56692a7d 100644 --- a/doc/api/English/Sensor_8hpp.html +++ b/doc/api/English/Sensor_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -135,7 +135,7 @@ diff --git a/doc/api/English/Sensor_8hpp_source.html b/doc/api/English/Sensor_8hpp_source.html index 4ac6ddc6..511ec9c5 100644 --- a/doc/api/English/Sensor_8hpp_source.html +++ b/doc/api/English/Sensor_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -108,7 +108,7 @@ diff --git a/doc/api/English/StreamProfile_8h.html b/doc/api/English/StreamProfile_8h.html index dce5af3e..b929f89a 100644 --- a/doc/api/English/StreamProfile_8h.html +++ b/doc/api/English/StreamProfile_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -1000,7 +1000,7 @@ diff --git a/doc/api/English/StreamProfile_8h_source.html b/doc/api/English/StreamProfile_8h_source.html index 180fe295..b0a87af5 100644 --- a/doc/api/English/StreamProfile_8h_source.html +++ b/doc/api/English/StreamProfile_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -132,7 +132,7 @@ diff --git a/doc/api/English/StreamProfile_8hpp.html b/doc/api/English/StreamProfile_8hpp.html index 583dcc4f..174a83d0 100644 --- a/doc/api/English/StreamProfile_8hpp.html +++ b/doc/api/English/StreamProfile_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -133,7 +133,7 @@ diff --git a/doc/api/English/StreamProfile_8hpp_source.html b/doc/api/English/StreamProfile_8hpp_source.html index d784eb38..bd7f97c0 100644 --- a/doc/api/English/StreamProfile_8hpp_source.html +++ b/doc/api/English/StreamProfile_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -134,7 +134,7 @@ diff --git a/doc/api/English/Types_8hpp.html b/doc/api/English/Types_8hpp.html index 8127b516..d7c2fc12 100644 --- a/doc/api/English/Types_8hpp.html +++ b/doc/api/English/Types_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -246,7 +246,7 @@ diff --git a/doc/api/English/Types_8hpp_source.html b/doc/api/English/Types_8hpp_source.html index afaeea0d..5cca3b57 100644 --- a/doc/api/English/Types_8hpp_source.html +++ b/doc/api/English/Types_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -102,7 +102,7 @@ diff --git a/doc/api/English/Utils_8h.html b/doc/api/English/Utils_8h.html index bcdea921..87eacb38 100644 --- a/doc/api/English/Utils_8h.html +++ b/doc/api/English/Utils_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -703,7 +703,7 @@

Function Documentation

diff --git a/doc/api/English/Utils_8h_source.html b/doc/api/English/Utils_8h_source.html index 756202ff..19f83098 100644 --- a/doc/api/English/Utils_8h_source.html +++ b/doc/api/English/Utils_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -114,7 +114,7 @@ diff --git a/doc/api/English/Utils_8hpp.html b/doc/api/English/Utils_8hpp.html index 97127557..880fc8e9 100644 --- a/doc/api/English/Utils_8hpp.html +++ b/doc/api/English/Utils_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -120,7 +120,7 @@ diff --git a/doc/api/English/Utils_8hpp_source.html b/doc/api/English/Utils_8hpp_source.html index e2fa6939..fd4f31f7 100644 --- a/doc/api/English/Utils_8hpp_source.html +++ b/doc/api/English/Utils_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -105,7 +105,7 @@ diff --git a/doc/api/English/Version_8h.html b/doc/api/English/Version_8h.html index 697d95ad..16f00bd9 100644 --- a/doc/api/English/Version_8h.html +++ b/doc/api/English/Version_8h.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -218,7 +218,7 @@ diff --git a/doc/api/English/Version_8h_source.html b/doc/api/English/Version_8h_source.html index 51f3fa2e..ef724569 100644 --- a/doc/api/English/Version_8h_source.html +++ b/doc/api/English/Version_8h_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -101,7 +101,7 @@ diff --git a/doc/api/English/Version_8hpp.html b/doc/api/English/Version_8hpp.html index 33cbe505..ec113830 100644 --- a/doc/api/English/Version_8hpp.html +++ b/doc/api/English/Version_8hpp.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -119,7 +119,7 @@ diff --git a/doc/api/English/Version_8hpp_source.html b/doc/api/English/Version_8hpp_source.html index 54c70e91..a5894e70 100644 --- a/doc/api/English/Version_8hpp_source.html +++ b/doc/api/English/Version_8hpp_source.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -99,7 +99,7 @@ diff --git a/doc/api/English/annotated.html b/doc/api/English/annotated.html index 50c9025f..91343dbe 100644 --- a/doc/api/English/annotated.html +++ b/doc/api/English/annotated.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -145,52 +145,53 @@  CVideoStreamProfileClass representing a video stream profile  CAE_ROIThe rect of the region of interest  CBASELINE_CALIBRATION_PARAMBaseline calibration parameters - CHDR_CONFIGHDR Configuration - Cob_device_timestamp_reset_configThe timestamp reset configuration of the device - Cob_errorThe error class exposed by the SDK, users can get detailed error information according to the error - Cob_margin_filter_configConfiguration for depth margin filter - Cob_multi_device_sync_configThe synchronization configuration of the device - COBAccelIntrinsicStructure for accelerometer intrinsic parameters - COBAccelValueData structures for accelerometers and gyroscopes - COBBoolPropertyRangeStructure for boolean range - COBCalibrationParamCalibration parameters - COBCameraAlignIntrinsicVideo stream intrinsics - COBCameraDistortionStructure for distortion parameters - COBCameraIntrinsicStructure for camera intrinsic parameters - COBCameraParamStructure for camera parameters - COBCameraParam_V0Camera parameters - COBColorPoint3D point structure with color information - COBCompressionParams - COBD2CTransformStructure for rotation/transformation - COBDataBundleInternal API for future publication - COBDataChunkStructure for transmitting data blocks - COBDepthWorkModeDepth work mode - COBDeviceSyncConfigDevice synchronization configuration - COBDeviceTemperatureTemperature parameters of the device (unit: Celsius) - COBEdgeNoiseRemovalFilterParams - COBFloatPropertyRangeStructure for float range - COBGyroIntrinsicStructure for gyroscope intrinsic parameters - COBIntPropertyRangeStructure for integer range - COBMGCFilterConfigConfiguration for mgc filter - COBNetIpConfigIP address configuration for network devices (IPv4) - COBNoiseRemovalFilterParams - COBPoint3D point structure in the SDK - COBPoint2f2D point structure in the SDK - COBPropertyItemUsed to describe the characteristics of each property - COBProtocolVersionControl command protocol version number - COBRectRectangle - COBSequenceIdItemSequenceId fliter list item - COBSpatialAdvancedFilterParams - COBTofExposureThresholdControlTOF Exposure Threshold - COBUint16PropertyRangeStructure for float range - COBUint8PropertyRangeStructure for float range - COBXYTables + CDISP_OFFSET_CONFIG + CHDR_CONFIGHDR Configuration + Cob_device_timestamp_reset_configThe timestamp reset configuration of the device + Cob_errorThe error class exposed by the SDK, users can get detailed error information according to the error + Cob_margin_filter_configConfiguration for depth margin filter + Cob_multi_device_sync_configThe synchronization configuration of the device + COBAccelIntrinsicStructure for accelerometer intrinsic parameters + COBAccelValueData structures for accelerometers and gyroscopes + COBBoolPropertyRangeStructure for boolean range + COBCalibrationParamCalibration parameters + COBCameraAlignIntrinsicVideo stream intrinsics + COBCameraDistortionStructure for distortion parameters + COBCameraIntrinsicStructure for camera intrinsic parameters + COBCameraParamStructure for camera parameters + COBCameraParam_V0Camera parameters + COBColorPoint3D point structure with color information + COBCompressionParams + COBD2CTransformStructure for rotation/transformation + COBDataBundleInternal API for future publication + COBDataChunkStructure for transmitting data blocks + COBDepthWorkModeDepth work mode + COBDeviceSyncConfigDevice synchronization configuration + COBDeviceTemperatureTemperature parameters of the device (unit: Celsius) + COBEdgeNoiseRemovalFilterParams + COBFloatPropertyRangeStructure for float range + COBGyroIntrinsicStructure for gyroscope intrinsic parameters + COBIntPropertyRangeStructure for integer range + COBMGCFilterConfigConfiguration for mgc filter + COBNetIpConfigIP address configuration for network devices (IPv4) + COBNoiseRemovalFilterParams + COBPoint3D point structure in the SDK + COBPoint2f2D point structure in the SDK + COBPropertyItemUsed to describe the characteristics of each property + COBProtocolVersionControl command protocol version number + COBRectRectangle + COBSequenceIdItemSequenceId fliter list item + COBSpatialAdvancedFilterParams + COBTofExposureThresholdControlTOF Exposure Threshold + COBUint16PropertyRangeStructure for float range + COBUint8PropertyRangeStructure for float range + COBXYTables diff --git a/doc/api/English/classes.html b/doc/api/English/classes.html index 678d2d9f..383ceda2 100644 --- a/doc/api/English/classes.html +++ b/doc/api/English/classes.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -96,53 +96,53 @@
  A  
DevicePresetList (ob)   
  N  
OBFloatPropertyRange   Recorder (ob)    -DisparityTransform (ob)   OBGyroIntrinsic   
  S  
+DISP_OFFSET_CONFIG   OBGyroIntrinsic   
  S  
-AccelFrame (ob)   
  E  
-NoiseRemovalFilter (ob)   OBIntPropertyRange    -AccelStreamProfile (ob)   
  O  
+AccelFrame (ob)   DisparityTransform (ob)   NoiseRemovalFilter (ob)   OBIntPropertyRange    +AccelStreamProfile (ob)   
  E  
+
  O  
OBMGCFilterConfig   Sensor (ob)    -AE_ROI   EdgeNoiseRemovalFilter (ob)   OBNetIpConfig   SensorList (ob)    -Align (ob)   Error (ob)   OBAccelIntrinsic   OBNoiseRemovalFilterParams   SequenceIdFilter (ob)    +AE_ROI   OBNetIpConfig   SensorList (ob)    +Align (ob)   EdgeNoiseRemovalFilter (ob)   OBAccelIntrinsic   OBNoiseRemovalFilterParams   SequenceIdFilter (ob)   
  B  
-
  F  
-OBAccelValue   OBPoint   SpatialAdvancedFilter (ob)    -OBBoolPropertyRange   OBPoint2f   StreamProfile (ob)    -BASELINE_CALIBRATION_PARAM   Filter (ob)   OBCalibrationParam   OBPropertyItem   StreamProfileList (ob)    +Error (ob)   OBAccelValue   OBPoint   SpatialAdvancedFilter (ob)    +
  F  
+OBBoolPropertyRange   OBPoint2f   StreamProfile (ob)    +BASELINE_CALIBRATION_PARAM   OBCalibrationParam   OBPropertyItem   StreamProfileList (ob)   
  C  
-FormatConvertFilter (ob)   OBCameraAlignIntrinsic   OBProtocolVersion   
  T  
+Filter (ob)   OBCameraAlignIntrinsic   OBProtocolVersion   
  T  
-Frame (ob)   OBCameraDistortion   OBRect    -CameraParamList (ob)   FrameHelper (ob)   OBCameraIntrinsic   OBSequenceIdItem   TemporalFilter (ob)    -ColorFrame (ob)   FrameSet (ob)   OBCameraParam   OBSpatialAdvancedFilterParams   ThresholdFilter (ob)    -CompressionFilter (ob)   
  G  
-OBCameraParam_V0   OBTofExposureThresholdControl   
  V  
+FormatConvertFilter (ob)   OBCameraDistortion   OBRect    +CameraParamList (ob)   Frame (ob)   OBCameraIntrinsic   OBSequenceIdItem   TemporalFilter (ob)    +ColorFrame (ob)   FrameHelper (ob)   OBCameraParam   OBSpatialAdvancedFilterParams   ThresholdFilter (ob)    +CompressionFilter (ob)   FrameSet (ob)   OBCameraParam_V0   OBTofExposureThresholdControl   
  V  
-Config (ob)   OBColorPoint   OBUint16PropertyRange    -Context (ob)   GyroFrame (ob)   OBCompressionParams   OBUint8PropertyRange   Version (ob)    -CoordinateTransformHelper (ob)   GyroStreamProfile (ob)   OBD2CTransform   OBXYTables   VideoFrame (ob)    +Config (ob)   
  G  
+OBColorPoint   OBUint16PropertyRange    +Context (ob)   OBCompressionParams   OBUint8PropertyRange   Version (ob)    +CoordinateTransformHelper (ob)   GyroFrame (ob)   OBD2CTransform   OBXYTables   VideoFrame (ob)   
  D  
-
  H  
-OBDataBundle   
  P  
+GyroStreamProfile (ob)   OBDataBundle   
  P  
VideoStreamProfile (ob)    -OBDataChunk   
  o  
+
  H  
+OBDataChunk   
  o  
-DecimationFilter (ob)   HDR_CONFIG   OBDepthWorkMode   Pipeline (ob)    -DecompressionFilter (ob)   HdrMerge (ob)   OBDepthWorkModeList (ob)   Playback (ob)   ob_device_timestamp_reset_config    -DepthFrame (ob)   HoleFillingFilter (ob)   OBDeviceSyncConfig   PointCloudFilter (ob)   ob_error    -Device (ob)   
  I  
-OBDeviceTemperature   PointsFrame (ob)   ob_margin_filter_config    -DeviceInfo (ob)   OBEdgeNoiseRemovalFilterParams   
  R  
+DecimationFilter (ob)   OBDepthWorkMode   Pipeline (ob)    +DecompressionFilter (ob)   HDR_CONFIG   OBDepthWorkModeList (ob)   Playback (ob)   ob_device_timestamp_reset_config    +DepthFrame (ob)   HdrMerge (ob)   OBDeviceSyncConfig   PointCloudFilter (ob)   ob_error    +Device (ob)   HoleFillingFilter (ob)   OBDeviceTemperature   PointsFrame (ob)   ob_margin_filter_config    +DeviceInfo (ob)   
  I  
+OBEdgeNoiseRemovalFilterParams   
  R  
ob_multi_device_sync_config    -DeviceList (ob)   IRFrame (ob)   OBFilterList (ob)    -RawPhaseFrame (ob)    +DeviceList (ob)   OBFilterList (ob)    +IRFrame (ob)   RawPhaseFrame (ob)   
A | B | C | D | E | F | G | H | I | N | O | P | R | S | T | V
diff --git a/doc/api/English/classob_1_1AccelFrame-members.html b/doc/api/English/classob_1_1AccelFrame-members.html index 44871e1e..17e32bd2 100644 --- a/doc/api/English/classob_1_1AccelFrame-members.html +++ b/doc/api/English/classob_1_1AccelFrame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -129,7 +129,7 @@ diff --git a/doc/api/English/classob_1_1AccelFrame.html b/doc/api/English/classob_1_1AccelFrame.html index df4e99a9..3299d6f1 100644 --- a/doc/api/English/classob_1_1AccelFrame.html +++ b/doc/api/English/classob_1_1AccelFrame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -321,7 +321,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1AccelStreamProfile-members.html b/doc/api/English/classob_1_1AccelStreamProfile-members.html index 8db33c24..b34a5a02 100644 --- a/doc/api/English/classob_1_1AccelStreamProfile-members.html +++ b/doc/api/English/classob_1_1AccelStreamProfile-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -116,7 +116,7 @@ diff --git a/doc/api/English/classob_1_1AccelStreamProfile.html b/doc/api/English/classob_1_1AccelStreamProfile.html index 44570f44..46e5a97b 100644 --- a/doc/api/English/classob_1_1AccelStreamProfile.html +++ b/doc/api/English/classob_1_1AccelStreamProfile.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -300,7 +300,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Align-members.html b/doc/api/English/classob_1_1Align-members.html index 496e1a92..dd44ffdc 100644 --- a/doc/api/English/classob_1_1Align-members.html +++ b/doc/api/English/classob_1_1Align-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -117,7 +117,7 @@ diff --git a/doc/api/English/classob_1_1Align.html b/doc/api/English/classob_1_1Align.html index cfa0a1da..1739bf0f 100644 --- a/doc/api/English/classob_1_1Align.html +++ b/doc/api/English/classob_1_1Align.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -222,7 +222,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1CameraParamList-members.html b/doc/api/English/classob_1_1CameraParamList-members.html index 426ab6f9..ceb17cad 100644 --- a/doc/api/English/classob_1_1CameraParamList-members.html +++ b/doc/api/English/classob_1_1CameraParamList-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -105,7 +105,7 @@ diff --git a/doc/api/English/classob_1_1CameraParamList.html b/doc/api/English/classob_1_1CameraParamList.html index 02a663a8..8ff918cf 100644 --- a/doc/api/English/classob_1_1CameraParamList.html +++ b/doc/api/English/classob_1_1CameraParamList.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -211,7 +211,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1ColorFrame-members.html b/doc/api/English/classob_1_1ColorFrame-members.html index 83ef9de0..ec805c18 100644 --- a/doc/api/English/classob_1_1ColorFrame-members.html +++ b/doc/api/English/classob_1_1ColorFrame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -133,7 +133,7 @@ diff --git a/doc/api/English/classob_1_1ColorFrame.html b/doc/api/English/classob_1_1ColorFrame.html index adf74e46..5207b05c 100644 --- a/doc/api/English/classob_1_1ColorFrame.html +++ b/doc/api/English/classob_1_1ColorFrame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -291,7 +291,7 @@ diff --git a/doc/api/English/classob_1_1CompressionFilter-members.html b/doc/api/English/classob_1_1CompressionFilter-members.html index f6c7d21c..f08c5e04 100644 --- a/doc/api/English/classob_1_1CompressionFilter-members.html +++ b/doc/api/English/classob_1_1CompressionFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -117,7 +117,7 @@ diff --git a/doc/api/English/classob_1_1CompressionFilter.html b/doc/api/English/classob_1_1CompressionFilter.html index 7c9ec4da..893ec189 100644 --- a/doc/api/English/classob_1_1CompressionFilter.html +++ b/doc/api/English/classob_1_1CompressionFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -229,7 +229,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Config-members.html b/doc/api/English/classob_1_1Config-members.html index a0055be8..e642213d 100644 --- a/doc/api/English/classob_1_1Config-members.html +++ b/doc/api/English/classob_1_1Config-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -116,7 +116,7 @@ diff --git a/doc/api/English/classob_1_1Config.html b/doc/api/English/classob_1_1Config.html index 515c2443..d9fdb5e6 100644 --- a/doc/api/English/classob_1_1Config.html +++ b/doc/api/English/classob_1_1Config.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -573,7 +573,7 @@

Friends And Related Function Documentation

diff --git a/doc/api/English/classob_1_1Context-members.html b/doc/api/English/classob_1_1Context-members.html index 08b7fd81..4120f843 100644 --- a/doc/api/English/classob_1_1Context-members.html +++ b/doc/api/English/classob_1_1Context-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -118,7 +118,7 @@ diff --git a/doc/api/English/classob_1_1Context.html b/doc/api/English/classob_1_1Context.html index 2096ad8d..0ff3316d 100644 --- a/doc/api/English/classob_1_1Context.html +++ b/doc/api/English/classob_1_1Context.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -674,7 +674,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1CoordinateTransformHelper-members.html b/doc/api/English/classob_1_1CoordinateTransformHelper-members.html index 4790d877..874093a3 100644 --- a/doc/api/English/classob_1_1CoordinateTransformHelper-members.html +++ b/doc/api/English/classob_1_1CoordinateTransformHelper-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -110,7 +110,7 @@ diff --git a/doc/api/English/classob_1_1CoordinateTransformHelper.html b/doc/api/English/classob_1_1CoordinateTransformHelper.html index cdd35737..52f94da7 100644 --- a/doc/api/English/classob_1_1CoordinateTransformHelper.html +++ b/doc/api/English/classob_1_1CoordinateTransformHelper.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -718,7 +718,7 @@ diff --git a/doc/api/English/classob_1_1DecimationFilter-members.html b/doc/api/English/classob_1_1DecimationFilter-members.html index 38d9f073..881bd962 100644 --- a/doc/api/English/classob_1_1DecimationFilter-members.html +++ b/doc/api/English/classob_1_1DecimationFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -119,7 +119,7 @@ diff --git a/doc/api/English/classob_1_1DecimationFilter.html b/doc/api/English/classob_1_1DecimationFilter.html index 841b60c1..86eec5bb 100644 --- a/doc/api/English/classob_1_1DecimationFilter.html +++ b/doc/api/English/classob_1_1DecimationFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -258,7 +258,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1DecompressionFilter-members.html b/doc/api/English/classob_1_1DecompressionFilter-members.html index 019b21ce..05b6c6ab 100644 --- a/doc/api/English/classob_1_1DecompressionFilter-members.html +++ b/doc/api/English/classob_1_1DecompressionFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -116,7 +116,7 @@ diff --git a/doc/api/English/classob_1_1DecompressionFilter.html b/doc/api/English/classob_1_1DecompressionFilter.html index 3c9f1788..7bb33fae 100644 --- a/doc/api/English/classob_1_1DecompressionFilter.html +++ b/doc/api/English/classob_1_1DecompressionFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -190,7 +190,7 @@ diff --git a/doc/api/English/classob_1_1DepthFrame-members.html b/doc/api/English/classob_1_1DepthFrame-members.html index 22578969..7b39a3e2 100644 --- a/doc/api/English/classob_1_1DepthFrame-members.html +++ b/doc/api/English/classob_1_1DepthFrame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -134,7 +134,7 @@ diff --git a/doc/api/English/classob_1_1DepthFrame.html b/doc/api/English/classob_1_1DepthFrame.html index 62390a61..7cbb2c0e 100644 --- a/doc/api/English/classob_1_1DepthFrame.html +++ b/doc/api/English/classob_1_1DepthFrame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -313,7 +313,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Device-members.html b/doc/api/English/classob_1_1Device-members.html index 54d42010..abdfd995 100644 --- a/doc/api/English/classob_1_1Device-members.html +++ b/doc/api/English/classob_1_1Device-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -175,7 +175,7 @@ diff --git a/doc/api/English/classob_1_1Device.html b/doc/api/English/classob_1_1Device.html index f5ac17bd..e0d54d30 100644 --- a/doc/api/English/classob_1_1Device.html +++ b/doc/api/English/classob_1_1Device.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -2410,7 +2410,7 @@

Member Data Documentation

diff --git a/doc/api/English/classob_1_1DeviceInfo-members.html b/doc/api/English/classob_1_1DeviceInfo-members.html index d98fa023..e16d8550 100644 --- a/doc/api/English/classob_1_1DeviceInfo-members.html +++ b/doc/api/English/classob_1_1DeviceInfo-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -120,7 +120,7 @@ diff --git a/doc/api/English/classob_1_1DeviceInfo.html b/doc/api/English/classob_1_1DeviceInfo.html index 1c011bf2..3c8ad6d5 100644 --- a/doc/api/English/classob_1_1DeviceInfo.html +++ b/doc/api/English/classob_1_1DeviceInfo.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -534,7 +534,7 @@

Friends And Related Function Documentation

diff --git a/doc/api/English/classob_1_1DeviceList-members.html b/doc/api/English/classob_1_1DeviceList-members.html index be7b8348..f499b20b 100644 --- a/doc/api/English/classob_1_1DeviceList-members.html +++ b/doc/api/English/classob_1_1DeviceList-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -114,7 +114,7 @@ diff --git a/doc/api/English/classob_1_1DeviceList.html b/doc/api/English/classob_1_1DeviceList.html index fa891124..de6857ad 100644 --- a/doc/api/English/classob_1_1DeviceList.html +++ b/doc/api/English/classob_1_1DeviceList.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -468,7 +468,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1DevicePresetList-members.html b/doc/api/English/classob_1_1DevicePresetList-members.html index 215ba5ef..cbe66b08 100644 --- a/doc/api/English/classob_1_1DevicePresetList-members.html +++ b/doc/api/English/classob_1_1DevicePresetList-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -106,7 +106,7 @@ diff --git a/doc/api/English/classob_1_1DevicePresetList.html b/doc/api/English/classob_1_1DevicePresetList.html index 6131810d..168a272e 100644 --- a/doc/api/English/classob_1_1DevicePresetList.html +++ b/doc/api/English/classob_1_1DevicePresetList.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -236,7 +236,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1DisparityTransform-members.html b/doc/api/English/classob_1_1DisparityTransform-members.html index 26f7ee9e..c06e69ce 100644 --- a/doc/api/English/classob_1_1DisparityTransform-members.html +++ b/doc/api/English/classob_1_1DisparityTransform-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -116,7 +116,7 @@ diff --git a/doc/api/English/classob_1_1DisparityTransform.html b/doc/api/English/classob_1_1DisparityTransform.html index 80a22907..b08394bc 100644 --- a/doc/api/English/classob_1_1DisparityTransform.html +++ b/doc/api/English/classob_1_1DisparityTransform.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -200,7 +200,7 @@ diff --git a/doc/api/English/classob_1_1EdgeNoiseRemovalFilter-members.html b/doc/api/English/classob_1_1EdgeNoiseRemovalFilter-members.html index 00810095..73967e7b 100644 --- a/doc/api/English/classob_1_1EdgeNoiseRemovalFilter-members.html +++ b/doc/api/English/classob_1_1EdgeNoiseRemovalFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -122,7 +122,7 @@ diff --git a/doc/api/English/classob_1_1EdgeNoiseRemovalFilter.html b/doc/api/English/classob_1_1EdgeNoiseRemovalFilter.html index c2754cae..a4999a54 100644 --- a/doc/api/English/classob_1_1EdgeNoiseRemovalFilter.html +++ b/doc/api/English/classob_1_1EdgeNoiseRemovalFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -323,7 +323,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Error-members.html b/doc/api/English/classob_1_1Error-members.html index 4777dabf..00a9174a 100644 --- a/doc/api/English/classob_1_1Error-members.html +++ b/doc/api/English/classob_1_1Error-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -108,7 +108,7 @@ diff --git a/doc/api/English/classob_1_1Error.html b/doc/api/English/classob_1_1Error.html index 6a6dcd7d..df931a39 100644 --- a/doc/api/English/classob_1_1Error.html +++ b/doc/api/English/classob_1_1Error.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -308,7 +308,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Filter-members.html b/doc/api/English/classob_1_1Filter-members.html index 8a66f842..68719b9d 100644 --- a/doc/api/English/classob_1_1Filter-members.html +++ b/doc/api/English/classob_1_1Filter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -116,7 +116,7 @@ diff --git a/doc/api/English/classob_1_1Filter.html b/doc/api/English/classob_1_1Filter.html index 15efd105..8b14afe2 100644 --- a/doc/api/English/classob_1_1Filter.html +++ b/doc/api/English/classob_1_1Filter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -562,7 +562,7 @@

Member Data Documentation

diff --git a/doc/api/English/classob_1_1FormatConvertFilter-members.html b/doc/api/English/classob_1_1FormatConvertFilter-members.html index 36477b5c..98cd6f1d 100644 --- a/doc/api/English/classob_1_1FormatConvertFilter-members.html +++ b/doc/api/English/classob_1_1FormatConvertFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -117,7 +117,7 @@ diff --git a/doc/api/English/classob_1_1FormatConvertFilter.html b/doc/api/English/classob_1_1FormatConvertFilter.html index 33d3586b..9958b658 100644 --- a/doc/api/English/classob_1_1FormatConvertFilter.html +++ b/doc/api/English/classob_1_1FormatConvertFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -218,7 +218,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Frame-members.html b/doc/api/English/classob_1_1Frame-members.html index fb5330bf..35a8ac57 100644 --- a/doc/api/English/classob_1_1Frame-members.html +++ b/doc/api/English/classob_1_1Frame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -128,7 +128,7 @@ diff --git a/doc/api/English/classob_1_1Frame.html b/doc/api/English/classob_1_1Frame.html index 680203a9..649afda2 100644 --- a/doc/api/English/classob_1_1Frame.html +++ b/doc/api/English/classob_1_1Frame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -822,7 +822,7 @@

Member Data Documentation

diff --git a/doc/api/English/classob_1_1FrameHelper-members.html b/doc/api/English/classob_1_1FrameHelper-members.html index f7a2c946..605c635b 100644 --- a/doc/api/English/classob_1_1FrameHelper-members.html +++ b/doc/api/English/classob_1_1FrameHelper-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -108,7 +108,7 @@ diff --git a/doc/api/English/classob_1_1FrameHelper.html b/doc/api/English/classob_1_1FrameHelper.html index bc20beff..ebb8c623 100644 --- a/doc/api/English/classob_1_1FrameHelper.html +++ b/doc/api/English/classob_1_1FrameHelper.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -488,7 +488,7 @@ diff --git a/doc/api/English/classob_1_1FrameSet-members.html b/doc/api/English/classob_1_1FrameSet-members.html index 94702eed..c7d08ba6 100644 --- a/doc/api/English/classob_1_1FrameSet-members.html +++ b/doc/api/English/classob_1_1FrameSet-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -136,7 +136,7 @@ diff --git a/doc/api/English/classob_1_1FrameSet.html b/doc/api/English/classob_1_1FrameSet.html index a15f7a04..3f05104e 100644 --- a/doc/api/English/classob_1_1FrameSet.html +++ b/doc/api/English/classob_1_1FrameSet.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -493,7 +493,7 @@

Friends And Related Function Documentation

diff --git a/doc/api/English/classob_1_1GyroFrame-members.html b/doc/api/English/classob_1_1GyroFrame-members.html index 851f21ab..71733490 100644 --- a/doc/api/English/classob_1_1GyroFrame-members.html +++ b/doc/api/English/classob_1_1GyroFrame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -129,7 +129,7 @@ diff --git a/doc/api/English/classob_1_1GyroFrame.html b/doc/api/English/classob_1_1GyroFrame.html index f5339e64..43b8034d 100644 --- a/doc/api/English/classob_1_1GyroFrame.html +++ b/doc/api/English/classob_1_1GyroFrame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -321,7 +321,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1GyroStreamProfile-members.html b/doc/api/English/classob_1_1GyroStreamProfile-members.html index 7c7754ed..e840d462 100644 --- a/doc/api/English/classob_1_1GyroStreamProfile-members.html +++ b/doc/api/English/classob_1_1GyroStreamProfile-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -116,7 +116,7 @@ diff --git a/doc/api/English/classob_1_1GyroStreamProfile.html b/doc/api/English/classob_1_1GyroStreamProfile.html index 5fa7203c..ed8180c7 100644 --- a/doc/api/English/classob_1_1GyroStreamProfile.html +++ b/doc/api/English/classob_1_1GyroStreamProfile.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -300,7 +300,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1HdrMerge-members.html b/doc/api/English/classob_1_1HdrMerge-members.html index d9807fb8..f778c98a 100644 --- a/doc/api/English/classob_1_1HdrMerge-members.html +++ b/doc/api/English/classob_1_1HdrMerge-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -116,7 +116,7 @@ diff --git a/doc/api/English/classob_1_1HdrMerge.html b/doc/api/English/classob_1_1HdrMerge.html index 972ed173..c929be97 100644 --- a/doc/api/English/classob_1_1HdrMerge.html +++ b/doc/api/English/classob_1_1HdrMerge.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -190,7 +190,7 @@ diff --git a/doc/api/English/classob_1_1HoleFillingFilter-members.html b/doc/api/English/classob_1_1HoleFillingFilter-members.html index 79da42b3..974f8eb4 100644 --- a/doc/api/English/classob_1_1HoleFillingFilter-members.html +++ b/doc/api/English/classob_1_1HoleFillingFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -118,7 +118,7 @@ diff --git a/doc/api/English/classob_1_1HoleFillingFilter.html b/doc/api/English/classob_1_1HoleFillingFilter.html index 2712a6e8..a49cd0b4 100644 --- a/doc/api/English/classob_1_1HoleFillingFilter.html +++ b/doc/api/English/classob_1_1HoleFillingFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -240,7 +240,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1IRFrame-members.html b/doc/api/English/classob_1_1IRFrame-members.html index f16dc5d0..dd853882 100644 --- a/doc/api/English/classob_1_1IRFrame-members.html +++ b/doc/api/English/classob_1_1IRFrame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -134,7 +134,7 @@ diff --git a/doc/api/English/classob_1_1IRFrame.html b/doc/api/English/classob_1_1IRFrame.html index 88c9ad14..e550229a 100644 --- a/doc/api/English/classob_1_1IRFrame.html +++ b/doc/api/English/classob_1_1IRFrame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -309,7 +309,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1NoiseRemovalFilter-members.html b/doc/api/English/classob_1_1NoiseRemovalFilter-members.html index 2b23d84f..03414530 100644 --- a/doc/api/English/classob_1_1NoiseRemovalFilter-members.html +++ b/doc/api/English/classob_1_1NoiseRemovalFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -120,7 +120,7 @@ diff --git a/doc/api/English/classob_1_1NoiseRemovalFilter.html b/doc/api/English/classob_1_1NoiseRemovalFilter.html index 3d0e292a..bb85f062 100644 --- a/doc/api/English/classob_1_1NoiseRemovalFilter.html +++ b/doc/api/English/classob_1_1NoiseRemovalFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -281,7 +281,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1OBDepthWorkModeList-members.html b/doc/api/English/classob_1_1OBDepthWorkModeList-members.html index f01762bc..1a45b760 100644 --- a/doc/api/English/classob_1_1OBDepthWorkModeList-members.html +++ b/doc/api/English/classob_1_1OBDepthWorkModeList-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -107,7 +107,7 @@ diff --git a/doc/api/English/classob_1_1OBDepthWorkModeList.html b/doc/api/English/classob_1_1OBDepthWorkModeList.html index 9590eef7..c678e444 100644 --- a/doc/api/English/classob_1_1OBDepthWorkModeList.html +++ b/doc/api/English/classob_1_1OBDepthWorkModeList.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -259,7 +259,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1OBFilterList-members.html b/doc/api/English/classob_1_1OBFilterList-members.html index 31eb3c71..7b41b632 100644 --- a/doc/api/English/classob_1_1OBFilterList-members.html +++ b/doc/api/English/classob_1_1OBFilterList-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -105,7 +105,7 @@ diff --git a/doc/api/English/classob_1_1OBFilterList.html b/doc/api/English/classob_1_1OBFilterList.html index a8b8b019..4fa88149 100644 --- a/doc/api/English/classob_1_1OBFilterList.html +++ b/doc/api/English/classob_1_1OBFilterList.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -211,7 +211,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Pipeline-members.html b/doc/api/English/classob_1_1Pipeline-members.html index c0de8451..99a70205 100644 --- a/doc/api/English/classob_1_1Pipeline-members.html +++ b/doc/api/English/classob_1_1Pipeline-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -125,7 +125,7 @@ diff --git a/doc/api/English/classob_1_1Pipeline.html b/doc/api/English/classob_1_1Pipeline.html index eb12baa8..2cfcdf75 100644 --- a/doc/api/English/classob_1_1Pipeline.html +++ b/doc/api/English/classob_1_1Pipeline.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -752,7 +752,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Playback-members.html b/doc/api/English/classob_1_1Playback-members.html index fdf24a6e..14174d1b 100644 --- a/doc/api/English/classob_1_1Playback-members.html +++ b/doc/api/English/classob_1_1Playback-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -109,7 +109,7 @@ diff --git a/doc/api/English/classob_1_1Playback.html b/doc/api/English/classob_1_1Playback.html index c5227172..fd951811 100644 --- a/doc/api/English/classob_1_1Playback.html +++ b/doc/api/English/classob_1_1Playback.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -312,7 +312,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1PointCloudFilter-members.html b/doc/api/English/classob_1_1PointCloudFilter-members.html index 4a18226d..8dadb527 100644 --- a/doc/api/English/classob_1_1PointCloudFilter-members.html +++ b/doc/api/English/classob_1_1PointCloudFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -122,7 +122,7 @@ diff --git a/doc/api/English/classob_1_1PointCloudFilter.html b/doc/api/English/classob_1_1PointCloudFilter.html index 151df94c..3bcb70af 100644 --- a/doc/api/English/classob_1_1PointCloudFilter.html +++ b/doc/api/English/classob_1_1PointCloudFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -354,7 +354,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1PointsFrame-members.html b/doc/api/English/classob_1_1PointsFrame-members.html index 17016170..7ff71036 100644 --- a/doc/api/English/classob_1_1PointsFrame-members.html +++ b/doc/api/English/classob_1_1PointsFrame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -128,7 +128,7 @@ diff --git a/doc/api/English/classob_1_1PointsFrame.html b/doc/api/English/classob_1_1PointsFrame.html index ae536eec..4eb32839 100644 --- a/doc/api/English/classob_1_1PointsFrame.html +++ b/doc/api/English/classob_1_1PointsFrame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -296,7 +296,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1RawPhaseFrame-members.html b/doc/api/English/classob_1_1RawPhaseFrame-members.html index 505c97cb..39e12e37 100644 --- a/doc/api/English/classob_1_1RawPhaseFrame-members.html +++ b/doc/api/English/classob_1_1RawPhaseFrame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -133,7 +133,7 @@ diff --git a/doc/api/English/classob_1_1RawPhaseFrame.html b/doc/api/English/classob_1_1RawPhaseFrame.html index 7e3d5687..e70fe8b4 100644 --- a/doc/api/English/classob_1_1RawPhaseFrame.html +++ b/doc/api/English/classob_1_1RawPhaseFrame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -295,7 +295,7 @@ diff --git a/doc/api/English/classob_1_1Recorder-members.html b/doc/api/English/classob_1_1Recorder-members.html index b91b293b..aea5785e 100644 --- a/doc/api/English/classob_1_1Recorder-members.html +++ b/doc/api/English/classob_1_1Recorder-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -108,7 +108,7 @@ diff --git a/doc/api/English/classob_1_1Recorder.html b/doc/api/English/classob_1_1Recorder.html index 6e20f571..ab92e9ab 100644 --- a/doc/api/English/classob_1_1Recorder.html +++ b/doc/api/English/classob_1_1Recorder.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -290,7 +290,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Sensor-members.html b/doc/api/English/classob_1_1Sensor-members.html index 0fcad328..a8d1b93a 100644 --- a/doc/api/English/classob_1_1Sensor-members.html +++ b/doc/api/English/classob_1_1Sensor-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -110,7 +110,7 @@ diff --git a/doc/api/English/classob_1_1Sensor.html b/doc/api/English/classob_1_1Sensor.html index 764a8468..d4f92b32 100644 --- a/doc/api/English/classob_1_1Sensor.html +++ b/doc/api/English/classob_1_1Sensor.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -335,7 +335,7 @@

Member Data Documentation

diff --git a/doc/api/English/classob_1_1SensorList-members.html b/doc/api/English/classob_1_1SensorList-members.html index b08f51d7..3b6ad358 100644 --- a/doc/api/English/classob_1_1SensorList-members.html +++ b/doc/api/English/classob_1_1SensorList-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -107,7 +107,7 @@ diff --git a/doc/api/English/classob_1_1SensorList.html b/doc/api/English/classob_1_1SensorList.html index bf49eeed..d4411f11 100644 --- a/doc/api/English/classob_1_1SensorList.html +++ b/doc/api/English/classob_1_1SensorList.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -263,7 +263,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1SequenceIdFilter-members.html b/doc/api/English/classob_1_1SequenceIdFilter-members.html index 52d859cb..1d15059c 100644 --- a/doc/api/English/classob_1_1SequenceIdFilter-members.html +++ b/doc/api/English/classob_1_1SequenceIdFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -120,7 +120,7 @@ diff --git a/doc/api/English/classob_1_1SequenceIdFilter.html b/doc/api/English/classob_1_1SequenceIdFilter.html index e6005fa2..4923150f 100644 --- a/doc/api/English/classob_1_1SequenceIdFilter.html +++ b/doc/api/English/classob_1_1SequenceIdFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -281,7 +281,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1SpatialAdvancedFilter-members.html b/doc/api/English/classob_1_1SpatialAdvancedFilter-members.html index e649d371..6258bb17 100644 --- a/doc/api/English/classob_1_1SpatialAdvancedFilter-members.html +++ b/doc/api/English/classob_1_1SpatialAdvancedFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -122,7 +122,7 @@ diff --git a/doc/api/English/classob_1_1SpatialAdvancedFilter.html b/doc/api/English/classob_1_1SpatialAdvancedFilter.html index 9c9d5b74..08a5d716 100644 --- a/doc/api/English/classob_1_1SpatialAdvancedFilter.html +++ b/doc/api/English/classob_1_1SpatialAdvancedFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -323,7 +323,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1StreamProfile-members.html b/doc/api/English/classob_1_1StreamProfile-members.html index 68dbd75f..eb256558 100644 --- a/doc/api/English/classob_1_1StreamProfile-members.html +++ b/doc/api/English/classob_1_1StreamProfile-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -113,7 +113,7 @@ diff --git a/doc/api/English/classob_1_1StreamProfile.html b/doc/api/English/classob_1_1StreamProfile.html index aa41585e..ab4c486d 100644 --- a/doc/api/English/classob_1_1StreamProfile.html +++ b/doc/api/English/classob_1_1StreamProfile.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -431,7 +431,7 @@

Member Data Documentation

diff --git a/doc/api/English/classob_1_1StreamProfileList-members.html b/doc/api/English/classob_1_1StreamProfileList-members.html index e7c4fdf1..b3ac9e92 100644 --- a/doc/api/English/classob_1_1StreamProfileList-members.html +++ b/doc/api/English/classob_1_1StreamProfileList-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -109,7 +109,7 @@ diff --git a/doc/api/English/classob_1_1StreamProfileList.html b/doc/api/English/classob_1_1StreamProfileList.html index 4dccd9d4..cc2e3af8 100644 --- a/doc/api/English/classob_1_1StreamProfileList.html +++ b/doc/api/English/classob_1_1StreamProfileList.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -373,7 +373,7 @@

Member Data Documentation

diff --git a/doc/api/English/classob_1_1TemporalFilter-members.html b/doc/api/English/classob_1_1TemporalFilter-members.html index 679b012e..de11b407 100644 --- a/doc/api/English/classob_1_1TemporalFilter-members.html +++ b/doc/api/English/classob_1_1TemporalFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -120,7 +120,7 @@ diff --git a/doc/api/English/classob_1_1TemporalFilter.html b/doc/api/English/classob_1_1TemporalFilter.html index 3e1166fd..9639c8cc 100644 --- a/doc/api/English/classob_1_1TemporalFilter.html +++ b/doc/api/English/classob_1_1TemporalFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -287,7 +287,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1ThresholdFilter-members.html b/doc/api/English/classob_1_1ThresholdFilter-members.html index cdf837c0..a0a53c78 100644 --- a/doc/api/English/classob_1_1ThresholdFilter-members.html +++ b/doc/api/English/classob_1_1ThresholdFilter-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -119,7 +119,7 @@ diff --git a/doc/api/English/classob_1_1ThresholdFilter.html b/doc/api/English/classob_1_1ThresholdFilter.html index 0b57d5a4..c1a042ba 100644 --- a/doc/api/English/classob_1_1ThresholdFilter.html +++ b/doc/api/English/classob_1_1ThresholdFilter.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -264,7 +264,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1Version-members.html b/doc/api/English/classob_1_1Version-members.html index 7284d0c5..43e1409a 100644 --- a/doc/api/English/classob_1_1Version-members.html +++ b/doc/api/English/classob_1_1Version-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -106,7 +106,7 @@ diff --git a/doc/api/English/classob_1_1Version.html b/doc/api/English/classob_1_1Version.html index 291500ed..6aeecf2f 100644 --- a/doc/api/English/classob_1_1Version.html +++ b/doc/api/English/classob_1_1Version.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -259,7 +259,7 @@ diff --git a/doc/api/English/classob_1_1VideoFrame-members.html b/doc/api/English/classob_1_1VideoFrame-members.html index fe480a7a..a1e45545 100644 --- a/doc/api/English/classob_1_1VideoFrame-members.html +++ b/doc/api/English/classob_1_1VideoFrame-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -130,7 +130,7 @@ diff --git a/doc/api/English/classob_1_1VideoFrame.html b/doc/api/English/classob_1_1VideoFrame.html index 7223b9fa..8b6d10ae 100644 --- a/doc/api/English/classob_1_1VideoFrame.html +++ b/doc/api/English/classob_1_1VideoFrame.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -343,7 +343,7 @@

Member Function Documentation

diff --git a/doc/api/English/classob_1_1VideoStreamProfile-members.html b/doc/api/English/classob_1_1VideoStreamProfile-members.html index 265881d0..301ac2a1 100644 --- a/doc/api/English/classob_1_1VideoStreamProfile-members.html +++ b/doc/api/English/classob_1_1VideoStreamProfile-members.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -118,7 +118,7 @@ diff --git a/doc/api/English/classob_1_1VideoStreamProfile.html b/doc/api/English/classob_1_1VideoStreamProfile.html index 6a998cd1..28a16885 100644 --- a/doc/api/English/classob_1_1VideoStreamProfile.html +++ b/doc/api/English/classob_1_1VideoStreamProfile.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -343,7 +343,7 @@

Member Function Documentation

diff --git a/doc/api/English/deprecated.html b/doc/api/English/deprecated.html index 277cd769..8190db95 100644 --- a/doc/api/English/deprecated.html +++ b/doc/api/English/deprecated.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -102,7 +102,7 @@ diff --git a/doc/api/English/dir_551f50d4f6202563ca607f3aa0b67db1.html b/doc/api/English/dir_551f50d4f6202563ca607f3aa0b67db1.html index 03e3b5fb..a8315810 100644 --- a/doc/api/English/dir_551f50d4f6202563ca607f3aa0b67db1.html +++ b/doc/api/English/dir_551f50d4f6202563ca607f3aa0b67db1.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -136,7 +136,7 @@ diff --git a/doc/api/English/dir_8195f5c0d9a800b311ff87242d342361.html b/doc/api/English/dir_8195f5c0d9a800b311ff87242d342361.html index e8583230..8d33095d 100644 --- a/doc/api/English/dir_8195f5c0d9a800b311ff87242d342361.html +++ b/doc/api/English/dir_8195f5c0d9a800b311ff87242d342361.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -113,7 +113,7 @@ diff --git a/doc/api/English/dir_9fda3634bd985c8b3aac4c1dd5078468.html b/doc/api/English/dir_9fda3634bd985c8b3aac4c1dd5078468.html index e369e7ea..c985d14e 100644 --- a/doc/api/English/dir_9fda3634bd985c8b3aac4c1dd5078468.html +++ b/doc/api/English/dir_9fda3634bd985c8b3aac4c1dd5078468.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -141,7 +141,7 @@ diff --git a/doc/api/English/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/api/English/dir_d44c64559bbebec7f509842c48db8b23.html index 4ae27948..35e0b125 100644 --- a/doc/api/English/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/api/English/dir_d44c64559bbebec7f509842c48db8b23.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -102,7 +102,7 @@ diff --git a/doc/api/English/files.html b/doc/api/English/files.html index 352607e6..c512cb01 100644 --- a/doc/api/English/files.html +++ b/doc/api/English/files.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -128,7 +128,7 @@ diff --git a/doc/api/English/functions.html b/doc/api/English/functions.html index 14ccc109..f5c847d5 100644 --- a/doc/api/English/functions.html +++ b/doc/api/English/functions.html @@ -25,7 +25,7 @@ Logo
OrbbecSDK -  1.10.8 +  1.10.11
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
@@ -162,7 +162,7 @@

- a -