From 146a827dac543897fb36d6084ad1650a52dec9f2 Mon Sep 17 00:00:00 2001 From: zhonghong Date: Sun, 29 Sep 2024 16:28:28 +0800 Subject: [PATCH] add multi camera sync document link --- README.md | 2 ++ README_CN.md | 1 + examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_CN.md | 1 + examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_EN.md | 2 ++ 4 files changed, 6 insertions(+) diff --git a/README.md b/README.md index c576b8ce..f4809357 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_CN.md b/README_CN.md index 1cd0979f..f75fb14a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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) diff --git a/examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_CN.md b/examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_CN.md index 525d8638..3210756c 100644 --- a/examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_CN.md +++ b/examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_CN.md @@ -1,6 +1,7 @@ # MultiDeviceSync 本示例用于演示如何完成多设备同步的配置和使用。 +* 多机同步文档: https://www.orbbec.com/docs/set-up-cameras-for-external-synchronization_v1-2/ ## 操作说明 diff --git a/examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_EN.md b/examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_EN.md index 070bac1b..6042aff1 100644 --- a/examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_EN.md +++ b/examples/cpp/Sample-MultiDeviceSync/MultiDeviceSync_EN.md @@ -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.