hello-lipsedge-sdk
Overview
This example shows how to connect to camera and get device info.
Expect Output
Tutorial
Import openni library
Initialize SDK with
REDIST
folder path
Search for connected devices
Connect to camera and get camera device info
Or you can use
open(openni::ANY_DEVICE)
to connect to the first found device.
Close camera and deconstruct OpenNI SDK
Full code
Last updated