Skip to content

Commit

Permalink
Update examples README
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Jun 5, 2024
1 parent 1842cc7 commit 44b9ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ For a detailed explanations and API documentation see our (../doc) section.
| AlignFilterViewer | C | Demonstrate the alignment operation of the sensor data stream, supporting D2C and C2D alignment | Gemini 330 Series support |
| FirmwareUpgrade | C | Demonstrate upgrade device firmware | |
| HelloOrbbec | C++ | Demonstrate connect to device to get SDK version and device info |
| QuickStart | C++ | This Quick Start Sample demonstrates using the minimum API to obtain data streams|
| DepthViewer | C++ | Demonstrate using SDK to get depth data and draw display, get resolution and set, display depth image |
| ColorViewer | C++ | Demonstrate using SDK to get color data and draw display, get resolution and set, display color image |
| InfraredViewer | C++ | Demonstrate using SDK to obtain infrared data and draw display, obtain resolution and set, display infrared image | Gemini 2 XL、Gemini 330 Series obtains data through left IR or right IR, this Sample does not support, please refer to DoubleInfraredViewer example |
Expand Down
1 change: 1 addition & 0 deletions examples/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| Post-Processing | C | 演示Gemini 330系列 处理功能 | Gemini 330系列 支持 |
| HdrMerge | C | 演示Gemini 330系列 HDR 功能 | Gemini 330系列 支持 |
| HelloOrbbec | C++ | 演示连接到设备获取SDK版本和设备信息 |
| QuickStart | C++ | 这个快速入门示例演示了使用最少的API来获取数据流|
| DepthViewer | C++ | 演示使用SDK获取深度数据并绘制显示、获取分辨率并进行设置、显示深度图像 |
| ColorViewer | C++ | 演示使用SDK获取彩色数据并绘制显示、获取分辨率并进行设置、显示彩色图像 |
| InfraredViewer | C++ | 演示使用SDK获取红外数据并绘制显示、获取分辨率并进行设置、显示红外图像 | 默认配置IR Sensor获取数据,Gemini 2 XL、Gemini 330系列通过左IR或右IR 获取数据,该Sample不支持,请参考DoubleInfraredViewer示例 |
Expand Down

0 comments on commit 44b9ecd

Please sign in to comment.