Python

Examples

NameDescription

Demonstrates the basics of OpenNI2 usage

Read the distance in the center point

Prerequisite

Make sure to install OpenNI2 SDK first.

Install openni python package.

pip3 install openni

Import package

from openni import openni2

Last updated