Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzcyf authored Oct 16, 2023
1 parent 87bb093 commit 26f34b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Orbbec SDK

![stability](https://img.shields.io/badge/stability-unstable-orange) ![version](https://img.shields.io/badge/version-1.8.x_beta-orange)
![stability](https://img.shields.io/badge/stability-stable-green) ![version](https://img.shields.io/badge/version-1.8.1-green)

The Orbbec 3D camera product software development kit,fully supports UVC, realizes driver-free plug-and-play, provides low-level and high-level simple and easy-to-use APIs, and helps developers use it flexibly in different scenarios.

Expand Down Expand Up @@ -66,7 +66,7 @@ git clone https://github.com/orbbec/OrbbecSDK.git

Timestamp registration: [follow this: obsensor_metadata_win10](misc/scripts/obsensor_metadata_win10.md)

### 4.3 Use OrbbecSDK in your CMake project
### 4.3 Use Orbbec SDK in your CMake project

Find and link Orbbec SDK in your CMakeLists.txt file like this:

Expand All @@ -76,11 +76,11 @@ project(OrbbecSDKTest)
add_executable(${PROJECT_NAME} main.cpp)
# find OrbbecSDK
# find Orbbec SDK
set(OrbbecSDK_DIR "/your/path/to/OrbbecSDK")
find_package(OrbbecSDK REQUIRED)
# link OrbbecSDK
# link Orbbec SDK
target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
```

Expand Down Expand Up @@ -111,7 +111,7 @@ OrbbecViewer is a simple application base Orbbec SDK,that can be used to view

**Supported platforms**: Windows x64, Linux x64&ARM64

**Download link**: [Release v1.7.5](https://github.com/orbbec/OrbbecSDK/releases/tag/v1.7.5)
**Download link**: [Release v1.8.1](https://github.com/orbbec/OrbbecSDK/releases/tag/v1.8.1)

## Documents

Expand All @@ -123,4 +123,4 @@ OrbbecViewer is a simple application base Orbbec SDK,that can be used to view
## Related links

* [Orbbec Main Page](https://www.orbbec.com/)
* [Orbbec 3D Club](https://3dclub.orbbec3d.com)
* [Orbbec 3D Club](https://3dclub.orbbec3d.com)

0 comments on commit 26f34b8

Please sign in to comment.