Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyin committed Jul 25, 2024
1 parent 5ed3ac0 commit 0c39cf5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Change Log

# release v1.10.1
1.adjust imu queue default size;
2.adapt to image related Interface;
3.remove excess compilation items;
4.palyback pre-init ob_context;
5.adjust the order of IMU starting;
6.adapt to mega-i device;
7.update orbbecsdk version to last.

# release v1.10.1
1. update orbbecsdk version to v1.10.5.

Expand Down
9 changes: 7 additions & 2 deletions README_PUBLIC.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# release v1.10.1
## Change List
1. update orbbecsdk version to v1.10.5.
1.adjust imu queue default size;
2.adapt to image related Interface;
3.remove excess compilation items;
4.palyback pre-init ob_context;
5.adjust the order of IMU starting;
6.adapt to mega-i device;
7.update orbbecsdk version to last.

## Product support
| **products list** | **firmware version** |**platform**|
Expand Down
2 changes: 1 addition & 1 deletion include/k4a/k4a.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern "C" {

#define WRAPPER_VERSION_MAJOR 1
#define WRAPPER_VERSION_MINOR 10
#define WRAPPER_VERSION_PATCH 1
#define WRAPPER_VERSION_PATCH 2

/**
* \defgroup Functions Functions
Expand Down

0 comments on commit 0c39cf5

Please sign in to comment.