Skip to content

Commit

Permalink
Modify Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghong322 committed Jan 11, 2024
1 parent 2a6ee07 commit 499f7ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 499f7ad

Please sign in to comment.