Skip to content

Commit dd366df

Browse files
author
jj
committed
Add obsdk v2.0.13 and update rossdk v2.0.4
1 parent ef6a091 commit dd366df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1043
-868
lines changed

.gitignore

Lines changed: 745 additions & 745 deletions
Large diffs are not rendered by default.

.vscode/settings.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"files.associations": {
3+
"*.tcc": "cpp",
4+
"deque": "cpp",
5+
"forward_list": "cpp",
6+
"list": "cpp",
7+
"string": "cpp",
8+
"vector": "cpp",
9+
"valarray": "cpp",
10+
"array": "cpp",
11+
"string_view": "cpp",
12+
"chrono": "cpp",
13+
"cctype": "cpp",
14+
"clocale": "cpp",
15+
"cmath": "cpp",
16+
"csignal": "cpp",
17+
"cstdarg": "cpp",
18+
"cstddef": "cpp",
19+
"cstdio": "cpp",
20+
"cstdlib": "cpp",
21+
"cstring": "cpp",
22+
"ctime": "cpp",
23+
"cwchar": "cpp",
24+
"cwctype": "cpp",
25+
"any": "cpp",
26+
"atomic": "cpp",
27+
"bit": "cpp",
28+
"bitset": "cpp",
29+
"cinttypes": "cpp",
30+
"codecvt": "cpp",
31+
"compare": "cpp",
32+
"complex": "cpp",
33+
"concepts": "cpp",
34+
"condition_variable": "cpp",
35+
"cstdint": "cpp",
36+
"map": "cpp",
37+
"set": "cpp",
38+
"unordered_map": "cpp",
39+
"unordered_set": "cpp",
40+
"exception": "cpp",
41+
"algorithm": "cpp",
42+
"functional": "cpp",
43+
"iterator": "cpp",
44+
"memory": "cpp",
45+
"memory_resource": "cpp",
46+
"numeric": "cpp",
47+
"optional": "cpp",
48+
"random": "cpp",
49+
"ratio": "cpp",
50+
"regex": "cpp",
51+
"system_error": "cpp",
52+
"tuple": "cpp",
53+
"type_traits": "cpp",
54+
"utility": "cpp",
55+
"fstream": "cpp",
56+
"initializer_list": "cpp",
57+
"iomanip": "cpp",
58+
"iosfwd": "cpp",
59+
"iostream": "cpp",
60+
"istream": "cpp",
61+
"limits": "cpp",
62+
"mutex": "cpp",
63+
"new": "cpp",
64+
"numbers": "cpp",
65+
"ostream": "cpp",
66+
"semaphore": "cpp",
67+
"sstream": "cpp",
68+
"stdexcept": "cpp",
69+
"stop_token": "cpp",
70+
"streambuf": "cpp",
71+
"thread": "cpp",
72+
"typeindex": "cpp",
73+
"typeinfo": "cpp",
74+
"variant": "cpp"
75+
}
76+
}

orbbec_camera/SDK/include/libobsensor/ObSensor.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* License: Apache 2.0. See LICENSE file in root directory.
2-
Copyright(c) 2020 Orbbec Corporation. All Rights Reserved. */
1+
// Copyright (c) Orbbec Inc. All Rights Reserved.
2+
// Licensed under the MIT License.
33

44
/**
55
* \file ObSensor.h
@@ -20,3 +20,4 @@
2020
#include <libobsensor/h/StreamProfile.h>
2121
#include <libobsensor/h/Version.h>
2222
#include <libobsensor/h/TypeHelper.h>
23+

orbbec_camera/SDK/include/libobsensor/ObSensor.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* License: Apache 2.0. See LICENSE file in root directory.
2-
Copyright(c) 2020 Orbbec Corporation. All Rights Reserved. */
1+
// Copyright (c) Orbbec Inc. All Rights Reserved.
2+
// Licensed under the MIT License.
33

44
/**
55
* \file ObSensor.hpp
@@ -19,3 +19,4 @@
1919
#include <libobsensor/hpp/StreamProfile.hpp>
2020
#include <libobsensor/hpp/Version.hpp>
2121
#include <libobsensor/hpp/TypeHelper.hpp>
22+

orbbec_camera/SDK/include/libobsensor/h/Advanced.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Orbbec Inc. All Rights Reserved.
2+
// Licensed under the MIT License.
3+
14
#ifdef __cplusplus
25
extern "C" {
36
#endif
@@ -206,4 +209,4 @@ OB_EXPORT bool ob_device_preset_list_has_preset(const ob_device_preset_list *pre
206209

207210
#ifdef __cplusplus
208211
}
209-
#endif
212+
#endif

orbbec_camera/SDK/include/libobsensor/h/Context.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/**
1+
// Copyright (c) Orbbec Inc. All Rights Reserved.
2+
// Licensed under the MIT License.
3+
4+
/**
25
* @file Context.h
36
* @brief Context is a management class that describes the runtime of the SDK and is responsible for resource allocation and release of the SDK.
47
* Context has the ability to manage multiple devices. It is responsible for enumerating devices, monitoring device callbacks, and enabling multi-device
@@ -154,4 +157,4 @@ OB_EXPORT void ob_set_extensions_directory(const char *directory, ob_error **err
154157

155158
#ifdef __cplusplus
156159
}
157-
#endif
160+
#endif

orbbec_camera/SDK/include/libobsensor/h/Device.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/**
1+
// Copyright (c) Orbbec Inc. All Rights Reserved.
2+
// Licensed under the MIT License.
3+
4+
/**
25
* @file Device.h
36
* @brief Device-related functions, including operations such as obtaining and creating a device, setting and obtaining device property, and obtaining sensors
47
*/
@@ -641,3 +644,4 @@ OB_EXPORT void ob_delete_camera_param_list(ob_camera_param_list *param_list, ob_
641644
#ifdef __cplusplus
642645
}
643646
#endif
647+

orbbec_camera/SDK/include/libobsensor/h/Error.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/**
1+
// Copyright (c) Orbbec Inc. All Rights Reserved.
2+
// Licensed under the MIT License.
3+
4+
/**
25
* @file Error.h
36
* @brief Functions for handling errors, mainly used for obtaining error messages.
47
*/
@@ -78,4 +81,4 @@ OB_EXPORT void ob_delete_error(ob_error *error);
7881

7982
#ifdef __cplusplus
8083
}
81-
#endif
84+
#endif

orbbec_camera/SDK/include/libobsensor/h/Filter.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/**
1+
// Copyright (c) Orbbec Inc. All Rights Reserved.
2+
// Licensed under the MIT License.
3+
4+
/**
25
* @file Filter.h
36
* @brief The processing unit of the SDK can perform point cloud generation, format conversion and other functions.
47
*/
@@ -249,3 +252,4 @@ OB_EXPORT ob_filter_config_schema_item ob_filter_config_schema_list_get_item(con
249252
#ifdef __cplusplus
250253
}
251254
#endif
255+

orbbec_camera/SDK/include/libobsensor/h/Frame.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/**
1+
// Copyright (c) Orbbec Inc. All Rights Reserved.
2+
// Licensed under the MIT License.
3+
4+
/**
25
* @file Frame.h
36
* @brief Frame related function is mainly used to obtain frame data and frame information
47
*
@@ -634,3 +637,4 @@ OB_EXPORT void ob_frameset_push_frame(ob_frame *frameset, const ob_frame *frame,
634637
#ifdef __cplusplus
635638
}
636639
#endif
640+

0 commit comments

Comments
 (0)