ni-hello
Overview
This example shows how to connect to camera and get device info.
Import openni package
Initialize SDK and specify OpenNI Redist folder.
Scan connected devices
Connect to camera and get camera device info
Or you can use
openni2.Device.open_any()
to connect to the first found device.
Output
Close camera and deconstruct OpenNI SDK
Full code
Last updated