diff --git a/OrbbecSDK.pc.in b/OrbbecSDK.pc.in
index 70fdd37a..0de9aee2 100644
--- a/OrbbecSDK.pc.in
+++ b/OrbbecSDK.pc.in
@@ -5,6 +5,6 @@ includedir=${prefix}/include
Name: OrbbecSDK
Description: OrbbecSDK is a comprehensive library that provides developers with intuitive interfaces to control and manipulate Orbbec cameras seamlessly.
-Version: 1.6.3
+Version: 1.9.4
Libs: -L${libdir} -lOrbbecSDK
Cflags: -I${includedir}
\ No newline at end of file
diff --git a/README.md b/README.md
index 3195a731..031d9086 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Orbbec SDK
-![stability](https://img.shields.io/badge/stability-stable-green) ![version](https://img.shields.io/badge/version-1.9.3-green)
+![stability](https://img.shields.io/badge/stability-stable-green) ![version](https://img.shields.io/badge/version-1.9.4-green)
The Orbbec 3D camera product software development kit fully supports UVC, enabling driver-free plug-and-play. It provides both low-level and high-level APIs that are simple and easy to use, allowing developers to use it flexibly in different scenarios.
@@ -149,6 +149,7 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
## Documents
* Github Pages:[https://orbbec.github.io/OrbbecSDK/](https://orbbec.github.io/OrbbecSDK/)
+* Overview Document:[doc/tutorial/English/OverviewDocument.md](doc/tutorial/English/OverviewDocument.md)
* API Reference: [doc/api/English/index.html](https://orbbec.github.io/OrbbecSDK/doc/api/English/index.html)
* OrbbecSDK C++ API user guide:[doc/tutorial/English/OrbbecSDK_C++_API_user_guide-v1.0.pdf](https://orbbec.github.io/OrbbecSDK/doc/tutorial/English/OrbbecSDK_C++_API_user_guide-v1.0.pdf)
* Environment Configuration:[doc/tutorial/English/Environment_Configuration.md](doc/tutorial/English/Environment_Configuration.md)
@@ -160,3 +161,4 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
* [Orbbec SDK Repo](https://github.com/orbbec/OrbbecSDK)
* [Orbbec Main Page](https://www.orbbec.com/)
* [Orbbec 3D Club](https://3dclub.orbbec3d.com)
+* [gitee Repo](https://gitee.com/orbbecdeveloper/OrbbecSDK)
diff --git a/README_CN.md b/README_CN.md
index 9a95f2a4..d0eed728 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -1,6 +1,6 @@
# OrbbecSDK
-![stability](https://img.shields.io/badge/stability-stable-green) ![version](https://img.shields.io/badge/version-1.9.3-green)
+![stability](https://img.shields.io/badge/stability-stable-green) ![version](https://img.shields.io/badge/version-1.9.4-green)
Orbbec 3D 相机产品软件开发套件,全面支持 UVC,实现免驱动即插即用,提供低层和高层简单易用的 API,帮助开发者在不同场景下灵活使用。
@@ -134,6 +134,7 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
## 文档
* Github:[https://orbbec.github.io/OrbbecSDK/](https://orbbec.github.io/OrbbecSDK/README_CN)
+* 概述文档:[doc/tutorial/Chinese/OverviewDocument.md](doc/tutorial/Chinese/OverviewDocument.md)
* API 参考: [doc/api/Chinese/index.html](https://orbbec.github.io/OrbbecSDK/doc/api/Chinese/index.html)
* OrbbecSDK C++ API user guide:[doc/tutorial/Chinese/OrbbecSDK_C++_API_user_guide-v1.0.pdf](https://orbbec.github.io/OrbbecSDK/doc/tutorial/Chinese/OrbbecSDK_C++_API_user_guide-v1.0.pdf)
* Environment Configuration:[doc/tutorial/Chinese/Environment_Configuration.md](doc/tutorial/Chinese/Environment_Configuration.md)
@@ -141,7 +142,9 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
* 示例描述: [doc/tutorial/Chinese/Code_Sample_Description/Sample_Description(C_C++).md](doc/tutorial/Chinese/Code_Sample_Description/Sample_Description(C_C++).md)
+
## 相关链接
* [奥比中光主页](https://www.orbbec.com.cn/)
* [3D 视觉开发者社区](https://developer.orbbec.com.cn/)
+* [gitee 仓库](https://gitee.com/orbbecdeveloper/OrbbecSDK)
diff --git a/doc/api/Chinese/Context_8h.html b/doc/api/Chinese/Context_8h.html
old mode 100644
new mode 100755
index 47ce0055..bc43a479
--- a/doc/api/Chinese/Context_8h.html
+++ b/doc/api/Chinese/Context_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -785,7 +785,7 @@
diff --git a/doc/api/Chinese/Context_8h_source.html b/doc/api/Chinese/Context_8h_source.html
old mode 100644
new mode 100755
index 5bbac8f6..1e355f23
--- a/doc/api/Chinese/Context_8h_source.html
+++ b/doc/api/Chinese/Context_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -119,7 +119,7 @@
diff --git a/doc/api/Chinese/Context_8hpp.html b/doc/api/Chinese/Context_8hpp.html
old mode 100644
new mode 100755
index 7f43972a..ebaad7eb
--- a/doc/api/Chinese/Context_8hpp.html
+++ b/doc/api/Chinese/Context_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -144,7 +144,7 @@
diff --git a/doc/api/Chinese/Context_8hpp_source.html b/doc/api/Chinese/Context_8hpp_source.html
old mode 100644
new mode 100755
index 55ef247e..42daaab2
--- a/doc/api/Chinese/Context_8hpp_source.html
+++ b/doc/api/Chinese/Context_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/Chinese/Device_8h.html b/doc/api/Chinese/Device_8h.html
old mode 100644
new mode 100755
index ed18952a..ccfa7ced
--- a/doc/api/Chinese/Device_8h.html
+++ b/doc/api/Chinese/Device_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -4124,7 +4124,7 @@
diff --git a/doc/api/Chinese/Device_8h_source.html b/doc/api/Chinese/Device_8h_source.html
old mode 100644
new mode 100755
index f876b93b..54f9c8ff
--- a/doc/api/Chinese/Device_8h_source.html
+++ b/doc/api/Chinese/Device_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -213,7 +213,7 @@
diff --git a/doc/api/Chinese/Device_8hpp.html b/doc/api/Chinese/Device_8hpp.html
old mode 100644
new mode 100755
index b0a3006e..adddd4d4
--- a/doc/api/Chinese/Device_8hpp.html
+++ b/doc/api/Chinese/Device_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -161,7 +161,7 @@
diff --git a/doc/api/Chinese/Device_8hpp_source.html b/doc/api/Chinese/Device_8hpp_source.html
old mode 100644
new mode 100755
index 0916ccaa..ebc38850
--- a/doc/api/Chinese/Device_8hpp_source.html
+++ b/doc/api/Chinese/Device_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -136,7 +136,7 @@
diff --git a/doc/api/Chinese/Error_8h.html b/doc/api/Chinese/Error_8h.html
old mode 100644
new mode 100755
index 21bc3cf8..92c7902f
--- a/doc/api/Chinese/Error_8h.html
+++ b/doc/api/Chinese/Error_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -280,7 +280,7 @@
diff --git a/doc/api/Chinese/Error_8h_source.html b/doc/api/Chinese/Error_8h_source.html
old mode 100644
new mode 100755
index 743d19f9..4107be93
--- a/doc/api/Chinese/Error_8h_source.html
+++ b/doc/api/Chinese/Error_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -106,7 +106,7 @@
diff --git a/doc/api/Chinese/Error_8hpp.html b/doc/api/Chinese/Error_8hpp.html
old mode 100644
new mode 100755
index c26926a1..d9870c00
--- a/doc/api/Chinese/Error_8hpp.html
+++ b/doc/api/Chinese/Error_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -122,7 +122,7 @@
diff --git a/doc/api/Chinese/Error_8hpp_source.html b/doc/api/Chinese/Error_8hpp_source.html
old mode 100644
new mode 100755
index d71b6449..24e9e2d8
--- a/doc/api/Chinese/Error_8hpp_source.html
+++ b/doc/api/Chinese/Error_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/Chinese/Filter_8h.html b/doc/api/Chinese/Filter_8h.html
old mode 100644
new mode 100755
index e9d700e8..f8adc46b
--- a/doc/api/Chinese/Filter_8h.html
+++ b/doc/api/Chinese/Filter_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -812,7 +812,7 @@
diff --git a/doc/api/Chinese/Filter_8h_source.html b/doc/api/Chinese/Filter_8h_source.html
old mode 100644
new mode 100755
index f1b532c9..b9f414d6
--- a/doc/api/Chinese/Filter_8h_source.html
+++ b/doc/api/Chinese/Filter_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -123,7 +123,7 @@
diff --git a/doc/api/Chinese/Filter_8hpp.html b/doc/api/Chinese/Filter_8hpp.html
old mode 100644
new mode 100755
index 8d6314b5..d98f4fd8
--- a/doc/api/Chinese/Filter_8hpp.html
+++ b/doc/api/Chinese/Filter_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -141,7 +141,7 @@
diff --git a/doc/api/Chinese/Filter_8hpp_source.html b/doc/api/Chinese/Filter_8hpp_source.html
old mode 100644
new mode 100755
index 83aac541..34a751dc
--- a/doc/api/Chinese/Filter_8hpp_source.html
+++ b/doc/api/Chinese/Filter_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -112,7 +112,7 @@
diff --git a/doc/api/Chinese/Frame_8h.html b/doc/api/Chinese/Frame_8h.html
old mode 100644
new mode 100755
index 168c9d31..7c5c5700
--- a/doc/api/Chinese/Frame_8h.html
+++ b/doc/api/Chinese/Frame_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -1618,7 +1618,7 @@
diff --git a/doc/api/Chinese/Frame_8h_source.html b/doc/api/Chinese/Frame_8h_source.html
old mode 100644
new mode 100755
index 2b0d585b..226738aa
--- a/doc/api/Chinese/Frame_8h_source.html
+++ b/doc/api/Chinese/Frame_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -140,7 +140,7 @@
diff --git a/doc/api/Chinese/Frame_8hpp.html b/doc/api/Chinese/Frame_8hpp.html
old mode 100644
new mode 100755
index f11370c2..718de929
--- a/doc/api/Chinese/Frame_8hpp.html
+++ b/doc/api/Chinese/Frame_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/Chinese/Frame_8hpp_source.html b/doc/api/Chinese/Frame_8hpp_source.html
old mode 100644
new mode 100755
index f4535bde..df3fa844
--- a/doc/api/Chinese/Frame_8hpp_source.html
+++ b/doc/api/Chinese/Frame_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -119,7 +119,7 @@
diff --git a/doc/api/Chinese/MultipleDevices_8h.html b/doc/api/Chinese/MultipleDevices_8h.html
old mode 100644
new mode 100755
index 7e6c41c9..c54bbbcc
--- a/doc/api/Chinese/MultipleDevices_8h.html
+++ b/doc/api/Chinese/MultipleDevices_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -474,7 +474,7 @@
diff --git a/doc/api/Chinese/MultipleDevices_8h_source.html b/doc/api/Chinese/MultipleDevices_8h_source.html
old mode 100644
new mode 100755
index f6a6ceef..02b5333f
--- a/doc/api/Chinese/MultipleDevices_8h_source.html
+++ b/doc/api/Chinese/MultipleDevices_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -110,7 +110,7 @@
diff --git a/doc/api/Chinese/ObSensor_8h.html b/doc/api/Chinese/ObSensor_8h.html
old mode 100644
new mode 100755
index 0de106ac..fb485dba
--- a/doc/api/Chinese/ObSensor_8h.html
+++ b/doc/api/Chinese/ObSensor_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -117,7 +117,7 @@
diff --git a/doc/api/Chinese/ObSensor_8h_source.html b/doc/api/Chinese/ObSensor_8h_source.html
old mode 100644
new mode 100755
index f4bfda47..a2df266f
--- a/doc/api/Chinese/ObSensor_8h_source.html
+++ b/doc/api/Chinese/ObSensor_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/Chinese/ObSensor_8hpp.html b/doc/api/Chinese/ObSensor_8hpp.html
old mode 100644
new mode 100755
index 92bf6db8..3f39f696
--- a/doc/api/Chinese/ObSensor_8hpp.html
+++ b/doc/api/Chinese/ObSensor_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -116,7 +116,7 @@
diff --git a/doc/api/Chinese/ObSensor_8hpp_source.html b/doc/api/Chinese/ObSensor_8hpp_source.html
old mode 100644
new mode 100755
index 35de4dd1..361b5d74
--- a/doc/api/Chinese/ObSensor_8hpp_source.html
+++ b/doc/api/Chinese/ObSensor_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -107,7 +107,7 @@
diff --git a/doc/api/Chinese/ObTypes_8h.html b/doc/api/Chinese/ObTypes_8h.html
old mode 100644
new mode 100755
index fd31dca4..5e44e406
--- a/doc/api/Chinese/ObTypes_8h.html
+++ b/doc/api/Chinese/ObTypes_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -4332,7 +4332,7 @@
diff --git a/doc/api/Chinese/ObTypes_8h_source.html b/doc/api/Chinese/ObTypes_8h_source.html
old mode 100644
new mode 100755
index f90c32a1..0addab92
--- a/doc/api/Chinese/ObTypes_8h_source.html
+++ b/doc/api/Chinese/ObTypes_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -623,7 +623,7 @@
diff --git a/doc/api/Chinese/Pipeline_8h.html b/doc/api/Chinese/Pipeline_8h.html
old mode 100644
new mode 100755
index f3c02010..9b287e1b
--- a/doc/api/Chinese/Pipeline_8h.html
+++ b/doc/api/Chinese/Pipeline_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -1530,7 +1530,7 @@
diff --git a/doc/api/Chinese/Pipeline_8h_source.html b/doc/api/Chinese/Pipeline_8h_source.html
old mode 100644
new mode 100755
index 3992bd47..05be083c
--- a/doc/api/Chinese/Pipeline_8h_source.html
+++ b/doc/api/Chinese/Pipeline_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -145,7 +145,7 @@
diff --git a/doc/api/Chinese/Pipeline_8hpp.html b/doc/api/Chinese/Pipeline_8hpp.html
old mode 100644
new mode 100755
index 852fa669..cdfefd6f
--- a/doc/api/Chinese/Pipeline_8hpp.html
+++ b/doc/api/Chinese/Pipeline_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -132,7 +132,7 @@
diff --git a/doc/api/Chinese/Pipeline_8hpp_source.html b/doc/api/Chinese/Pipeline_8hpp_source.html
old mode 100644
new mode 100755
index 98bda376..e727cc71
--- a/doc/api/Chinese/Pipeline_8hpp_source.html
+++ b/doc/api/Chinese/Pipeline_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -109,7 +109,7 @@
diff --git a/doc/api/Chinese/Property_8h.html b/doc/api/Chinese/Property_8h.html
old mode 100644
new mode 100755
index 692f7fd2..1c9bb3e8
--- a/doc/api/Chinese/Property_8h.html
+++ b/doc/api/Chinese/Property_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -802,7 +802,7 @@
diff --git a/doc/api/Chinese/Property_8h_source.html b/doc/api/Chinese/Property_8h_source.html
old mode 100644
new mode 100755
index ae756004..eb522836
--- a/doc/api/Chinese/Property_8h_source.html
+++ b/doc/api/Chinese/Property_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -230,7 +230,7 @@
diff --git a/doc/api/Chinese/RecordPlayback_8h.html b/doc/api/Chinese/RecordPlayback_8h.html
old mode 100644
new mode 100755
index 39792c97..24569f2f
--- a/doc/api/Chinese/RecordPlayback_8h.html
+++ b/doc/api/Chinese/RecordPlayback_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -657,7 +657,7 @@
diff --git a/doc/api/Chinese/RecordPlayback_8h_source.html b/doc/api/Chinese/RecordPlayback_8h_source.html
old mode 100644
new mode 100755
index a6bed6e4..4dffaa21
--- a/doc/api/Chinese/RecordPlayback_8h_source.html
+++ b/doc/api/Chinese/RecordPlayback_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/Chinese/RecordPlayback_8hpp.html b/doc/api/Chinese/RecordPlayback_8hpp.html
old mode 100644
new mode 100755
index 893bf8ae..94e63dbe
--- a/doc/api/Chinese/RecordPlayback_8hpp.html
+++ b/doc/api/Chinese/RecordPlayback_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -133,7 +133,7 @@
diff --git a/doc/api/Chinese/RecordPlayback_8hpp_source.html b/doc/api/Chinese/RecordPlayback_8hpp_source.html
old mode 100644
new mode 100755
index 69d265e2..7278c1e6
--- a/doc/api/Chinese/RecordPlayback_8hpp_source.html
+++ b/doc/api/Chinese/RecordPlayback_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -106,7 +106,7 @@
diff --git a/doc/api/Chinese/Sensor_8h.html b/doc/api/Chinese/Sensor_8h.html
old mode 100644
new mode 100755
index 17dc94d7..572ecd5d
--- a/doc/api/Chinese/Sensor_8h.html
+++ b/doc/api/Chinese/Sensor_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -586,7 +586,7 @@
diff --git a/doc/api/Chinese/Sensor_8h_source.html b/doc/api/Chinese/Sensor_8h_source.html
old mode 100644
new mode 100755
index 9a35209c..267ea44c
--- a/doc/api/Chinese/Sensor_8h_source.html
+++ b/doc/api/Chinese/Sensor_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -115,7 +115,7 @@
diff --git a/doc/api/Chinese/Sensor_8hpp.html b/doc/api/Chinese/Sensor_8hpp.html
old mode 100644
new mode 100755
index dcee7d5b..511ffa51
--- a/doc/api/Chinese/Sensor_8hpp.html
+++ b/doc/api/Chinese/Sensor_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -133,7 +133,7 @@
diff --git a/doc/api/Chinese/Sensor_8hpp_source.html b/doc/api/Chinese/Sensor_8hpp_source.html
old mode 100644
new mode 100755
index 013b0ff3..16a8a5b1
--- a/doc/api/Chinese/Sensor_8hpp_source.html
+++ b/doc/api/Chinese/Sensor_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -106,7 +106,7 @@
diff --git a/doc/api/Chinese/StreamProfile_8h.html b/doc/api/Chinese/StreamProfile_8h.html
old mode 100644
new mode 100755
index a9138d60..d26d4d35
--- a/doc/api/Chinese/StreamProfile_8h.html
+++ b/doc/api/Chinese/StreamProfile_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -798,7 +798,7 @@
diff --git a/doc/api/Chinese/StreamProfile_8h_source.html b/doc/api/Chinese/StreamProfile_8h_source.html
old mode 100644
new mode 100755
index e8f0999b..a94cf21f
--- a/doc/api/Chinese/StreamProfile_8h_source.html
+++ b/doc/api/Chinese/StreamProfile_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -122,7 +122,7 @@
diff --git a/doc/api/Chinese/StreamProfile_8hpp.html b/doc/api/Chinese/StreamProfile_8hpp.html
old mode 100644
new mode 100755
index aed233d1..42656aad
--- a/doc/api/Chinese/StreamProfile_8hpp.html
+++ b/doc/api/Chinese/StreamProfile_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -135,7 +135,7 @@
diff --git a/doc/api/Chinese/StreamProfile_8hpp_source.html b/doc/api/Chinese/StreamProfile_8hpp_source.html
old mode 100644
new mode 100755
index 5af0cc11..eb518c44
--- a/doc/api/Chinese/StreamProfile_8hpp_source.html
+++ b/doc/api/Chinese/StreamProfile_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/Chinese/Types_8hpp.html b/doc/api/Chinese/Types_8hpp.html
old mode 100644
new mode 100755
index 1798498e..75aeb5b1
--- a/doc/api/Chinese/Types_8hpp.html
+++ b/doc/api/Chinese/Types_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -244,7 +244,7 @@
diff --git a/doc/api/Chinese/Types_8hpp_source.html b/doc/api/Chinese/Types_8hpp_source.html
old mode 100644
new mode 100755
index 95c374db..5a38bc09
--- a/doc/api/Chinese/Types_8hpp_source.html
+++ b/doc/api/Chinese/Types_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/Chinese/Utils_8h.html b/doc/api/Chinese/Utils_8h.html
old mode 100644
new mode 100755
index 2f93ccd3..c996a03c
--- a/doc/api/Chinese/Utils_8h.html
+++ b/doc/api/Chinese/Utils_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -641,7 +641,7 @@
diff --git a/doc/api/Chinese/Utils_8h_source.html b/doc/api/Chinese/Utils_8h_source.html
old mode 100644
new mode 100755
index 95d9a946..9bd40c55
--- a/doc/api/Chinese/Utils_8h_source.html
+++ b/doc/api/Chinese/Utils_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -109,7 +109,7 @@
diff --git a/doc/api/Chinese/Utils_8hpp.html b/doc/api/Chinese/Utils_8hpp.html
old mode 100644
new mode 100755
index 447273d0..d1a40931
--- a/doc/api/Chinese/Utils_8hpp.html
+++ b/doc/api/Chinese/Utils_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/Chinese/Utils_8hpp_source.html b/doc/api/Chinese/Utils_8hpp_source.html
old mode 100644
new mode 100755
index d917301f..5346bda2
--- a/doc/api/Chinese/Utils_8hpp_source.html
+++ b/doc/api/Chinese/Utils_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/Chinese/Version_8h.html b/doc/api/Chinese/Version_8h.html
old mode 100644
new mode 100755
index 799e8366..8fb105ef
--- a/doc/api/Chinese/Version_8h.html
+++ b/doc/api/Chinese/Version_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -216,7 +216,7 @@
diff --git a/doc/api/Chinese/Version_8h_source.html b/doc/api/Chinese/Version_8h_source.html
old mode 100644
new mode 100755
index d114c716..f557964d
--- a/doc/api/Chinese/Version_8h_source.html
+++ b/doc/api/Chinese/Version_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/Chinese/Version_8hpp.html b/doc/api/Chinese/Version_8hpp.html
old mode 100644
new mode 100755
index cbc72423..a27989c9
--- a/doc/api/Chinese/Version_8hpp.html
+++ b/doc/api/Chinese/Version_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/Chinese/Version_8hpp_source.html b/doc/api/Chinese/Version_8hpp_source.html
old mode 100644
new mode 100755
index d1d09755..bc196a74
--- a/doc/api/Chinese/Version_8hpp_source.html
+++ b/doc/api/Chinese/Version_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/Chinese/annotated.html b/doc/api/Chinese/annotated.html
old mode 100644
new mode 100755
index 2b3a7643..2e0170d6
--- a/doc/api/Chinese/annotated.html
+++ b/doc/api/Chinese/annotated.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -161,7 +161,7 @@
diff --git a/doc/api/Chinese/arrowdown.png b/doc/api/Chinese/arrowdown.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/arrowright.png b/doc/api/Chinese/arrowright.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/bc_s.png b/doc/api/Chinese/bc_s.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/bdwn.png b/doc/api/Chinese/bdwn.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classes.html b/doc/api/Chinese/classes.html
old mode 100644
new mode 100755
index 5b0e85f5..2058ec33
--- a/doc/api/Chinese/classes.html
+++ b/doc/api/Chinese/classes.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -132,7 +132,7 @@
diff --git a/doc/api/Chinese/classob_1_1AccelFrame-members.html b/doc/api/Chinese/classob_1_1AccelFrame-members.html
old mode 100644
new mode 100755
index eed8f003..9eaf878e
--- a/doc/api/Chinese/classob_1_1AccelFrame-members.html
+++ b/doc/api/Chinese/classob_1_1AccelFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -121,7 +121,7 @@
diff --git a/doc/api/Chinese/classob_1_1AccelFrame.html b/doc/api/Chinese/classob_1_1AccelFrame.html
old mode 100644
new mode 100755
index 914acf35..39a4e357
--- a/doc/api/Chinese/classob_1_1AccelFrame.html
+++ b/doc/api/Chinese/classob_1_1AccelFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -297,7 +297,7 @@
diff --git a/doc/api/Chinese/classob_1_1AccelFrame.png b/doc/api/Chinese/classob_1_1AccelFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1AccelStreamProfile-members.html b/doc/api/Chinese/classob_1_1AccelStreamProfile-members.html
old mode 100644
new mode 100755
index 136c6238..76d8381b
--- a/doc/api/Chinese/classob_1_1AccelStreamProfile-members.html
+++ b/doc/api/Chinese/classob_1_1AccelStreamProfile-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/Chinese/classob_1_1AccelStreamProfile.html b/doc/api/Chinese/classob_1_1AccelStreamProfile.html
old mode 100644
new mode 100755
index 3233209a..c00f2031
--- a/doc/api/Chinese/classob_1_1AccelStreamProfile.html
+++ b/doc/api/Chinese/classob_1_1AccelStreamProfile.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -276,7 +276,7 @@
diff --git a/doc/api/Chinese/classob_1_1AccelStreamProfile.png b/doc/api/Chinese/classob_1_1AccelStreamProfile.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1CameraParamList-members.html b/doc/api/Chinese/classob_1_1CameraParamList-members.html
old mode 100644
new mode 100755
index 40cb7be6..24e6c553
--- a/doc/api/Chinese/classob_1_1CameraParamList-members.html
+++ b/doc/api/Chinese/classob_1_1CameraParamList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -105,7 +105,7 @@
diff --git a/doc/api/Chinese/classob_1_1CameraParamList.html b/doc/api/Chinese/classob_1_1CameraParamList.html
old mode 100644
new mode 100755
index eb63d0d0..8bd46bde
--- a/doc/api/Chinese/classob_1_1CameraParamList.html
+++ b/doc/api/Chinese/classob_1_1CameraParamList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -211,7 +211,7 @@
diff --git a/doc/api/Chinese/classob_1_1ColorFrame-members.html b/doc/api/Chinese/classob_1_1ColorFrame-members.html
old mode 100644
new mode 100755
index 8c5f9803..41db6ebd
--- a/doc/api/Chinese/classob_1_1ColorFrame-members.html
+++ b/doc/api/Chinese/classob_1_1ColorFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -127,7 +127,7 @@
diff --git a/doc/api/Chinese/classob_1_1ColorFrame.html b/doc/api/Chinese/classob_1_1ColorFrame.html
old mode 100644
new mode 100755
index d1a2fa4e..62abf392
--- a/doc/api/Chinese/classob_1_1ColorFrame.html
+++ b/doc/api/Chinese/classob_1_1ColorFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -277,7 +277,7 @@
diff --git a/doc/api/Chinese/classob_1_1ColorFrame.png b/doc/api/Chinese/classob_1_1ColorFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1CompressionFilter-members.html b/doc/api/Chinese/classob_1_1CompressionFilter-members.html
old mode 100644
new mode 100755
index bed3aabc..b7763890
--- a/doc/api/Chinese/classob_1_1CompressionFilter-members.html
+++ b/doc/api/Chinese/classob_1_1CompressionFilter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -110,7 +110,7 @@
diff --git a/doc/api/Chinese/classob_1_1CompressionFilter.html b/doc/api/Chinese/classob_1_1CompressionFilter.html
old mode 100644
new mode 100755
index 05319a52..f769d820
--- a/doc/api/Chinese/classob_1_1CompressionFilter.html
+++ b/doc/api/Chinese/classob_1_1CompressionFilter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -208,7 +208,7 @@
diff --git a/doc/api/Chinese/classob_1_1CompressionFilter.png b/doc/api/Chinese/classob_1_1CompressionFilter.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1Config-members.html b/doc/api/Chinese/classob_1_1Config-members.html
old mode 100644
new mode 100755
index 7cb07372..7a2594fe
--- a/doc/api/Chinese/classob_1_1Config-members.html
+++ b/doc/api/Chinese/classob_1_1Config-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -112,7 +112,7 @@
diff --git a/doc/api/Chinese/classob_1_1Config.html b/doc/api/Chinese/classob_1_1Config.html
old mode 100644
new mode 100755
index d09e74dd..f93cd2b2
--- a/doc/api/Chinese/classob_1_1Config.html
+++ b/doc/api/Chinese/classob_1_1Config.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -404,7 +404,7 @@
diff --git a/doc/api/Chinese/classob_1_1Context-members.html b/doc/api/Chinese/classob_1_1Context-members.html
old mode 100644
new mode 100755
index 84dc57b9..527e678a
--- a/doc/api/Chinese/classob_1_1Context-members.html
+++ b/doc/api/Chinese/classob_1_1Context-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -118,7 +118,7 @@
diff --git a/doc/api/Chinese/classob_1_1Context.html b/doc/api/Chinese/classob_1_1Context.html
old mode 100644
new mode 100755
index a2ae2c26..658edc01
--- a/doc/api/Chinese/classob_1_1Context.html
+++ b/doc/api/Chinese/classob_1_1Context.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -678,7 +678,7 @@
diff --git a/doc/api/Chinese/classob_1_1CoordinateTransformHelper-members.html b/doc/api/Chinese/classob_1_1CoordinateTransformHelper-members.html
old mode 100644
new mode 100755
index 3fed2b24..7ed1c8f4
--- a/doc/api/Chinese/classob_1_1CoordinateTransformHelper-members.html
+++ b/doc/api/Chinese/classob_1_1CoordinateTransformHelper-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -110,7 +110,7 @@
diff --git a/doc/api/Chinese/classob_1_1CoordinateTransformHelper.html b/doc/api/Chinese/classob_1_1CoordinateTransformHelper.html
old mode 100644
new mode 100755
index d8691636..c2ddef6f
--- a/doc/api/Chinese/classob_1_1CoordinateTransformHelper.html
+++ b/doc/api/Chinese/classob_1_1CoordinateTransformHelper.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -718,7 +718,7 @@
diff --git a/doc/api/Chinese/classob_1_1DecompressionFilter-members.html b/doc/api/Chinese/classob_1_1DecompressionFilter-members.html
old mode 100644
new mode 100755
index cd83a1d6..18837c27
--- a/doc/api/Chinese/classob_1_1DecompressionFilter-members.html
+++ b/doc/api/Chinese/classob_1_1DecompressionFilter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -109,7 +109,7 @@
diff --git a/doc/api/Chinese/classob_1_1DecompressionFilter.html b/doc/api/Chinese/classob_1_1DecompressionFilter.html
old mode 100644
new mode 100755
index 1079ffd6..1ab6a6fb
--- a/doc/api/Chinese/classob_1_1DecompressionFilter.html
+++ b/doc/api/Chinese/classob_1_1DecompressionFilter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -169,7 +169,7 @@
diff --git a/doc/api/Chinese/classob_1_1DecompressionFilter.png b/doc/api/Chinese/classob_1_1DecompressionFilter.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1DepthFrame-members.html b/doc/api/Chinese/classob_1_1DepthFrame-members.html
old mode 100644
new mode 100755
index 104b2aea..84472224
--- a/doc/api/Chinese/classob_1_1DepthFrame-members.html
+++ b/doc/api/Chinese/classob_1_1DepthFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/Chinese/classob_1_1DepthFrame.html b/doc/api/Chinese/classob_1_1DepthFrame.html
old mode 100644
new mode 100755
index 1faa2875..c4ce0121
--- a/doc/api/Chinese/classob_1_1DepthFrame.html
+++ b/doc/api/Chinese/classob_1_1DepthFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -299,7 +299,7 @@
diff --git a/doc/api/Chinese/classob_1_1DepthFrame.png b/doc/api/Chinese/classob_1_1DepthFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1Device-members.html b/doc/api/Chinese/classob_1_1Device-members.html
old mode 100644
new mode 100755
index ced00c25..d2965df1
--- a/doc/api/Chinese/classob_1_1Device-members.html
+++ b/doc/api/Chinese/classob_1_1Device-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -167,7 +167,7 @@
diff --git a/doc/api/Chinese/classob_1_1Device.html b/doc/api/Chinese/classob_1_1Device.html
old mode 100644
new mode 100755
index 74b3b717..f43d38cb
--- a/doc/api/Chinese/classob_1_1Device.html
+++ b/doc/api/Chinese/classob_1_1Device.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -2181,7 +2181,7 @@
diff --git a/doc/api/Chinese/classob_1_1DeviceInfo-members.html b/doc/api/Chinese/classob_1_1DeviceInfo-members.html
old mode 100644
new mode 100755
index 4b9f4821..1258ecc5
--- a/doc/api/Chinese/classob_1_1DeviceInfo-members.html
+++ b/doc/api/Chinese/classob_1_1DeviceInfo-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/Chinese/classob_1_1DeviceInfo.html b/doc/api/Chinese/classob_1_1DeviceInfo.html
old mode 100644
new mode 100755
index 4cc59d52..ebe6e081
--- a/doc/api/Chinese/classob_1_1DeviceInfo.html
+++ b/doc/api/Chinese/classob_1_1DeviceInfo.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -534,7 +534,7 @@
diff --git a/doc/api/Chinese/classob_1_1DeviceList-members.html b/doc/api/Chinese/classob_1_1DeviceList-members.html
old mode 100644
new mode 100755
index e94d0583..234b7483
--- a/doc/api/Chinese/classob_1_1DeviceList-members.html
+++ b/doc/api/Chinese/classob_1_1DeviceList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/Chinese/classob_1_1DeviceList.html b/doc/api/Chinese/classob_1_1DeviceList.html
old mode 100644
new mode 100755
index d0aa6bef..5e5a3926
--- a/doc/api/Chinese/classob_1_1DeviceList.html
+++ b/doc/api/Chinese/classob_1_1DeviceList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -467,7 +467,7 @@
diff --git a/doc/api/Chinese/classob_1_1Error-members.html b/doc/api/Chinese/classob_1_1Error-members.html
old mode 100644
new mode 100755
index 11028acd..2afe2123
--- a/doc/api/Chinese/classob_1_1Error-members.html
+++ b/doc/api/Chinese/classob_1_1Error-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/Chinese/classob_1_1Error.html b/doc/api/Chinese/classob_1_1Error.html
old mode 100644
new mode 100755
index f1c13ef0..70e57d2d
--- a/doc/api/Chinese/classob_1_1Error.html
+++ b/doc/api/Chinese/classob_1_1Error.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -309,7 +309,7 @@
diff --git a/doc/api/Chinese/classob_1_1Filter-members.html b/doc/api/Chinese/classob_1_1Filter-members.html
old mode 100644
new mode 100755
index 06db9240..89d3f929
--- a/doc/api/Chinese/classob_1_1Filter-members.html
+++ b/doc/api/Chinese/classob_1_1Filter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/Chinese/classob_1_1Filter.html b/doc/api/Chinese/classob_1_1Filter.html
old mode 100644
new mode 100755
index b4ee20ee..30bfd48d
--- a/doc/api/Chinese/classob_1_1Filter.html
+++ b/doc/api/Chinese/classob_1_1Filter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -338,7 +338,7 @@
diff --git a/doc/api/Chinese/classob_1_1Filter.png b/doc/api/Chinese/classob_1_1Filter.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1FormatConvertFilter-members.html b/doc/api/Chinese/classob_1_1FormatConvertFilter-members.html
old mode 100644
new mode 100755
index bc5e0d69..8816e4ce
--- a/doc/api/Chinese/classob_1_1FormatConvertFilter-members.html
+++ b/doc/api/Chinese/classob_1_1FormatConvertFilter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -110,7 +110,7 @@
diff --git a/doc/api/Chinese/classob_1_1FormatConvertFilter.html b/doc/api/Chinese/classob_1_1FormatConvertFilter.html
old mode 100644
new mode 100755
index e39e8437..51623162
--- a/doc/api/Chinese/classob_1_1FormatConvertFilter.html
+++ b/doc/api/Chinese/classob_1_1FormatConvertFilter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -197,7 +197,7 @@
diff --git a/doc/api/Chinese/classob_1_1FormatConvertFilter.png b/doc/api/Chinese/classob_1_1FormatConvertFilter.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1Frame-members.html b/doc/api/Chinese/classob_1_1Frame-members.html
old mode 100644
new mode 100755
index a526b4c6..39ad5173
--- a/doc/api/Chinese/classob_1_1Frame-members.html
+++ b/doc/api/Chinese/classob_1_1Frame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/Chinese/classob_1_1Frame.html b/doc/api/Chinese/classob_1_1Frame.html
old mode 100644
new mode 100755
index 7d0488bf..d33e2b8b
--- a/doc/api/Chinese/classob_1_1Frame.html
+++ b/doc/api/Chinese/classob_1_1Frame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -641,7 +641,7 @@
diff --git a/doc/api/Chinese/classob_1_1Frame.png b/doc/api/Chinese/classob_1_1Frame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1FrameHelper-members.html b/doc/api/Chinese/classob_1_1FrameHelper-members.html
old mode 100644
new mode 100755
index 881cd68e..2e0759d5
--- a/doc/api/Chinese/classob_1_1FrameHelper-members.html
+++ b/doc/api/Chinese/classob_1_1FrameHelper-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/Chinese/classob_1_1FrameHelper.html b/doc/api/Chinese/classob_1_1FrameHelper.html
old mode 100644
new mode 100755
index b6df5f88..27cea5da
--- a/doc/api/Chinese/classob_1_1FrameHelper.html
+++ b/doc/api/Chinese/classob_1_1FrameHelper.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -484,7 +484,7 @@
diff --git a/doc/api/Chinese/classob_1_1FrameSet-members.html b/doc/api/Chinese/classob_1_1FrameSet-members.html
old mode 100644
new mode 100755
index 8e09489c..0799d1a6
--- a/doc/api/Chinese/classob_1_1FrameSet-members.html
+++ b/doc/api/Chinese/classob_1_1FrameSet-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/Chinese/classob_1_1FrameSet.html b/doc/api/Chinese/classob_1_1FrameSet.html
old mode 100644
new mode 100755
index a36d9b55..377b1d74
--- a/doc/api/Chinese/classob_1_1FrameSet.html
+++ b/doc/api/Chinese/classob_1_1FrameSet.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -469,7 +469,7 @@
diff --git a/doc/api/Chinese/classob_1_1FrameSet.png b/doc/api/Chinese/classob_1_1FrameSet.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1GyroFrame-members.html b/doc/api/Chinese/classob_1_1GyroFrame-members.html
old mode 100644
new mode 100755
index 20849fbb..38d3f8e4
--- a/doc/api/Chinese/classob_1_1GyroFrame-members.html
+++ b/doc/api/Chinese/classob_1_1GyroFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -121,7 +121,7 @@
diff --git a/doc/api/Chinese/classob_1_1GyroFrame.html b/doc/api/Chinese/classob_1_1GyroFrame.html
old mode 100644
new mode 100755
index 49718233..e4346f1c
--- a/doc/api/Chinese/classob_1_1GyroFrame.html
+++ b/doc/api/Chinese/classob_1_1GyroFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -297,7 +297,7 @@
diff --git a/doc/api/Chinese/classob_1_1GyroFrame.png b/doc/api/Chinese/classob_1_1GyroFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1GyroStreamProfile-members.html b/doc/api/Chinese/classob_1_1GyroStreamProfile-members.html
old mode 100644
new mode 100755
index 6ed77b16..a61ab01a
--- a/doc/api/Chinese/classob_1_1GyroStreamProfile-members.html
+++ b/doc/api/Chinese/classob_1_1GyroStreamProfile-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/Chinese/classob_1_1GyroStreamProfile.html b/doc/api/Chinese/classob_1_1GyroStreamProfile.html
old mode 100644
new mode 100755
index 82ef44f7..ef1f8162
--- a/doc/api/Chinese/classob_1_1GyroStreamProfile.html
+++ b/doc/api/Chinese/classob_1_1GyroStreamProfile.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -276,7 +276,7 @@
diff --git a/doc/api/Chinese/classob_1_1GyroStreamProfile.png b/doc/api/Chinese/classob_1_1GyroStreamProfile.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1IRFrame-members.html b/doc/api/Chinese/classob_1_1IRFrame-members.html
old mode 100644
new mode 100755
index 0ab9f89a..e5d236cd
--- a/doc/api/Chinese/classob_1_1IRFrame-members.html
+++ b/doc/api/Chinese/classob_1_1IRFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/Chinese/classob_1_1IRFrame.html b/doc/api/Chinese/classob_1_1IRFrame.html
old mode 100644
new mode 100755
index 50c7de7b..fd163f70
--- a/doc/api/Chinese/classob_1_1IRFrame.html
+++ b/doc/api/Chinese/classob_1_1IRFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -299,7 +299,7 @@
diff --git a/doc/api/Chinese/classob_1_1IRFrame.png b/doc/api/Chinese/classob_1_1IRFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1OBDepthWorkModeList-members.html b/doc/api/Chinese/classob_1_1OBDepthWorkModeList-members.html
old mode 100644
new mode 100755
index 29ac3f74..fef0a923
--- a/doc/api/Chinese/classob_1_1OBDepthWorkModeList-members.html
+++ b/doc/api/Chinese/classob_1_1OBDepthWorkModeList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -107,7 +107,7 @@
diff --git a/doc/api/Chinese/classob_1_1OBDepthWorkModeList.html b/doc/api/Chinese/classob_1_1OBDepthWorkModeList.html
old mode 100644
new mode 100755
index 6ba2c187..140355c1
--- a/doc/api/Chinese/classob_1_1OBDepthWorkModeList.html
+++ b/doc/api/Chinese/classob_1_1OBDepthWorkModeList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -259,7 +259,7 @@
diff --git a/doc/api/Chinese/classob_1_1Pipeline-members.html b/doc/api/Chinese/classob_1_1Pipeline-members.html
old mode 100644
new mode 100755
index 7ddc6a4a..56e44226
--- a/doc/api/Chinese/classob_1_1Pipeline-members.html
+++ b/doc/api/Chinese/classob_1_1Pipeline-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -123,7 +123,7 @@
diff --git a/doc/api/Chinese/classob_1_1Pipeline.html b/doc/api/Chinese/classob_1_1Pipeline.html
old mode 100644
new mode 100755
index 0192d5f0..3f2fb971
--- a/doc/api/Chinese/classob_1_1Pipeline.html
+++ b/doc/api/Chinese/classob_1_1Pipeline.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -709,7 +709,7 @@
diff --git a/doc/api/Chinese/classob_1_1Playback-members.html b/doc/api/Chinese/classob_1_1Playback-members.html
old mode 100644
new mode 100755
index d9c1b36c..d555caf1
--- a/doc/api/Chinese/classob_1_1Playback-members.html
+++ b/doc/api/Chinese/classob_1_1Playback-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -109,7 +109,7 @@
diff --git a/doc/api/Chinese/classob_1_1Playback.html b/doc/api/Chinese/classob_1_1Playback.html
old mode 100644
new mode 100755
index 93ecf9d9..68f79e0c
--- a/doc/api/Chinese/classob_1_1Playback.html
+++ b/doc/api/Chinese/classob_1_1Playback.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -316,7 +316,7 @@
diff --git a/doc/api/Chinese/classob_1_1PointCloudFilter-members.html b/doc/api/Chinese/classob_1_1PointCloudFilter-members.html
old mode 100644
new mode 100755
index 16118b7d..b1786127
--- a/doc/api/Chinese/classob_1_1PointCloudFilter-members.html
+++ b/doc/api/Chinese/classob_1_1PointCloudFilter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -115,7 +115,7 @@
diff --git a/doc/api/Chinese/classob_1_1PointCloudFilter.html b/doc/api/Chinese/classob_1_1PointCloudFilter.html
old mode 100644
new mode 100755
index 7e6ac54b..d0e9cb0b
--- a/doc/api/Chinese/classob_1_1PointCloudFilter.html
+++ b/doc/api/Chinese/classob_1_1PointCloudFilter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -333,7 +333,7 @@
diff --git a/doc/api/Chinese/classob_1_1PointCloudFilter.png b/doc/api/Chinese/classob_1_1PointCloudFilter.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1PointsFrame-members.html b/doc/api/Chinese/classob_1_1PointsFrame-members.html
old mode 100644
new mode 100755
index 39b5b6c5..c3dcfb3d
--- a/doc/api/Chinese/classob_1_1PointsFrame-members.html
+++ b/doc/api/Chinese/classob_1_1PointsFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/Chinese/classob_1_1PointsFrame.html b/doc/api/Chinese/classob_1_1PointsFrame.html
old mode 100644
new mode 100755
index b5cd94bf..800ae274
--- a/doc/api/Chinese/classob_1_1PointsFrame.html
+++ b/doc/api/Chinese/classob_1_1PointsFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -276,7 +276,7 @@
diff --git a/doc/api/Chinese/classob_1_1PointsFrame.png b/doc/api/Chinese/classob_1_1PointsFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1RawPhaseFrame-members.html b/doc/api/Chinese/classob_1_1RawPhaseFrame-members.html
old mode 100644
new mode 100755
index 623f904a..5ea2e334
--- a/doc/api/Chinese/classob_1_1RawPhaseFrame-members.html
+++ b/doc/api/Chinese/classob_1_1RawPhaseFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -127,7 +127,7 @@
diff --git a/doc/api/Chinese/classob_1_1RawPhaseFrame.html b/doc/api/Chinese/classob_1_1RawPhaseFrame.html
old mode 100644
new mode 100755
index 5a8a0990..e1fa2950
--- a/doc/api/Chinese/classob_1_1RawPhaseFrame.html
+++ b/doc/api/Chinese/classob_1_1RawPhaseFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -278,7 +278,7 @@
diff --git a/doc/api/Chinese/classob_1_1RawPhaseFrame.png b/doc/api/Chinese/classob_1_1RawPhaseFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1Recorder-members.html b/doc/api/Chinese/classob_1_1Recorder-members.html
old mode 100644
new mode 100755
index 414ed644..2d891522
--- a/doc/api/Chinese/classob_1_1Recorder-members.html
+++ b/doc/api/Chinese/classob_1_1Recorder-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/Chinese/classob_1_1Recorder.html b/doc/api/Chinese/classob_1_1Recorder.html
old mode 100644
new mode 100755
index f134b0c4..0eab9c6d
--- a/doc/api/Chinese/classob_1_1Recorder.html
+++ b/doc/api/Chinese/classob_1_1Recorder.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -294,7 +294,7 @@
diff --git a/doc/api/Chinese/classob_1_1Sensor-members.html b/doc/api/Chinese/classob_1_1Sensor-members.html
old mode 100644
new mode 100755
index 71297f96..a11da396
--- a/doc/api/Chinese/classob_1_1Sensor-members.html
+++ b/doc/api/Chinese/classob_1_1Sensor-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -109,7 +109,7 @@
diff --git a/doc/api/Chinese/classob_1_1Sensor.html b/doc/api/Chinese/classob_1_1Sensor.html
old mode 100644
new mode 100755
index 5ae15db5..1f261fe9
--- a/doc/api/Chinese/classob_1_1Sensor.html
+++ b/doc/api/Chinese/classob_1_1Sensor.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -318,7 +318,7 @@
diff --git a/doc/api/Chinese/classob_1_1SensorList-members.html b/doc/api/Chinese/classob_1_1SensorList-members.html
old mode 100644
new mode 100755
index bf8200b5..0f5094a6
--- a/doc/api/Chinese/classob_1_1SensorList-members.html
+++ b/doc/api/Chinese/classob_1_1SensorList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -107,7 +107,7 @@
diff --git a/doc/api/Chinese/classob_1_1SensorList.html b/doc/api/Chinese/classob_1_1SensorList.html
old mode 100644
new mode 100755
index 5c96f61d..4f5c6b4d
--- a/doc/api/Chinese/classob_1_1SensorList.html
+++ b/doc/api/Chinese/classob_1_1SensorList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -267,7 +267,7 @@
diff --git a/doc/api/Chinese/classob_1_1StreamProfile-members.html b/doc/api/Chinese/classob_1_1StreamProfile-members.html
old mode 100644
new mode 100755
index f39062d9..d01d14cc
--- a/doc/api/Chinese/classob_1_1StreamProfile-members.html
+++ b/doc/api/Chinese/classob_1_1StreamProfile-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -112,7 +112,7 @@
diff --git a/doc/api/Chinese/classob_1_1StreamProfile.html b/doc/api/Chinese/classob_1_1StreamProfile.html
old mode 100644
new mode 100755
index f13ae30e..617f77cc
--- a/doc/api/Chinese/classob_1_1StreamProfile.html
+++ b/doc/api/Chinese/classob_1_1StreamProfile.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -413,7 +413,7 @@
diff --git a/doc/api/Chinese/classob_1_1StreamProfile.png b/doc/api/Chinese/classob_1_1StreamProfile.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1StreamProfileList-members.html b/doc/api/Chinese/classob_1_1StreamProfileList-members.html
old mode 100644
new mode 100755
index b4023ff0..4eb50b03
--- a/doc/api/Chinese/classob_1_1StreamProfileList-members.html
+++ b/doc/api/Chinese/classob_1_1StreamProfileList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -109,7 +109,7 @@
diff --git a/doc/api/Chinese/classob_1_1StreamProfileList.html b/doc/api/Chinese/classob_1_1StreamProfileList.html
old mode 100644
new mode 100755
index 650ab760..b90a40e5
--- a/doc/api/Chinese/classob_1_1StreamProfileList.html
+++ b/doc/api/Chinese/classob_1_1StreamProfileList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -379,7 +379,7 @@
diff --git a/doc/api/Chinese/classob_1_1Version-members.html b/doc/api/Chinese/classob_1_1Version-members.html
old mode 100644
new mode 100755
index 40737c39..3062899d
--- a/doc/api/Chinese/classob_1_1Version-members.html
+++ b/doc/api/Chinese/classob_1_1Version-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -106,7 +106,7 @@
diff --git a/doc/api/Chinese/classob_1_1Version.html b/doc/api/Chinese/classob_1_1Version.html
old mode 100644
new mode 100755
index 8e9a50e5..2a28d816
--- a/doc/api/Chinese/classob_1_1Version.html
+++ b/doc/api/Chinese/classob_1_1Version.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -262,7 +262,7 @@
diff --git a/doc/api/Chinese/classob_1_1VideoFrame-members.html b/doc/api/Chinese/classob_1_1VideoFrame-members.html
old mode 100644
new mode 100755
index fe8a5ba5..be4539e4
--- a/doc/api/Chinese/classob_1_1VideoFrame-members.html
+++ b/doc/api/Chinese/classob_1_1VideoFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -124,7 +124,7 @@
diff --git a/doc/api/Chinese/classob_1_1VideoFrame.html b/doc/api/Chinese/classob_1_1VideoFrame.html
old mode 100644
new mode 100755
index 971ecf12..60da3308
--- a/doc/api/Chinese/classob_1_1VideoFrame.html
+++ b/doc/api/Chinese/classob_1_1VideoFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -365,7 +365,7 @@
diff --git a/doc/api/Chinese/classob_1_1VideoFrame.png b/doc/api/Chinese/classob_1_1VideoFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/classob_1_1VideoStreamProfile-members.html b/doc/api/Chinese/classob_1_1VideoStreamProfile-members.html
old mode 100644
new mode 100755
index f3a42155..037055d7
--- a/doc/api/Chinese/classob_1_1VideoStreamProfile-members.html
+++ b/doc/api/Chinese/classob_1_1VideoStreamProfile-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -115,7 +115,7 @@
diff --git a/doc/api/Chinese/classob_1_1VideoStreamProfile.html b/doc/api/Chinese/classob_1_1VideoStreamProfile.html
old mode 100644
new mode 100755
index d014dfac..62f5f09b
--- a/doc/api/Chinese/classob_1_1VideoStreamProfile.html
+++ b/doc/api/Chinese/classob_1_1VideoStreamProfile.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -297,7 +297,7 @@
diff --git a/doc/api/Chinese/classob_1_1VideoStreamProfile.png b/doc/api/Chinese/classob_1_1VideoStreamProfile.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/closed.png b/doc/api/Chinese/closed.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/deprecated.html b/doc/api/Chinese/deprecated.html
old mode 100644
new mode 100755
index 3a0079ad..5b34109c
--- a/doc/api/Chinese/deprecated.html
+++ b/doc/api/Chinese/deprecated.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -94,7 +94,7 @@
diff --git a/doc/api/Chinese/dir_8243e961fc5f523c63be320c0718524a.html b/doc/api/Chinese/dir_8243e961fc5f523c63be320c0718524a.html
old mode 100644
new mode 100755
index eeaf7a08..a6fd0f40
--- a/doc/api/Chinese/dir_8243e961fc5f523c63be320c0718524a.html
+++ b/doc/api/Chinese/dir_8243e961fc5f523c63be320c0718524a.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -135,7 +135,7 @@
diff --git a/doc/api/Chinese/dir_9a5345e98321307492e41331ab8e5636.html b/doc/api/Chinese/dir_9a5345e98321307492e41331ab8e5636.html
old mode 100644
new mode 100755
index 785ecc5e..28524f34
--- a/doc/api/Chinese/dir_9a5345e98321307492e41331ab8e5636.html
+++ b/doc/api/Chinese/dir_9a5345e98321307492e41331ab8e5636.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/Chinese/dir_a57403e30bad3723557b0550251f8216.html b/doc/api/Chinese/dir_a57403e30bad3723557b0550251f8216.html
old mode 100644
new mode 100755
index 0819010a..1e88a85e
--- a/doc/api/Chinese/dir_a57403e30bad3723557b0550251f8216.html
+++ b/doc/api/Chinese/dir_a57403e30bad3723557b0550251f8216.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -113,7 +113,7 @@
diff --git a/doc/api/Chinese/dir_afa7ddcbc480a7aa37c5239e71e2d522.html b/doc/api/Chinese/dir_afa7ddcbc480a7aa37c5239e71e2d522.html
old mode 100644
new mode 100755
index 16980cfb..4602436a
--- a/doc/api/Chinese/dir_afa7ddcbc480a7aa37c5239e71e2d522.html
+++ b/doc/api/Chinese/dir_afa7ddcbc480a7aa37c5239e71e2d522.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -141,7 +141,7 @@
diff --git a/doc/api/Chinese/doc.png b/doc/api/Chinese/doc.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/doxygen.css b/doc/api/Chinese/doxygen.css
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/doxygen.png b/doc/api/Chinese/doxygen.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/dynsections.js b/doc/api/Chinese/dynsections.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/files.html b/doc/api/Chinese/files.html
old mode 100644
new mode 100755
index d82a66f3..f3039a92
--- a/doc/api/Chinese/files.html
+++ b/doc/api/Chinese/files.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/Chinese/folderclosed.png b/doc/api/Chinese/folderclosed.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/folderopen.png b/doc/api/Chinese/folderopen.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/functions.html b/doc/api/Chinese/functions.html
old mode 100644
new mode 100755
index 8b8eb966..b884507f
--- a/doc/api/Chinese/functions.html
+++ b/doc/api/Chinese/functions.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -155,7 +155,7 @@ - a -
diff --git a/doc/api/Chinese/functions_0x7e.html b/doc/api/Chinese/functions_0x7e.html
old mode 100644
new mode 100755
index 17571433..7f2a19e6
--- a/doc/api/Chinese/functions_0x7e.html
+++ b/doc/api/Chinese/functions_0x7e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -220,7 +220,7 @@ - ~ -
diff --git a/doc/api/Chinese/functions_b.html b/doc/api/Chinese/functions_b.html
old mode 100644
new mode 100755
index 93052230..7fbaeb10
--- a/doc/api/Chinese/functions_b.html
+++ b/doc/api/Chinese/functions_b.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -136,7 +136,7 @@ - b -
diff --git a/doc/api/Chinese/functions_c.html b/doc/api/Chinese/functions_c.html
old mode 100644
new mode 100755
index e140a988..c902f872
--- a/doc/api/Chinese/functions_c.html
+++ b/doc/api/Chinese/functions_c.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -226,7 +226,7 @@ - c -
diff --git a/doc/api/Chinese/functions_d.html b/doc/api/Chinese/functions_d.html
old mode 100644
new mode 100755
index 8b8327cf..7673793f
--- a/doc/api/Chinese/functions_d.html
+++ b/doc/api/Chinese/functions_d.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -213,7 +213,7 @@ - d -
diff --git a/doc/api/Chinese/functions_e.html b/doc/api/Chinese/functions_e.html
old mode 100644
new mode 100755
index eff2309b..062865e0
--- a/doc/api/Chinese/functions_e.html
+++ b/doc/api/Chinese/functions_e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -163,7 +163,7 @@ - e -
diff --git a/doc/api/Chinese/functions_f.html b/doc/api/Chinese/functions_f.html
old mode 100644
new mode 100755
index 1a58b20f..d4fee400
--- a/doc/api/Chinese/functions_f.html
+++ b/doc/api/Chinese/functions_f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -185,7 +185,7 @@ - f -
diff --git a/doc/api/Chinese/functions_func.html b/doc/api/Chinese/functions_func.html
old mode 100644
new mode 100755
index f5d63414..82f4c132
--- a/doc/api/Chinese/functions_func.html
+++ b/doc/api/Chinese/functions_func.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -144,7 +144,7 @@ - a -
diff --git a/doc/api/Chinese/functions_func_0x7e.html b/doc/api/Chinese/functions_func_0x7e.html
old mode 100644
new mode 100755
index 806afdc0..d518562a
--- a/doc/api/Chinese/functions_func_0x7e.html
+++ b/doc/api/Chinese/functions_func_0x7e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -215,7 +215,7 @@ - ~ -
diff --git a/doc/api/Chinese/functions_func_c.html b/doc/api/Chinese/functions_func_c.html
old mode 100644
new mode 100755
index 82640e73..7e0524d3
--- a/doc/api/Chinese/functions_func_c.html
+++ b/doc/api/Chinese/functions_func_c.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -186,7 +186,7 @@ - c -
diff --git a/doc/api/Chinese/functions_func_d.html b/doc/api/Chinese/functions_func_d.html
old mode 100644
new mode 100755
index ab65bb66..64bb6c48
--- a/doc/api/Chinese/functions_func_d.html
+++ b/doc/api/Chinese/functions_func_d.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -173,7 +173,7 @@ - d -
diff --git a/doc/api/Chinese/functions_func_e.html b/doc/api/Chinese/functions_func_e.html
old mode 100644
new mode 100755
index 667e395c..9abe1201
--- a/doc/api/Chinese/functions_func_e.html
+++ b/doc/api/Chinese/functions_func_e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -149,7 +149,7 @@ - e -
diff --git a/doc/api/Chinese/functions_func_f.html b/doc/api/Chinese/functions_func_f.html
old mode 100644
new mode 100755
index 97e95d1e..c45ea0e9
--- a/doc/api/Chinese/functions_func_f.html
+++ b/doc/api/Chinese/functions_func_f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -160,7 +160,7 @@ - f -
diff --git a/doc/api/Chinese/functions_func_g.html b/doc/api/Chinese/functions_func_g.html
old mode 100644
new mode 100755
index 8cded75e..be69b446
--- a/doc/api/Chinese/functions_func_g.html
+++ b/doc/api/Chinese/functions_func_g.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -303,7 +303,7 @@ - g -
diff --git a/doc/api/Chinese/functions_func_h.html b/doc/api/Chinese/functions_func_h.html
old mode 100644
new mode 100755
index ecc4f869..562b435a
--- a/doc/api/Chinese/functions_func_h.html
+++ b/doc/api/Chinese/functions_func_h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -135,7 +135,7 @@ - h -
diff --git a/doc/api/Chinese/functions_func_i.html b/doc/api/Chinese/functions_func_i.html
old mode 100644
new mode 100755
index 6a93051a..b3c4aa26
--- a/doc/api/Chinese/functions_func_i.html
+++ b/doc/api/Chinese/functions_func_i.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -151,7 +151,7 @@ - i -
diff --git a/doc/api/Chinese/functions_func_l.html b/doc/api/Chinese/functions_func_l.html
old mode 100644
new mode 100755
index f6bdc007..85f9e939
--- a/doc/api/Chinese/functions_func_l.html
+++ b/doc/api/Chinese/functions_func_l.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -137,7 +137,7 @@ - l -
diff --git a/doc/api/Chinese/functions_func_m.html b/doc/api/Chinese/functions_func_m.html
old mode 100644
new mode 100755
index a6fbe86b..455b1d87
--- a/doc/api/Chinese/functions_func_m.html
+++ b/doc/api/Chinese/functions_func_m.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -134,7 +134,7 @@ - m -
diff --git a/doc/api/Chinese/functions_func_n.html b/doc/api/Chinese/functions_func_n.html
old mode 100644
new mode 100755
index 1bf649f1..95c3948a
--- a/doc/api/Chinese/functions_func_n.html
+++ b/doc/api/Chinese/functions_func_n.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -132,7 +132,7 @@ - n -
diff --git a/doc/api/Chinese/functions_func_o.html b/doc/api/Chinese/functions_func_o.html
old mode 100644
new mode 100755
index ed6514ef..1b2fc9bd
--- a/doc/api/Chinese/functions_func_o.html
+++ b/doc/api/Chinese/functions_func_o.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -134,7 +134,7 @@ - o -
diff --git a/doc/api/Chinese/functions_func_p.html b/doc/api/Chinese/functions_func_p.html
old mode 100644
new mode 100755
index 30b15dc1..5fc1f8db
--- a/doc/api/Chinese/functions_func_p.html
+++ b/doc/api/Chinese/functions_func_p.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -157,7 +157,7 @@ - p -
diff --git a/doc/api/Chinese/functions_func_q.html b/doc/api/Chinese/functions_func_q.html
old mode 100644
new mode 100755
index 533a6bc2..4599041e
--- a/doc/api/Chinese/functions_func_q.html
+++ b/doc/api/Chinese/functions_func_q.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -131,7 +131,7 @@ - q -
diff --git a/doc/api/Chinese/functions_func_r.html b/doc/api/Chinese/functions_func_r.html
old mode 100644
new mode 100755
index 027ba7b7..20ee9f0c
--- a/doc/api/Chinese/functions_func_r.html
+++ b/doc/api/Chinese/functions_func_r.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -155,7 +155,7 @@ - r -
diff --git a/doc/api/Chinese/functions_func_s.html b/doc/api/Chinese/functions_func_s.html
old mode 100644
new mode 100755
index d9469842..8dfab9ba
--- a/doc/api/Chinese/functions_func_s.html
+++ b/doc/api/Chinese/functions_func_s.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -283,7 +283,7 @@ - s -
diff --git a/doc/api/Chinese/functions_func_t.html b/doc/api/Chinese/functions_func_t.html
old mode 100644
new mode 100755
index 6ca42410..546de842
--- a/doc/api/Chinese/functions_func_t.html
+++ b/doc/api/Chinese/functions_func_t.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -165,7 +165,7 @@ - t -
diff --git a/doc/api/Chinese/functions_func_u.html b/doc/api/Chinese/functions_func_u.html
old mode 100644
new mode 100755
index 2f4dbc38..1b582d32
--- a/doc/api/Chinese/functions_func_u.html
+++ b/doc/api/Chinese/functions_func_u.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -135,7 +135,7 @@ - u -
diff --git a/doc/api/Chinese/functions_func_v.html b/doc/api/Chinese/functions_func_v.html
old mode 100644
new mode 100755
index c6ea3a52..90c04338
--- a/doc/api/Chinese/functions_func_v.html
+++ b/doc/api/Chinese/functions_func_v.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -142,7 +142,7 @@ - v -
diff --git a/doc/api/Chinese/functions_func_w.html b/doc/api/Chinese/functions_func_w.html
old mode 100644
new mode 100755
index 999bdadf..1f0e5bae
--- a/doc/api/Chinese/functions_func_w.html
+++ b/doc/api/Chinese/functions_func_w.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -153,7 +153,7 @@ - w -
diff --git a/doc/api/Chinese/functions_g.html b/doc/api/Chinese/functions_g.html
old mode 100644
new mode 100755
index 412b581d..4d579681
--- a/doc/api/Chinese/functions_g.html
+++ b/doc/api/Chinese/functions_g.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -314,7 +314,7 @@ - g -
diff --git a/doc/api/Chinese/functions_h.html b/doc/api/Chinese/functions_h.html
old mode 100644
new mode 100755
index 228c2f53..37f7ea83
--- a/doc/api/Chinese/functions_h.html
+++ b/doc/api/Chinese/functions_h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -143,7 +143,7 @@ - h -
diff --git a/doc/api/Chinese/functions_i.html b/doc/api/Chinese/functions_i.html
old mode 100644
new mode 100755
index 6207b4b9..87ce9101
--- a/doc/api/Chinese/functions_i.html
+++ b/doc/api/Chinese/functions_i.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -191,7 +191,7 @@ - i -
diff --git a/doc/api/Chinese/functions_k.html b/doc/api/Chinese/functions_k.html
old mode 100644
new mode 100755
index 07767688..52f3d80a
--- a/doc/api/Chinese/functions_k.html
+++ b/doc/api/Chinese/functions_k.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -151,7 +151,7 @@ - k -
diff --git a/doc/api/Chinese/functions_l.html b/doc/api/Chinese/functions_l.html
old mode 100644
new mode 100755
index 08609075..92b2987f
--- a/doc/api/Chinese/functions_l.html
+++ b/doc/api/Chinese/functions_l.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -157,7 +157,7 @@ - l -
diff --git a/doc/api/Chinese/functions_m.html b/doc/api/Chinese/functions_m.html
old mode 100644
new mode 100755
index 604e4c56..ad1e625c
--- a/doc/api/Chinese/functions_m.html
+++ b/doc/api/Chinese/functions_m.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -173,7 +173,7 @@ - m -
diff --git a/doc/api/Chinese/functions_n.html b/doc/api/Chinese/functions_n.html
old mode 100644
new mode 100755
index 0418f55f..fc74e2d0
--- a/doc/api/Chinese/functions_n.html
+++ b/doc/api/Chinese/functions_n.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -139,7 +139,7 @@ - n -
diff --git a/doc/api/Chinese/functions_o.html b/doc/api/Chinese/functions_o.html
old mode 100644
new mode 100755
index 87ae20b7..54adfa4a
--- a/doc/api/Chinese/functions_o.html
+++ b/doc/api/Chinese/functions_o.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -142,7 +142,7 @@ - o -
diff --git a/doc/api/Chinese/functions_p.html b/doc/api/Chinese/functions_p.html
old mode 100644
new mode 100755
index 8405fbd1..cbaa2b9f
--- a/doc/api/Chinese/functions_p.html
+++ b/doc/api/Chinese/functions_p.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -179,7 +179,7 @@ - p -
diff --git a/doc/api/Chinese/functions_q.html b/doc/api/Chinese/functions_q.html
old mode 100644
new mode 100755
index d311424f..6ce5d045
--- a/doc/api/Chinese/functions_q.html
+++ b/doc/api/Chinese/functions_q.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -136,7 +136,7 @@ - q -
diff --git a/doc/api/Chinese/functions_r.html b/doc/api/Chinese/functions_r.html
old mode 100644
new mode 100755
index 7765afb6..a186691f
--- a/doc/api/Chinese/functions_r.html
+++ b/doc/api/Chinese/functions_r.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -182,7 +182,7 @@ - r -
diff --git a/doc/api/Chinese/functions_rela.html b/doc/api/Chinese/functions_rela.html
old mode 100644
new mode 100755
index 0f963999..f1421966
--- a/doc/api/Chinese/functions_rela.html
+++ b/doc/api/Chinese/functions_rela.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -135,7 +135,7 @@
diff --git a/doc/api/Chinese/functions_s.html b/doc/api/Chinese/functions_s.html
old mode 100644
new mode 100755
index 6a84e738..be2cd7ea
--- a/doc/api/Chinese/functions_s.html
+++ b/doc/api/Chinese/functions_s.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -304,7 +304,7 @@ - s -
diff --git a/doc/api/Chinese/functions_t.html b/doc/api/Chinese/functions_t.html
old mode 100644
new mode 100755
index 421496ff..149c4010
--- a/doc/api/Chinese/functions_t.html
+++ b/doc/api/Chinese/functions_t.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -199,7 +199,7 @@ - t -
diff --git a/doc/api/Chinese/functions_type.html b/doc/api/Chinese/functions_type.html
old mode 100644
new mode 100755
index 1263beda..9d8bebf1
--- a/doc/api/Chinese/functions_type.html
+++ b/doc/api/Chinese/functions_type.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -107,7 +107,7 @@
diff --git a/doc/api/Chinese/functions_u.html b/doc/api/Chinese/functions_u.html
old mode 100644
new mode 100755
index 53551e54..b00c1cae
--- a/doc/api/Chinese/functions_u.html
+++ b/doc/api/Chinese/functions_u.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -143,7 +143,7 @@ - u -
diff --git a/doc/api/Chinese/functions_v.html b/doc/api/Chinese/functions_v.html
old mode 100644
new mode 100755
index 5955b5da..df62dba6
--- a/doc/api/Chinese/functions_v.html
+++ b/doc/api/Chinese/functions_v.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -147,7 +147,7 @@ - v -
diff --git a/doc/api/Chinese/functions_vars.html b/doc/api/Chinese/functions_vars.html
old mode 100644
new mode 100755
index 3de3d6e7..66c43601
--- a/doc/api/Chinese/functions_vars.html
+++ b/doc/api/Chinese/functions_vars.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -535,7 +535,7 @@ - z -
diff --git a/doc/api/Chinese/functions_w.html b/doc/api/Chinese/functions_w.html
old mode 100644
new mode 100755
index 15822c61..5828d243
--- a/doc/api/Chinese/functions_w.html
+++ b/doc/api/Chinese/functions_w.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -161,7 +161,7 @@ - w -
diff --git a/doc/api/Chinese/functions_x.html b/doc/api/Chinese/functions_x.html
old mode 100644
new mode 100755
index 51266ba4..5326afca
--- a/doc/api/Chinese/functions_x.html
+++ b/doc/api/Chinese/functions_x.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -139,7 +139,7 @@ - x -
diff --git a/doc/api/Chinese/functions_y.html b/doc/api/Chinese/functions_y.html
old mode 100644
new mode 100755
index 25c999be..c1ff0b7f
--- a/doc/api/Chinese/functions_y.html
+++ b/doc/api/Chinese/functions_y.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -139,7 +139,7 @@ - y -
diff --git a/doc/api/Chinese/functions_z.html b/doc/api/Chinese/functions_z.html
old mode 100644
new mode 100755
index 39cd0934..be25114c
--- a/doc/api/Chinese/functions_z.html
+++ b/doc/api/Chinese/functions_z.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -138,7 +138,7 @@ - z -
diff --git a/doc/api/Chinese/globals.html b/doc/api/Chinese/globals.html
old mode 100644
new mode 100755
index 1cddcaa2..dc53031c
--- a/doc/api/Chinese/globals.html
+++ b/doc/api/Chinese/globals.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -120,7 +120,7 @@ - _ -
diff --git a/doc/api/Chinese/globals_a.html b/doc/api/Chinese/globals_a.html
old mode 100644
new mode 100755
index a12243fc..46b7fea8
--- a/doc/api/Chinese/globals_a.html
+++ b/doc/api/Chinese/globals_a.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -126,7 +126,7 @@ - a -
diff --git a/doc/api/Chinese/globals_d.html b/doc/api/Chinese/globals_d.html
old mode 100644
new mode 100755
index 9711ca8d..508cc4d4
--- a/doc/api/Chinese/globals_d.html
+++ b/doc/api/Chinese/globals_d.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -174,7 +174,7 @@ - d -
diff --git a/doc/api/Chinese/globals_defs.html b/doc/api/Chinese/globals_defs.html
old mode 100644
new mode 100755
index b05b9e98..739028de
--- a/doc/api/Chinese/globals_defs.html
+++ b/doc/api/Chinese/globals_defs.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -236,7 +236,7 @@ - t -
diff --git a/doc/api/Chinese/globals_e.html b/doc/api/Chinese/globals_e.html
old mode 100644
new mode 100755
index d573d0b5..88d9510a
--- a/doc/api/Chinese/globals_e.html
+++ b/doc/api/Chinese/globals_e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -144,7 +144,7 @@ - e -
diff --git a/doc/api/Chinese/globals_enum.html b/doc/api/Chinese/globals_enum.html
old mode 100644
new mode 100755
index e75f5e5d..2ba60584
--- a/doc/api/Chinese/globals_enum.html
+++ b/doc/api/Chinese/globals_enum.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -218,7 +218,7 @@ - o -
diff --git a/doc/api/Chinese/globals_eval.html b/doc/api/Chinese/globals_eval.html
old mode 100644
new mode 100755
index 5280a106..1d03f1c6
--- a/doc/api/Chinese/globals_eval.html
+++ b/doc/api/Chinese/globals_eval.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -122,7 +122,7 @@ - a -
diff --git a/doc/api/Chinese/globals_eval_d.html b/doc/api/Chinese/globals_eval_d.html
old mode 100644
new mode 100755
index 36986020..655bddb8
--- a/doc/api/Chinese/globals_eval_d.html
+++ b/doc/api/Chinese/globals_eval_d.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -152,7 +152,7 @@ - d -
diff --git a/doc/api/Chinese/globals_eval_e.html b/doc/api/Chinese/globals_eval_e.html
old mode 100644
new mode 100755
index 3410b850..d965c2bd
--- a/doc/api/Chinese/globals_eval_e.html
+++ b/doc/api/Chinese/globals_eval_e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -137,7 +137,7 @@ - e -
diff --git a/doc/api/Chinese/globals_eval_f.html b/doc/api/Chinese/globals_eval_f.html
old mode 100644
new mode 100755
index 49fe8174..8938e5a6
--- a/doc/api/Chinese/globals_eval_f.html
+++ b/doc/api/Chinese/globals_eval_f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -176,7 +176,7 @@ - f -
diff --git a/doc/api/Chinese/globals_eval_h.html b/doc/api/Chinese/globals_eval_h.html
old mode 100644
new mode 100755
index 41aeeb52..cbfc136f
--- a/doc/api/Chinese/globals_eval_h.html
+++ b/doc/api/Chinese/globals_eval_h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -125,7 +125,7 @@ - h -
diff --git a/doc/api/Chinese/globals_eval_o.html b/doc/api/Chinese/globals_eval_o.html
old mode 100644
new mode 100755
index d4d1145f..2276bb78
--- a/doc/api/Chinese/globals_eval_o.html
+++ b/doc/api/Chinese/globals_eval_o.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -1022,7 +1022,7 @@ - o -
diff --git a/doc/api/Chinese/globals_eval_s.html b/doc/api/Chinese/globals_eval_s.html
old mode 100644
new mode 100755
index 43adeb74..3a6e2557
--- a/doc/api/Chinese/globals_eval_s.html
+++ b/doc/api/Chinese/globals_eval_s.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -131,7 +131,7 @@ - s -
diff --git a/doc/api/Chinese/globals_f.html b/doc/api/Chinese/globals_f.html
old mode 100644
new mode 100755
index cfb6f1a2..d6fabea4
--- a/doc/api/Chinese/globals_f.html
+++ b/doc/api/Chinese/globals_f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -195,7 +195,7 @@ - f -
diff --git a/doc/api/Chinese/globals_func.html b/doc/api/Chinese/globals_func.html
old mode 100644
new mode 100755
index c513d8ab..a07d470c
--- a/doc/api/Chinese/globals_func.html
+++ b/doc/api/Chinese/globals_func.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -858,7 +858,7 @@ - o -
diff --git a/doc/api/Chinese/globals_func_t.html b/doc/api/Chinese/globals_func_t.html
old mode 100644
new mode 100755
index 51e27e8f..b4a5bd10
--- a/doc/api/Chinese/globals_func_t.html
+++ b/doc/api/Chinese/globals_func_t.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -117,7 +117,7 @@ - t -
diff --git a/doc/api/Chinese/globals_g.html b/doc/api/Chinese/globals_g.html
old mode 100644
new mode 100755
index 2c1cc007..7b7bae3e
--- a/doc/api/Chinese/globals_g.html
+++ b/doc/api/Chinese/globals_g.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -120,7 +120,7 @@ - g -
diff --git a/doc/api/Chinese/globals_h.html b/doc/api/Chinese/globals_h.html
old mode 100644
new mode 100755
index 61a5210c..63014544
--- a/doc/api/Chinese/globals_h.html
+++ b/doc/api/Chinese/globals_h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -129,7 +129,7 @@ - h -
diff --git a/doc/api/Chinese/globals_i.html b/doc/api/Chinese/globals_i.html
old mode 100644
new mode 100755
index affcbca0..7d4238d8
--- a/doc/api/Chinese/globals_i.html
+++ b/doc/api/Chinese/globals_i.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -135,7 +135,7 @@ - i -
diff --git a/doc/api/Chinese/globals_o.html b/doc/api/Chinese/globals_o.html
old mode 100644
new mode 100755
index 7ab5459c..2c380726
--- a/doc/api/Chinese/globals_o.html
+++ b/doc/api/Chinese/globals_o.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -2295,7 +2295,7 @@ - o -
diff --git a/doc/api/Chinese/globals_s.html b/doc/api/Chinese/globals_s.html
old mode 100644
new mode 100755
index 9e3b51a6..858612a9
--- a/doc/api/Chinese/globals_s.html
+++ b/doc/api/Chinese/globals_s.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -141,7 +141,7 @@ - s -
diff --git a/doc/api/Chinese/globals_t.html b/doc/api/Chinese/globals_t.html
old mode 100644
new mode 100755
index 864b5435..3c6a3d1e
--- a/doc/api/Chinese/globals_t.html
+++ b/doc/api/Chinese/globals_t.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -135,7 +135,7 @@ - t -
diff --git a/doc/api/Chinese/globals_type.html b/doc/api/Chinese/globals_type.html
old mode 100644
new mode 100755
index 52ba815a..28cd8593
--- a/doc/api/Chinese/globals_type.html
+++ b/doc/api/Chinese/globals_type.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -514,7 +514,7 @@ - t -
diff --git a/doc/api/Chinese/hierarchy.html b/doc/api/Chinese/hierarchy.html
old mode 100644
new mode 100755
index 5497be9d..a92592ba
--- a/doc/api/Chinese/hierarchy.html
+++ b/doc/api/Chinese/hierarchy.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -161,7 +161,7 @@
diff --git a/doc/api/Chinese/index.html b/doc/api/Chinese/index.html
old mode 100644
new mode 100755
index 01079193..c802217c
--- a/doc/api/Chinese/index.html
+++ b/doc/api/Chinese/index.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -86,7 +86,7 @@
diff --git a/doc/api/Chinese/jquery.js b/doc/api/Chinese/jquery.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/namespacemembers.html b/doc/api/Chinese/namespacemembers.html
old mode 100644
new mode 100755
index e0d4022b..65932e9e
--- a/doc/api/Chinese/namespacemembers.html
+++ b/doc/api/Chinese/namespacemembers.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/Chinese/namespacemembers_type.html b/doc/api/Chinese/namespacemembers_type.html
old mode 100644
new mode 100755
index b38da684..520b8bba
--- a/doc/api/Chinese/namespacemembers_type.html
+++ b/doc/api/Chinese/namespacemembers_type.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/Chinese/namespaceob.html b/doc/api/Chinese/namespaceob.html
old mode 100644
new mode 100755
index 5e817d2c..f7355264
--- a/doc/api/Chinese/namespaceob.html
+++ b/doc/api/Chinese/namespaceob.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -314,7 +314,7 @@
diff --git a/doc/api/Chinese/namespaces.html b/doc/api/Chinese/namespaces.html
old mode 100644
new mode 100755
index 59e17230..a33195be
--- a/doc/api/Chinese/namespaces.html
+++ b/doc/api/Chinese/namespaces.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -97,7 +97,7 @@
diff --git a/doc/api/Chinese/nav_f.png b/doc/api/Chinese/nav_f.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/nav_g.png b/doc/api/Chinese/nav_g.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/nav_h.png b/doc/api/Chinese/nav_h.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/open.png b/doc/api/Chinese/open.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/orbbec_icon.png b/doc/api/Chinese/orbbec_icon.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/pages.html b/doc/api/Chinese/pages.html
old mode 100644
new mode 100755
index 1a67e2a7..46a1ee2c
--- a/doc/api/Chinese/pages.html
+++ b/doc/api/Chinese/pages.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -91,7 +91,7 @@
diff --git a/doc/api/Chinese/search/all_0.html b/doc/api/Chinese/search/all_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_0.js b/doc/api/Chinese/search/all_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_1.html b/doc/api/Chinese/search/all_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_1.js b/doc/api/Chinese/search/all_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_10.html b/doc/api/Chinese/search/all_10.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_10.js b/doc/api/Chinese/search/all_10.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_11.html b/doc/api/Chinese/search/all_11.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_11.js b/doc/api/Chinese/search/all_11.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_12.html b/doc/api/Chinese/search/all_12.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_12.js b/doc/api/Chinese/search/all_12.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_13.html b/doc/api/Chinese/search/all_13.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_13.js b/doc/api/Chinese/search/all_13.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_14.html b/doc/api/Chinese/search/all_14.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_14.js b/doc/api/Chinese/search/all_14.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_15.html b/doc/api/Chinese/search/all_15.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_15.js b/doc/api/Chinese/search/all_15.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_16.html b/doc/api/Chinese/search/all_16.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_16.js b/doc/api/Chinese/search/all_16.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_17.html b/doc/api/Chinese/search/all_17.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_17.js b/doc/api/Chinese/search/all_17.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_18.html b/doc/api/Chinese/search/all_18.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_18.js b/doc/api/Chinese/search/all_18.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_19.html b/doc/api/Chinese/search/all_19.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_19.js b/doc/api/Chinese/search/all_19.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_1a.html b/doc/api/Chinese/search/all_1a.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_1a.js b/doc/api/Chinese/search/all_1a.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_1b.html b/doc/api/Chinese/search/all_1b.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_1b.js b/doc/api/Chinese/search/all_1b.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_2.html b/doc/api/Chinese/search/all_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_2.js b/doc/api/Chinese/search/all_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_3.html b/doc/api/Chinese/search/all_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_3.js b/doc/api/Chinese/search/all_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_4.html b/doc/api/Chinese/search/all_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_4.js b/doc/api/Chinese/search/all_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_5.html b/doc/api/Chinese/search/all_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_5.js b/doc/api/Chinese/search/all_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_6.html b/doc/api/Chinese/search/all_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_6.js b/doc/api/Chinese/search/all_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_7.html b/doc/api/Chinese/search/all_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_7.js b/doc/api/Chinese/search/all_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_8.html b/doc/api/Chinese/search/all_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_8.js b/doc/api/Chinese/search/all_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_9.html b/doc/api/Chinese/search/all_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_9.js b/doc/api/Chinese/search/all_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_a.html b/doc/api/Chinese/search/all_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_a.js b/doc/api/Chinese/search/all_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_b.html b/doc/api/Chinese/search/all_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_b.js b/doc/api/Chinese/search/all_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_c.html b/doc/api/Chinese/search/all_c.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_c.js b/doc/api/Chinese/search/all_c.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_d.html b/doc/api/Chinese/search/all_d.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_d.js b/doc/api/Chinese/search/all_d.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_e.html b/doc/api/Chinese/search/all_e.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_e.js b/doc/api/Chinese/search/all_e.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_f.html b/doc/api/Chinese/search/all_f.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/all_f.js b/doc/api/Chinese/search/all_f.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_0.html b/doc/api/Chinese/search/classes_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_0.js b/doc/api/Chinese/search/classes_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_1.html b/doc/api/Chinese/search/classes_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_1.js b/doc/api/Chinese/search/classes_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_2.html b/doc/api/Chinese/search/classes_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_2.js b/doc/api/Chinese/search/classes_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_3.html b/doc/api/Chinese/search/classes_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_3.js b/doc/api/Chinese/search/classes_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_4.html b/doc/api/Chinese/search/classes_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_4.js b/doc/api/Chinese/search/classes_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_5.html b/doc/api/Chinese/search/classes_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_5.js b/doc/api/Chinese/search/classes_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_6.html b/doc/api/Chinese/search/classes_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_6.js b/doc/api/Chinese/search/classes_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_7.html b/doc/api/Chinese/search/classes_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_7.js b/doc/api/Chinese/search/classes_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_8.html b/doc/api/Chinese/search/classes_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_8.js b/doc/api/Chinese/search/classes_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_9.html b/doc/api/Chinese/search/classes_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_9.js b/doc/api/Chinese/search/classes_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_a.html b/doc/api/Chinese/search/classes_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_a.js b/doc/api/Chinese/search/classes_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_b.html b/doc/api/Chinese/search/classes_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/classes_b.js b/doc/api/Chinese/search/classes_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/close.png b/doc/api/Chinese/search/close.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_0.html b/doc/api/Chinese/search/defines_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_0.js b/doc/api/Chinese/search/defines_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_1.html b/doc/api/Chinese/search/defines_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_1.js b/doc/api/Chinese/search/defines_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_2.html b/doc/api/Chinese/search/defines_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_2.js b/doc/api/Chinese/search/defines_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_3.html b/doc/api/Chinese/search/defines_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_3.js b/doc/api/Chinese/search/defines_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_4.html b/doc/api/Chinese/search/defines_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_4.js b/doc/api/Chinese/search/defines_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_5.html b/doc/api/Chinese/search/defines_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_5.js b/doc/api/Chinese/search/defines_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_6.html b/doc/api/Chinese/search/defines_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/defines_6.js b/doc/api/Chinese/search/defines_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enums_0.html b/doc/api/Chinese/search/enums_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enums_0.js b/doc/api/Chinese/search/enums_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_0.html b/doc/api/Chinese/search/enumvalues_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_0.js b/doc/api/Chinese/search/enumvalues_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_1.html b/doc/api/Chinese/search/enumvalues_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_1.js b/doc/api/Chinese/search/enumvalues_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_2.html b/doc/api/Chinese/search/enumvalues_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_2.js b/doc/api/Chinese/search/enumvalues_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_3.html b/doc/api/Chinese/search/enumvalues_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_3.js b/doc/api/Chinese/search/enumvalues_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_4.html b/doc/api/Chinese/search/enumvalues_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_4.js b/doc/api/Chinese/search/enumvalues_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_5.html b/doc/api/Chinese/search/enumvalues_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_5.js b/doc/api/Chinese/search/enumvalues_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_6.html b/doc/api/Chinese/search/enumvalues_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/enumvalues_6.js b/doc/api/Chinese/search/enumvalues_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_0.html b/doc/api/Chinese/search/files_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_0.js b/doc/api/Chinese/search/files_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_1.html b/doc/api/Chinese/search/files_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_1.js b/doc/api/Chinese/search/files_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_2.html b/doc/api/Chinese/search/files_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_2.js b/doc/api/Chinese/search/files_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_3.html b/doc/api/Chinese/search/files_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_3.js b/doc/api/Chinese/search/files_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_4.html b/doc/api/Chinese/search/files_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_4.js b/doc/api/Chinese/search/files_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_5.html b/doc/api/Chinese/search/files_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_5.js b/doc/api/Chinese/search/files_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_6.html b/doc/api/Chinese/search/files_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_6.js b/doc/api/Chinese/search/files_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_7.html b/doc/api/Chinese/search/files_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_7.js b/doc/api/Chinese/search/files_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_8.html b/doc/api/Chinese/search/files_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_8.js b/doc/api/Chinese/search/files_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_9.html b/doc/api/Chinese/search/files_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_9.js b/doc/api/Chinese/search/files_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_a.html b/doc/api/Chinese/search/files_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_a.js b/doc/api/Chinese/search/files_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_b.html b/doc/api/Chinese/search/files_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/files_b.js b/doc/api/Chinese/search/files_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_0.html b/doc/api/Chinese/search/functions_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_0.js b/doc/api/Chinese/search/functions_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_1.html b/doc/api/Chinese/search/functions_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_1.js b/doc/api/Chinese/search/functions_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_10.html b/doc/api/Chinese/search/functions_10.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_10.js b/doc/api/Chinese/search/functions_10.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_11.html b/doc/api/Chinese/search/functions_11.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_11.js b/doc/api/Chinese/search/functions_11.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_12.html b/doc/api/Chinese/search/functions_12.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_12.js b/doc/api/Chinese/search/functions_12.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_13.html b/doc/api/Chinese/search/functions_13.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_13.js b/doc/api/Chinese/search/functions_13.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_14.html b/doc/api/Chinese/search/functions_14.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_14.js b/doc/api/Chinese/search/functions_14.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_2.html b/doc/api/Chinese/search/functions_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_2.js b/doc/api/Chinese/search/functions_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_3.html b/doc/api/Chinese/search/functions_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_3.js b/doc/api/Chinese/search/functions_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_4.html b/doc/api/Chinese/search/functions_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_4.js b/doc/api/Chinese/search/functions_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_5.html b/doc/api/Chinese/search/functions_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_5.js b/doc/api/Chinese/search/functions_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_6.html b/doc/api/Chinese/search/functions_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_6.js b/doc/api/Chinese/search/functions_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_7.html b/doc/api/Chinese/search/functions_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_7.js b/doc/api/Chinese/search/functions_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_8.html b/doc/api/Chinese/search/functions_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_8.js b/doc/api/Chinese/search/functions_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_9.html b/doc/api/Chinese/search/functions_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_9.js b/doc/api/Chinese/search/functions_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_a.html b/doc/api/Chinese/search/functions_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_a.js b/doc/api/Chinese/search/functions_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_b.html b/doc/api/Chinese/search/functions_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_b.js b/doc/api/Chinese/search/functions_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_c.html b/doc/api/Chinese/search/functions_c.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_c.js b/doc/api/Chinese/search/functions_c.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_d.html b/doc/api/Chinese/search/functions_d.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_d.js b/doc/api/Chinese/search/functions_d.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_e.html b/doc/api/Chinese/search/functions_e.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_e.js b/doc/api/Chinese/search/functions_e.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_f.html b/doc/api/Chinese/search/functions_f.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/functions_f.js b/doc/api/Chinese/search/functions_f.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/mag_sel.png b/doc/api/Chinese/search/mag_sel.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/namespaces_0.html b/doc/api/Chinese/search/namespaces_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/namespaces_0.js b/doc/api/Chinese/search/namespaces_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/nomatches.html b/doc/api/Chinese/search/nomatches.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/pages_0.html b/doc/api/Chinese/search/pages_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/pages_0.js b/doc/api/Chinese/search/pages_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_0.html b/doc/api/Chinese/search/related_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_0.js b/doc/api/Chinese/search/related_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_1.html b/doc/api/Chinese/search/related_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_1.js b/doc/api/Chinese/search/related_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_2.html b/doc/api/Chinese/search/related_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_2.js b/doc/api/Chinese/search/related_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_3.html b/doc/api/Chinese/search/related_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_3.js b/doc/api/Chinese/search/related_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_4.html b/doc/api/Chinese/search/related_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_4.js b/doc/api/Chinese/search/related_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_5.html b/doc/api/Chinese/search/related_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/related_5.js b/doc/api/Chinese/search/related_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/search.css b/doc/api/Chinese/search/search.css
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/search.js b/doc/api/Chinese/search/search.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/search_l.png b/doc/api/Chinese/search/search_l.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/search_m.png b/doc/api/Chinese/search/search_m.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/search_r.png b/doc/api/Chinese/search/search_r.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/searchdata.js b/doc/api/Chinese/search/searchdata.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_0.html b/doc/api/Chinese/search/typedefs_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_0.js b/doc/api/Chinese/search/typedefs_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_1.html b/doc/api/Chinese/search/typedefs_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_1.js b/doc/api/Chinese/search/typedefs_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_2.html b/doc/api/Chinese/search/typedefs_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_2.js b/doc/api/Chinese/search/typedefs_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_3.html b/doc/api/Chinese/search/typedefs_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_3.js b/doc/api/Chinese/search/typedefs_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_4.html b/doc/api/Chinese/search/typedefs_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_4.js b/doc/api/Chinese/search/typedefs_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_5.html b/doc/api/Chinese/search/typedefs_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_5.js b/doc/api/Chinese/search/typedefs_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_6.html b/doc/api/Chinese/search/typedefs_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_6.js b/doc/api/Chinese/search/typedefs_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_7.html b/doc/api/Chinese/search/typedefs_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_7.js b/doc/api/Chinese/search/typedefs_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_8.html b/doc/api/Chinese/search/typedefs_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_8.js b/doc/api/Chinese/search/typedefs_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_9.html b/doc/api/Chinese/search/typedefs_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/typedefs_9.js b/doc/api/Chinese/search/typedefs_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_0.html b/doc/api/Chinese/search/variables_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_0.js b/doc/api/Chinese/search/variables_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_1.html b/doc/api/Chinese/search/variables_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_1.js b/doc/api/Chinese/search/variables_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_10.html b/doc/api/Chinese/search/variables_10.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_10.js b/doc/api/Chinese/search/variables_10.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_11.html b/doc/api/Chinese/search/variables_11.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_11.js b/doc/api/Chinese/search/variables_11.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_12.html b/doc/api/Chinese/search/variables_12.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_12.js b/doc/api/Chinese/search/variables_12.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_13.html b/doc/api/Chinese/search/variables_13.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_13.js b/doc/api/Chinese/search/variables_13.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_14.html b/doc/api/Chinese/search/variables_14.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_14.js b/doc/api/Chinese/search/variables_14.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_15.html b/doc/api/Chinese/search/variables_15.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_15.js b/doc/api/Chinese/search/variables_15.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_16.html b/doc/api/Chinese/search/variables_16.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_16.js b/doc/api/Chinese/search/variables_16.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_2.html b/doc/api/Chinese/search/variables_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_2.js b/doc/api/Chinese/search/variables_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_3.html b/doc/api/Chinese/search/variables_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_3.js b/doc/api/Chinese/search/variables_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_4.html b/doc/api/Chinese/search/variables_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_4.js b/doc/api/Chinese/search/variables_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_5.html b/doc/api/Chinese/search/variables_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_5.js b/doc/api/Chinese/search/variables_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_6.html b/doc/api/Chinese/search/variables_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_6.js b/doc/api/Chinese/search/variables_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_7.html b/doc/api/Chinese/search/variables_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_7.js b/doc/api/Chinese/search/variables_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_8.html b/doc/api/Chinese/search/variables_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_8.js b/doc/api/Chinese/search/variables_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_9.html b/doc/api/Chinese/search/variables_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_9.js b/doc/api/Chinese/search/variables_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_a.html b/doc/api/Chinese/search/variables_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_a.js b/doc/api/Chinese/search/variables_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_b.html b/doc/api/Chinese/search/variables_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_b.js b/doc/api/Chinese/search/variables_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_c.html b/doc/api/Chinese/search/variables_c.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_c.js b/doc/api/Chinese/search/variables_c.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_d.html b/doc/api/Chinese/search/variables_d.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_d.js b/doc/api/Chinese/search/variables_d.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_e.html b/doc/api/Chinese/search/variables_e.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_e.js b/doc/api/Chinese/search/variables_e.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_f.html b/doc/api/Chinese/search/variables_f.html
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/search/variables_f.js b/doc/api/Chinese/search/variables_f.js
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/splitbar.png b/doc/api/Chinese/splitbar.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/structOBAccelValue-members.html b/doc/api/Chinese/structOBAccelValue-members.html
old mode 100644
new mode 100755
index 02c4bce6..4deb67cd
--- a/doc/api/Chinese/structOBAccelValue-members.html
+++ b/doc/api/Chinese/structOBAccelValue-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/Chinese/structOBAccelValue.html b/doc/api/Chinese/structOBAccelValue.html
old mode 100644
new mode 100755
index ce9cc53a..82ce333a
--- a/doc/api/Chinese/structOBAccelValue.html
+++ b/doc/api/Chinese/structOBAccelValue.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -171,7 +171,7 @@
diff --git a/doc/api/Chinese/structOBBoolPropertyRange-members.html b/doc/api/Chinese/structOBBoolPropertyRange-members.html
old mode 100644
new mode 100755
index ee945199..c88fd38c
--- a/doc/api/Chinese/structOBBoolPropertyRange-members.html
+++ b/doc/api/Chinese/structOBBoolPropertyRange-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/Chinese/structOBBoolPropertyRange.html b/doc/api/Chinese/structOBBoolPropertyRange.html
old mode 100644
new mode 100755
index df5d0d83..56812c4e
--- a/doc/api/Chinese/structOBBoolPropertyRange.html
+++ b/doc/api/Chinese/structOBBoolPropertyRange.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/Chinese/structOBCameraDistortion-members.html b/doc/api/Chinese/structOBCameraDistortion-members.html
old mode 100644
new mode 100755
index 26f43f88..aa8a5e64
--- a/doc/api/Chinese/structOBCameraDistortion-members.html
+++ b/doc/api/Chinese/structOBCameraDistortion-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -105,7 +105,7 @@
diff --git a/doc/api/Chinese/structOBCameraDistortion.html b/doc/api/Chinese/structOBCameraDistortion.html
old mode 100644
new mode 100755
index 799dfa0a..95b9f3ed
--- a/doc/api/Chinese/structOBCameraDistortion.html
+++ b/doc/api/Chinese/structOBCameraDistortion.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -266,7 +266,7 @@
diff --git a/doc/api/Chinese/structOBCameraIntrinsic-members.html b/doc/api/Chinese/structOBCameraIntrinsic-members.html
old mode 100644
new mode 100755
index 5057133f..015b1e7c
--- a/doc/api/Chinese/structOBCameraIntrinsic-members.html
+++ b/doc/api/Chinese/structOBCameraIntrinsic-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -103,7 +103,7 @@
diff --git a/doc/api/Chinese/structOBCameraIntrinsic.html b/doc/api/Chinese/structOBCameraIntrinsic.html
old mode 100644
new mode 100755
index 5524c9fb..73808473
--- a/doc/api/Chinese/structOBCameraIntrinsic.html
+++ b/doc/api/Chinese/structOBCameraIntrinsic.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -228,7 +228,7 @@
diff --git a/doc/api/Chinese/structOBCameraParam-members.html b/doc/api/Chinese/structOBCameraParam-members.html
old mode 100644
new mode 100755
index 151442ad..0e66e666
--- a/doc/api/Chinese/structOBCameraParam-members.html
+++ b/doc/api/Chinese/structOBCameraParam-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -103,7 +103,7 @@
diff --git a/doc/api/Chinese/structOBCameraParam.html b/doc/api/Chinese/structOBCameraParam.html
old mode 100644
new mode 100755
index be83169b..98808488
--- a/doc/api/Chinese/structOBCameraParam.html
+++ b/doc/api/Chinese/structOBCameraParam.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -228,7 +228,7 @@
diff --git a/doc/api/Chinese/structOBCameraParam__V0-members.html b/doc/api/Chinese/structOBCameraParam__V0-members.html
old mode 100644
new mode 100755
index a536280b..1f80ba8a
--- a/doc/api/Chinese/structOBCameraParam__V0-members.html
+++ b/doc/api/Chinese/structOBCameraParam__V0-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/Chinese/structOBCameraParam__V0.html b/doc/api/Chinese/structOBCameraParam__V0.html
old mode 100644
new mode 100755
index e37fb85d..99e9c346
--- a/doc/api/Chinese/structOBCameraParam__V0.html
+++ b/doc/api/Chinese/structOBCameraParam__V0.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/Chinese/structOBColorPoint-members.html b/doc/api/Chinese/structOBColorPoint-members.html
old mode 100644
new mode 100755
index 4837731c..e7b3faf9
--- a/doc/api/Chinese/structOBColorPoint-members.html
+++ b/doc/api/Chinese/structOBColorPoint-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -103,7 +103,7 @@
diff --git a/doc/api/Chinese/structOBColorPoint.html b/doc/api/Chinese/structOBColorPoint.html
old mode 100644
new mode 100755
index cce155d2..3a1a2d64
--- a/doc/api/Chinese/structOBColorPoint.html
+++ b/doc/api/Chinese/structOBColorPoint.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -228,7 +228,7 @@
diff --git a/doc/api/Chinese/structOBCompressionParams-members.html b/doc/api/Chinese/structOBCompressionParams-members.html
old mode 100644
new mode 100755
index 9248e1e0..0832b079
--- a/doc/api/Chinese/structOBCompressionParams-members.html
+++ b/doc/api/Chinese/structOBCompressionParams-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -98,7 +98,7 @@
diff --git a/doc/api/Chinese/structOBCompressionParams.html b/doc/api/Chinese/structOBCompressionParams.html
old mode 100644
new mode 100755
index 8a6a4b56..4c3b8098
--- a/doc/api/Chinese/structOBCompressionParams.html
+++ b/doc/api/Chinese/structOBCompressionParams.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -131,7 +131,7 @@
diff --git a/doc/api/Chinese/structOBD2CTransform-members.html b/doc/api/Chinese/structOBD2CTransform-members.html
old mode 100644
new mode 100755
index 81d521a2..c6792921
--- a/doc/api/Chinese/structOBD2CTransform-members.html
+++ b/doc/api/Chinese/structOBD2CTransform-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/Chinese/structOBD2CTransform.html b/doc/api/Chinese/structOBD2CTransform.html
old mode 100644
new mode 100755
index 0f134ba4..7fb0605c
--- a/doc/api/Chinese/structOBD2CTransform.html
+++ b/doc/api/Chinese/structOBD2CTransform.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/Chinese/structOBDataBundle-members.html b/doc/api/Chinese/structOBDataBundle-members.html
old mode 100644
new mode 100755
index cab4d035..c9136c04
--- a/doc/api/Chinese/structOBDataBundle-members.html
+++ b/doc/api/Chinese/structOBDataBundle-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/Chinese/structOBDataBundle.html b/doc/api/Chinese/structOBDataBundle.html
old mode 100644
new mode 100755
index 50abbfcf..0d3c5d14
--- a/doc/api/Chinese/structOBDataBundle.html
+++ b/doc/api/Chinese/structOBDataBundle.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -219,7 +219,7 @@
diff --git a/doc/api/Chinese/structOBDataChunk-members.html b/doc/api/Chinese/structOBDataChunk-members.html
old mode 100644
new mode 100755
index 8fb8d6bc..363f0bc4
--- a/doc/api/Chinese/structOBDataChunk-members.html
+++ b/doc/api/Chinese/structOBDataChunk-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/Chinese/structOBDataChunk.html b/doc/api/Chinese/structOBDataChunk.html
old mode 100644
new mode 100755
index a053b2ec..98980da4
--- a/doc/api/Chinese/structOBDataChunk.html
+++ b/doc/api/Chinese/structOBDataChunk.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -190,7 +190,7 @@
diff --git a/doc/api/Chinese/structOBDepthWorkMode-members.html b/doc/api/Chinese/structOBDepthWorkMode-members.html
old mode 100644
new mode 100755
index cee27efb..65d1807d
--- a/doc/api/Chinese/structOBDepthWorkMode-members.html
+++ b/doc/api/Chinese/structOBDepthWorkMode-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/Chinese/structOBDepthWorkMode.html b/doc/api/Chinese/structOBDepthWorkMode.html
old mode 100644
new mode 100755
index 0b19fe9e..98b387d2
--- a/doc/api/Chinese/structOBDepthWorkMode.html
+++ b/doc/api/Chinese/structOBDepthWorkMode.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/Chinese/structOBDeviceSyncConfig-members.html b/doc/api/Chinese/structOBDeviceSyncConfig-members.html
old mode 100644
new mode 100755
index 49cdeb21..81811bf5
--- a/doc/api/Chinese/structOBDeviceSyncConfig-members.html
+++ b/doc/api/Chinese/structOBDeviceSyncConfig-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -104,7 +104,7 @@
diff --git a/doc/api/Chinese/structOBDeviceSyncConfig.html b/doc/api/Chinese/structOBDeviceSyncConfig.html
old mode 100644
new mode 100755
index 7ea92076..b0683bc5
--- a/doc/api/Chinese/structOBDeviceSyncConfig.html
+++ b/doc/api/Chinese/structOBDeviceSyncConfig.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -254,7 +254,7 @@
diff --git a/doc/api/Chinese/structOBDeviceTemperature-members.html b/doc/api/Chinese/structOBDeviceTemperature-members.html
old mode 100644
new mode 100755
index 22ed8905..b8cf6b94
--- a/doc/api/Chinese/structOBDeviceTemperature-members.html
+++ b/doc/api/Chinese/structOBDeviceTemperature-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/Chinese/structOBDeviceTemperature.html b/doc/api/Chinese/structOBDeviceTemperature.html
old mode 100644
new mode 100755
index f9ced2c6..2e0564e4
--- a/doc/api/Chinese/structOBDeviceTemperature.html
+++ b/doc/api/Chinese/structOBDeviceTemperature.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -323,7 +323,7 @@
diff --git a/doc/api/Chinese/structOBFloatPropertyRange-members.html b/doc/api/Chinese/structOBFloatPropertyRange-members.html
old mode 100644
new mode 100755
index 32b7efff..e0c8249e
--- a/doc/api/Chinese/structOBFloatPropertyRange-members.html
+++ b/doc/api/Chinese/structOBFloatPropertyRange-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/Chinese/structOBFloatPropertyRange.html b/doc/api/Chinese/structOBFloatPropertyRange.html
old mode 100644
new mode 100755
index 59b2bca6..f04e6cef
--- a/doc/api/Chinese/structOBFloatPropertyRange.html
+++ b/doc/api/Chinese/structOBFloatPropertyRange.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/Chinese/structOBIntPropertyRange-members.html b/doc/api/Chinese/structOBIntPropertyRange-members.html
old mode 100644
new mode 100755
index c05bf0be..591fc726
--- a/doc/api/Chinese/structOBIntPropertyRange-members.html
+++ b/doc/api/Chinese/structOBIntPropertyRange-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/Chinese/structOBIntPropertyRange.html b/doc/api/Chinese/structOBIntPropertyRange.html
old mode 100644
new mode 100755
index 5796ebe6..a6404c83
--- a/doc/api/Chinese/structOBIntPropertyRange.html
+++ b/doc/api/Chinese/structOBIntPropertyRange.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/Chinese/structOBNetIpConfig-members.html b/doc/api/Chinese/structOBNetIpConfig-members.html
old mode 100644
new mode 100755
index e1134cfd..d3dfb386
--- a/doc/api/Chinese/structOBNetIpConfig-members.html
+++ b/doc/api/Chinese/structOBNetIpConfig-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/Chinese/structOBNetIpConfig.html b/doc/api/Chinese/structOBNetIpConfig.html
old mode 100644
new mode 100755
index 7bf8f651..6b5df42d
--- a/doc/api/Chinese/structOBNetIpConfig.html
+++ b/doc/api/Chinese/structOBNetIpConfig.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -191,7 +191,7 @@
diff --git a/doc/api/Chinese/structOBPoint-members.html b/doc/api/Chinese/structOBPoint-members.html
old mode 100644
new mode 100755
index 4658f49b..c4fe32c6
--- a/doc/api/Chinese/structOBPoint-members.html
+++ b/doc/api/Chinese/structOBPoint-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/Chinese/structOBPoint.html b/doc/api/Chinese/structOBPoint.html
old mode 100644
new mode 100755
index deb68318..41e46d3d
--- a/doc/api/Chinese/structOBPoint.html
+++ b/doc/api/Chinese/structOBPoint.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -171,7 +171,7 @@
diff --git a/doc/api/Chinese/structOBPropertyItem-members.html b/doc/api/Chinese/structOBPropertyItem-members.html
old mode 100644
new mode 100755
index 38b8abdb..e2f50ab5
--- a/doc/api/Chinese/structOBPropertyItem-members.html
+++ b/doc/api/Chinese/structOBPropertyItem-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/Chinese/structOBPropertyItem.html b/doc/api/Chinese/structOBPropertyItem.html
old mode 100644
new mode 100755
index b030586c..b9297f75
--- a/doc/api/Chinese/structOBPropertyItem.html
+++ b/doc/api/Chinese/structOBPropertyItem.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -182,7 +182,7 @@
diff --git a/doc/api/Chinese/structOBProtocolVersion-members.html b/doc/api/Chinese/structOBProtocolVersion-members.html
old mode 100644
new mode 100755
index 985995b5..c451733d
--- a/doc/api/Chinese/structOBProtocolVersion-members.html
+++ b/doc/api/Chinese/structOBProtocolVersion-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/Chinese/structOBProtocolVersion.html b/doc/api/Chinese/structOBProtocolVersion.html
old mode 100644
new mode 100755
index 3a49b600..7dc21304
--- a/doc/api/Chinese/structOBProtocolVersion.html
+++ b/doc/api/Chinese/structOBProtocolVersion.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -171,7 +171,7 @@
diff --git a/doc/api/Chinese/structOBRect-members.html b/doc/api/Chinese/structOBRect-members.html
old mode 100644
new mode 100755
index 4f9562d6..abaaf071
--- a/doc/api/Chinese/structOBRect-members.html
+++ b/doc/api/Chinese/structOBRect-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/Chinese/structOBRect.html b/doc/api/Chinese/structOBRect.html
old mode 100644
new mode 100755
index 09b4cbe5..854287c0
--- a/doc/api/Chinese/structOBRect.html
+++ b/doc/api/Chinese/structOBRect.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -190,7 +190,7 @@
diff --git a/doc/api/Chinese/structOBTofExposureThresholdControl-members.html b/doc/api/Chinese/structOBTofExposureThresholdControl-members.html
old mode 100644
new mode 100755
index 0bce2f73..455b0444
--- a/doc/api/Chinese/structOBTofExposureThresholdControl-members.html
+++ b/doc/api/Chinese/structOBTofExposureThresholdControl-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/Chinese/structOBTofExposureThresholdControl.html b/doc/api/Chinese/structOBTofExposureThresholdControl.html
old mode 100644
new mode 100755
index 1d5b0dce..ec66218e
--- a/doc/api/Chinese/structOBTofExposureThresholdControl.html
+++ b/doc/api/Chinese/structOBTofExposureThresholdControl.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/Chinese/structob__device__timestamp__reset__config-members.html b/doc/api/Chinese/structob__device__timestamp__reset__config-members.html
old mode 100644
new mode 100755
index 8c2197c2..2ee137a6
--- a/doc/api/Chinese/structob__device__timestamp__reset__config-members.html
+++ b/doc/api/Chinese/structob__device__timestamp__reset__config-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/Chinese/structob__device__timestamp__reset__config.html b/doc/api/Chinese/structob__device__timestamp__reset__config.html
old mode 100644
new mode 100755
index b97d5ab0..943c82af
--- a/doc/api/Chinese/structob__device__timestamp__reset__config.html
+++ b/doc/api/Chinese/structob__device__timestamp__reset__config.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -174,7 +174,7 @@
diff --git a/doc/api/Chinese/structob__error-members.html b/doc/api/Chinese/structob__error-members.html
old mode 100644
new mode 100755
index b3e4a206..a31f9a96
--- a/doc/api/Chinese/structob__error-members.html
+++ b/doc/api/Chinese/structob__error-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/Chinese/structob__error.html b/doc/api/Chinese/structob__error.html
old mode 100644
new mode 100755
index 3e3a8774..19a0956d
--- a/doc/api/Chinese/structob__error.html
+++ b/doc/api/Chinese/structob__error.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/Chinese/structob__margin__filter__config-members.html b/doc/api/Chinese/structob__margin__filter__config-members.html
old mode 100644
new mode 100755
index 586cd04c..2b8efe49
--- a/doc/api/Chinese/structob__margin__filter__config-members.html
+++ b/doc/api/Chinese/structob__margin__filter__config-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -104,7 +104,7 @@
diff --git a/doc/api/Chinese/structob__margin__filter__config.html b/doc/api/Chinese/structob__margin__filter__config.html
old mode 100644
new mode 100755
index 8871c656..8fa75362
--- a/doc/api/Chinese/structob__margin__filter__config.html
+++ b/doc/api/Chinese/structob__margin__filter__config.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -247,7 +247,7 @@
diff --git a/doc/api/Chinese/structob__multi__device__sync__config-members.html b/doc/api/Chinese/structob__multi__device__sync__config-members.html
old mode 100644
new mode 100755
index c5cf3634..992bce79
--- a/doc/api/Chinese/structob__multi__device__sync__config-members.html
+++ b/doc/api/Chinese/structob__multi__device__sync__config-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -104,7 +104,7 @@
diff --git a/doc/api/Chinese/structob__multi__device__sync__config.html b/doc/api/Chinese/structob__multi__device__sync__config.html
old mode 100644
new mode 100755
index ec1324a0..ac9f5725
--- a/doc/api/Chinese/structob__multi__device__sync__config.html
+++ b/doc/api/Chinese/structob__multi__device__sync__config.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: 奥比中光 3D 相机开发套件
|
@@ -258,7 +258,7 @@
diff --git a/doc/api/Chinese/sync_off.png b/doc/api/Chinese/sync_off.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/sync_on.png b/doc/api/Chinese/sync_on.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/tab_a.png b/doc/api/Chinese/tab_a.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/tab_b.png b/doc/api/Chinese/tab_b.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/tab_h.png b/doc/api/Chinese/tab_h.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/tab_s.png b/doc/api/Chinese/tab_s.png
old mode 100644
new mode 100755
diff --git a/doc/api/Chinese/tabs.css b/doc/api/Chinese/tabs.css
old mode 100644
new mode 100755
diff --git a/doc/api/English/Context_8h.html b/doc/api/English/Context_8h.html
old mode 100644
new mode 100755
index 1e6df4be..96ed44ae
--- a/doc/api/English/Context_8h.html
+++ b/doc/api/English/Context_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -785,7 +785,7 @@
diff --git a/doc/api/English/Context_8h_source.html b/doc/api/English/Context_8h_source.html
old mode 100644
new mode 100755
index 599c371d..a80374ff
--- a/doc/api/English/Context_8h_source.html
+++ b/doc/api/English/Context_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -119,7 +119,7 @@
diff --git a/doc/api/English/Context_8hpp.html b/doc/api/English/Context_8hpp.html
old mode 100644
new mode 100755
index 143814ac..7619f2ef
--- a/doc/api/English/Context_8hpp.html
+++ b/doc/api/English/Context_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index ef939bef..961c6218
--- a/doc/api/English/Context_8hpp_source.html
+++ b/doc/api/English/Context_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/English/Device_8h.html b/doc/api/English/Device_8h.html
old mode 100644
new mode 100755
index e8219523..52c16f52
--- a/doc/api/English/Device_8h.html
+++ b/doc/api/English/Device_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -4113,7 +4113,7 @@
diff --git a/doc/api/English/Device_8h_source.html b/doc/api/English/Device_8h_source.html
old mode 100644
new mode 100755
index a1e75cc7..6177d2c8
--- a/doc/api/English/Device_8h_source.html
+++ b/doc/api/English/Device_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -213,7 +213,7 @@
diff --git a/doc/api/English/Device_8hpp.html b/doc/api/English/Device_8hpp.html
old mode 100644
new mode 100755
index 34b69041..e54e0164
--- a/doc/api/English/Device_8hpp.html
+++ b/doc/api/English/Device_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -160,7 +160,7 @@
diff --git a/doc/api/English/Device_8hpp_source.html b/doc/api/English/Device_8hpp_source.html
old mode 100644
new mode 100755
index 809c530c..2e3981d8
--- a/doc/api/English/Device_8hpp_source.html
+++ b/doc/api/English/Device_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -136,7 +136,7 @@
diff --git a/doc/api/English/Error_8h.html b/doc/api/English/Error_8h.html
old mode 100644
new mode 100755
index 6e30853a..6b269dbb
--- a/doc/api/English/Error_8h.html
+++ b/doc/api/English/Error_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -280,7 +280,7 @@
diff --git a/doc/api/English/Error_8h_source.html b/doc/api/English/Error_8h_source.html
old mode 100644
new mode 100755
index 345e5766..7a5df7c3
--- a/doc/api/English/Error_8h_source.html
+++ b/doc/api/English/Error_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -106,7 +106,7 @@
diff --git a/doc/api/English/Error_8hpp.html b/doc/api/English/Error_8hpp.html
old mode 100644
new mode 100755
index 209c97b1..4f836361
--- a/doc/api/English/Error_8hpp.html
+++ b/doc/api/English/Error_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -121,7 +121,7 @@
diff --git a/doc/api/English/Error_8hpp_source.html b/doc/api/English/Error_8hpp_source.html
old mode 100644
new mode 100755
index 07c615f1..c59dc072
--- a/doc/api/English/Error_8hpp_source.html
+++ b/doc/api/English/Error_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/English/Filter_8h.html b/doc/api/English/Filter_8h.html
old mode 100644
new mode 100755
index 6bc8d140..d4260ca1
--- a/doc/api/English/Filter_8h.html
+++ b/doc/api/English/Filter_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -812,7 +812,7 @@
diff --git a/doc/api/English/Filter_8h_source.html b/doc/api/English/Filter_8h_source.html
old mode 100644
new mode 100755
index f695af72..d40bc0fd
--- a/doc/api/English/Filter_8h_source.html
+++ b/doc/api/English/Filter_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -123,7 +123,7 @@
diff --git a/doc/api/English/Filter_8hpp.html b/doc/api/English/Filter_8hpp.html
old mode 100644
new mode 100755
index d86a85da..04d393ef
--- a/doc/api/English/Filter_8hpp.html
+++ b/doc/api/English/Filter_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -142,7 +142,7 @@
diff --git a/doc/api/English/Filter_8hpp_source.html b/doc/api/English/Filter_8hpp_source.html
old mode 100644
new mode 100755
index a1494815..c504e5a0
--- a/doc/api/English/Filter_8hpp_source.html
+++ b/doc/api/English/Filter_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -112,7 +112,7 @@
diff --git a/doc/api/English/Frame_8h.html b/doc/api/English/Frame_8h.html
old mode 100644
new mode 100755
index be40dcd7..70b2e4ed
--- a/doc/api/English/Frame_8h.html
+++ b/doc/api/English/Frame_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -1618,7 +1618,7 @@
diff --git a/doc/api/English/Frame_8h_source.html b/doc/api/English/Frame_8h_source.html
old mode 100644
new mode 100755
index f2fffdcc..a4304cab
--- a/doc/api/English/Frame_8h_source.html
+++ b/doc/api/English/Frame_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -140,7 +140,7 @@
diff --git a/doc/api/English/Frame_8hpp.html b/doc/api/English/Frame_8hpp.html
old mode 100644
new mode 100755
index ad3077ba..953cde08
--- a/doc/api/English/Frame_8hpp.html
+++ b/doc/api/English/Frame_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -154,7 +154,7 @@
diff --git a/doc/api/English/Frame_8hpp_source.html b/doc/api/English/Frame_8hpp_source.html
old mode 100644
new mode 100755
index 61cc7156..5bc05b6a
--- a/doc/api/English/Frame_8hpp_source.html
+++ b/doc/api/English/Frame_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -131,7 +131,7 @@
diff --git a/doc/api/English/MultipleDevices_8h.html b/doc/api/English/MultipleDevices_8h.html
old mode 100644
new mode 100755
index 05570b9a..13e02535
--- a/doc/api/English/MultipleDevices_8h.html
+++ b/doc/api/English/MultipleDevices_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -474,7 +474,7 @@
diff --git a/doc/api/English/MultipleDevices_8h_source.html b/doc/api/English/MultipleDevices_8h_source.html
old mode 100644
new mode 100755
index 197c69fc..92821123
--- a/doc/api/English/MultipleDevices_8h_source.html
+++ b/doc/api/English/MultipleDevices_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -110,7 +110,7 @@
diff --git a/doc/api/English/ObSensor_8h.html b/doc/api/English/ObSensor_8h.html
old mode 100644
new mode 100755
index 65a017ce..1b372894
--- a/doc/api/English/ObSensor_8h.html
+++ b/doc/api/English/ObSensor_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -117,7 +117,7 @@
diff --git a/doc/api/English/ObSensor_8h_source.html b/doc/api/English/ObSensor_8h_source.html
old mode 100644
new mode 100755
index 2d0a1bf1..28e47391
--- a/doc/api/English/ObSensor_8h_source.html
+++ b/doc/api/English/ObSensor_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/English/ObSensor_8hpp.html b/doc/api/English/ObSensor_8hpp.html
old mode 100644
new mode 100755
index a076a24a..5290dada
--- a/doc/api/English/ObSensor_8hpp.html
+++ b/doc/api/English/ObSensor_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -116,7 +116,7 @@
diff --git a/doc/api/English/ObSensor_8hpp_source.html b/doc/api/English/ObSensor_8hpp_source.html
old mode 100644
new mode 100755
index 0a9bd952..60d11784
--- a/doc/api/English/ObSensor_8hpp_source.html
+++ b/doc/api/English/ObSensor_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -107,7 +107,7 @@
diff --git a/doc/api/English/ObTypes_8h.html b/doc/api/English/ObTypes_8h.html
old mode 100644
new mode 100755
index ed40b5b3..a84822f5
--- a/doc/api/English/ObTypes_8h.html
+++ b/doc/api/English/ObTypes_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -4526,7 +4526,7 @@
diff --git a/doc/api/English/ObTypes_8h_source.html b/doc/api/English/ObTypes_8h_source.html
old mode 100644
new mode 100755
index 07c2cdd7..b37c49d7
--- a/doc/api/English/ObTypes_8h_source.html
+++ b/doc/api/English/ObTypes_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -660,7 +660,7 @@
diff --git a/doc/api/English/Pipeline_8h.html b/doc/api/English/Pipeline_8h.html
old mode 100644
new mode 100755
index 4e49d6ca..ee9d7b90
--- a/doc/api/English/Pipeline_8h.html
+++ b/doc/api/English/Pipeline_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -1574,7 +1574,7 @@
diff --git a/doc/api/English/Pipeline_8h_source.html b/doc/api/English/Pipeline_8h_source.html
old mode 100644
new mode 100755
index 697f3442..01d3e2fa
--- a/doc/api/English/Pipeline_8h_source.html
+++ b/doc/api/English/Pipeline_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -147,7 +147,7 @@
diff --git a/doc/api/English/Pipeline_8hpp.html b/doc/api/English/Pipeline_8hpp.html
old mode 100644
new mode 100755
index 29a76ae6..232a525d
--- a/doc/api/English/Pipeline_8hpp.html
+++ b/doc/api/English/Pipeline_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 1b98039d..921f7202
--- a/doc/api/English/Pipeline_8hpp_source.html
+++ b/doc/api/English/Pipeline_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -110,7 +110,7 @@
diff --git a/doc/api/English/Property_8h.html b/doc/api/English/Property_8h.html
old mode 100644
new mode 100755
index e30bed7a..635b1abf
--- a/doc/api/English/Property_8h.html
+++ b/doc/api/English/Property_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -813,7 +813,7 @@
diff --git a/doc/api/English/Property_8h_source.html b/doc/api/English/Property_8h_source.html
old mode 100644
new mode 100755
index d8d97f1e..4b88a4a3
--- a/doc/api/English/Property_8h_source.html
+++ b/doc/api/English/Property_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -233,7 +233,7 @@
diff --git a/doc/api/English/RecordPlayback_8h.html b/doc/api/English/RecordPlayback_8h.html
old mode 100644
new mode 100755
index c6250736..8c0261f8
--- a/doc/api/English/RecordPlayback_8h.html
+++ b/doc/api/English/RecordPlayback_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 281d663e..07803268
--- a/doc/api/English/RecordPlayback_8h_source.html
+++ b/doc/api/English/RecordPlayback_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/English/RecordPlayback_8hpp.html b/doc/api/English/RecordPlayback_8hpp.html
old mode 100644
new mode 100755
index caded026..ff2ecc16
--- a/doc/api/English/RecordPlayback_8hpp.html
+++ b/doc/api/English/RecordPlayback_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 031555fe..e869814f
--- a/doc/api/English/RecordPlayback_8hpp_source.html
+++ b/doc/api/English/RecordPlayback_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index bd6a9605..dc89496b
--- a/doc/api/English/Sensor_8h.html
+++ b/doc/api/English/Sensor_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -586,7 +586,7 @@
diff --git a/doc/api/English/Sensor_8h_source.html b/doc/api/English/Sensor_8h_source.html
old mode 100644
new mode 100755
index 89965c9a..89eb87ca
--- a/doc/api/English/Sensor_8h_source.html
+++ b/doc/api/English/Sensor_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -115,7 +115,7 @@
diff --git a/doc/api/English/Sensor_8hpp.html b/doc/api/English/Sensor_8hpp.html
old mode 100644
new mode 100755
index 75f44fe8..6163d12d
--- a/doc/api/English/Sensor_8hpp.html
+++ b/doc/api/English/Sensor_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -131,7 +131,7 @@
diff --git a/doc/api/English/Sensor_8hpp_source.html b/doc/api/English/Sensor_8hpp_source.html
old mode 100644
new mode 100755
index b99d7ae4..266fba46
--- a/doc/api/English/Sensor_8hpp_source.html
+++ b/doc/api/English/Sensor_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -106,7 +106,7 @@
diff --git a/doc/api/English/StreamProfile_8h.html b/doc/api/English/StreamProfile_8h.html
old mode 100644
new mode 100755
index 5911a5e2..4fe7a5ad
--- a/doc/api/English/StreamProfile_8h.html
+++ b/doc/api/English/StreamProfile_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -798,7 +798,7 @@
diff --git a/doc/api/English/StreamProfile_8h_source.html b/doc/api/English/StreamProfile_8h_source.html
old mode 100644
new mode 100755
index 9d3bde0e..6797b55b
--- a/doc/api/English/StreamProfile_8h_source.html
+++ b/doc/api/English/StreamProfile_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -122,7 +122,7 @@
diff --git a/doc/api/English/StreamProfile_8hpp.html b/doc/api/English/StreamProfile_8hpp.html
old mode 100644
new mode 100755
index a91d3a5a..871512d2
--- a/doc/api/English/StreamProfile_8hpp.html
+++ b/doc/api/English/StreamProfile_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index af8c0ce1..544dc676
--- a/doc/api/English/StreamProfile_8hpp_source.html
+++ b/doc/api/English/StreamProfile_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -129,7 +129,7 @@
diff --git a/doc/api/English/Types_8hpp.html b/doc/api/English/Types_8hpp.html
old mode 100644
new mode 100755
index c17e746a..9dcda73a
--- a/doc/api/English/Types_8hpp.html
+++ b/doc/api/English/Types_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 7eff7b66..6a39cbed
--- a/doc/api/English/Types_8hpp_source.html
+++ b/doc/api/English/Types_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 6d8f24cc..e6ea99a4
--- a/doc/api/English/Utils_8h.html
+++ b/doc/api/English/Utils_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -703,7 +703,7 @@
diff --git a/doc/api/English/Utils_8h_source.html b/doc/api/English/Utils_8h_source.html
old mode 100644
new mode 100755
index 5fd5b7cc..10cb8251
--- a/doc/api/English/Utils_8h_source.html
+++ b/doc/api/English/Utils_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 4a465475..cfb7bbeb
--- a/doc/api/English/Utils_8hpp.html
+++ b/doc/api/English/Utils_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 7bac6fd3..e667c0e4
--- a/doc/api/English/Utils_8hpp_source.html
+++ b/doc/api/English/Utils_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 96ca46ad..12c6d802
--- a/doc/api/English/Version_8h.html
+++ b/doc/api/English/Version_8h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index e041c781..61c50319
--- a/doc/api/English/Version_8h_source.html
+++ b/doc/api/English/Version_8h_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index de91c928..5e491a1b
--- a/doc/api/English/Version_8hpp.html
+++ b/doc/api/English/Version_8hpp.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index b28a5c60..d1488462
--- a/doc/api/English/Version_8hpp_source.html
+++ b/doc/api/English/Version_8hpp_source.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index c129f2d4..f468e0fb
--- a/doc/api/English/annotated.html
+++ b/doc/api/English/annotated.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -166,7 +166,7 @@
diff --git a/doc/api/English/arrowdown.png b/doc/api/English/arrowdown.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/arrowright.png b/doc/api/English/arrowright.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/bc_s.png b/doc/api/English/bc_s.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/bdwn.png b/doc/api/English/bdwn.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classes.html b/doc/api/English/classes.html
old mode 100644
new mode 100755
index ad8cb752..175fa09d
--- a/doc/api/English/classes.html
+++ b/doc/api/English/classes.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -133,7 +133,7 @@
diff --git a/doc/api/English/classob_1_1AccelFrame-members.html b/doc/api/English/classob_1_1AccelFrame-members.html
old mode 100644
new mode 100755
index 0e1042f5..f9c09907
--- a/doc/api/English/classob_1_1AccelFrame-members.html
+++ b/doc/api/English/classob_1_1AccelFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -121,7 +121,7 @@
diff --git a/doc/api/English/classob_1_1AccelFrame.html b/doc/api/English/classob_1_1AccelFrame.html
old mode 100644
new mode 100755
index 795e27a0..f8491d71
--- a/doc/api/English/classob_1_1AccelFrame.html
+++ b/doc/api/English/classob_1_1AccelFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -297,7 +297,7 @@
diff --git a/doc/api/English/classob_1_1AccelFrame.png b/doc/api/English/classob_1_1AccelFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1AccelStreamProfile-members.html b/doc/api/English/classob_1_1AccelStreamProfile-members.html
old mode 100644
new mode 100755
index 463688d5..165bb861
--- a/doc/api/English/classob_1_1AccelStreamProfile-members.html
+++ b/doc/api/English/classob_1_1AccelStreamProfile-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/English/classob_1_1AccelStreamProfile.html b/doc/api/English/classob_1_1AccelStreamProfile.html
old mode 100644
new mode 100755
index 39660724..8e0eb77a
--- a/doc/api/English/classob_1_1AccelStreamProfile.html
+++ b/doc/api/English/classob_1_1AccelStreamProfile.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -276,7 +276,7 @@
diff --git a/doc/api/English/classob_1_1AccelStreamProfile.png b/doc/api/English/classob_1_1AccelStreamProfile.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1CameraParamList-members.html b/doc/api/English/classob_1_1CameraParamList-members.html
old mode 100644
new mode 100755
index d3adb6b7..4c101aad
--- a/doc/api/English/classob_1_1CameraParamList-members.html
+++ b/doc/api/English/classob_1_1CameraParamList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 1b77622d..44f72d49
--- a/doc/api/English/classob_1_1CameraParamList.html
+++ b/doc/api/English/classob_1_1CameraParamList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -211,7 +211,7 @@
diff --git a/doc/api/English/classob_1_1ColorFrame-members.html b/doc/api/English/classob_1_1ColorFrame-members.html
old mode 100644
new mode 100755
index c081e16d..8892b414
--- a/doc/api/English/classob_1_1ColorFrame-members.html
+++ b/doc/api/English/classob_1_1ColorFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -127,7 +127,7 @@
diff --git a/doc/api/English/classob_1_1ColorFrame.html b/doc/api/English/classob_1_1ColorFrame.html
old mode 100644
new mode 100755
index e4113db1..78110e15
--- a/doc/api/English/classob_1_1ColorFrame.html
+++ b/doc/api/English/classob_1_1ColorFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -273,7 +273,7 @@
diff --git a/doc/api/English/classob_1_1ColorFrame.png b/doc/api/English/classob_1_1ColorFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1CompressionFilter-members.html b/doc/api/English/classob_1_1CompressionFilter-members.html
old mode 100644
new mode 100755
index a1129843..f4eebb1f
--- a/doc/api/English/classob_1_1CompressionFilter-members.html
+++ b/doc/api/English/classob_1_1CompressionFilter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -110,7 +110,7 @@
diff --git a/doc/api/English/classob_1_1CompressionFilter.html b/doc/api/English/classob_1_1CompressionFilter.html
old mode 100644
new mode 100755
index 82bd68f3..721cb4e3
--- a/doc/api/English/classob_1_1CompressionFilter.html
+++ b/doc/api/English/classob_1_1CompressionFilter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -208,7 +208,7 @@
diff --git a/doc/api/English/classob_1_1CompressionFilter.png b/doc/api/English/classob_1_1CompressionFilter.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1Config-members.html b/doc/api/English/classob_1_1Config-members.html
old mode 100644
new mode 100755
index d3178943..bd2a4db9
--- a/doc/api/English/classob_1_1Config-members.html
+++ b/doc/api/English/classob_1_1Config-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -112,7 +112,7 @@
diff --git a/doc/api/English/classob_1_1Config.html b/doc/api/English/classob_1_1Config.html
old mode 100644
new mode 100755
index 79fc107b..0e7e5482
--- a/doc/api/English/classob_1_1Config.html
+++ b/doc/api/English/classob_1_1Config.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -413,7 +413,7 @@
diff --git a/doc/api/English/classob_1_1Context-members.html b/doc/api/English/classob_1_1Context-members.html
old mode 100644
new mode 100755
index 59e9c30d..9afee1ce
--- a/doc/api/English/classob_1_1Context-members.html
+++ b/doc/api/English/classob_1_1Context-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 9cc97104..f997f4fe
--- a/doc/api/English/classob_1_1Context.html
+++ b/doc/api/English/classob_1_1Context.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -674,7 +674,7 @@
diff --git a/doc/api/English/classob_1_1CoordinateTransformHelper-members.html b/doc/api/English/classob_1_1CoordinateTransformHelper-members.html
old mode 100644
new mode 100755
index d8afceb5..fa6472a2
--- a/doc/api/English/classob_1_1CoordinateTransformHelper-members.html
+++ b/doc/api/English/classob_1_1CoordinateTransformHelper-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 3d28cdd3..88774d50
--- a/doc/api/English/classob_1_1CoordinateTransformHelper.html
+++ b/doc/api/English/classob_1_1CoordinateTransformHelper.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -718,7 +718,7 @@
diff --git a/doc/api/English/classob_1_1DecompressionFilter-members.html b/doc/api/English/classob_1_1DecompressionFilter-members.html
old mode 100644
new mode 100755
index cdc84d85..8724a7f8
--- a/doc/api/English/classob_1_1DecompressionFilter-members.html
+++ b/doc/api/English/classob_1_1DecompressionFilter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -109,7 +109,7 @@
diff --git a/doc/api/English/classob_1_1DecompressionFilter.html b/doc/api/English/classob_1_1DecompressionFilter.html
old mode 100644
new mode 100755
index 7c226995..61a7ac3e
--- a/doc/api/English/classob_1_1DecompressionFilter.html
+++ b/doc/api/English/classob_1_1DecompressionFilter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -169,7 +169,7 @@
diff --git a/doc/api/English/classob_1_1DecompressionFilter.png b/doc/api/English/classob_1_1DecompressionFilter.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1DepthFrame-members.html b/doc/api/English/classob_1_1DepthFrame-members.html
old mode 100644
new mode 100755
index 4969472f..ba4ee727
--- a/doc/api/English/classob_1_1DepthFrame-members.html
+++ b/doc/api/English/classob_1_1DepthFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/English/classob_1_1DepthFrame.html b/doc/api/English/classob_1_1DepthFrame.html
old mode 100644
new mode 100755
index 62b36ae1..32aef530
--- a/doc/api/English/classob_1_1DepthFrame.html
+++ b/doc/api/English/classob_1_1DepthFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -295,7 +295,7 @@
diff --git a/doc/api/English/classob_1_1DepthFrame.png b/doc/api/English/classob_1_1DepthFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1Device-members.html b/doc/api/English/classob_1_1Device-members.html
old mode 100644
new mode 100755
index 3554af0d..9d3655e5
--- a/doc/api/English/classob_1_1Device-members.html
+++ b/doc/api/English/classob_1_1Device-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -167,7 +167,7 @@
diff --git a/doc/api/English/classob_1_1Device.html b/doc/api/English/classob_1_1Device.html
old mode 100644
new mode 100755
index a8a146fe..b45b16aa
--- a/doc/api/English/classob_1_1Device.html
+++ b/doc/api/English/classob_1_1Device.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -2163,7 +2163,7 @@
diff --git a/doc/api/English/classob_1_1DeviceInfo-members.html b/doc/api/English/classob_1_1DeviceInfo-members.html
old mode 100644
new mode 100755
index abb68a8f..1227e56d
--- a/doc/api/English/classob_1_1DeviceInfo-members.html
+++ b/doc/api/English/classob_1_1DeviceInfo-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 0ad8e025..66e75b75
--- a/doc/api/English/classob_1_1DeviceInfo.html
+++ b/doc/api/English/classob_1_1DeviceInfo.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -534,7 +534,7 @@
diff --git a/doc/api/English/classob_1_1DeviceList-members.html b/doc/api/English/classob_1_1DeviceList-members.html
old mode 100644
new mode 100755
index 1deff42a..4f96da4b
--- a/doc/api/English/classob_1_1DeviceList-members.html
+++ b/doc/api/English/classob_1_1DeviceList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 98eb5c46..154f6476
--- a/doc/api/English/classob_1_1DeviceList.html
+++ b/doc/api/English/classob_1_1DeviceList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -468,7 +468,7 @@
diff --git a/doc/api/English/classob_1_1Error-members.html b/doc/api/English/classob_1_1Error-members.html
old mode 100644
new mode 100755
index 5e8a22a4..9d2a5ee6
--- a/doc/api/English/classob_1_1Error-members.html
+++ b/doc/api/English/classob_1_1Error-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index e6edc36d..862531d1
--- a/doc/api/English/classob_1_1Error.html
+++ b/doc/api/English/classob_1_1Error.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -308,7 +308,7 @@
diff --git a/doc/api/English/classob_1_1Filter-members.html b/doc/api/English/classob_1_1Filter-members.html
old mode 100644
new mode 100755
index cc0a9ad2..a87d7a2b
--- a/doc/api/English/classob_1_1Filter-members.html
+++ b/doc/api/English/classob_1_1Filter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/English/classob_1_1Filter.html b/doc/api/English/classob_1_1Filter.html
old mode 100644
new mode 100755
index 3a323159..522df707
--- a/doc/api/English/classob_1_1Filter.html
+++ b/doc/api/English/classob_1_1Filter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -338,7 +338,7 @@
diff --git a/doc/api/English/classob_1_1Filter.png b/doc/api/English/classob_1_1Filter.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1FormatConvertFilter-members.html b/doc/api/English/classob_1_1FormatConvertFilter-members.html
old mode 100644
new mode 100755
index 472c9a57..9e14d76f
--- a/doc/api/English/classob_1_1FormatConvertFilter-members.html
+++ b/doc/api/English/classob_1_1FormatConvertFilter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -110,7 +110,7 @@
diff --git a/doc/api/English/classob_1_1FormatConvertFilter.html b/doc/api/English/classob_1_1FormatConvertFilter.html
old mode 100644
new mode 100755
index 570d7ef6..a74b4a61
--- a/doc/api/English/classob_1_1FormatConvertFilter.html
+++ b/doc/api/English/classob_1_1FormatConvertFilter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -197,7 +197,7 @@
diff --git a/doc/api/English/classob_1_1FormatConvertFilter.png b/doc/api/English/classob_1_1FormatConvertFilter.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1Frame-members.html b/doc/api/English/classob_1_1Frame-members.html
old mode 100644
new mode 100755
index 55f89898..6bd9ec47
--- a/doc/api/English/classob_1_1Frame-members.html
+++ b/doc/api/English/classob_1_1Frame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/English/classob_1_1Frame.html b/doc/api/English/classob_1_1Frame.html
old mode 100644
new mode 100755
index 32837dee..bfabe622
--- a/doc/api/English/classob_1_1Frame.html
+++ b/doc/api/English/classob_1_1Frame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -639,7 +639,7 @@
diff --git a/doc/api/English/classob_1_1Frame.png b/doc/api/English/classob_1_1Frame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1FrameHelper-members.html b/doc/api/English/classob_1_1FrameHelper-members.html
old mode 100644
new mode 100755
index 577b5080..0184c015
--- a/doc/api/English/classob_1_1FrameHelper-members.html
+++ b/doc/api/English/classob_1_1FrameHelper-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 64af8bd4..aa8dc5b7
--- a/doc/api/English/classob_1_1FrameHelper.html
+++ b/doc/api/English/classob_1_1FrameHelper.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index beeada26..43a218e3
--- a/doc/api/English/classob_1_1FrameSet-members.html
+++ b/doc/api/English/classob_1_1FrameSet-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/English/classob_1_1FrameSet.html b/doc/api/English/classob_1_1FrameSet.html
old mode 100644
new mode 100755
index eba47dd8..7a2a75ee
--- a/doc/api/English/classob_1_1FrameSet.html
+++ b/doc/api/English/classob_1_1FrameSet.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -469,7 +469,7 @@
diff --git a/doc/api/English/classob_1_1FrameSet.png b/doc/api/English/classob_1_1FrameSet.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1GyroFrame-members.html b/doc/api/English/classob_1_1GyroFrame-members.html
old mode 100644
new mode 100755
index 1d04e30a..dd97ad41
--- a/doc/api/English/classob_1_1GyroFrame-members.html
+++ b/doc/api/English/classob_1_1GyroFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -121,7 +121,7 @@
diff --git a/doc/api/English/classob_1_1GyroFrame.html b/doc/api/English/classob_1_1GyroFrame.html
old mode 100644
new mode 100755
index c416ebd4..e8fba5a2
--- a/doc/api/English/classob_1_1GyroFrame.html
+++ b/doc/api/English/classob_1_1GyroFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -297,7 +297,7 @@
diff --git a/doc/api/English/classob_1_1GyroFrame.png b/doc/api/English/classob_1_1GyroFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1GyroStreamProfile-members.html b/doc/api/English/classob_1_1GyroStreamProfile-members.html
old mode 100644
new mode 100755
index 7567e2d8..9ccc7355
--- a/doc/api/English/classob_1_1GyroStreamProfile-members.html
+++ b/doc/api/English/classob_1_1GyroStreamProfile-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/English/classob_1_1GyroStreamProfile.html b/doc/api/English/classob_1_1GyroStreamProfile.html
old mode 100644
new mode 100755
index 7f8abba3..6267dfb5
--- a/doc/api/English/classob_1_1GyroStreamProfile.html
+++ b/doc/api/English/classob_1_1GyroStreamProfile.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -276,7 +276,7 @@
diff --git a/doc/api/English/classob_1_1GyroStreamProfile.png b/doc/api/English/classob_1_1GyroStreamProfile.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1IRFrame-members.html b/doc/api/English/classob_1_1IRFrame-members.html
old mode 100644
new mode 100755
index 739ba5b6..74ccfd4c
--- a/doc/api/English/classob_1_1IRFrame-members.html
+++ b/doc/api/English/classob_1_1IRFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/English/classob_1_1IRFrame.html b/doc/api/English/classob_1_1IRFrame.html
old mode 100644
new mode 100755
index 4f533cf1..e965334b
--- a/doc/api/English/classob_1_1IRFrame.html
+++ b/doc/api/English/classob_1_1IRFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -291,7 +291,7 @@
diff --git a/doc/api/English/classob_1_1IRFrame.png b/doc/api/English/classob_1_1IRFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1OBDepthWorkModeList-members.html b/doc/api/English/classob_1_1OBDepthWorkModeList-members.html
old mode 100644
new mode 100755
index ad8b32f8..4c1efb19
--- a/doc/api/English/classob_1_1OBDepthWorkModeList-members.html
+++ b/doc/api/English/classob_1_1OBDepthWorkModeList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 2802902b..1455ec52
--- a/doc/api/English/classob_1_1OBDepthWorkModeList.html
+++ b/doc/api/English/classob_1_1OBDepthWorkModeList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -259,7 +259,7 @@
diff --git a/doc/api/English/classob_1_1Pipeline-members.html b/doc/api/English/classob_1_1Pipeline-members.html
old mode 100644
new mode 100755
index 41712097..2dbd6163
--- a/doc/api/English/classob_1_1Pipeline-members.html
+++ b/doc/api/English/classob_1_1Pipeline-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -123,7 +123,7 @@
diff --git a/doc/api/English/classob_1_1Pipeline.html b/doc/api/English/classob_1_1Pipeline.html
old mode 100644
new mode 100755
index ab12a48e..86d9d135
--- a/doc/api/English/classob_1_1Pipeline.html
+++ b/doc/api/English/classob_1_1Pipeline.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -711,7 +711,7 @@
diff --git a/doc/api/English/classob_1_1Playback-members.html b/doc/api/English/classob_1_1Playback-members.html
old mode 100644
new mode 100755
index e09e34b5..abe041c6
--- a/doc/api/English/classob_1_1Playback-members.html
+++ b/doc/api/English/classob_1_1Playback-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index f3da0486..78a44ec5
--- a/doc/api/English/classob_1_1Playback.html
+++ b/doc/api/English/classob_1_1Playback.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -312,7 +312,7 @@
diff --git a/doc/api/English/classob_1_1PointCloudFilter-members.html b/doc/api/English/classob_1_1PointCloudFilter-members.html
old mode 100644
new mode 100755
index 6499d4e4..2edf2b3e
--- a/doc/api/English/classob_1_1PointCloudFilter-members.html
+++ b/doc/api/English/classob_1_1PointCloudFilter-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -115,7 +115,7 @@
diff --git a/doc/api/English/classob_1_1PointCloudFilter.html b/doc/api/English/classob_1_1PointCloudFilter.html
old mode 100644
new mode 100755
index 380f72b9..3a91162b
--- a/doc/api/English/classob_1_1PointCloudFilter.html
+++ b/doc/api/English/classob_1_1PointCloudFilter.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -333,7 +333,7 @@
diff --git a/doc/api/English/classob_1_1PointCloudFilter.png b/doc/api/English/classob_1_1PointCloudFilter.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1PointsFrame-members.html b/doc/api/English/classob_1_1PointsFrame-members.html
old mode 100644
new mode 100755
index 3b14fc90..52eda6d7
--- a/doc/api/English/classob_1_1PointsFrame-members.html
+++ b/doc/api/English/classob_1_1PointsFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -120,7 +120,7 @@
diff --git a/doc/api/English/classob_1_1PointsFrame.html b/doc/api/English/classob_1_1PointsFrame.html
old mode 100644
new mode 100755
index 127a90de..66ade7dd
--- a/doc/api/English/classob_1_1PointsFrame.html
+++ b/doc/api/English/classob_1_1PointsFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -272,7 +272,7 @@
diff --git a/doc/api/English/classob_1_1PointsFrame.png b/doc/api/English/classob_1_1PointsFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1RawPhaseFrame-members.html b/doc/api/English/classob_1_1RawPhaseFrame-members.html
old mode 100644
new mode 100755
index d636c067..5e39c7bd
--- a/doc/api/English/classob_1_1RawPhaseFrame-members.html
+++ b/doc/api/English/classob_1_1RawPhaseFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -127,7 +127,7 @@
diff --git a/doc/api/English/classob_1_1RawPhaseFrame.html b/doc/api/English/classob_1_1RawPhaseFrame.html
old mode 100644
new mode 100755
index 2723c89a..a8526479
--- a/doc/api/English/classob_1_1RawPhaseFrame.html
+++ b/doc/api/English/classob_1_1RawPhaseFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -277,7 +277,7 @@
diff --git a/doc/api/English/classob_1_1RawPhaseFrame.png b/doc/api/English/classob_1_1RawPhaseFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1Recorder-members.html b/doc/api/English/classob_1_1Recorder-members.html
old mode 100644
new mode 100755
index 640e9846..3dd898ed
--- a/doc/api/English/classob_1_1Recorder-members.html
+++ b/doc/api/English/classob_1_1Recorder-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index e29b58ba..1615f198
--- a/doc/api/English/classob_1_1Recorder.html
+++ b/doc/api/English/classob_1_1Recorder.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -290,7 +290,7 @@
diff --git a/doc/api/English/classob_1_1Sensor-members.html b/doc/api/English/classob_1_1Sensor-members.html
old mode 100644
new mode 100755
index 3f9e0774..6a79dbae
--- a/doc/api/English/classob_1_1Sensor-members.html
+++ b/doc/api/English/classob_1_1Sensor-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -109,7 +109,7 @@
diff --git a/doc/api/English/classob_1_1Sensor.html b/doc/api/English/classob_1_1Sensor.html
old mode 100644
new mode 100755
index 28d24c0c..3bf2b64e
--- a/doc/api/English/classob_1_1Sensor.html
+++ b/doc/api/English/classob_1_1Sensor.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -314,7 +314,7 @@
diff --git a/doc/api/English/classob_1_1SensorList-members.html b/doc/api/English/classob_1_1SensorList-members.html
old mode 100644
new mode 100755
index 8b85d84e..cb63d44b
--- a/doc/api/English/classob_1_1SensorList-members.html
+++ b/doc/api/English/classob_1_1SensorList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 664886ce..2e0399ca
--- a/doc/api/English/classob_1_1SensorList.html
+++ b/doc/api/English/classob_1_1SensorList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -263,7 +263,7 @@
diff --git a/doc/api/English/classob_1_1StreamProfile-members.html b/doc/api/English/classob_1_1StreamProfile-members.html
old mode 100644
new mode 100755
index 471187d7..6af7c23d
--- a/doc/api/English/classob_1_1StreamProfile-members.html
+++ b/doc/api/English/classob_1_1StreamProfile-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -112,7 +112,7 @@
diff --git a/doc/api/English/classob_1_1StreamProfile.html b/doc/api/English/classob_1_1StreamProfile.html
old mode 100644
new mode 100755
index 686c81f5..e7798836
--- a/doc/api/English/classob_1_1StreamProfile.html
+++ b/doc/api/English/classob_1_1StreamProfile.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -409,7 +409,7 @@
diff --git a/doc/api/English/classob_1_1StreamProfile.png b/doc/api/English/classob_1_1StreamProfile.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1StreamProfileList-members.html b/doc/api/English/classob_1_1StreamProfileList-members.html
old mode 100644
new mode 100755
index 2d87b778..d11f79e4
--- a/doc/api/English/classob_1_1StreamProfileList-members.html
+++ b/doc/api/English/classob_1_1StreamProfileList-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 8a6900c4..1901e2eb
--- a/doc/api/English/classob_1_1StreamProfileList.html
+++ b/doc/api/English/classob_1_1StreamProfileList.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -373,7 +373,7 @@
diff --git a/doc/api/English/classob_1_1Version-members.html b/doc/api/English/classob_1_1Version-members.html
old mode 100644
new mode 100755
index 25b511a3..0363ad1b
--- a/doc/api/English/classob_1_1Version-members.html
+++ b/doc/api/English/classob_1_1Version-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index ddcb961b..c063aea9
--- a/doc/api/English/classob_1_1Version.html
+++ b/doc/api/English/classob_1_1Version.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index cf1e434b..6de40569
--- a/doc/api/English/classob_1_1VideoFrame-members.html
+++ b/doc/api/English/classob_1_1VideoFrame-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -124,7 +124,7 @@
diff --git a/doc/api/English/classob_1_1VideoFrame.html b/doc/api/English/classob_1_1VideoFrame.html
old mode 100644
new mode 100755
index fcea4080..88545152
--- a/doc/api/English/classob_1_1VideoFrame.html
+++ b/doc/api/English/classob_1_1VideoFrame.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -361,7 +361,7 @@
diff --git a/doc/api/English/classob_1_1VideoFrame.png b/doc/api/English/classob_1_1VideoFrame.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/classob_1_1VideoStreamProfile-members.html b/doc/api/English/classob_1_1VideoStreamProfile-members.html
old mode 100644
new mode 100755
index 3606e2a8..0b859d62
--- a/doc/api/English/classob_1_1VideoStreamProfile-members.html
+++ b/doc/api/English/classob_1_1VideoStreamProfile-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -115,7 +115,7 @@
diff --git a/doc/api/English/classob_1_1VideoStreamProfile.html b/doc/api/English/classob_1_1VideoStreamProfile.html
old mode 100644
new mode 100755
index 54d4e268..e1ae0c38
--- a/doc/api/English/classob_1_1VideoStreamProfile.html
+++ b/doc/api/English/classob_1_1VideoStreamProfile.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -297,7 +297,7 @@
diff --git a/doc/api/English/classob_1_1VideoStreamProfile.png b/doc/api/English/classob_1_1VideoStreamProfile.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/closed.png b/doc/api/English/closed.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/deprecated.html b/doc/api/English/deprecated.html
old mode 100644
new mode 100755
index 568e553e..71a2f539
--- a/doc/api/English/deprecated.html
+++ b/doc/api/English/deprecated.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -98,7 +98,7 @@
diff --git a/doc/api/English/dir_551f50d4f6202563ca607f3aa0b67db1.html b/doc/api/English/dir_551f50d4f6202563ca607f3aa0b67db1.html
old mode 100644
new mode 100755
index 670f18a0..5fc6de78
--- a/doc/api/English/dir_551f50d4f6202563ca607f3aa0b67db1.html
+++ b/doc/api/English/dir_551f50d4f6202563ca607f3aa0b67db1.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 6f8aed6a..dc4c6d08
--- a/doc/api/English/dir_8195f5c0d9a800b311ff87242d342361.html
+++ b/doc/api/English/dir_8195f5c0d9a800b311ff87242d342361.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index 6b0a4bb4..9efbcd1b
--- a/doc/api/English/dir_9fda3634bd985c8b3aac4c1dd5078468.html
+++ b/doc/api/English/dir_9fda3634bd985c8b3aac4c1dd5078468.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
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
old mode 100644
new mode 100755
index cc09ee6b..fbc777ca
--- a/doc/api/English/dir_d44c64559bbebec7f509842c48db8b23.html
+++ b/doc/api/English/dir_d44c64559bbebec7f509842c48db8b23.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/English/doc.png b/doc/api/English/doc.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/doxygen.css b/doc/api/English/doxygen.css
old mode 100644
new mode 100755
diff --git a/doc/api/English/doxygen.png b/doc/api/English/doxygen.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/dynsections.js b/doc/api/English/dynsections.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/files.html b/doc/api/English/files.html
old mode 100644
new mode 100755
index 60f5b36f..1f8fe9ce
--- a/doc/api/English/files.html
+++ b/doc/api/English/files.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/English/folderclosed.png b/doc/api/English/folderclosed.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/folderopen.png b/doc/api/English/folderopen.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/functions.html b/doc/api/English/functions.html
old mode 100644
new mode 100755
index 796800dd..6216da5f
--- a/doc/api/English/functions.html
+++ b/doc/api/English/functions.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -155,7 +155,7 @@ - a -
diff --git a/doc/api/English/functions_0x7e.html b/doc/api/English/functions_0x7e.html
old mode 100644
new mode 100755
index 7c78d8e6..095c025d
--- a/doc/api/English/functions_0x7e.html
+++ b/doc/api/English/functions_0x7e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -220,7 +220,7 @@ - ~ -
diff --git a/doc/api/English/functions_b.html b/doc/api/English/functions_b.html
old mode 100644
new mode 100755
index 299213b5..443178db
--- a/doc/api/English/functions_b.html
+++ b/doc/api/English/functions_b.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -139,7 +139,7 @@ - b -
diff --git a/doc/api/English/functions_c.html b/doc/api/English/functions_c.html
old mode 100644
new mode 100755
index 5542783f..fd72b39e
--- a/doc/api/English/functions_c.html
+++ b/doc/api/English/functions_c.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -226,7 +226,7 @@ - c -
diff --git a/doc/api/English/functions_d.html b/doc/api/English/functions_d.html
old mode 100644
new mode 100755
index cee0a63f..c8c8fae8
--- a/doc/api/English/functions_d.html
+++ b/doc/api/English/functions_d.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -216,7 +216,7 @@ - d -
diff --git a/doc/api/English/functions_e.html b/doc/api/English/functions_e.html
old mode 100644
new mode 100755
index e09dbb74..233f3518
--- a/doc/api/English/functions_e.html
+++ b/doc/api/English/functions_e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -166,7 +166,7 @@ - e -
diff --git a/doc/api/English/functions_f.html b/doc/api/English/functions_f.html
old mode 100644
new mode 100755
index 3bdc02c3..846fc588
--- a/doc/api/English/functions_f.html
+++ b/doc/api/English/functions_f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -185,7 +185,7 @@ - f -
diff --git a/doc/api/English/functions_func.html b/doc/api/English/functions_func.html
old mode 100644
new mode 100755
index fca8d59b..9c3404b6
--- a/doc/api/English/functions_func.html
+++ b/doc/api/English/functions_func.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -144,7 +144,7 @@ - a -
diff --git a/doc/api/English/functions_func_0x7e.html b/doc/api/English/functions_func_0x7e.html
old mode 100644
new mode 100755
index b5845a37..bb294e7b
--- a/doc/api/English/functions_func_0x7e.html
+++ b/doc/api/English/functions_func_0x7e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -215,7 +215,7 @@ - ~ -
diff --git a/doc/api/English/functions_func_c.html b/doc/api/English/functions_func_c.html
old mode 100644
new mode 100755
index 62a4487b..23f72fa5
--- a/doc/api/English/functions_func_c.html
+++ b/doc/api/English/functions_func_c.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -186,7 +186,7 @@ - c -
diff --git a/doc/api/English/functions_func_d.html b/doc/api/English/functions_func_d.html
old mode 100644
new mode 100755
index a19d5e26..6e158aac
--- a/doc/api/English/functions_func_d.html
+++ b/doc/api/English/functions_func_d.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -173,7 +173,7 @@ - d -
diff --git a/doc/api/English/functions_func_e.html b/doc/api/English/functions_func_e.html
old mode 100644
new mode 100755
index e6a472e7..6a834b16
--- a/doc/api/English/functions_func_e.html
+++ b/doc/api/English/functions_func_e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -149,7 +149,7 @@ - e -
diff --git a/doc/api/English/functions_func_f.html b/doc/api/English/functions_func_f.html
old mode 100644
new mode 100755
index 896df6bb..e68c1f58
--- a/doc/api/English/functions_func_f.html
+++ b/doc/api/English/functions_func_f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -160,7 +160,7 @@ - f -
diff --git a/doc/api/English/functions_func_g.html b/doc/api/English/functions_func_g.html
old mode 100644
new mode 100755
index b1e61bb3..08fb2bee
--- a/doc/api/English/functions_func_g.html
+++ b/doc/api/English/functions_func_g.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -303,7 +303,7 @@ - g -
diff --git a/doc/api/English/functions_func_h.html b/doc/api/English/functions_func_h.html
old mode 100644
new mode 100755
index 6022fd9b..f088e172
--- a/doc/api/English/functions_func_h.html
+++ b/doc/api/English/functions_func_h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -135,7 +135,7 @@ - h -
diff --git a/doc/api/English/functions_func_i.html b/doc/api/English/functions_func_i.html
old mode 100644
new mode 100755
index d8d964ff..c45ac8b7
--- a/doc/api/English/functions_func_i.html
+++ b/doc/api/English/functions_func_i.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -151,7 +151,7 @@ - i -
diff --git a/doc/api/English/functions_func_l.html b/doc/api/English/functions_func_l.html
old mode 100644
new mode 100755
index 7ff7e098..8822d22a
--- a/doc/api/English/functions_func_l.html
+++ b/doc/api/English/functions_func_l.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -137,7 +137,7 @@ - l -
diff --git a/doc/api/English/functions_func_m.html b/doc/api/English/functions_func_m.html
old mode 100644
new mode 100755
index 28dc6ea8..4e2848ed
--- a/doc/api/English/functions_func_m.html
+++ b/doc/api/English/functions_func_m.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -134,7 +134,7 @@ - m -
diff --git a/doc/api/English/functions_func_n.html b/doc/api/English/functions_func_n.html
old mode 100644
new mode 100755
index 9cd52ff6..d4bc8bb2
--- a/doc/api/English/functions_func_n.html
+++ b/doc/api/English/functions_func_n.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -132,7 +132,7 @@ - n -
diff --git a/doc/api/English/functions_func_o.html b/doc/api/English/functions_func_o.html
old mode 100644
new mode 100755
index 774166a2..94299c18
--- a/doc/api/English/functions_func_o.html
+++ b/doc/api/English/functions_func_o.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -134,7 +134,7 @@ - o -
diff --git a/doc/api/English/functions_func_p.html b/doc/api/English/functions_func_p.html
old mode 100644
new mode 100755
index 3001b595..b4fc193e
--- a/doc/api/English/functions_func_p.html
+++ b/doc/api/English/functions_func_p.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -157,7 +157,7 @@ - p -
diff --git a/doc/api/English/functions_func_q.html b/doc/api/English/functions_func_q.html
old mode 100644
new mode 100755
index 97ef496d..deadae34
--- a/doc/api/English/functions_func_q.html
+++ b/doc/api/English/functions_func_q.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -131,7 +131,7 @@ - q -
diff --git a/doc/api/English/functions_func_r.html b/doc/api/English/functions_func_r.html
old mode 100644
new mode 100755
index 3934d381..1118b743
--- a/doc/api/English/functions_func_r.html
+++ b/doc/api/English/functions_func_r.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -155,7 +155,7 @@ - r -
diff --git a/doc/api/English/functions_func_s.html b/doc/api/English/functions_func_s.html
old mode 100644
new mode 100755
index 8c7ddd57..0f81c03d
--- a/doc/api/English/functions_func_s.html
+++ b/doc/api/English/functions_func_s.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -283,7 +283,7 @@ - s -
diff --git a/doc/api/English/functions_func_t.html b/doc/api/English/functions_func_t.html
old mode 100644
new mode 100755
index b6ed18d6..c2183812
--- a/doc/api/English/functions_func_t.html
+++ b/doc/api/English/functions_func_t.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -165,7 +165,7 @@ - t -
diff --git a/doc/api/English/functions_func_u.html b/doc/api/English/functions_func_u.html
old mode 100644
new mode 100755
index 34c0d052..3ab30f3e
--- a/doc/api/English/functions_func_u.html
+++ b/doc/api/English/functions_func_u.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -135,7 +135,7 @@ - u -
diff --git a/doc/api/English/functions_func_v.html b/doc/api/English/functions_func_v.html
old mode 100644
new mode 100755
index a8051976..5d38e096
--- a/doc/api/English/functions_func_v.html
+++ b/doc/api/English/functions_func_v.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -142,7 +142,7 @@ - v -
diff --git a/doc/api/English/functions_func_w.html b/doc/api/English/functions_func_w.html
old mode 100644
new mode 100755
index 364c61eb..184bcfb1
--- a/doc/api/English/functions_func_w.html
+++ b/doc/api/English/functions_func_w.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -153,7 +153,7 @@ - w -
diff --git a/doc/api/English/functions_g.html b/doc/api/English/functions_g.html
old mode 100644
new mode 100755
index e10e96c5..2188fa56
--- a/doc/api/English/functions_g.html
+++ b/doc/api/English/functions_g.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -314,7 +314,7 @@ - g -
diff --git a/doc/api/English/functions_h.html b/doc/api/English/functions_h.html
old mode 100644
new mode 100755
index 1566ba82..28319e6d
--- a/doc/api/English/functions_h.html
+++ b/doc/api/English/functions_h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -145,7 +145,7 @@ - h -
diff --git a/doc/api/English/functions_i.html b/doc/api/English/functions_i.html
old mode 100644
new mode 100755
index f0241772..30187afc
--- a/doc/api/English/functions_i.html
+++ b/doc/api/English/functions_i.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -194,7 +194,7 @@ - i -
diff --git a/doc/api/English/functions_k.html b/doc/api/English/functions_k.html
old mode 100644
new mode 100755
index f8fb7621..28bf0119
--- a/doc/api/English/functions_k.html
+++ b/doc/api/English/functions_k.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -151,7 +151,7 @@ - k -
diff --git a/doc/api/English/functions_l.html b/doc/api/English/functions_l.html
old mode 100644
new mode 100755
index 5d6f4799..4fccc6fe
--- a/doc/api/English/functions_l.html
+++ b/doc/api/English/functions_l.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -159,7 +159,7 @@ - l -
diff --git a/doc/api/English/functions_m.html b/doc/api/English/functions_m.html
old mode 100644
new mode 100755
index dfd7b887..a4c73a84
--- a/doc/api/English/functions_m.html
+++ b/doc/api/English/functions_m.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -184,7 +184,7 @@ - m -
diff --git a/doc/api/English/functions_n.html b/doc/api/English/functions_n.html
old mode 100644
new mode 100755
index 5cf71c97..a04bed82
--- a/doc/api/English/functions_n.html
+++ b/doc/api/English/functions_n.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -139,7 +139,7 @@ - n -
diff --git a/doc/api/English/functions_o.html b/doc/api/English/functions_o.html
old mode 100644
new mode 100755
index 309b9ee6..2b48848c
--- a/doc/api/English/functions_o.html
+++ b/doc/api/English/functions_o.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -142,7 +142,7 @@ - o -
diff --git a/doc/api/English/functions_p.html b/doc/api/English/functions_p.html
old mode 100644
new mode 100755
index 395abc94..5df31910
--- a/doc/api/English/functions_p.html
+++ b/doc/api/English/functions_p.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -179,7 +179,7 @@ - p -
diff --git a/doc/api/English/functions_q.html b/doc/api/English/functions_q.html
old mode 100644
new mode 100755
index 519a9e3f..5b7e89d3
--- a/doc/api/English/functions_q.html
+++ b/doc/api/English/functions_q.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -136,7 +136,7 @@ - q -
diff --git a/doc/api/English/functions_r.html b/doc/api/English/functions_r.html
old mode 100644
new mode 100755
index 87956257..4c120dc2
--- a/doc/api/English/functions_r.html
+++ b/doc/api/English/functions_r.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -182,7 +182,7 @@ - r -
diff --git a/doc/api/English/functions_rela.html b/doc/api/English/functions_rela.html
old mode 100644
new mode 100755
index f37f59f4..578e9ffb
--- a/doc/api/English/functions_rela.html
+++ b/doc/api/English/functions_rela.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -135,7 +135,7 @@
diff --git a/doc/api/English/functions_s.html b/doc/api/English/functions_s.html
old mode 100644
new mode 100755
index 7b0e5e4c..3060012b
--- a/doc/api/English/functions_s.html
+++ b/doc/api/English/functions_s.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -304,7 +304,7 @@ - s -
diff --git a/doc/api/English/functions_t.html b/doc/api/English/functions_t.html
old mode 100644
new mode 100755
index 11ff7d08..8f717a17
--- a/doc/api/English/functions_t.html
+++ b/doc/api/English/functions_t.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -199,7 +199,7 @@ - t -
diff --git a/doc/api/English/functions_type.html b/doc/api/English/functions_type.html
old mode 100644
new mode 100755
index a1ebf8e4..abb55cd0
--- a/doc/api/English/functions_type.html
+++ b/doc/api/English/functions_type.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -107,7 +107,7 @@
diff --git a/doc/api/English/functions_u.html b/doc/api/English/functions_u.html
old mode 100644
new mode 100755
index 7c918267..b0b39418
--- a/doc/api/English/functions_u.html
+++ b/doc/api/English/functions_u.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -143,7 +143,7 @@ - u -
diff --git a/doc/api/English/functions_v.html b/doc/api/English/functions_v.html
old mode 100644
new mode 100755
index b3795a1b..582bb4ce
--- a/doc/api/English/functions_v.html
+++ b/doc/api/English/functions_v.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -147,7 +147,7 @@ - v -
diff --git a/doc/api/English/functions_vars.html b/doc/api/English/functions_vars.html
old mode 100644
new mode 100755
index 6512ba19..c956337c
--- a/doc/api/English/functions_vars.html
+++ b/doc/api/English/functions_vars.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -575,7 +575,7 @@ - z -
diff --git a/doc/api/English/functions_w.html b/doc/api/English/functions_w.html
old mode 100644
new mode 100755
index 9841a738..5b740e82
--- a/doc/api/English/functions_w.html
+++ b/doc/api/English/functions_w.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -163,7 +163,7 @@ - w -
diff --git a/doc/api/English/functions_x.html b/doc/api/English/functions_x.html
old mode 100644
new mode 100755
index 22f775ce..29572095
--- a/doc/api/English/functions_x.html
+++ b/doc/api/English/functions_x.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -143,7 +143,7 @@ - x -
diff --git a/doc/api/English/functions_y.html b/doc/api/English/functions_y.html
old mode 100644
new mode 100755
index 650e02c2..a6367b7c
--- a/doc/api/English/functions_y.html
+++ b/doc/api/English/functions_y.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -143,7 +143,7 @@ - y -
diff --git a/doc/api/English/functions_z.html b/doc/api/English/functions_z.html
old mode 100644
new mode 100755
index e4283bc5..76c07f9a
--- a/doc/api/English/functions_z.html
+++ b/doc/api/English/functions_z.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -141,7 +141,7 @@ - z -
diff --git a/doc/api/English/globals.html b/doc/api/English/globals.html
old mode 100644
new mode 100755
index e0f2f2a5..bf914a9a
--- a/doc/api/English/globals.html
+++ b/doc/api/English/globals.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -120,7 +120,7 @@ - _ -
diff --git a/doc/api/English/globals_a.html b/doc/api/English/globals_a.html
old mode 100644
new mode 100755
index d22e07f6..78eaa739
--- a/doc/api/English/globals_a.html
+++ b/doc/api/English/globals_a.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -126,7 +126,7 @@ - a -
diff --git a/doc/api/English/globals_d.html b/doc/api/English/globals_d.html
old mode 100644
new mode 100755
index 3a4d561c..81791a57
--- a/doc/api/English/globals_d.html
+++ b/doc/api/English/globals_d.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -174,7 +174,7 @@ - d -
diff --git a/doc/api/English/globals_defs.html b/doc/api/English/globals_defs.html
old mode 100644
new mode 100755
index 1c79c202..da70818f
--- a/doc/api/English/globals_defs.html
+++ b/doc/api/English/globals_defs.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -236,7 +236,7 @@ - t -
diff --git a/doc/api/English/globals_e.html b/doc/api/English/globals_e.html
old mode 100644
new mode 100755
index a287da2c..9690fb86
--- a/doc/api/English/globals_e.html
+++ b/doc/api/English/globals_e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -144,7 +144,7 @@ - e -
diff --git a/doc/api/English/globals_enum.html b/doc/api/English/globals_enum.html
old mode 100644
new mode 100755
index 3320107b..33f1d82c
--- a/doc/api/English/globals_enum.html
+++ b/doc/api/English/globals_enum.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -218,7 +218,7 @@ - o -
diff --git a/doc/api/English/globals_eval.html b/doc/api/English/globals_eval.html
old mode 100644
new mode 100755
index a6f6a66a..be72e98c
--- a/doc/api/English/globals_eval.html
+++ b/doc/api/English/globals_eval.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -122,7 +122,7 @@ - a -
diff --git a/doc/api/English/globals_eval_d.html b/doc/api/English/globals_eval_d.html
old mode 100644
new mode 100755
index 2092d5c0..e37115b5
--- a/doc/api/English/globals_eval_d.html
+++ b/doc/api/English/globals_eval_d.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -152,7 +152,7 @@ - d -
diff --git a/doc/api/English/globals_eval_e.html b/doc/api/English/globals_eval_e.html
old mode 100644
new mode 100755
index 6f846b67..0144e19d
--- a/doc/api/English/globals_eval_e.html
+++ b/doc/api/English/globals_eval_e.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -137,7 +137,7 @@ - e -
diff --git a/doc/api/English/globals_eval_f.html b/doc/api/English/globals_eval_f.html
old mode 100644
new mode 100755
index 1f3afcb9..839650a0
--- a/doc/api/English/globals_eval_f.html
+++ b/doc/api/English/globals_eval_f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -179,7 +179,7 @@ - f -
diff --git a/doc/api/English/globals_eval_h.html b/doc/api/English/globals_eval_h.html
old mode 100644
new mode 100755
index 74b22749..b6860aa6
--- a/doc/api/English/globals_eval_h.html
+++ b/doc/api/English/globals_eval_h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -125,7 +125,7 @@ - h -
diff --git a/doc/api/English/globals_eval_o.html b/doc/api/English/globals_eval_o.html
old mode 100644
new mode 100755
index 21f02f45..c8e9d4cd
--- a/doc/api/English/globals_eval_o.html
+++ b/doc/api/English/globals_eval_o.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -1043,7 +1043,7 @@ - o -
diff --git a/doc/api/English/globals_eval_s.html b/doc/api/English/globals_eval_s.html
old mode 100644
new mode 100755
index 62e61482..4be49320
--- a/doc/api/English/globals_eval_s.html
+++ b/doc/api/English/globals_eval_s.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -131,7 +131,7 @@ - s -
diff --git a/doc/api/English/globals_f.html b/doc/api/English/globals_f.html
old mode 100644
new mode 100755
index 2b2c3847..9ca580fe
--- a/doc/api/English/globals_f.html
+++ b/doc/api/English/globals_f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -198,7 +198,7 @@ - f -
diff --git a/doc/api/English/globals_func.html b/doc/api/English/globals_func.html
old mode 100644
new mode 100755
index e06273f5..4181de7f
--- a/doc/api/English/globals_func.html
+++ b/doc/api/English/globals_func.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -861,7 +861,7 @@ - o -
diff --git a/doc/api/English/globals_func_t.html b/doc/api/English/globals_func_t.html
old mode 100644
new mode 100755
index 9ac6b86f..de85ab40
--- a/doc/api/English/globals_func_t.html
+++ b/doc/api/English/globals_func_t.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -120,7 +120,7 @@ - t -
diff --git a/doc/api/English/globals_g.html b/doc/api/English/globals_g.html
old mode 100644
new mode 100755
index b7c92481..bc7ff56a
--- a/doc/api/English/globals_g.html
+++ b/doc/api/English/globals_g.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -120,7 +120,7 @@ - g -
diff --git a/doc/api/English/globals_h.html b/doc/api/English/globals_h.html
old mode 100644
new mode 100755
index f803920b..e25ed9b4
--- a/doc/api/English/globals_h.html
+++ b/doc/api/English/globals_h.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -129,7 +129,7 @@ - h -
diff --git a/doc/api/English/globals_i.html b/doc/api/English/globals_i.html
old mode 100644
new mode 100755
index 1eb99a4e..bac7bb57
--- a/doc/api/English/globals_i.html
+++ b/doc/api/English/globals_i.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -135,7 +135,7 @@ - i -
diff --git a/doc/api/English/globals_o.html b/doc/api/English/globals_o.html
old mode 100644
new mode 100755
index 57245806..8bcbb8a9
--- a/doc/api/English/globals_o.html
+++ b/doc/api/English/globals_o.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -2349,7 +2349,7 @@ - o -
diff --git a/doc/api/English/globals_s.html b/doc/api/English/globals_s.html
old mode 100644
new mode 100755
index ac358eb9..6bb1c96e
--- a/doc/api/English/globals_s.html
+++ b/doc/api/English/globals_s.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -141,7 +141,7 @@ - s -
diff --git a/doc/api/English/globals_t.html b/doc/api/English/globals_t.html
old mode 100644
new mode 100755
index 6b873005..48558948
--- a/doc/api/English/globals_t.html
+++ b/doc/api/English/globals_t.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -138,7 +138,7 @@ - t -
diff --git a/doc/api/English/globals_type.html b/doc/api/English/globals_type.html
old mode 100644
new mode 100755
index 42586c33..7d3017d9
--- a/doc/api/English/globals_type.html
+++ b/doc/api/English/globals_type.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -544,7 +544,7 @@ - t -
diff --git a/doc/api/English/hierarchy.html b/doc/api/English/hierarchy.html
old mode 100644
new mode 100755
index b0701358..dccb489b
--- a/doc/api/English/hierarchy.html
+++ b/doc/api/English/hierarchy.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -166,7 +166,7 @@
diff --git a/doc/api/English/index.html b/doc/api/English/index.html
old mode 100644
new mode 100755
index ec5efc00..f9576984
--- a/doc/api/English/index.html
+++ b/doc/api/English/index.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -86,7 +86,7 @@
diff --git a/doc/api/English/jquery.js b/doc/api/English/jquery.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/namespacemembers.html b/doc/api/English/namespacemembers.html
old mode 100644
new mode 100755
index 5028b944..6fa28457
--- a/doc/api/English/namespacemembers.html
+++ b/doc/api/English/namespacemembers.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/English/namespacemembers_type.html b/doc/api/English/namespacemembers_type.html
old mode 100644
new mode 100755
index 0f1cb93f..94a08f85
--- a/doc/api/English/namespacemembers_type.html
+++ b/doc/api/English/namespacemembers_type.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -114,7 +114,7 @@
diff --git a/doc/api/English/namespaceob.html b/doc/api/English/namespaceob.html
old mode 100644
new mode 100755
index 76dc8c97..3d2007a1
--- a/doc/api/English/namespaceob.html
+++ b/doc/api/English/namespaceob.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -301,7 +301,7 @@
diff --git a/doc/api/English/namespaces.html b/doc/api/English/namespaces.html
old mode 100644
new mode 100755
index e89bbbfb..4d7c6179
--- a/doc/api/English/namespaces.html
+++ b/doc/api/English/namespaces.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -97,7 +97,7 @@
diff --git a/doc/api/English/nav_f.png b/doc/api/English/nav_f.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/nav_g.png b/doc/api/English/nav_g.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/nav_h.png b/doc/api/English/nav_h.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/open.png b/doc/api/English/open.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/orbbec_icon.png b/doc/api/English/orbbec_icon.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/pages.html b/doc/api/English/pages.html
old mode 100644
new mode 100755
index c7fac518..278ca633
--- a/doc/api/English/pages.html
+++ b/doc/api/English/pages.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -91,7 +91,7 @@
diff --git a/doc/api/English/search/all_0.html b/doc/api/English/search/all_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_0.js b/doc/api/English/search/all_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_1.html b/doc/api/English/search/all_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_1.js b/doc/api/English/search/all_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_10.html b/doc/api/English/search/all_10.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_10.js b/doc/api/English/search/all_10.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_11.html b/doc/api/English/search/all_11.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_11.js b/doc/api/English/search/all_11.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_12.html b/doc/api/English/search/all_12.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_12.js b/doc/api/English/search/all_12.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_13.html b/doc/api/English/search/all_13.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_13.js b/doc/api/English/search/all_13.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_14.html b/doc/api/English/search/all_14.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_14.js b/doc/api/English/search/all_14.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_15.html b/doc/api/English/search/all_15.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_15.js b/doc/api/English/search/all_15.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_16.html b/doc/api/English/search/all_16.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_16.js b/doc/api/English/search/all_16.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_17.html b/doc/api/English/search/all_17.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_17.js b/doc/api/English/search/all_17.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_18.html b/doc/api/English/search/all_18.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_18.js b/doc/api/English/search/all_18.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_19.html b/doc/api/English/search/all_19.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_19.js b/doc/api/English/search/all_19.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_1a.html b/doc/api/English/search/all_1a.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_1a.js b/doc/api/English/search/all_1a.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_2.html b/doc/api/English/search/all_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_2.js b/doc/api/English/search/all_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_3.html b/doc/api/English/search/all_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_3.js b/doc/api/English/search/all_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_4.html b/doc/api/English/search/all_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_4.js b/doc/api/English/search/all_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_5.html b/doc/api/English/search/all_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_5.js b/doc/api/English/search/all_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_6.html b/doc/api/English/search/all_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_6.js b/doc/api/English/search/all_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_7.html b/doc/api/English/search/all_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_7.js b/doc/api/English/search/all_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_8.html b/doc/api/English/search/all_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_8.js b/doc/api/English/search/all_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_9.html b/doc/api/English/search/all_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_9.js b/doc/api/English/search/all_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_a.html b/doc/api/English/search/all_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_a.js b/doc/api/English/search/all_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_b.html b/doc/api/English/search/all_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_b.js b/doc/api/English/search/all_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_c.html b/doc/api/English/search/all_c.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_c.js b/doc/api/English/search/all_c.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_d.html b/doc/api/English/search/all_d.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_d.js b/doc/api/English/search/all_d.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_e.html b/doc/api/English/search/all_e.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_e.js b/doc/api/English/search/all_e.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_f.html b/doc/api/English/search/all_f.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/all_f.js b/doc/api/English/search/all_f.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_0.html b/doc/api/English/search/classes_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_0.js b/doc/api/English/search/classes_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_1.html b/doc/api/English/search/classes_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_1.js b/doc/api/English/search/classes_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_2.html b/doc/api/English/search/classes_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_2.js b/doc/api/English/search/classes_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_3.html b/doc/api/English/search/classes_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_3.js b/doc/api/English/search/classes_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_4.html b/doc/api/English/search/classes_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_4.js b/doc/api/English/search/classes_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_5.html b/doc/api/English/search/classes_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_5.js b/doc/api/English/search/classes_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_6.html b/doc/api/English/search/classes_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_6.js b/doc/api/English/search/classes_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_7.html b/doc/api/English/search/classes_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_7.js b/doc/api/English/search/classes_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_8.html b/doc/api/English/search/classes_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_8.js b/doc/api/English/search/classes_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_9.html b/doc/api/English/search/classes_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_9.js b/doc/api/English/search/classes_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_a.html b/doc/api/English/search/classes_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_a.js b/doc/api/English/search/classes_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_b.html b/doc/api/English/search/classes_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_b.js b/doc/api/English/search/classes_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_c.html b/doc/api/English/search/classes_c.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/classes_c.js b/doc/api/English/search/classes_c.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/close.png b/doc/api/English/search/close.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_0.html b/doc/api/English/search/defines_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_0.js b/doc/api/English/search/defines_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_1.html b/doc/api/English/search/defines_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_1.js b/doc/api/English/search/defines_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_2.html b/doc/api/English/search/defines_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_2.js b/doc/api/English/search/defines_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_3.html b/doc/api/English/search/defines_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_3.js b/doc/api/English/search/defines_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_4.html b/doc/api/English/search/defines_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_4.js b/doc/api/English/search/defines_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_5.html b/doc/api/English/search/defines_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_5.js b/doc/api/English/search/defines_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_6.html b/doc/api/English/search/defines_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/defines_6.js b/doc/api/English/search/defines_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enums_0.html b/doc/api/English/search/enums_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enums_0.js b/doc/api/English/search/enums_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_0.html b/doc/api/English/search/enumvalues_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_0.js b/doc/api/English/search/enumvalues_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_1.html b/doc/api/English/search/enumvalues_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_1.js b/doc/api/English/search/enumvalues_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_2.html b/doc/api/English/search/enumvalues_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_2.js b/doc/api/English/search/enumvalues_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_3.html b/doc/api/English/search/enumvalues_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_3.js b/doc/api/English/search/enumvalues_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_4.html b/doc/api/English/search/enumvalues_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_4.js b/doc/api/English/search/enumvalues_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_5.html b/doc/api/English/search/enumvalues_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_5.js b/doc/api/English/search/enumvalues_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_6.html b/doc/api/English/search/enumvalues_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/enumvalues_6.js b/doc/api/English/search/enumvalues_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_0.html b/doc/api/English/search/files_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_0.js b/doc/api/English/search/files_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_1.html b/doc/api/English/search/files_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_1.js b/doc/api/English/search/files_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_2.html b/doc/api/English/search/files_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_2.js b/doc/api/English/search/files_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_3.html b/doc/api/English/search/files_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_3.js b/doc/api/English/search/files_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_4.html b/doc/api/English/search/files_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_4.js b/doc/api/English/search/files_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_5.html b/doc/api/English/search/files_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_5.js b/doc/api/English/search/files_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_6.html b/doc/api/English/search/files_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_6.js b/doc/api/English/search/files_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_7.html b/doc/api/English/search/files_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_7.js b/doc/api/English/search/files_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_8.html b/doc/api/English/search/files_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_8.js b/doc/api/English/search/files_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_9.html b/doc/api/English/search/files_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_9.js b/doc/api/English/search/files_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_a.html b/doc/api/English/search/files_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_a.js b/doc/api/English/search/files_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_b.html b/doc/api/English/search/files_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/files_b.js b/doc/api/English/search/files_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_0.html b/doc/api/English/search/functions_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_0.js b/doc/api/English/search/functions_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_1.html b/doc/api/English/search/functions_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_1.js b/doc/api/English/search/functions_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_10.html b/doc/api/English/search/functions_10.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_10.js b/doc/api/English/search/functions_10.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_11.html b/doc/api/English/search/functions_11.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_11.js b/doc/api/English/search/functions_11.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_12.html b/doc/api/English/search/functions_12.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_12.js b/doc/api/English/search/functions_12.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_13.html b/doc/api/English/search/functions_13.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_13.js b/doc/api/English/search/functions_13.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_14.html b/doc/api/English/search/functions_14.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_14.js b/doc/api/English/search/functions_14.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_2.html b/doc/api/English/search/functions_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_2.js b/doc/api/English/search/functions_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_3.html b/doc/api/English/search/functions_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_3.js b/doc/api/English/search/functions_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_4.html b/doc/api/English/search/functions_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_4.js b/doc/api/English/search/functions_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_5.html b/doc/api/English/search/functions_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_5.js b/doc/api/English/search/functions_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_6.html b/doc/api/English/search/functions_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_6.js b/doc/api/English/search/functions_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_7.html b/doc/api/English/search/functions_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_7.js b/doc/api/English/search/functions_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_8.html b/doc/api/English/search/functions_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_8.js b/doc/api/English/search/functions_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_9.html b/doc/api/English/search/functions_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_9.js b/doc/api/English/search/functions_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_a.html b/doc/api/English/search/functions_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_a.js b/doc/api/English/search/functions_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_b.html b/doc/api/English/search/functions_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_b.js b/doc/api/English/search/functions_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_c.html b/doc/api/English/search/functions_c.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_c.js b/doc/api/English/search/functions_c.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_d.html b/doc/api/English/search/functions_d.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_d.js b/doc/api/English/search/functions_d.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_e.html b/doc/api/English/search/functions_e.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_e.js b/doc/api/English/search/functions_e.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_f.html b/doc/api/English/search/functions_f.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/functions_f.js b/doc/api/English/search/functions_f.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/mag_sel.png b/doc/api/English/search/mag_sel.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/namespaces_0.html b/doc/api/English/search/namespaces_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/namespaces_0.js b/doc/api/English/search/namespaces_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/nomatches.html b/doc/api/English/search/nomatches.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/pages_0.html b/doc/api/English/search/pages_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/pages_0.js b/doc/api/English/search/pages_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_0.html b/doc/api/English/search/related_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_0.js b/doc/api/English/search/related_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_1.html b/doc/api/English/search/related_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_1.js b/doc/api/English/search/related_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_2.html b/doc/api/English/search/related_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_2.js b/doc/api/English/search/related_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_3.html b/doc/api/English/search/related_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_3.js b/doc/api/English/search/related_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_4.html b/doc/api/English/search/related_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_4.js b/doc/api/English/search/related_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_5.html b/doc/api/English/search/related_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/related_5.js b/doc/api/English/search/related_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/search.css b/doc/api/English/search/search.css
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/search.js b/doc/api/English/search/search.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/search_l.png b/doc/api/English/search/search_l.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/search_m.png b/doc/api/English/search/search_m.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/search_r.png b/doc/api/English/search/search_r.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/searchdata.js b/doc/api/English/search/searchdata.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_0.html b/doc/api/English/search/typedefs_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_0.js b/doc/api/English/search/typedefs_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_1.html b/doc/api/English/search/typedefs_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_1.js b/doc/api/English/search/typedefs_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_2.html b/doc/api/English/search/typedefs_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_2.js b/doc/api/English/search/typedefs_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_3.html b/doc/api/English/search/typedefs_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_3.js b/doc/api/English/search/typedefs_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_4.html b/doc/api/English/search/typedefs_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_4.js b/doc/api/English/search/typedefs_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_5.html b/doc/api/English/search/typedefs_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_5.js b/doc/api/English/search/typedefs_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_6.html b/doc/api/English/search/typedefs_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_6.js b/doc/api/English/search/typedefs_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_7.html b/doc/api/English/search/typedefs_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_7.js b/doc/api/English/search/typedefs_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_8.html b/doc/api/English/search/typedefs_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_8.js b/doc/api/English/search/typedefs_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_9.html b/doc/api/English/search/typedefs_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/typedefs_9.js b/doc/api/English/search/typedefs_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_0.html b/doc/api/English/search/variables_0.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_0.js b/doc/api/English/search/variables_0.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_1.html b/doc/api/English/search/variables_1.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_1.js b/doc/api/English/search/variables_1.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_10.html b/doc/api/English/search/variables_10.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_10.js b/doc/api/English/search/variables_10.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_11.html b/doc/api/English/search/variables_11.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_11.js b/doc/api/English/search/variables_11.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_12.html b/doc/api/English/search/variables_12.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_12.js b/doc/api/English/search/variables_12.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_13.html b/doc/api/English/search/variables_13.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_13.js b/doc/api/English/search/variables_13.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_14.html b/doc/api/English/search/variables_14.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_14.js b/doc/api/English/search/variables_14.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_15.html b/doc/api/English/search/variables_15.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_15.js b/doc/api/English/search/variables_15.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_16.html b/doc/api/English/search/variables_16.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_16.js b/doc/api/English/search/variables_16.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_2.html b/doc/api/English/search/variables_2.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_2.js b/doc/api/English/search/variables_2.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_3.html b/doc/api/English/search/variables_3.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_3.js b/doc/api/English/search/variables_3.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_4.html b/doc/api/English/search/variables_4.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_4.js b/doc/api/English/search/variables_4.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_5.html b/doc/api/English/search/variables_5.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_5.js b/doc/api/English/search/variables_5.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_6.html b/doc/api/English/search/variables_6.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_6.js b/doc/api/English/search/variables_6.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_7.html b/doc/api/English/search/variables_7.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_7.js b/doc/api/English/search/variables_7.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_8.html b/doc/api/English/search/variables_8.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_8.js b/doc/api/English/search/variables_8.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_9.html b/doc/api/English/search/variables_9.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_9.js b/doc/api/English/search/variables_9.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_a.html b/doc/api/English/search/variables_a.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_a.js b/doc/api/English/search/variables_a.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_b.html b/doc/api/English/search/variables_b.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_b.js b/doc/api/English/search/variables_b.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_c.html b/doc/api/English/search/variables_c.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_c.js b/doc/api/English/search/variables_c.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_d.html b/doc/api/English/search/variables_d.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_d.js b/doc/api/English/search/variables_d.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_e.html b/doc/api/English/search/variables_e.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_e.js b/doc/api/English/search/variables_e.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_f.html b/doc/api/English/search/variables_f.html
old mode 100644
new mode 100755
diff --git a/doc/api/English/search/variables_f.js b/doc/api/English/search/variables_f.js
old mode 100644
new mode 100755
diff --git a/doc/api/English/splitbar.png b/doc/api/English/splitbar.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/structBASELINE__CALIBRATION__PARAM-members.html b/doc/api/English/structBASELINE__CALIBRATION__PARAM-members.html
old mode 100644
new mode 100755
index e70a1099..e713b8ec
--- a/doc/api/English/structBASELINE__CALIBRATION__PARAM-members.html
+++ b/doc/api/English/structBASELINE__CALIBRATION__PARAM-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/English/structBASELINE__CALIBRATION__PARAM.html b/doc/api/English/structBASELINE__CALIBRATION__PARAM.html
old mode 100644
new mode 100755
index 1756c255..67ff2c9e
--- a/doc/api/English/structBASELINE__CALIBRATION__PARAM.html
+++ b/doc/api/English/structBASELINE__CALIBRATION__PARAM.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/English/structOBAccelValue-members.html b/doc/api/English/structOBAccelValue-members.html
old mode 100644
new mode 100755
index fc39b6c2..580bf2aa
--- a/doc/api/English/structOBAccelValue-members.html
+++ b/doc/api/English/structOBAccelValue-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/English/structOBAccelValue.html b/doc/api/English/structOBAccelValue.html
old mode 100644
new mode 100755
index 573879db..9e035b2c
--- a/doc/api/English/structOBAccelValue.html
+++ b/doc/api/English/structOBAccelValue.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -171,7 +171,7 @@
diff --git a/doc/api/English/structOBBoolPropertyRange-members.html b/doc/api/English/structOBBoolPropertyRange-members.html
old mode 100644
new mode 100755
index ff01bfd6..58d67cef
--- a/doc/api/English/structOBBoolPropertyRange-members.html
+++ b/doc/api/English/structOBBoolPropertyRange-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/English/structOBBoolPropertyRange.html b/doc/api/English/structOBBoolPropertyRange.html
old mode 100644
new mode 100755
index 7fe69a6d..0b3a2bf9
--- a/doc/api/English/structOBBoolPropertyRange.html
+++ b/doc/api/English/structOBBoolPropertyRange.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/English/structOBCalibrationParam-members.html b/doc/api/English/structOBCalibrationParam-members.html
old mode 100644
new mode 100755
index d6251327..9b8b250a
--- a/doc/api/English/structOBCalibrationParam-members.html
+++ b/doc/api/English/structOBCalibrationParam-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/English/structOBCalibrationParam.html b/doc/api/English/structOBCalibrationParam.html
old mode 100644
new mode 100755
index 59b6cd6f..c6dbf5fe
--- a/doc/api/English/structOBCalibrationParam.html
+++ b/doc/api/English/structOBCalibrationParam.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -169,7 +169,7 @@
diff --git a/doc/api/English/structOBCameraDistortion-members.html b/doc/api/English/structOBCameraDistortion-members.html
old mode 100644
new mode 100755
index 68c82678..882b52ad
--- a/doc/api/English/structOBCameraDistortion-members.html
+++ b/doc/api/English/structOBCameraDistortion-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -105,7 +105,7 @@
diff --git a/doc/api/English/structOBCameraDistortion.html b/doc/api/English/structOBCameraDistortion.html
old mode 100644
new mode 100755
index 7694866d..e1d7e9d7
--- a/doc/api/English/structOBCameraDistortion.html
+++ b/doc/api/English/structOBCameraDistortion.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -266,7 +266,7 @@
diff --git a/doc/api/English/structOBCameraIntrinsic-members.html b/doc/api/English/structOBCameraIntrinsic-members.html
old mode 100644
new mode 100755
index 06e244e6..ea18b5a5
--- a/doc/api/English/structOBCameraIntrinsic-members.html
+++ b/doc/api/English/structOBCameraIntrinsic-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -103,7 +103,7 @@
diff --git a/doc/api/English/structOBCameraIntrinsic.html b/doc/api/English/structOBCameraIntrinsic.html
old mode 100644
new mode 100755
index 1153b229..052e2485
--- a/doc/api/English/structOBCameraIntrinsic.html
+++ b/doc/api/English/structOBCameraIntrinsic.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -228,7 +228,7 @@
diff --git a/doc/api/English/structOBCameraParam-members.html b/doc/api/English/structOBCameraParam-members.html
old mode 100644
new mode 100755
index 9ceb56f8..6ea437e2
--- a/doc/api/English/structOBCameraParam-members.html
+++ b/doc/api/English/structOBCameraParam-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -103,7 +103,7 @@
diff --git a/doc/api/English/structOBCameraParam.html b/doc/api/English/structOBCameraParam.html
old mode 100644
new mode 100755
index 6fd0ca70..5125679a
--- a/doc/api/English/structOBCameraParam.html
+++ b/doc/api/English/structOBCameraParam.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -228,7 +228,7 @@
diff --git a/doc/api/English/structOBCameraParam__V0-members.html b/doc/api/English/structOBCameraParam__V0-members.html
old mode 100644
new mode 100755
index 02c6a844..04826645
--- a/doc/api/English/structOBCameraParam__V0-members.html
+++ b/doc/api/English/structOBCameraParam__V0-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/English/structOBCameraParam__V0.html b/doc/api/English/structOBCameraParam__V0.html
old mode 100644
new mode 100755
index 9c5f1b59..f24dc354
--- a/doc/api/English/structOBCameraParam__V0.html
+++ b/doc/api/English/structOBCameraParam__V0.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/English/structOBColorPoint-members.html b/doc/api/English/structOBColorPoint-members.html
old mode 100644
new mode 100755
index 400c0985..5619b74c
--- a/doc/api/English/structOBColorPoint-members.html
+++ b/doc/api/English/structOBColorPoint-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -103,7 +103,7 @@
diff --git a/doc/api/English/structOBColorPoint.html b/doc/api/English/structOBColorPoint.html
old mode 100644
new mode 100755
index 3220dc85..188edb1a
--- a/doc/api/English/structOBColorPoint.html
+++ b/doc/api/English/structOBColorPoint.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -228,7 +228,7 @@
diff --git a/doc/api/English/structOBCompressionParams-members.html b/doc/api/English/structOBCompressionParams-members.html
old mode 100644
new mode 100755
index e8c0f34a..4634f2ea
--- a/doc/api/English/structOBCompressionParams-members.html
+++ b/doc/api/English/structOBCompressionParams-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -98,7 +98,7 @@
diff --git a/doc/api/English/structOBCompressionParams.html b/doc/api/English/structOBCompressionParams.html
old mode 100644
new mode 100755
index 66413f66..cbc08707
--- a/doc/api/English/structOBCompressionParams.html
+++ b/doc/api/English/structOBCompressionParams.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -128,7 +128,7 @@
diff --git a/doc/api/English/structOBD2CTransform-members.html b/doc/api/English/structOBD2CTransform-members.html
old mode 100644
new mode 100755
index cddbeeeb..79d719ad
--- a/doc/api/English/structOBD2CTransform-members.html
+++ b/doc/api/English/structOBD2CTransform-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/English/structOBD2CTransform.html b/doc/api/English/structOBD2CTransform.html
old mode 100644
new mode 100755
index 4d609aa8..b2cbe42f
--- a/doc/api/English/structOBD2CTransform.html
+++ b/doc/api/English/structOBD2CTransform.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/English/structOBDataBundle-members.html b/doc/api/English/structOBDataBundle-members.html
old mode 100644
new mode 100755
index 118b93e2..57a7387e
--- a/doc/api/English/structOBDataBundle-members.html
+++ b/doc/api/English/structOBDataBundle-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/English/structOBDataBundle.html b/doc/api/English/structOBDataBundle.html
old mode 100644
new mode 100755
index 324d6766..8d70d0a7
--- a/doc/api/English/structOBDataBundle.html
+++ b/doc/api/English/structOBDataBundle.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -216,7 +216,7 @@
diff --git a/doc/api/English/structOBDataChunk-members.html b/doc/api/English/structOBDataChunk-members.html
old mode 100644
new mode 100755
index 18eb75b2..bceba8b8
--- a/doc/api/English/structOBDataChunk-members.html
+++ b/doc/api/English/structOBDataChunk-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/English/structOBDataChunk.html b/doc/api/English/structOBDataChunk.html
old mode 100644
new mode 100755
index 6cf7cc11..88a7e15b
--- a/doc/api/English/structOBDataChunk.html
+++ b/doc/api/English/structOBDataChunk.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -190,7 +190,7 @@
diff --git a/doc/api/English/structOBDepthWorkMode-members.html b/doc/api/English/structOBDepthWorkMode-members.html
old mode 100644
new mode 100755
index 1c8ec2a8..01d45f85
--- a/doc/api/English/structOBDepthWorkMode-members.html
+++ b/doc/api/English/structOBDepthWorkMode-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/English/structOBDepthWorkMode.html b/doc/api/English/structOBDepthWorkMode.html
old mode 100644
new mode 100755
index 199a728d..db293bf3
--- a/doc/api/English/structOBDepthWorkMode.html
+++ b/doc/api/English/structOBDepthWorkMode.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/English/structOBDeviceSyncConfig-members.html b/doc/api/English/structOBDeviceSyncConfig-members.html
old mode 100644
new mode 100755
index efdb351e..8a585283
--- a/doc/api/English/structOBDeviceSyncConfig-members.html
+++ b/doc/api/English/structOBDeviceSyncConfig-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -104,7 +104,7 @@
diff --git a/doc/api/English/structOBDeviceSyncConfig.html b/doc/api/English/structOBDeviceSyncConfig.html
old mode 100644
new mode 100755
index 13ea44c9..6bbff7c1
--- a/doc/api/English/structOBDeviceSyncConfig.html
+++ b/doc/api/English/structOBDeviceSyncConfig.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -255,7 +255,7 @@
diff --git a/doc/api/English/structOBDeviceTemperature-members.html b/doc/api/English/structOBDeviceTemperature-members.html
old mode 100644
new mode 100755
index 9c287341..6b7c8273
--- a/doc/api/English/structOBDeviceTemperature-members.html
+++ b/doc/api/English/structOBDeviceTemperature-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -108,7 +108,7 @@
diff --git a/doc/api/English/structOBDeviceTemperature.html b/doc/api/English/structOBDeviceTemperature.html
old mode 100644
new mode 100755
index 4069b011..d6528929
--- a/doc/api/English/structOBDeviceTemperature.html
+++ b/doc/api/English/structOBDeviceTemperature.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -323,7 +323,7 @@
diff --git a/doc/api/English/structOBFloatPropertyRange-members.html b/doc/api/English/structOBFloatPropertyRange-members.html
old mode 100644
new mode 100755
index 9a15d065..459f0eef
--- a/doc/api/English/structOBFloatPropertyRange-members.html
+++ b/doc/api/English/structOBFloatPropertyRange-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/English/structOBFloatPropertyRange.html b/doc/api/English/structOBFloatPropertyRange.html
old mode 100644
new mode 100755
index e110b36a..f39fea2f
--- a/doc/api/English/structOBFloatPropertyRange.html
+++ b/doc/api/English/structOBFloatPropertyRange.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/English/structOBIntPropertyRange-members.html b/doc/api/English/structOBIntPropertyRange-members.html
old mode 100644
new mode 100755
index 11a5fbf7..b645685f
--- a/doc/api/English/structOBIntPropertyRange-members.html
+++ b/doc/api/English/structOBIntPropertyRange-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/English/structOBIntPropertyRange.html b/doc/api/English/structOBIntPropertyRange.html
old mode 100644
new mode 100755
index 00eb7b17..00adfd30
--- a/doc/api/English/structOBIntPropertyRange.html
+++ b/doc/api/English/structOBIntPropertyRange.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/English/structOBMGCFilterConfig-members.html b/doc/api/English/structOBMGCFilterConfig-members.html
old mode 100644
new mode 100755
index e4e0dff1..b2e11875
--- a/doc/api/English/structOBMGCFilterConfig-members.html
+++ b/doc/api/English/structOBMGCFilterConfig-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -106,7 +106,7 @@
diff --git a/doc/api/English/structOBMGCFilterConfig.html b/doc/api/English/structOBMGCFilterConfig.html
old mode 100644
new mode 100755
index d9919160..8e5af122
--- a/doc/api/English/structOBMGCFilterConfig.html
+++ b/doc/api/English/structOBMGCFilterConfig.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -258,7 +258,7 @@
diff --git a/doc/api/English/structOBNetIpConfig-members.html b/doc/api/English/structOBNetIpConfig-members.html
old mode 100644
new mode 100755
index db3dd3b3..1f5f0ebf
--- a/doc/api/English/structOBNetIpConfig-members.html
+++ b/doc/api/English/structOBNetIpConfig-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/English/structOBNetIpConfig.html b/doc/api/English/structOBNetIpConfig.html
old mode 100644
new mode 100755
index 2e46207e..5e4281c6
--- a/doc/api/English/structOBNetIpConfig.html
+++ b/doc/api/English/structOBNetIpConfig.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -191,7 +191,7 @@
diff --git a/doc/api/English/structOBPoint-members.html b/doc/api/English/structOBPoint-members.html
old mode 100644
new mode 100755
index 05cff059..55427ed0
--- a/doc/api/English/structOBPoint-members.html
+++ b/doc/api/English/structOBPoint-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/English/structOBPoint.html b/doc/api/English/structOBPoint.html
old mode 100644
new mode 100755
index 865321ea..7b1bfdbe
--- a/doc/api/English/structOBPoint.html
+++ b/doc/api/English/structOBPoint.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -171,7 +171,7 @@
diff --git a/doc/api/English/structOBPoint2f-members.html b/doc/api/English/structOBPoint2f-members.html
old mode 100644
new mode 100755
index ab9499bc..89112db0
--- a/doc/api/English/structOBPoint2f-members.html
+++ b/doc/api/English/structOBPoint2f-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/English/structOBPoint2f.html b/doc/api/English/structOBPoint2f.html
old mode 100644
new mode 100755
index 6688e4ee..9991afcc
--- a/doc/api/English/structOBPoint2f.html
+++ b/doc/api/English/structOBPoint2f.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/English/structOBPropertyItem-members.html b/doc/api/English/structOBPropertyItem-members.html
old mode 100644
new mode 100755
index 4e889a53..7d672526
--- a/doc/api/English/structOBPropertyItem-members.html
+++ b/doc/api/English/structOBPropertyItem-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/English/structOBPropertyItem.html b/doc/api/English/structOBPropertyItem.html
old mode 100644
new mode 100755
index 3582cfe7..ede294cc
--- a/doc/api/English/structOBPropertyItem.html
+++ b/doc/api/English/structOBPropertyItem.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -182,7 +182,7 @@
diff --git a/doc/api/English/structOBProtocolVersion-members.html b/doc/api/English/structOBProtocolVersion-members.html
old mode 100644
new mode 100755
index 547234ea..bebdd7a6
--- a/doc/api/English/structOBProtocolVersion-members.html
+++ b/doc/api/English/structOBProtocolVersion-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/English/structOBProtocolVersion.html b/doc/api/English/structOBProtocolVersion.html
old mode 100644
new mode 100755
index b542c190..854019d7
--- a/doc/api/English/structOBProtocolVersion.html
+++ b/doc/api/English/structOBProtocolVersion.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -171,7 +171,7 @@
diff --git a/doc/api/English/structOBRect-members.html b/doc/api/English/structOBRect-members.html
old mode 100644
new mode 100755
index 0a1362c2..efb93907
--- a/doc/api/English/structOBRect-members.html
+++ b/doc/api/English/structOBRect-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/English/structOBRect.html b/doc/api/English/structOBRect.html
old mode 100644
new mode 100755
index 619b56e2..49e6c0cd
--- a/doc/api/English/structOBRect.html
+++ b/doc/api/English/structOBRect.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -190,7 +190,7 @@
diff --git a/doc/api/English/structOBTofExposureThresholdControl-members.html b/doc/api/English/structOBTofExposureThresholdControl-members.html
old mode 100644
new mode 100755
index 9c8472a1..24a8d699
--- a/doc/api/English/structOBTofExposureThresholdControl-members.html
+++ b/doc/api/English/structOBTofExposureThresholdControl-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -99,7 +99,7 @@
diff --git a/doc/api/English/structOBTofExposureThresholdControl.html b/doc/api/English/structOBTofExposureThresholdControl.html
old mode 100644
new mode 100755
index 049e9ca2..1f59df39
--- a/doc/api/English/structOBTofExposureThresholdControl.html
+++ b/doc/api/English/structOBTofExposureThresholdControl.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -152,7 +152,7 @@
diff --git a/doc/api/English/structOBXYTables-members.html b/doc/api/English/structOBXYTables-members.html
old mode 100644
new mode 100755
index 9d06189d..e1b3a5f6
--- a/doc/api/English/structOBXYTables-members.html
+++ b/doc/api/English/structOBXYTables-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -101,7 +101,7 @@
diff --git a/doc/api/English/structOBXYTables.html b/doc/api/English/structOBXYTables.html
old mode 100644
new mode 100755
index 3a61992f..b978a21d
--- a/doc/api/English/structOBXYTables.html
+++ b/doc/api/English/structOBXYTables.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -186,7 +186,7 @@
diff --git a/doc/api/English/structob__device__timestamp__reset__config-members.html b/doc/api/English/structob__device__timestamp__reset__config-members.html
old mode 100644
new mode 100755
index 5b04d6f0..35a15d06
--- a/doc/api/English/structob__device__timestamp__reset__config-members.html
+++ b/doc/api/English/structob__device__timestamp__reset__config-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -100,7 +100,7 @@
diff --git a/doc/api/English/structob__device__timestamp__reset__config.html b/doc/api/English/structob__device__timestamp__reset__config.html
old mode 100644
new mode 100755
index 4986d382..7f7520c7
--- a/doc/api/English/structob__device__timestamp__reset__config.html
+++ b/doc/api/English/structob__device__timestamp__reset__config.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -174,7 +174,7 @@
diff --git a/doc/api/English/structob__error-members.html b/doc/api/English/structob__error-members.html
old mode 100644
new mode 100755
index fdd3783b..22c42ba7
--- a/doc/api/English/structob__error-members.html
+++ b/doc/api/English/structob__error-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -102,7 +102,7 @@
diff --git a/doc/api/English/structob__error.html b/doc/api/English/structob__error.html
old mode 100644
new mode 100755
index d7792b2c..cba64509
--- a/doc/api/English/structob__error.html
+++ b/doc/api/English/structob__error.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -209,7 +209,7 @@
diff --git a/doc/api/English/structob__margin__filter__config-members.html b/doc/api/English/structob__margin__filter__config-members.html
old mode 100644
new mode 100755
index 29113fe0..82e49597
--- a/doc/api/English/structob__margin__filter__config-members.html
+++ b/doc/api/English/structob__margin__filter__config-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -104,7 +104,7 @@
diff --git a/doc/api/English/structob__margin__filter__config.html b/doc/api/English/structob__margin__filter__config.html
old mode 100644
new mode 100755
index c6aab9b4..98e6d5ba
--- a/doc/api/English/structob__margin__filter__config.html
+++ b/doc/api/English/structob__margin__filter__config.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -247,7 +247,7 @@
diff --git a/doc/api/English/structob__multi__device__sync__config-members.html b/doc/api/English/structob__multi__device__sync__config-members.html
old mode 100644
new mode 100755
index 1f6b28b3..621996b2
--- a/doc/api/English/structob__multi__device__sync__config-members.html
+++ b/doc/api/English/structob__multi__device__sync__config-members.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -104,7 +104,7 @@
diff --git a/doc/api/English/structob__multi__device__sync__config.html b/doc/api/English/structob__multi__device__sync__config.html
old mode 100644
new mode 100755
index 380d62eb..f187b816
--- a/doc/api/English/structob__multi__device__sync__config.html
+++ b/doc/api/English/structob__multi__device__sync__config.html
@@ -25,7 +25,7 @@
|
OrbbecSDK
- 1.9.3
+ 1.9.4
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
@@ -261,7 +261,7 @@
diff --git a/doc/api/English/sync_off.png b/doc/api/English/sync_off.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/sync_on.png b/doc/api/English/sync_on.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/tab_a.png b/doc/api/English/tab_a.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/tab_b.png b/doc/api/English/tab_b.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/tab_h.png b/doc/api/English/tab_h.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/tab_s.png b/doc/api/English/tab_s.png
old mode 100644
new mode 100755
diff --git a/doc/api/English/tabs.css b/doc/api/English/tabs.css
old mode 100644
new mode 100755
diff --git a/doc/tutorial/Chinese/Environment_Configuration.md b/doc/tutorial/Chinese/Environment_Configuration.md
index 834883f1..08b2357c 100644
--- a/doc/tutorial/Chinese/Environment_Configuration.md
+++ b/doc/tutorial/Chinese/Environment_Configuration.md
@@ -162,6 +162,45 @@ make
```
+# Mac 环境配置
+
+### 安装 Xcode 和 Homebrew
+
+1. **安装 Xcode**:
+
+ - Xcode 是Apple提供的官方开发工具,其中包含C++编译器.
+ - 您可以从 Mac App Store 免费下载.
+ - 安装Xcode还将安装命令行工具,其中包括GCC编译器和其他开发工具.
+2. **安装 Homebrew**:
+
+ - Homebrew 是 macOS 的包管理器,可用于安装各种开发工具和库.
+ - 安装 Homebrew,请在终端中执行以下命令:
+ ```bash
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+ ```
+ - 使用 Homebrew,您可以轻松安装其他开发工具,例如 Git.
+
+这些步骤将设置在 macOS 上进行 C++ 开发所需的基本工具.
+
+### 安装依赖项
+
+```bash
+brew install cmake opencv
+```
+
+### 编译并运行示例
+
+```bash
+cd OrbbecSDK
+mkdir build
+cd build
+cmake .. && make -j8
+make install
+cd install/bin
+sudo ./OBHelloOrbbec
+```
+
+
# 常见 FAQ
-[常见问题 FAQ](https://developer.orbbec.com.cn/technical_library.html?id=59)
\ No newline at end of file
+[常见问题 FAQ](https://developer.orbbec.com.cn/technical_library.html?id=59)
diff --git a/doc/tutorial/Chinese/Image/OrbbecSDK-Architecture.png b/doc/tutorial/Chinese/Image/OrbbecSDK-Architecture.png
new file mode 100644
index 00000000..21c0df6b
Binary files /dev/null and b/doc/tutorial/Chinese/Image/OrbbecSDK-Architecture.png differ
diff --git a/doc/tutorial/Chinese/Image/OrbbecSDK-Get-Frame-Sequence-Diagram.png b/doc/tutorial/Chinese/Image/OrbbecSDK-Get-Frame-Sequence-Diagram.png
new file mode 100644
index 00000000..1ddf9aae
Binary files /dev/null and b/doc/tutorial/Chinese/Image/OrbbecSDK-Get-Frame-Sequence-Diagram.png differ
diff --git a/doc/tutorial/Chinese/OverviewDocument.md b/doc/tutorial/Chinese/OverviewDocument.md
new file mode 100644
index 00000000..65f49a95
--- /dev/null
+++ b/doc/tutorial/Chinese/OverviewDocument.md
@@ -0,0 +1,101 @@
+# 概述
+欢迎阅读Orbbec SDK(以下简称“SDK”)的使用教程!SDK 不仅提供了简洁的高阶API,又提供全面、灵活的低阶API,能够让您更快速的了解和使用奥比中光3D传感摄像头。
+# 功能介绍
+Orbbec SDK是针对奥比中光结构光、双目、iToF等3D传感摄像头,提供设备参数配置、数据流读取和流处理的,跨平台(Windows、Android、Linux)的软件开发包。
+
+**核心功能:**
+
+- 深度相机的访问及相关参数设置
+- RGB相机的访问及相关参数设置(例如:曝光和白平衡)
+- 传感器的访问及相关参数设置(例如:陀螺仪和加速度计)
+- 帧同步及对齐的控制
+- 点云数据
+- 滤波等算法能力
+- 多操作系统及Wrapper的支持。
+
+**亮点:**
+
+- “薄”:提供最少层级、高性能获取设备数据的能力
+- “灵活”:模块化传感器功能,灵活组合不同设备
+- “高可扩展”:支持日益多样化形态的设备及系统,以及插件化算法适用于不同场景
+
+SDK 中包含的内容:
+
+| **内容** | **描述** |
+| --- | --- |
+|
代码示例 | 这些简单的示例演示了如何轻松使用 SDK 将访问相机的代码片段包含到您的应用程序中。包括彩色流、深度流、点云、对齐、录制等。 |
+|
工具 | OrbbecViewer:演示使用SDK控制3D传感摄像头的主要基础功能和参数配置的工具,旨在帮助开发者快速了解、验证SDK和3D传感摄像头的能力。借助此应用程序,您可以快速访问您的深度摄像头,以查看深度流、可视化点云、录制和回放数据流、配置您的摄像头设置。 |
+
+
+# SDK 架构
+
+![OrbbecSDK-Architecture](Image/OrbbecSDK-Architecture.png)
+
+**应用工具层**
+
+OrbbecViewer,Sample 及用户应用实现。
+
+**接口封装层**
+
+OrbbecSDK 接口封装及 wrapper的封装。
+
+**高级业务层**
+
+HighLevel 对核心业务组件进行封装,使用pipeline 对外提供接口。
+
+**基础业务层**
+
+核心业务逻辑框架实现。
+
+**平台/通信抽象层**
+
+跨平台组件屏蔽各个操作系统差异实现,提供统一访问方式。
+
+**平台实现层**
+
+各个平台的的驱动实现。
+
+# SDK 视频流获取时序图
+
+![OrbbecSDK Get Frame Sequence Diagram](Image/OrbbecSDK-Get-Frame-Sequence-Diagram.png)
+
+
+注:其中标了序号的是对外的接口,没有标明序号的是内部接口。
+
+# SDK 常用概念
+
+**Context**
+
+环境上下文,初始化时最先创建的对象,可进行一些设置,包括但不限于设备状态改变回调、日志等级等等的设置。Context可以访问多个Device。
+
+**Device**
+
+一台实际硬件设备对应一个Device对象。用来获取设备相关信息和控制设备的属性。
+
+**Sensor**
+
+Sensor 可以理解为实际设备的子设备,比如对应Color Sensor、IR Sensor、Depth Sensor、IMU Sensor等等。一个Device可以包含多个Sensor。
+
+**Stream**
+
+Stream 代表数据流,一般一个Sensor会输出一种或者多种数据流,数据流由一系列的时间序列帧。Frame组成。针对Stream, 用StreamProfile来描述单独流配置。
+
+**Frame**
+
+代表Stream中的一帧数据,也包含了该帧数据的相关信息,如时间戳、类型等。
+**FrameSet**
+
+代表同一时间戳下面的不同类型Frame的组合,比如Color Frame、Depth Frame的组合。
+
+**Pipeline**
+
+HighLevel对应的对象,封装了快速访问SDK的接口,功能简单,可以让用户快速地上手和使用SDK。
+
+**Filter**
+
+主要是针对复合流FrameSet的一些算法处理模块,例如:点云的算法处理。
+
+
+
+
+
diff --git a/doc/tutorial/English/Code_Sample_Description/Sample_Description(C_C++).md b/doc/tutorial/English/Code_Sample_Description/Sample_Description(C_C++).md
index c104f3cf..8a54a396 100644
--- a/doc/tutorial/English/Code_Sample_Description/Sample_Description(C_C++).md
+++ b/doc/tutorial/English/Code_Sample_Description/Sample_Description(C_C++).md
@@ -1,52 +1,62 @@
All examples can be found in the project's Examples directory
-| Name | Language | Description |
-| --- | --- | --- |
-| HelloOrbbec | C | Demonstrate connect to device to get SDK version and device information |
-| FirmwareUpgrade | C | Demonstrate upgrade device firmware |
-| SensorControl | C | Demonstrate the operation of device, sensor control commands |
-| DepthWorkMode | C |Demonstrate get current depth work mode, obtain supported depth work mode list, switch depth work mode. |
-| Hotplugin | C | Demonstrate device hot-plug monitoring, automatically connect the device to open depth streaming when the device is online, and automatically disconnect the device when it detects that the device is offline |
-| PointCloud | C | Demonstrate the generation of depth point cloud or RGBD point cloud and save it as ply format file |
-| HelloOrbbec | C++ | Demonstrate connect to device to get SDK version and device info |
-| DepthViewer | C++ | Demonstrate using SDK to get depth data and draw display, get resolution and set, display depth image |
-| ColorViewer | C++ | Demonstrate using SDK to get color data and draw display, get resolution and set, display color image |
-| InfraredViewer | C++ | Demonstrate using SDK to obtain infrared data and draw display, obtain resolution and set, display infrared image |
-| SyncAlignViewer | C++ | Demonstrate operations on sensor data stream alignment |
-| FirmwareUpgrade | C++ | Demonstrate upgrade device firmware |
-| SensorControl | C++ | Demonstrate manipulation of device and sensor control commands |
-| MultiStream | C++ | Demonstrate one device to start Color, Ir, Depth, Gyro, Accel Sensor stream. |
-| MultiDevice | C++ | Demonstrate operation on multiple devices |
-| DepthWorkMode | C++ |Demonstrate get current depth work mode, obtain supported depth work mode list, switch depth work mode. |
-| HotPlugin | C++ | Demonstrate the settings of the device plug and unplug callback, and get the stream processed after plugging and unplugging |
-| IMUReader | C++ | Get IMU data and output display |
-| MultiDeviceSync | C++ | Demostrate how to config multiple devices synchronize config and how to start stream with this config |
-| PointCloud | C++ | Demonstrate the generation of depth point cloud or RGBD point cloud and save it as ply format file |
-| SaveToDisk | C++ | Get color and depth maps and save as png format |
-| Recorder | C++ | Record current video stream to file |
-| Playback | C++ | Load video files for playback |
+| Name | Language | Description |
+| --------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| HelloOrbbec | C | Demonstrate connect to device to get SDK version and device information |
+| FirmwareUpgrade | C | Demonstrate upgrade device firmware |
+| SensorControl | C | Demonstrate the operation of device, sensor control commands |
+| DepthWorkMode | C | Demonstrate get current depth work mode, obtain supported depth work mode list, switch depth work mode. |
+| Hotplugin | C | Demonstrate device hot-plug monitoring, automatically connect the device to open depth streaming when the device is online, and automatically disconnect the device when it detects that the device is offline |
+| PointCloud | C | Demonstrate the generation of depth point cloud or RGBD point cloud and save it as ply format file |
+| HelloOrbbec | C++ | Demonstrate connect to device to get SDK version and device info |
+| DepthViewer | C++ | Demonstrate using SDK to get depth data and draw display, get resolution and set, display depth image |
+| ColorViewer | C++ | Demonstrate using SDK to get color data and draw display, get resolution and set, display color image |
+| InfraredViewer | C++ | Demonstrate using SDK to obtain infrared data and draw display, obtain resolution and set, display infrared image |
+| SyncAlignViewer | C++ | Demonstrate operations on sensor data stream alignment |
+| FirmwareUpgrade | C++ | Demonstrate upgrade device firmware |
+| SensorControl | C++ | Demonstrate manipulation of device and sensor control commands |
+| MultiStream | C++ | Demonstrate one device to start Color, Ir, Depth, Gyro, Accel Sensor stream. |
+| MultiDevice | C++ | Demonstrate operation on multiple devices |
+| DepthWorkMode | C++ | Demonstrate get current depth work mode, obtain supported depth work mode list, switch depth work mode. |
+| HotPlugin | C++ | Demonstrate the settings of the device plug and unplug callback, and get the stream processed after plugging and unplugging |
+| IMUReader | C++ | Get IMU data and output display |
+| MultiDeviceSync | C++ | Demostrate how to config multiple devices synchronize config and how to start stream with this config |
+| PointCloud | C++ | Demonstrate the generation of depth point cloud or RGBD point cloud and save it as ply format file |
+| SaveToDisk | C++ | Get color and depth maps and save as png format |
+| Recorder | C++ | Record current video stream to file |
+| Playback | C++ | Load video files for playback |
# C
+
## HelloOrbbec
+
Function description: Demonstrate SDK initialization, get SDK version, get device model, get device serial number, get firmware version, and SDK release resources.
+
> This sample is based on C Low Level API for demonstration.
First get and print the current SDK version
+
```c
printf("SDK version: %d.%d.%d\n", ob_get_major_version(), ob_get_minor_version(), ob_get_patch_version());
```
+
Create a Context to obtain a list of device information and create a device
+
```
ob_error* error = NULL;
ob_context* ctx = ob_create_context( &error );
```
+
Query the list of connected devices to obtain the number of devices in the list, and create the first device in the list through index number 0.
+
```
ob_device_list* dev_list = ob_query_device_list( ctx, &error );
int count = ob_device_list_device_count(dev_list, &error);
ob_device* dev = ob_device_list_get_device(dev_list, 0, &error);
```
+
Next you can get information from this device.
+
```
//Get device information
ob_device_info* dev_info = ob_device_get_device_info(dev, &error);
@@ -83,7 +93,9 @@ for(int i = 0; i < count; i++)
}
}
```
+
Release resources and exit the program.
+
```c
ob_delete_sensor_list(sensor_list, &error); //Destroy sensor list
ob_delete_device_info(dev_info, &error); //Destroy device info
@@ -91,11 +103,15 @@ ob_delete_device(dev, &error); //Destroy device
ob_delete_device_list(dev_list, &error); //Destroy device list
ob_delete_context(ctx, &error); //Destroy context
```
+
## FirmwareUpgrade
+
Function description: This example demonstrates how to use the firmware file to upgrade the device.
+
> This example is based on the C Low Level API for demonstration, the sample compilation language is C++, and OrbbecSDK uses the C language API
Obtain the firmware file through the command parameter in the main function interface
+
```cpp
// The check_firmware_file_path() function is used to check whether the file exists. In the actual code, it is better to check whether the extension is bin or img, and whether the firmware file matches the target device.
const char *check_firmware_file_path(int argc, char **argv) {
@@ -130,6 +146,7 @@ int main(int argc, char **argv) {
```
Create ob_context and obtain the device through ob_context. This example assumes that the host computer (Windows, Ubuntu, Android platform) has been plugged into the device before running firmware_upgrade[.exe]. device_changed_callback is used to monitor the device after the firmware upgrade and obtain the business processing of the upgraded device after restarting
+
```cpp
// Create ob_context instance
ob_error *error = NULL;
@@ -162,6 +179,7 @@ dump_device_info(dev);
```
Get the current firmware version information of the device
+
```cpp
// Print device name, SN, VID, PID and firmware version
void dump_device_info(ob_device *device) {
@@ -204,6 +222,7 @@ void dump_device_info(ob_device *device) {
Upgrade the firmware of the target device
a. Implementation the firmware upgrade callback interface of C API;
b. Call the firmware upgrade interface to upgrade;
+
```cpp
// Implementation the firmware upgrade callback interface of C API;
void device_upgrade_callback(ob_upgrade_state state, const char *message, uint8_t percent, void *user_data) {
@@ -254,6 +273,7 @@ bool upgrade_firmware(ob_device *device, const char *firmwarePath) {
After the firmware upgrade is successful, the device needs to be restarted. There are two ways to restart the device, one is to unplug the device (or restart the operating system), and the other is to call the reboot interface of OrbbecSDK. After the device is online, the current device firmware version information can be queried through the dump_device_info() function in this example
The following example demonstrates rebooting the device through the firmware reboot interface
+
```cpp
// Reboot device
printf("Reboot device\n");
@@ -268,6 +288,7 @@ check_error(error);
```
In ob_device_changed_callback, you can monitor the offline and online events when the device is restarted. For details, see the hot swap example
+
```cpp
// Listen for device changes
void device_changed_callback(ob_device_list *removed, ob_device_list *added, void *user_data) {
@@ -288,16 +309,21 @@ void device_changed_callback(ob_device_list *removed, ob_device_list *added, voi
```
## SensorControl
+
Function description: This example mainly demonstrates the operation of device control commands, the operation of sensor control commands, and stream from sensor.
+
> This example is based on C Low Level API for demonstration.
Create a Context and query the list of connected devices
+
```c
ob_error* error = NULL;
ob_context* ctx = ob_create_context( &error );
ob_device_list* dev_list = ob_query_device_list( ctx, &error );
```
+
Print device information in the list by index number
+
```c
const char *name = ob_device_list_get_device_name(device_list, i, &g_error);
int pid = ob_device_list_get_device_pid(device_list, i, &g_error);
@@ -306,7 +332,9 @@ const char *uid = ob_device_list_get_device_uid(device_list, i, &g_error);
const char *sn = ob_device_list_get_device_serial_number(device_list, i, &g_error);
printf("%d. name: %s, pid: %d, vid: %d, uid: %s, sn: %s\n", i, name, pid, vid, uid, sn);
```
+
Create a device
+
```c
if(devCount <= 1) {
// If a single device is inserted, the first one is selected by default.
@@ -317,7 +345,9 @@ else {
device = select_device(dev_list); // select_device
}
```
+
Get and print the currently created device information
+
```c
ob_device_info *deviceInfo = ob_device_get_device_info(device, &g_error);
const char *name = ob_device_info_name(deviceInfo, &g_error);
@@ -326,14 +356,18 @@ Get and print the currently created device information
const char *uid = ob_device_info_uid(deviceInfo, &g_error);
printf("Current Device: name: %s, pid: %d, vid: %d, uid: %s\n", name, pid, vid, uid);
```
+
Get supported control command properties
+
```c
// Get the number of attributes supporting control commands
uint32_t propertySize = ob_device_get_supported_property_count(device, &g_error);
// Get the control command attribute item through index number I
ob_property_item property_item = ob_device_get_supported_property(device, i, &g_error);
```
+
read/write control commands
+
```c
// Read
bool_ret = ob_device_get_bool_property(device, property_item.id, &g_error);// bool property
@@ -353,7 +387,9 @@ ob_device_set_bool_property(device, property_item.id, bool_value, &g_error); //
ob_device_set_int_property(device, property_item.id, int_value, &g_error); // int property
ob_device_set_float_property(device, property_item.id, float_value, &g_error); // float property
```
+
Finally, when the program exits, the corresponding created resources need to be released.
+
```c
//Delete context
ob_delete_context(ctx, &g_error);
@@ -362,19 +398,27 @@ ob_delete_device_list(dev_list, &g_error);
//Delete device
ob_delete_device(device, &g_error);
```
+
## ColorDepthViewer
+
Function description: This example mainly demonstrates the use of the pipeline advanced interface to operate the device, obtain the resolution list and set the resolution.
+
> This example is based on C High Level API for demonstration.
First, we need to create a PipeLine to open the Color and Depth streams after connecting the device.
+
```
pipe = ob_create_pipeline( &error );
```
+
Create a Config to configure the resolution, frame rate and format of Color or Depth streams.
+
```
ob_config* config = ob_create_config( &error );
```
+
Configure stream
+
```c
// 2.1 Configure depth stream
ob_stream_profile * depth_profile = NULL;
@@ -396,15 +440,21 @@ if(!color_profile) { // If the specified format profile is not found, the first
}
ob_config_enable_stream(config, color_profile, &error); // Enable stream
```
+
Turn off sync
+
```
ob_pipeline_disable_frame_sync(pipe, &error); // Turn off frame synchronization
```
+
Start the pipeline with config
+
```
ob_pipeline_start_with_config(pipe, config, &error);
```
+
Stop and destroy
+
```
// Stop pipeline
ob_pipeline_stop(pipe, &error);
@@ -412,10 +462,13 @@ ob_pipeline_stop(pipe, &error);
// Destroy pipeline
ob_delete_pipeline(pipe, &error);
```
+
## DepthWorkMode
+
Function Description: This example mainly demonstrates switching camera depth mode. First, the depth mode list is queried, and then the corresponding camera depth mode is selected to call interface switching
First get device
+
```C
// Create Context. Unlike Pipeline, Context is the entry point to the low-level API, which is slightly more complicated to use for common operations such as switching streams,
// but the low-level API can provide more flexible operations such as getting multiple devices, reading and writing device and camera properties, etc
@@ -441,6 +494,7 @@ check_error(error);
```
Check whether the device supports camera depth mode. Currently, only Gemini2 supports camera depth mode
+
```C
// Check to see if depth mode is supported. Currently (5 December 2022), only Gemini2 binocular cameras support depth mode
if(!ob_device_is_property_supported(dev, OB_STRUCT_CURRENT_DEPTH_ALG_MODE, OB_PERMISSION_READ_WRITE, &error)) {
@@ -452,6 +506,7 @@ check_error(error);
```
Get the current depth work mode of the device
+
```C
// Get the current depth work mode of the device
ob_depth_work_mode cur_work_mode = ob_device_get_current_depth_work_mode(dev, &error);
@@ -460,6 +515,7 @@ printf("Current depth work mode: %s\n", cur_work_mode.name);
```
the list of camera depth work modes supported by the device
+
```C
// Get number contain in mode_list
uint32_t mode_count = ob_depth_work_mode_list_count(mode_list, &error);
@@ -474,6 +530,7 @@ for(uint32_t i = 0; i < mode_count; i++) {
```
Switch depth work mode
+
```C
// Switch device to a new depth work mode
ob_device_switch_depth_work_mode_by_name(dev, mode.name, &error);
@@ -482,12 +539,13 @@ check_error(error);
At the end of switching camera depth mode, you can open the camera to stream using pipeline
Cautions:
+
1. If you want to switch camera depth mode, you must open the data stream after switching depth mode. Each camera depth mode supports different effective resolutions
2. If the data stream has been opened with a pipeline, the original applied pipeline must be released before the switch depth work mode
Re-create pipeline after switching camera depth mode; otherwise, wild pointer or memory leak will be caused;
-
Final release of resources
+
```C
// Release mode_list
ob_delete_depth_work_mode_list(mode_list, &error);
@@ -507,10 +565,13 @@ check_error(error);
```
## HotPlugin
+
Function description: Monitor device hot-plug, if the device is online, then automatically connects to the device to open the depth stream, or if the device is offline and then automatically disconnects the device.
+
> This sample is based on C Low Level API for registering device up/down callback, and based on High Level API for open stream fetching demo.
Create a device connection processing function, create a pipeline in the function and call create_and_start_with_config to start RGB and Depth streams.
+
```
//Device connection processing
void device_connect_callback( ob_device_list* connectList ) {
@@ -526,7 +587,9 @@ void device_connect_callback( ob_device_list* connectList ) {
}
}
```
+
Create a device disconnection processing function, stop the pipeline in the function, and set the exit pipeline flag isExit as true.
+
```
//Device disconnection processing
void device_disconnect_callback( ob_device_list* disconnectList ) {
@@ -540,7 +603,9 @@ void device_disconnect_callback( ob_device_list* disconnectList ) {
}
}
```
+
The device connection and disconnection processing function will be called within the device up/down callback function.
+
```
//Device status change callback
void on_device_changed_callback( ob_device_list* removed, ob_device_list* added, void* pCallback ) {
@@ -548,7 +613,9 @@ void on_device_changed_callback( ob_device_list* removed, ob_device_list* added,
device_connect_callback( added );
}
```
+
In the main function, first we need to create a Context and set the device up/down callback
+
```
//Creat context
ob_context* ctx = ob_create_context( &error );
@@ -556,7 +623,9 @@ ob_context* ctx = ob_create_context( &error );
//Set device callback
ob_set_device_changed_callback( ctx, on_device_changed_callback, NULL, &error );
```
+
The main task of the main loop is to obtain the data of frame from the pipeline when the pipeline is created and started after the device connected, and print out the Color and Depth information from the data frame.
+
```
//Waiting for one frame, the timeout period is 100ms
@@ -580,7 +649,9 @@ if ( frameset ) {
ob_delete_frame( frameset, &error );
}
```
+
After exiting the main loop, relevant resources need to be released.
+
```
if ( pipeline ) {
//Stop pipeline
@@ -597,11 +668,15 @@ After exiting the main loop, relevant resources need to be released.
ob_delete_context( ctx, &error );
}
```
+
## PointCloud
+
Function description: Connect the device to open the stream, generate depth point cloud or RGBD point cloud and save it as ply format file.
+
> This sample is based on C++ High Level API for demonstration.
Create a point cloud and save it as a ply format file function. The detailed description of the ply file format can be viewed on the Internet.
+
```
//Save point cloud data to ply
void save_points_to_ply( ob_frame* frame, const char* fileName ) {
@@ -657,7 +732,9 @@ void save_rgb_points_to_ply( ob_frame* frame, const char* fileName ) {
fclose( fp );
}
```
+
Create pipeline and stream profile
+
```
//Create a pipeline to open the Color and Depth streams after connecting the device
pipeline = ob_create_pipeline( &error );
@@ -683,7 +760,9 @@ Create pipeline and stream profile
}
ob_config_enable_stream( config, color_profile, &error ); // Enable configuration
```
+
Get device information pipeline to enable the D2C function of the device.
+
```
//Get device handle
ob_device* device = ob_pipeline_get_device( pipeline, &error );
@@ -693,7 +772,9 @@ Get device information pipeline to enable the D2C function of the device.
ob_device_set_bool_property( device, OB_DEVICE_PROPERTY_DEPTH_ALIGN_HARDWARE_BOOL, true, &error );
}
```
+
Open the stream, and create a point cloud filter for converting the depth and color frame data into point cloud data. The point cloud filter is created after opening the stream to allow the SDK to automatically set the camera parameters according to the current stream configuration. You can also set it yourself.
+
```
// Create a point cloud filter object (when the point cloud filter is created, the device parameters will be obtained inside the Pipeline, so try to configure the device before the filter is created)
ob_filter* point_cloud = ob_pipeline_create_pointcloud_filter( pipeline, &error );
@@ -705,7 +786,9 @@ Open the stream, and create a point cloud filter for converting the depth and co
ob_pointcloud_filter_set_camera_parameter(point_cloud,cameraParam,error);
}
```
+
Start the main loop, call the point cloud filter according to the user's key in the loop to generate depth point cloud or RGBD point cloud data, and save it as a ply file.
+
```
//Waiting for one frame, the timeout period is 100ms.
ob_frame* frameset = ob_pipeline_wait_for_frames( pipeline, 100, &error );
@@ -730,7 +813,9 @@ if ( frameset != NULL )
ob_delete_frame( frameset, &error ); // Delete frameSet Reclaim memory
}
```
+
After the main loop exits, stop the stream and release the resources.
+
```
// Stop pipeline
ob_pipeline_stop( pipeline, &error );
@@ -740,32 +825,45 @@ After the main loop exits, stop the stream and release the resources.
ob_delete_context( ctx, &error );
```
+
# C++
+
## HelloOrbbec
+
Function description: Demonstrate SDK initialization, get SDK version, get device model, get device serial number, get firmware version, and SDK release resources.
+
> This example is based on C++ Low Level API for demonstration.
Get SDK version. The SDK version number is divided into major version number, minor version number and revision number.
+
```
std::cout << "SDK version: " << ob::Version::getMajor() << "." << ob::Version::getMinor() << "." << ob::Version::getPatch() << std::endl;
```
+
First, we need to create a Context to obtain a list of device information and create a device.
+
```
ob::Context ctx;
```
+
Get the list of connected devices
+
```
auto devList = ctx.queryDeviceList();
//Get the number of connected devices
devList->deviceCount()
```
+
Create device
+
```
//Create a device, 0 means the index of the first device
auto dev = devList->getDevice(0);
```
+
Next we can get the information of this device: device information, device name, get device pid, vid, uid, device firmware version, device serial number.
+
```
//Get device information
auto devInfo = dev->getDeviceInfo();
@@ -784,7 +882,9 @@ std::cout << "Firmware version: " << fwVer << std::endl;
auto sn = devInfo->serialNumber();
std::cout << "Serial number: " << sn << std::endl;
```
+
Get the list of supported sensors
+
```
// Get a list of supported sensors
std::cout << "Sensor types: " << std::endl;
@@ -812,16 +912,25 @@ for(uint32_t i = 0; i < sensorList->count(); i++) {
}
}
```
-The console result output is as follows:![1](.\Orbbec SDK Sample Description (CC++)img\1.png)
+
+The console result output is as follows:
+
+![1](https://developer-orbbec-oss.oss-cn-shenzhen.aliyuncs.com/images/technical_library/orbbec_sdkimage001.png)
+
## DepthViewer
+
Function description: This example mainly demonstrates the use of SDK to obtain depth data, set resolution and select to set, display depth image, and finally exit by ESC key.
+
> This example is based on C++ High Level API for demonstration.
First, we need to create a Pipeline. Through Pipelie, you can easily open and close multiple types of streams and obtain a set of frame data.
+
```
ob::Pipeline pipe;
```
+
Get all stream profile list of the depth camera, including stream resolution, frame rate, and frame format.
+
```
auto profiles = pipe.getStreamProfileList(OB_SENSOR_DEPTH);
@@ -844,16 +953,22 @@ if(!depthProfile) {
depthProfile = profiles->getProfile(OB_PROFILE_DEFAULT)->as();
}
```
+
By creating Config to configure which streams to be enabled or disabled by Pipeline, depth stream will be enabled here.
+
```
std::shared_ptr config = std::make_shared();
config->enableStream(depthProfile);
```
+
Start the stream profile in Config, if no parameters are set, the default configuration startup stream will be started.
+
```
pipe.start(config);
```
+
To set the mirror mode, first determine whether the device has readable and writable permissions, and then set
+
```cpp
// Gets whether the image attribute has writable permission
if(pipe.getDevice()->isPropertySupported(OB_PROP_DEPTH_MIRROR_BOOL, OB_PERMISSION_WRITE)) {
@@ -861,24 +976,35 @@ if(pipe.getDevice()->isPropertySupported(OB_PROP_DEPTH_MIRROR_BOOL, OB_PERMISSIO
pipe.getDevice()->setBoolProperty(OB_PROP_DEPTH_MIRROR_BOOL, true);
}
```
+
Waiting for one frame in a blocking manner. The frame is a composite frame, which contains the frame data of all streams enabled in the configuration. Set the frame timeout time.
+
```
auto frameSet = pipe.waitForFrames(100); //Set the waiting time to 100ms
```
+
Stop Pipeline, no more frame data will be generated.
+
```
pipe.stop();
```
-The final depth map is shown below.
![2](.\Orbbec SDK Sample Description (CC++)img\2.png)
Resources will be automatically released after the program exits normally.
+
+The final depth map is shown below.`
`![2](.\Orbbec SDK Sample Description (CC++)img\2.png)`
`Resources will be automatically released after the program exits normally.
+
## ColorViewer
+
Function description: This example mainly demonstrates the use of SDK to obtain color data, set resolution, display color image, and exit by ESC key.
+
> This example is based on C++ High Level API for demonstration.
First, we need to create a Pipeline. Through Pipelie, you can easily open and close multiple types of streams and obtain a set of frame data.
+
```
ob::Pipeline pipe;
```
+
Get all stream profiles of the color camera, including stream resolution, frame rate, and frame format.
+
```
auto profiles = pipe.getStreamProfiles(OB_SENSOR_COLOR);
@@ -900,16 +1026,22 @@ if(!colorProfile) {
colorProfile = profiles->getProfile(OB_PROFILE_DEFAULT)->as();
}
```
+
By creating Config to configure which streams to be enabled or disabled by Pipeline, color stream will be enabled here.
+
```
std::shared_ptr config = std::make_shared();
config->enableStream(colorProfile);
```
+
Start the stream configured in Config.
+
```
pipe.start(config);
```
+
To set the mirror mode, first determine whether the device has readable and writable permissions, and then set
+
```cpp
//Gets whether the image attribute has writable permission
if(pipe.getDevice()->isPropertySupported(OB_PROP_COLOR_MIRROR_BOOL, OB_PERMISSION_WRITE)) {
@@ -917,24 +1049,35 @@ if(pipe.getDevice()->isPropertySupported(OB_PROP_COLOR_MIRROR_BOOL, OB_PERMISSIO
pipe.getDevice()->setBoolProperty(OB_PROP_COLOR_MIRROR_BOOL, true);
}
```
+
Waiting for one frame in a blocking manner. The frame is a composite frame, which contains the frame data of all streams enabled in the configuration. Set the frame timeout time.
+
```
auto frameSet = pipe.waitForFrames(100); //Set the waiting time to 100ms
```
+
Stop Pipeline, no more frame data will be generated.
+
```
pipe.stop();
```
-The final color map is shown below.
![3](.\Orbbec SDK Sample Description (CC++)img\3.png)
Resources will be automatically released after the program exits normally.
+
+The final color map is shown below.`
`![3](.\Orbbec SDK Sample Description (CC++)img\3.png)`
`Resources will be automatically released after the program exits normally.
+
## InfraredViewer
+
Function description: This example mainly demonstrates the use of SDK to obtain infrared data, set the resolution, display the infrared image, and exit through the ESC key.
+
> This example is based on C++ High Level API for demonstration.
First, we need to create a Pipeline. Through Pipelie, you can easily open and close multiple types of streams and obtain a set of frame data.
+
```
ob::Pipeline pipe;
```
+
Get all stream profiles of the infrared camera, including stream resolution, frame rate, and frame format.
+
```
// Set the item of interest through the interface and return the first profile in the corresponding profile list
auto irProfile = profiles->getVideoStreamProfile(640, 480, OB_FORMAT_Y16);
@@ -942,16 +1085,22 @@ if(!irProfile) {
irProfile = profiles->getProfile(OB_PROFILE_DEFAULT)->as();
}
```
+
By creating Config to configure which streams to be enabled or disabled by Pipeline, depth stream will be enabled here.
+
```
std::shared_ptr config = std::make_shared();
config->enableStream(irProfile);
```
+
Start the stream configured in Config, if no parameters are set, the default configuration stream will be started.
+
```
pipe.start(config);
```
+
To set the mirror mode, first determine whether the device has readable and writable permissions, and then set
+
```cpp
//Gets whether the image attribute has writable permission
if(pipe.getDevice()->isPropertySupported(OB_PROP_COLOR_MIRROR_BOOL, OB_PERMISSION_WRITE)) {
@@ -959,24 +1108,35 @@ if(pipe.getDevice()->isPropertySupported(OB_PROP_COLOR_MIRROR_BOOL, OB_PERMISSIO
pipe.getDevice()->setBoolProperty(OB_PROP_COLOR_MIRROR_BOOL, true);
}
```
+
Waiting for one frame in a blocking manner. The frame is a composite frame, which contains the frame data of all streams enabled in the configuration. Set the frame timeout time..
+
```
auto frameSet = pipe.waitForFrames(100); //Set the waiting time to 100ms
```
+
Stop Pipeline, no more frame data will be generated.
+
```
pipe.stop();
```
+
Resources will be automatically released after the program exits normally.
+
## SyncAlignViewer
+
Function description: This example mainly demonstrates the operation of sensor data stream alignment.
+
> This example is based on C++ High Level API for demonstration.
First, we need to create a Pipeline. Through Pipelie, you can easily open and close multiple types of streams and obtain a set of frame data.
+
```
ob::Pipeline pipe;
```
+
Get all stream profiles of color camera and depth camera, including stream resolution, frame rate, and frame format.
+
```
//Get all stream profiles of the color camera, including stream resolution, frame rate, and frame format.
auto colorProfiles = pipe.getStreamProfiles(OB_SENSOR_COLOR);
@@ -996,32 +1156,44 @@ if(!depthProfile) {
depthProfile = depthProfiles->getProfile(OB_PROFILE_DEFAULT)->as();
}
```
+
By creating Config to configure which streams to enable or disable in Pipeline, color stream and depth stream will be enabled here.
+
```
std::shared_ptr config = std::make_shared();
config->enableStream(colorProfile);
config->enableStream(depthProfile);
```
+
Control stream alignment,software alignment is enabled here
+
```
// Configure the alignment mode to software D2c alignment
config->setAlignMode(ALIGN_D2C_SW_MODE);
```
+
Start the stream configured in Config, if no parameters are set, the default configuration stream will be started.
+
```
pipe.start(config);
```
+
Stop Pipeline, no more frame data will be generated.
+
```
pipe.stop();
```
+
Resources will be automatically released after the program exits normally.
## FirmwareUpgrade
+
Function description: This example demonstrates how to use the firmware file to upgrade the device.
+
> This example is based on C++ Low Level API for demonstration
Obtain the firmware file through the command parameter in the main function interface
+
```cpp
// The checkFirmwareFilePath() function is used to check whether the file exists. In the actual code, it is better to check whether the suffix is bin or img, and whether the firmware file matches the target device
std::string checkFirmwareFilePath(int argc, char **argv) {
@@ -1060,6 +1232,7 @@ catch(ob::Error &e) {
```
Create ob::Context and obtain the device through ob::Context. This example assumes that the host computer (Windows, Ubuntu, Android platform) has been plugged into the device before running FirmwareUpgrade[.exe]. ob::DeviceChangedCallback is used to monitor the device restart after the firmware upgrade and obtain the business processing of the upgraded device
+
```cpp
// Create ob::Context instance
ob::Context ctx;
@@ -1102,6 +1275,7 @@ dumpDeviceInfo(dev);
```
Get the current firmware version information of the device
+
```cpp
// Print device name, SN, VID, PID and firmware version
void dumpDeviceInfo(std::shared_ptr device) {
@@ -1129,6 +1303,7 @@ void dumpDeviceInfo(std::shared_ptr device) {
Upgrade the firmware of the target device
a. Implementation the firmware upgrade callback interface of C API;
b. Call the firmware upgrade interface to upgrade;
+
```cpp
// Implementation the firmware upgrade callback interface of C API;
bool upgradeFirmware(std::shared_ptr device, std::string firmwarePath) {
@@ -1191,6 +1366,7 @@ bool upgradeFirmware(std::shared_ptr device, std::string firmwarePat
After the firmware upgrade is successful, the device needs to be restarted. There are two ways to restart the device, one is to unplug the device (or restart the operating system), and the other is to call the reboot interface of OrbbecSDK. After the device is online, the current device firmware version information can be queried through the dump_device_info() function in this example
The following example demonstrates rebooting the device through the firmware reboot interface
+
```cpp
// Reboot device
std::cout << "Reboot device" << std::endl;
@@ -1204,18 +1380,25 @@ dev = nullptr;
Resources will be released automatically after the program exits normally
## SensorControl
+
Function description: This example mainly demonstrates the operation of device control commands, Sensor control commands, and the stream of Sensor.
+
> This example is based on C++ Low Level API for demonstration.
First, we need to create a Context to obtain a list of device information and create a device.
+
```
ob::Context ctx;
```
+
Get device information list
+
```
auto devList = ctx.queryDeviceList();
```
+
Select a device to operate, if a single device is plugged in, it is selected and turned on by default.
+
```
//Select a device to operate
std::shared_ptr device = nullptr;
@@ -1229,7 +1412,9 @@ if(deviceList->deviceCount() > 0) {
}
}
```
+
Control command control, get the scope of the Property, set the property, get the property
+
```
//Gets the scope of the property
OBBoolPropertyRange bool_range = device->getBoolPropertyRange(property_item.id)
@@ -1246,21 +1431,29 @@ bool bool_ret = device->getBoolProperty(propertyItem.id);
int int_ret = device->getIntProperty(propertyItem.id);
float float_ret = device->getFloatProperty(propertyItem.id);
```
+
Resources will be automatically released after the program exits normally.
## MultiStream
+
Function description: This example mainly demonstrates the operation of simultaneously opening multiple sensor streams with a device
+
> This example is based on C++ Low Level API for demonstration
First, you need to create a Context for obtaining a list of device information and creating devices
+
```cpp
ob::Context ctx;
```
+
Query the device information list
+
```cpp
auto devList = ctx.queryDeviceList();
```
+
Select a device to operate. If a single device is inserted, it will be selected and opened by default. If there are multiple devices, provide options
+
```cpp
// Choose a device to operate
std::shared_ptr device = nullptr;
@@ -1273,11 +1466,13 @@ device = deviceList->getDevice(0);
```
Use device to create ob::Pipeline object
+
```cpp
ob::Pipeline pipe(device);
```
Create ob::Config to configure the stream to be opened by the pipeline. Currently, the pipeline only supports UVC-type video streams such as Color, IR, and Depth, and does not support IMU-type Gyro and Accel streams.
+
```cpp
// Construct the ob::Config configuration object, which is required for subsequent pipeline open flow
std::shared_ptr config = std::make_shared();
@@ -1317,6 +1512,7 @@ Create ob::Config to configure the stream to be opened by the pipeline. Currentl
```
Pass the configured ob::Config to ob::Pipeline#start and listen for the callback
+
```cpp
// Pipeline#start needs to pass in config configuration and FrameSetCallback frame callback object
pipe.start(config, [&](std::shared_ptr frameset) {
@@ -1329,6 +1525,7 @@ pipe.start(config, [&](std::shared_ptr frameset) {
```
Stop stream by pipeline
+
```cpp
pipe.stop();
```
@@ -1338,6 +1535,7 @@ Open flow steps are as follows:
a. Obtain GyroSensor (gyroscope) and AccelSensor (accelerometer) from device, the object is ob::Sensor
b. Obtain the corresponding configuration GyroStreamProfile and AccelStreamProfile from GyroSensor and AccelSensor respectively
c. Use ob::Sensor#start to open the stream, the parameter is StreamProfile;
+
```cpp
std::shared_ptr accelSensor;
std::shared_ptr gyroSensor;
@@ -1374,16 +1572,20 @@ if(accelSensor && gyroSensor) {
```
Stop IMU sensors stream
+
```cpp
accelSensor->stop();
gyroSensor->stop();
```
## MultiDevice
+
Function description: This example mainly demonstrates the operation of multiple devices.
+
> This example is based on C++ Low Level API for demonstration.
First, we need to create a Context to obtain a list of device information for creating devices and pipelines.
+
```
ob::Context ctx;
//Query the list of connected devices
@@ -1391,7 +1593,9 @@ auto devList = ctx.queryDeviceList();
//Get the number of access devices
int devCount = devList->deviceCount();
```
+
Create a device, and create a pipeline through the device.
+
```
//Traverse the device list and create a device
std::vector> devices;
@@ -1403,7 +1607,9 @@ for (int i = 0; i < devCount; i++)
pipes.push_back( pipe );
}
```
+
Start stream
+
```
for ( auto&& pipe : pipes ) {
//Get depth camera profile list
@@ -1439,7 +1645,9 @@ OB_FORMAT_MJPG)->as();
i++;
}
```
+
Stop stream
+
```
void StopStream( std::vector< std::shared_ptr< ob::Pipeline > > pipes) {
@@ -1457,12 +1665,15 @@ void StopStream( std::vector< std::shared_ptr< ob::Pipeline > > pipes) {
}
}
```
+
Resources will be automatically released after the program exits normally.
## DepthWorkMode
+
Function Description: This example mainly demonstrates switching camera depth mode. First, the depth mode list is queried, and then the corresponding camera depth mode is selected to call interface switching
First get device
+
```C
// Create Context. Unlike Pipeline, Context is the entry point to the low-level API, which is slightly more complicated to use for common operations such as switching streams,
// but the low-level API can provide more flexible operations such as getting multiple devices, reading and writing device and camera properties, etc
@@ -1482,6 +1693,7 @@ auto device = devList->getDevice(0);
```
Check whether the device supports camera depth mode. Currently, only Gemini2 supports camera depth mode
+
```C
// Check to see if depth mode is supported. Currently (5 December 2022), only Gemini2 binocular cameras support depth mode
if (!device->isPropertySupported(OB_STRUCT_CURRENT_DEPTH_ALG_MODE, OB_PERMISSION_READ_WRITE)) {
@@ -1491,12 +1703,14 @@ if (!device->isPropertySupported(OB_STRUCT_CURRENT_DEPTH_ALG_MODE, OB_PERMISSION
```
Get current depth work mode
+
```C
// Get current depth work mode
auto curDepthMode = device->getCurrentDepthWorkMode();
```
Get the list of depth work modes supported by the device
+
```C
// Gets a list of depth work modes
auto depthModeList = device->getDepthWorkModeList();
@@ -1512,6 +1726,7 @@ for(uint32_t i = 0; i < depthModeList->count(); i++) {
```
Switch depth work mode
+
```C
// Switch device to a new depth work mode
OBDepthMode depthMode = (*depthModeList)[index];
@@ -1521,26 +1736,34 @@ check_error(error);
At the end of switching camera depth mode, you can open the camera to stream using pipeline
Cautions:
+
1. If you want to switch camera depth mode, you must open the data stream after switching depth mode. Each camera depth mode supports different effective resolutions
2. If the data stream has been opened with a pipeline, the original applied pipeline must be released before the switch depth work mode
Re-create pipeline after switching camera depth mode; otherwise, wild pointer or memory leak will be caused;
## HotPlugin
+
Function description: This example mainly demonstrates the settings of the device plug-in callback, and processes the obtained stream after replug-in.
+
> This example is based on C++ High Level API for demonstration.
First, we need to create a Context to obtain a list of device information and create a device.
+
```
ob::Context ctx;
```
+
Register the device callback, and execute related functions when the device is plugged and unplugged.
+
```
ctx.setDeviceChangedCallback( []( std::shared_ptr< ob::DeviceList > removedList, std::shared_ptr< ob::DeviceList > addedList ) {
DeviceDisconnectCallback( removedList );
DeviceConnectCallback( addedList );
} );
```
+
Open stream according to the resolution and format configured in the configuration file.
+
```
//Start the stream by the stream profile of the configuration file, if there is no configuration file, the stream will be started with the first stream configuration
try{
@@ -1560,47 +1783,66 @@ auto colorProfile = colorProfiles->getProfile(OB_PROFILE_DEFAULT)->asfps();
depthFps = depthProfile->fps();
```
+
Waiting for one frame in a blocking manner. The frame is a composite frame, which contains the frame data of all streams enabled in the configuration. Set the frame timeout time.
+
```
auto frameSet = pipe.waitForFrames(100); //Set the waiting time to 100ms
```
+
Stop Pipeline, will no longer generate frame data.
+
```
pipe.stop();
```
+
Resources will be automatically released after the program exits normally.
+
## ImuReader
+
Function description: This example mainly demonstrates the use of SDK to obtain IMU data, and exit by ESC key.
+
> This example is based on C++ Low Level API for demonstration.
Print the SDK version number. The SDK version number is divided into major version number, minor version number and revision number.
+
```
//Print the SDK version number. The SDK version number is divided into major version number, minor version number and revision number.
std::cout << "SDK version: " << ob::Version::getMajor() << "." << ob::Version::getMinor() << "." << ob::Version::getPatch() << std::endl;
```
+
First, we need to create a Context to obtain a list of device information and create a device.
+
```
ob::Context ctx;
```
+
Get the list of connected devices
+
```
auto devList = ctx.queryDeviceList();
//Get the number of connected devices.
devList->deviceCount()
```
+
Create device
+
```
//Create a device, 0 means the index of the first device.
auto dev = devList->getDevice(0);
```
+
Get the gyroscope sensor and acceleration sensor
+
```
auto gyroSensor = dev->getSensorList()->getSensor( OB_SENSOR_GYRO );
auto accelSensor = dev->getSensorList()->getSensor( OB_SENSOR_ACCEL );
```
+
Get the profile list of the gyroscope sensor and select the first profile to open stream, get the frame data in the open stream callback, the same as the acceleration sensor.
+
```
auto profiles = gyroSensor->getStreamProfileList();
auto profile = profiles->getProfile( 0 );
@@ -1619,22 +1861,28 @@ gyroSensor->start( profile, []( std::shared_ptr< ob::Frame > frame ) {
}
} );
```
+
Stop stream
+
```
gyroSensor->stop();
accelSensor->stop();
```
+
Resources will be automatically released after the program exits normally.
## MultiDeviceSync
+
The multi-machine synchronization open flow example demonstrates the function of connecting multiple devices through signal connectors and then synchronously triggering the graph output.
Steps for synchronizing multiple devices:
+
1. Load the configuration file and configure the device;
2. Reboot devices;
3. Wait for all devices to reboot complete, start all devices's color and depth sensor to handle it frames;
Set multi-device synchronization configuration information
+
```cpp
auto curConfig = device->getMultiDeviceSyncConfig();
@@ -1650,6 +1898,7 @@ device->setMultiDeviceSyncConfig(curConfig);
```
Reboot all devices
+
```cpp
std::cout << "Device sn[" << std::string(device->getDeviceInfo()->serialNumber()) << "] is configured, rebooting..." << std::endl;
try {
@@ -1664,8 +1913,8 @@ catch(ob::Error &e) {
Wait for all devices to restart, and then start stream on multiple devices.
-
Get device list
+
```cpp
// Query the list of connected devices
auto devList = context.queryDeviceList();
@@ -1683,6 +1932,7 @@ if(streamDevList.empty()) {
```
Read the multi-device synchronization configuration from the device, Distinguish between Primary and Secondary
+
```cpp
// traverse the device list and create the device
std::vector> primary_devices;
@@ -1703,6 +1953,7 @@ if(primary_devices.empty()) {
```
Set the time synchronization frequency
+
```C
// Enable time synchronization among multiple devices
context.enableDeviceClockSync(3600000); // Updates are synchronized every hour
@@ -1710,6 +1961,7 @@ context.enableDeviceClockSync(3600000); // Updates are synchronized every hour
The PipelineHolder
Because a pipeline is associated with a sensorType, PipelineHolder is used to associate device and sensor information to facilitate processing of frame data.
+
```cpp
typedef struct PipelineHolder_t {
std::shared_ptr pipeline;
@@ -1730,6 +1982,7 @@ std::shared_ptr createPipelineHolder(std::shared_ptr
```
Open the device data stream of color sensor and depth sensor
+
```cpp
std::cout << "Secondary devices start..." << std::endl;
int deviceIndex = 0; // Sencondary device display first
@@ -1764,6 +2017,7 @@ for(auto itr = primary_devices.begin(); itr != primary_devices.end(); itr++) {
```
Process sensor frame data
+
```cpp
void handleColorStream(int devIndex, std::shared_ptr frame) {
std::cout << "Device#" << devIndex << ", color frame index=" << frame->index() << ", timestamp=" << frame->timeStamp()
@@ -1781,9 +2035,11 @@ void handleDepthStream(int devIndex, std::shared_ptr frame) {
depthFrames[devIndex] = frame;
}
```
+
Here we can process the data output by multiple devices based on colorFrames and depthFrames.
// stop stream
+
```cpp
// close data stream
for(auto itr = pipelineHolderList.begin(); itr != pipelineHolderList.end(); itr++) {
@@ -1793,10 +2049,13 @@ pipelineHolderList.clear();
```
## PointCloud
+
Function description: Connect the device to open the stream, generate a depth point cloud or RGBD point cloud and save it as a ply format file.
+
> This example is based on C++ High Level API for demonstration.
-Create a point cloud and save it as a ply format file function. The detailed description of the ply file format can be viewed on the Internet.
First, create two functions to save the point cloud data obtained from the stream. This is a function to save point cloud data.
+Create a point cloud and save it as a ply format file function. The detailed description of the ply file format can be viewed on the Internet.`
`First, create two functions to save the point cloud data obtained from the stream. This is a function to save point cloud data.
+
```
//Save point cloud data to ply
void savePointsToPly(std::shared_ptr frame, std::string fileName) {
@@ -1820,7 +2079,9 @@ void savePointsToPly(std::shared_ptr frame, std::string fileName) {
fclose(fp);
}
```
+
Create another function to save the color point cloud data.
+
```
//Save color point cloud data to ply
void saveRGBPointsToPly(std::shared_ptr frame, std::string fileName) {
@@ -1847,19 +2108,27 @@ void saveRGBPointsToPly(std::shared_ptr frame, std::string fileName)
fclose(fp);
}
```
+
Set the Log level to avoid too many Logs of Info level affecting the output of the point cloud
+
```cpp
ob::Context::setLoggerSeverity(OB_LOG_SEVERITY_ERROR);
```
+
Create a Pipeline, through pipeline, you can easily open and close multiple types of streams and obtain a set of frame data.
+
```
ob::Pipeline pipeline;
```
+
Then we can get all the profile of the color stream through the Pipeline, including the resolution of the stream, the frame rate, and the format of the stream.
+
```
auto colorProfiles = pipeline.getStreamProfileList( OB_SENSOR_COLOR );
```
+
Then select the profile of the stream we need through the profile list of the color stream obtained above.
+
```
//Set the item of interest through the interface, and return the first Profile corresponding to the Profile list
auto colorProfile = colorProfiles->getVideoStreamProfile(640, 480, OB_FORMAT_YUYV);
@@ -1869,7 +2138,9 @@ if(!colorProfile) {
colorProfile = colorProfiles->getProfile(OB_PROFILE_DEFAULT)->as();
}
```
+
According to the method of setting the profile of the color stream above, set the profile of the depth stream in the same way.
+
```
//Get all stream profiles of the depth camera, including stream resolution, frame rate, and frame format
auto depthProfiles = pipeline.getStreamProfileList(OB_SENSOR_DEPTH);
@@ -1879,18 +2150,24 @@ if(!depthProfile) {
depthProfile = depthProfiles->getProfile(OB_PROFILE_DEFAULT)->as();
}
```
+
By creating Config to configure which streams to be enabled or disabled in Pipeline, color stream and depth stream will be enabled here.
+
```
std::shared_ptr< ob::Config > config = std::make_shared< ob::Config >();
config->enableStream( colorProfile );
config->enableStream( depthProfile );
```
+
D2C alignment need to be turned on when generating RGBD point cloud
+
```
//Enable D2C alignment, which needs to be enabled when generating RGBD point clouds
config->setAlignMode(ALIGN_D2C_HW_MODE);
```
+
Create a point cloud Filter object and set camera internal parameters
+
```
// Create a point cloud Filter object (when the point cloud Filter is created, the device parameters will be obtained inside the Pipeline, so try to configure the device before the Filter is created)
ob::PointCloudFilter pointCloud;
@@ -1899,17 +2176,23 @@ ob::PointCloudFilter pointCloud;
auto cameraParam = pipeline.getCameraParam();
pointCloud.setCameraParam(cameraParam);
```
+
Start Pipeline
+
```
pipeline.start( config );
```
+
Set up some operation tips
+
```
std::cout << "Press R to create rgbd pointCloud and save to ply file! " << std::endl;
std::cout << "Press d to create depth pointCloud and save to ply file! " << std::endl;
std::cout << "Press ESC to exit! " << std::endl;
```
+
Set the main process to obtain and save point cloud data through the point cloud Filter object created above.
+
```
if(key == 'R' || key == 'r') {
count = 0;
@@ -1956,16 +2239,23 @@ else if(key == 'D' || key == 'd') {
}
}
```
+
Finally, stop the stream through the Pipeline.
+
```
pipeline.stop();
```
+
Resources will be released after the program exits normally.
+
## SaveToDisk
+
Function description: Connect the device to open the stream, get the color and depth map and save as png format.
+
> This example is based on C++ high Level API for demonstration.
Create two functions to save the acquired picture to a file.
+
```
//Save the depth image in png format.
void saveDepth( std::shared_ptr< ob::DepthFrame > depthFrame ) {
@@ -1994,15 +2284,21 @@ void saveColor( std::shared_ptr< ob::ColorFrame > colorFrame ) {
std::cout << "Color saved:" << colorName << std::endl;
}
```
+
Create a Pipeline, through Pipelie, you can easily open and close multiple types of streams and obtain a set of frame data.
+
```
ob::Pipeline pipeline;
```
+
Then we can get all the profile of the color stream through the Pipeline, including the resolution of the stream, the frame rate, and the format of the stream.
+
```
auto colorProfiles = pipeline.getStreamProfileList( OB_SENSOR_COLOR );
```
+
Then select the profile of the stream, we need to get the profile list of the color stream obtained above.
+
```
//Set the item of interest through the interface, and return the first Profile corresponding to the Profile list
auto colorProfile = colorProfiles->getVideoStreamProfile(640, 480, OB_FORMAT_MJPG, 30);
@@ -2010,7 +2306,9 @@ if(!colorProfile){
colorProfile = colorProfiles->getProfile(OB_PROFILE_DEFAULT)->as();
}
```
+
Configure the depth stream in the same way as getting the color stream configuration
+
```cpp
//Get all stream profiles of the depth camera, including stream resolution, frame rate, and frame format
auto depthProfiles = pipeline.getStreamProfileList(OB_SENSOR_DEPTH);
@@ -2021,26 +2319,36 @@ if(!depthProfile){
depthProfile = depthProfiles->getProfile(OB_PROFILE_DEFAULT)->as();
}
```
+
Configure the stream we want to open by creating Config.
+
```
std::shared_ptr< ob::Config > config = std::make_shared< ob::Config >();
config->enableStream( colorProfile );
config->enableStream( depthProfile )
```
+
Start stream
+
```
pipeline.start( config );
```
+
Obtain frame data by waiting
+
```
auto frameset = pipeline.waitForFrames( 100 );
```
+
Get the data of a single type of frame
+
```
auto colorFrame = frameset->colorFrame();
auto depthFrame = frameset->depthFrame();
```
+
Create a format conversion Filter to convert the color image to RGB format and save it
+
```cpp
//Create Format Conversion Filter
ob::FormatConvertFilter formatConverFilter;
@@ -2050,60 +2358,84 @@ colorFrame = formatConverFilter.process(colorFrame)->as();
formatConverFilter.setFormatConvertType(FORMAT_RGB888_TO_BGR);
colorFrame = formatConverFilter.process(colorFrame)->as();
```
+
Store the data through the edited storage function above
+
```
saveColor( colorFrame );
saveDepth( depthFrame );
```
+
Stop Pipeline
+
```
pipeline.stop();
```
+
Resources will be released after the program exits normally.
+
## Recorder
+
Function description: Connect the device to open the stream, and record the current video stream to a file.
+
> This example is based on C++ high Level API for demonstration.
First, you need to create a Pipeline, through which you can easily open and close multiple types of streams and obtain a set of frame data.
+
```cpp
ob::Pipeline pipe;
```
+
Obtain the stream profile of the depth camera through the input resolution, format, frame rate and other interesting items.
+
```cpp
//Get depth stream configuration
auto profiles = pipe.getStreamProfileList(OB_SENSOR_DEPTH);
auto depthProfile = profiles->getVideoStreamProfile(640, 480, OB_FORMAT_Y16);
```
+
Configure which streams the Pipeline wants to enable or disable by creating a Config, where the depth stream will be enabled
+
```cpp
//Configure the type of stream opened by Pipeline
std::shared_ptr config = std::make_shared();
config->enableStream(depthProfile);
```
+
Start the stream configured in Config. If no parameters are passed, the default configuration startup stream will be started, and the recording switch will be enabled.
+
```cpp
pipe.start(config);
pipe.startRecord("./OrbbecPipeline.bag");
```
+
Wait for a frame of data in a blocking manner, which is a composite frame, which contains frame data of all streams enabled in the configuration, and sets the frame's waiting timeout time.
+
```
auto frameSet = pipe.waitForFrames(100); //Set the wait time to 100ms
```
+
Stop Pipeline
+
```cpp
pipe.stop();
```
+
Resources will be released after the program exits normally.
+
## Playback
Function description: Connect the device to open the stream, and load the video file for playback.
+
> This example is based on C++ high Level API for demonstration.
```cpp
//Create a pipeline object for playback
ob::Pipeline pipe("./OrbbecPipeline.bag");
```
+
Get the playback status callback of the playback object
+
```cpp
//Get playback object set playback status callback
auto playback = pipe.getPlayback();
@@ -2116,7 +2448,9 @@ playback->setPlaybackStateCallback([&](OBMediaState state) {
}
});
```
+
Read device information and internal parameter information from playback files
+
```cpp
//Read device information from playback file
auto deviceInfo = playback->getDeviceInfo();
@@ -2128,17 +2462,24 @@ auto cameraParam = pipe.getCameraParam();
std::cout << "======================Camera params : rgb width:" << cameraParam.rgbIntrinsic.width << " rgb height: " << cameraParam.rgbIntrinsic.height
<< " depth width: " << cameraParam.depthIntrinsic.width << " depth height: " << cameraParam.rgbIntrinsic.height << std::endl;
```
+
Start playback
+
```cpp
//Start playback
pipe.start(NULL);
```
+
Wait for a frame of data in a blocking manner, which is a composite frame, which contains frame data of all streams enabled in the configuration, and sets the frame's waiting timeout time.
+
```
auto frameSet = pipe.waitForFrames(100); //Set the wait time to 100ms
```
+
Stop Pipeline
+
```cpp
pipe.stop();
```
+
Resources will be released after the program exits normally.
diff --git a/doc/tutorial/English/Image/OrbbecSDK-Architecture.png b/doc/tutorial/English/Image/OrbbecSDK-Architecture.png
new file mode 100644
index 00000000..1c64da30
Binary files /dev/null and b/doc/tutorial/English/Image/OrbbecSDK-Architecture.png differ
diff --git a/doc/tutorial/English/Image/OrbbecSDK-Get-Frame-Sequence-Diagram.png b/doc/tutorial/English/Image/OrbbecSDK-Get-Frame-Sequence-Diagram.png
new file mode 100644
index 00000000..1ddf9aae
Binary files /dev/null and b/doc/tutorial/English/Image/OrbbecSDK-Get-Frame-Sequence-Diagram.png differ
diff --git a/doc/tutorial/English/OverviewDocument.md b/doc/tutorial/English/OverviewDocument.md
new file mode 100644
index 00000000..117d1ce9
--- /dev/null
+++ b/doc/tutorial/English/OverviewDocument.md
@@ -0,0 +1,100 @@
+# Overview
+Welcome to the Orbbec SDK (hereinafter referred to as "SDK") tutorial! The SDK not only provides a concise high-level API, but also a flexible and comprehensive low-level API to help you use and quickly understand Orbbec 3D cameras in detail.
+
+# Features
+Orbbec SDK is a cross-platform (Windows, Android, Linux) software development kit that provides device parameter configuration, data stream reading and stream processing for 3D sensing cameras such as Orbbec structured light, binocular, and iToF.
+
+**Core functions:**
+
+- Depth camera access and related parameter settings
+- RGB camera access and related parameter settings (eg exposure and white balance)
+- Sensor access and related parameter settings (eg gyroscope and accelerometer)
+- Frame synchronization and alignment control
+- Point cloud data
+- Algorithmic capabilities such as filtering
+- Multi-OS and Wrapper support.
+
+**Highlights:**
+
+SDK design goals: thin + flexible + high scalability.
+
+- "Thin": Provides the ability to obtain device data at the minimum level and high performance
+- "Flexible": Modular sensor function, flexible combination of different devices
+- "Highly Scalable": Supports increasingly diversified devices and systems, and plug-in algorithms for different scenarios
+
+What's included in the SDK:
+
+| Content | Description |
+| --- | --- |
+| Code example | These simple examples demonstrate how to easily use the SDK to include code snippets that access the camera into your application. Includes color flow, depth flow, point cloud, alignment, recording, and more. |
+| tool | OrbbecViewer: A tool that demonstrates the main basic functions and parameter configuration of the 3D sensing camera using the SDK to help developers quickly understand and verify the capabilities of the SDK and the 3D sensing camera. With this application, you can quickly access your depth camera to view the depth stream, visualize point clouds, record and playback data streams, configure your camera settings. |
+
+
+# SDK Architecture
+![OrbbecSDK-Architecture](Image/OrbbecSDK-Architecture.png)
+
+**Application**
+
+OrbbecViewer, Sample, and User Application Implementation.
+
+**Interfaces and Encapsulation Layer**
+
+OrbbecSDK Interface Encapsulation and Wrapper Encapsulation.
+
+**High-level Layer**
+
+HighLevel encapsulates the core business components and provides interfaces to the outside using a pipeline.
+
+**Basic business layer**
+
+The realization of the core business logic framework.
+
+**Platform abstraction layer**
+
+Cross-platform components shield the implementation of different operating systems and provide a unified access method.
+
+**Platform implementation layer**
+
+The driver implementation of each platform.
+
+
+# SDK Frame Acquisition Sequence Diagram
+
+![OrbbecSDK Get Frame Sequence Diagram](Image/OrbbecSDK-Get-Frame-Sequence-Diagram.png)
+
+Note: The interfaces labeled with numbers are external interfaces, while the ones without numbers are internal interfaces.
+
+# SDK Concepts
+
+**Context**
+
+Context which provides a set of settings includes settings such as device state change callbacks, log levels, and more. The Context can access multiple devices.
+
+
+**Device**
+
+One actual hardware device corresponds to one Device object, which is used to obtain relevant information of the device and control its attributes.
+
+**Sensor**
+
+A Sensor can be understood as a sub-device of the actual device, corresponding to Color Sensor, IR Sensor, Depth Sensor, IMU Sensor, etc. One Device can contain multiple Sensors.
+
+**Stream**
+
+Stream represents a data flow. Generally, a Sensor can output one or more types of data flows, which are composed of a series of time-sequenced Frames. For Stream, StreamProfile is used to describe the configuration of an individual stream.
+
+**Frame**
+
+Represents a frame of data in the Stream, and also contains relevant information about that frame of data, such as timestamp, type, etc.
+
+**FrameSet**
+
+Represents a combination of different types of Frames with the same timestamp, such as a combination of Color Frame and Depth Frame.
+
+**Pipeline**
+
+The HighLevel corresponding object encapsulates the interface for quick access to the SDK. It has simple functions that allow users to quickly get started and use the SDK.
+
+**Filter**
+
+It mainly refers to some algorithmic processing modules for the composite stream FrameSet, such as point cloud algorithm processing.
diff --git a/lib/arm32/libOrbbecSDK.so.1.9.4 b/lib/arm32/libOrbbecSDK.so.1.9.4
index c1d64619..5a450661 100644
Binary files a/lib/arm32/libOrbbecSDK.so.1.9.4 and b/lib/arm32/libOrbbecSDK.so.1.9.4 differ
diff --git a/lib/arm64/libOrbbecSDK.so.1.9.4 b/lib/arm64/libOrbbecSDK.so.1.9.4
index 86cb7386..b73f5d5e 100644
Binary files a/lib/arm64/libOrbbecSDK.so.1.9.4 and b/lib/arm64/libOrbbecSDK.so.1.9.4 differ
diff --git a/lib/linux_x64/libOrbbecSDK.so.1.9.4 b/lib/linux_x64/libOrbbecSDK.so.1.9.4
index f6f1b15f..962df9d5 100644
Binary files a/lib/linux_x64/libOrbbecSDK.so.1.9.4 and b/lib/linux_x64/libOrbbecSDK.so.1.9.4 differ
diff --git a/lib/macOS/libOrbbecSDK.1.9.4.dylib b/lib/macOS/libOrbbecSDK.1.9.4.dylib
index 2c709dff..00657086 100755
Binary files a/lib/macOS/libOrbbecSDK.1.9.4.dylib and b/lib/macOS/libOrbbecSDK.1.9.4.dylib differ
diff --git a/lib/win_x64/OrbbecSDK.dll b/lib/win_x64/OrbbecSDK.dll
index 0b14f2bf..eaf84537 100644
Binary files a/lib/win_x64/OrbbecSDK.dll and b/lib/win_x64/OrbbecSDK.dll differ
diff --git a/lib/win_x86/OrbbecSDK.dll b/lib/win_x86/OrbbecSDK.dll
index ef727bc4..586abd4e 100644
Binary files a/lib/win_x86/OrbbecSDK.dll and b/lib/win_x86/OrbbecSDK.dll differ
diff --git a/package.xml b/package.xml
index 66f8a104..b6d351e5 100644
--- a/package.xml
+++ b/package.xml
@@ -1,7 +1,7 @@
OrbbecSDK
- 1.6.3
+ 1.9.4
OrbbecSDK is a comprehensive library that provides developers with intuitive interfaces to control and
manipulate Orbbec cameras seamlessly.