From 499f7ad9a7015ae4f1e785532a6dca5843e982c0 Mon Sep 17 00:00:00 2001 From: zhonghong Date: Thu, 11 Jan 2024 16:51:41 +0800 Subject: [PATCH] Modify Readme --- README.md | 9 ++++++--- README_CN.md | 4 ++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3da7ddff..4dd7d5da 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Windows 10, Ubuntu 16.04/18.04/20.04, ARM Linux 32/64 bit (Raspberry Pi 4B, Jets | **Products List** | **Firmware Version** | | --- | --- | -| Femto Bolt | 1.0.6 (unsupported ARM32) | -| Femto Mega | 1.1.7 (support window10、Linux(ubuntu20.04、ubuntu22.04)、Arm64(AGX orin, orin NX, orin nano)) | +| Femto Bolt | 1.0.6/1.0.9 (unsupported ARM32) | +| Femto Mega | 1.1.7/1.2.7 (support window10、Linux(ubuntu20.04、ubuntu22.04)、Arm64(AGX orin, orin NX, orin nano)) | | Gemini 2 XL | Obox: V1.2.5 VL:1.4.54 | | Astra 2 | 2.8.20 | | Gemini 2 L | 1.4.32 | @@ -102,8 +102,11 @@ To connect your Orbbec camera to your PC, run the following steps: cd OrbbecSDK/build/bin # build output dir ./OBMultiStream # OBMultiStream.exe on Windows ``` +The following image is the result of running MultiStream on the Gemini2 device. Other Devcies run result maybe different. +![Multistream](doc/resources/Multistream.png) - +Notes: +On the Linux/Arm platform ,this sample requires users to compile with Opencv4.2 or above,otherwise, it cannot be rendered. ### Use Orbbec SDK in your CMake project diff --git a/README_CN.md b/README_CN.md index a7aef5b4..5608e3b6 100644 --- a/README_CN.md +++ b/README_CN.md @@ -96,7 +96,11 @@ OrbbecViewer是一个基于Orbbec SDK的实用工具,用于查看来自Orbbec ./OBMultiStream # OBMultiStream.exe on Windows ``` +下图是Gemini2 设备,运行MultiStream的结果图,其它设备运行的结果可能不一样. +![Multistream](doc/resources/Multistream.png) +注意事项: +在Linux或Arm平台,需要安装Opencv 4.2或以上版本,否则不能渲染. ### CMake项目中使用Orbbec SDK