Skip to content

Commit

Permalink
[doc][fix]: uodate version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zzuliys committed May 8, 2024
1 parent 716cfcc commit 86ac019
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
## Change Log

# release v1.9.4
1. update orbbecsdk version to v1.10.2;
2. support green_screen sample;
3. video frame timestamps for Femto Bolt modify microseconds (us).(Femto Bolt firmware version Need 1.1.1 or above).

### v1.9.3
1. fix multi device sync bug;
2. support for obtaining stride.

### v1.9.2

1. switch OrbbecSDK version to v1.9.5;
2. add k4a_device_switch_device_clock_sync_mode interface;
3. add k4a_device_get_wired_sync_mode interface;
4. add k4a_device_enable_soft_filter interface;
5. k4aviewer support indicator switch;
6. fix other bugs;
6. fix other bugs.

### v1.9.1

| **products list** | **firmware version** |**platform**|
| --- | --- | --- |
| Orbbec Femto Bolt | 1.0.6/1.0.9 |Windows10+, Ubuntu18.04+ |
Expand All @@ -35,13 +38,11 @@
13. Fix log display error by k4aviewer.

### v1.8.3

1. Fix memory leakage issue;
2. Fix the issue of failed reopening after abnormal shutdown;
3. Other bug fixes.

### v1.8.1

support Femto Bolt and Femto Mega
| **products list** | **firmware version** |**platform**|
| --- | --- | --- |
Expand Down
7 changes: 4 additions & 3 deletions README_PUBLIC.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# release v1.9.3
# release v1.9.4
## Change List
1. fix multi device sync bug;
2. support for obtaining stride.
1. update orbbecsdk version to v1.10.2;
2. support green_screen sample;
3. video frame timestamps for Femto Bolt modify microseconds (us).(Femto Bolt firmware version Need 1.1.1 or above).


## Product support
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 9
#define WRAPPER_VERSION_PATCH 3
#define WRAPPER_VERSION_PATCH 4

/**
* \defgroup Functions Functions
Expand Down

0 comments on commit 86ac019

Please sign in to comment.