C#
3 Docs
C#
Last Updated: 2025 年 7 月 28 日Examples Name Description NiHello.Net simple hello program to demo openni device enumeration SimpleRead.Net demo how to stream depth frame and read pixel data Prerequisite Install cmake and opencv. Windows Install cmake, OpenCV and Visual Studio (we use VS2017). Prepare OpenNI2 driver 1. Go to C:/Program Files and Right-Click the folder OpenNI2. Enter into Properties >...
ni-hello
Last Updated: 2025 年 6 月 30 日Overview This example shows how to connect to the camera and get device info. Expect Output Tutorial Full code NiHello.Net
simple-read
Last Updated: 2025 年 6 月 30 日Overview This example demonstrates how to get the distance (depth) value from the camera for a specific point. Expect Output Tutorial Full code SimpleRead.Net