Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update doc and orbbecsdk #72

Merged
merged 2 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion src/orbbec/OrbbecSDK
Submodule OrbbecSDK updated 402 files