Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zzuliys committed May 14, 2024
1 parent 806108a commit 5f44295
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

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

# release v1.9.4
1. update orbbecsdk version to v1.10.2;
2. support green_screen sample;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ git submodule update --init --recursive
| **products list** | **firmware version** |**platform**|
| --- | --- | --- |
| Orbbec Femto Bolt | 1.0.6/1.0.9 |Windows10+, Ubuntu18.04+ |
| Orbbec Femto Mega | 1.1.5/1.1.7 |Windows10+, Ubuntu20.04+ |
| Orbbec Femto Bolt | 1.0.6/1.0.9/1.1.1 |Windows10+, Ubuntu18.04+ |
| Orbbec Femto Mega | 1.1.5/1.1.7/1.2.8 |Windows10+, Ubuntu20.04+ |
## Testing
Expand Down
11 changes: 4 additions & 7 deletions README_PUBLIC.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# release v1.9.4
# release v1.10.1
## Change List
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).

1. update orbbecsdk version to v1.10.5.

## Product support
| **products list** | **firmware version** |**platform**|
| --- | --- | --- |
| Orbbec Femto Bolt| 1.0.6/1.0.9 |Windows10+, Ubuntu18.04+ |
| Orbbec Femto Mega | 1.1.5/1.1.7 |Windows10+, Ubuntu20.04+ |
| Orbbec Femto Bolt | 1.0.6/1.0.9/1.1.1 |Windows10+, Ubuntu18.04+ |
| Orbbec Femto Mega | 1.1.5/1.1.7/1.2.8 |Windows10+, Ubuntu20.04+ |
## Catalog Introduction
- /
- bin : Executable files and dynamic loading libraries
Expand Down
3 changes: 1 addition & 2 deletions examples/streaming/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ int main(int argc, char **argv)
printf("Failed to open device\n");
goto Exit;
}



k4a_device_configuration_t config = K4A_DEVICE_CONFIG_INIT_DISABLE_ALL;
config.color_format = K4A_IMAGE_FORMAT_COLOR_MJPG;
config.color_resolution = K4A_COLOR_RESOLUTION_1080P;
Expand Down
4 changes: 2 additions & 2 deletions include/k4a/k4a.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ extern "C" {
#endif

#define WRAPPER_VERSION_MAJOR 1
#define WRAPPER_VERSION_MINOR 9
#define WRAPPER_VERSION_PATCH 4
#define WRAPPER_VERSION_MINOR 10
#define WRAPPER_VERSION_PATCH 1

/**
* \defgroup Functions Functions
Expand Down

0 comments on commit 5f44295

Please sign in to comment.