Skip to content

Commit

Permalink
add multi camera sync document link
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghong322 committed Sep 29, 2024
1 parent 1c6b229 commit 146a827
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
* API Reference: [doc/api/English/index.html](https://orbbec.github.io/OrbbecSDK/doc/api/English/index.html)
* OrbbecSDK C++ API user guide:[doc/tutorial/English/OrbbecSDK_C++_API_user_guide-v1.0.pdf](https://orbbec.github.io/OrbbecSDK/doc/tutorial/English/OrbbecSDK_C++_API_user_guide-v1.0.pdf)

### Multi Camera Sync
* Multi Camera Sync Document: [Multi Camera Sync](https://www.orbbec.com/docs/set-up-cameras-for-external-synchronization_v1-2/)

## Frequently Asked Questions

Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ target_link_libraries(${PROJECT_NAME} OrbbecSDK::OrbbecSDK)
* Github:[https://orbbec.github.io/OrbbecSDK/](https://orbbec.github.io/OrbbecSDK/README_CN)
* 概述文档:[doc/tutorial/Chinese/OverviewDocument.md](doc/tutorial/Chinese/OverviewDocument.md)
* API 参考: [doc/api/English/index.html](https://orbbec.github.io/OrbbecSDK/doc/api/English/index.html)
* 多机同步文档: [Multi Camera Sync](https://www.orbbec.com/docs/set-up-cameras-for-external-synchronization_v1-2/)
* OrbbecSDK C++ API user guide:[doc/tutorial/Chinese/OrbbecSDK_C++_API_user_guide-v1.0.pdf](https://orbbec.github.io/OrbbecSDK/doc/tutorial/Chinese/OrbbecSDK_C++_API_user_guide-v1.0.pdf)
* Environment Configuration:[doc/tutorial/Chinese/Environment_Configuration.md](doc/tutorial/Chinese/Environment_Configuration.md)
* 示例说明: [examples/README.md](examples/README_CN.md)
Expand Down
1 change: 1 addition & 0 deletions examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# MultiDeviceSync

本示例用于演示如何完成多设备同步的配置和使用。
* 多机同步文档: https://www.orbbec.com/docs/set-up-cameras-for-external-synchronization_v1-2/

## 操作说明

Expand Down
2 changes: 2 additions & 0 deletions examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This sample demonstrates how to complete the configuration and use of multi-device synchronization.

* Multi Camera Sync Document: https://www.orbbec.com/docs/set-up-cameras-for-external-synchronization_v1-2/

## Operating instructions

First, you need to refer to the product manual to connect the device, and then follow the steps below to complete the device configuration and enable device data flow.
Expand Down

0 comments on commit 146a827

Please sign in to comment.