Python

Examples

Name
Description

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

import pyrealsense

Last updated