File tree Expand file tree Collapse file tree 5 files changed +12
-13
lines changed
Expand file tree Collapse file tree 5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 11## Change Log
22
3+ # release v1.10.1
4+ 1 . update orbbecsdk version to v1.10.5.
5+
36# release v1.9.4
471 . update orbbecsdk version to v1.10.2;
582 . support green_screen sample;
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ git submodule update --init --recursive
154154
155155| **products list** | **firmware version** |**platform**|
156156| --- | --- | --- |
157- | Orbbec Femto Bolt | 1.0.6/1.0.9 |Windows10+, Ubuntu18.04+ |
158- | Orbbec Femto Mega | 1.1.5/1.1.7 |Windows10+, Ubuntu20.04+ |
157+ | Orbbec Femto Bolt | 1.0.6/1.0.9/1.1.1 |Windows10+, Ubuntu18.04+ |
158+ | Orbbec Femto Mega | 1.1.5/1.1.7/1.2.8 |Windows10+, Ubuntu20.04+ |
159159
160160
161161## Testing
Original file line number Diff line number Diff line change 1- # release v1.9.4
1+ # release v1.10.1
22## Change List
3- 1 . update orbbecsdk version to v1.10.2;
4- 2 . support green_screen sample;
5- 3 . video frame timestamps for Femto Bolt modify microseconds (us).(Femto Bolt firmware version Need 1.1.1 or above).
6-
3+ 1 . update orbbecsdk version to v1.10.5.
74
85## Product support
96| ** products list** | ** firmware version** | ** platform** |
107| --- | --- | --- |
11- | Orbbec Femto Bolt| 1.0.6/1.0.9 | Windows10+, Ubuntu18.04+ |
12- | Orbbec Femto Mega | 1.1.5/1.1.7 | Windows10+, Ubuntu20.04+ |
8+ | Orbbec Femto Bolt | 1.0.6/1.0.9/1.1.1 | Windows10+, Ubuntu18.04+ |
9+ | Orbbec Femto Mega | 1.1.5/1.1.7/1.2.8 | Windows10+, Ubuntu20.04+ |
1310## Catalog Introduction
1411- /
1512 - bin : Executable files and dynamic loading libraries
Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ int main(int argc, char **argv)
3737 printf ("Failed to open device\n" );
3838 goto Exit ;
3939 }
40-
41-
40+
4241 k4a_device_configuration_t config = K4A_DEVICE_CONFIG_INIT_DISABLE_ALL ;
4342 config .color_format = K4A_IMAGE_FORMAT_COLOR_MJPG ;
4443 config .color_resolution = K4A_COLOR_RESOLUTION_1080P ;
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ extern "C" {
2121#endif
2222
2323#define WRAPPER_VERSION_MAJOR 1
24- #define WRAPPER_VERSION_MINOR 9
25- #define WRAPPER_VERSION_PATCH 4
24+ #define WRAPPER_VERSION_MINOR 10
25+ #define WRAPPER_VERSION_PATCH 1
2626
2727/**
2828 * \defgroup Functions Functions
You can’t perform that action at this time.
0 commit comments