You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-48Lines changed: 20 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -34,58 +34,30 @@ After importing the unitypackage, you can see several sample scenes in the Orbbe
34
34
- RecordPlayback demonstrates how to record and playback depth and color streams.
35
35
- IMUReader demonstrates how to obtain gyroscope and accelerometer data.
36
36
- Pointcloud demonstrates how to save depth point clouds and colored point clouds.
37
+
- DoubleIRViewer demonstrates how to output and render left IR and right IR, Gemini 2 XL support simultaneous output of left IR and right IR.
37
38
38
39
# 4. API Interface Introduction
39
40
40
41
If you want to implement more complex or flexible functionalities, you can directly call the C# interface. For specific details, please refer to the C# API manual. Most types in the C# API inherit the IDisposable interface, which means that they need to be disposed of by calling the Dispose method after use. Although these types are automatically released during garbage collection, it is still recommended to call this interface to release resources in a timely manner after use.
41
42
42
43
# Supported hardware products
43
44
44
-
| SDK Version | Products List | Firmware Version |
0 commit comments