Skip to main content

OpenNI2 and NiTE2 python bindings

Project description

Python-bindings for OpenNI2 and NiTE2.

This package provides only the Python bindings; be sure to install OpenNI2 (and optionally NiTE2) first.

Example:

from openni import openni2

openni2.initialize()     # can also accept the path of the OpenNI redistribution

dev = openni2.Device.open_any()
print dev.get_device_info()

depth_stream = dev.create_depth_stream()
depth_stream.start()
frame = depth_stream.read_frame()
frame_data = frame.get_buffer_as_uint16()
depth_stream.stop()

openni2.unload()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openni-2.3.0.tar.gz (37.5 kB view hashes)

Uploaded Source

Built Distribution

openni-2.3.0-py2-none-any.whl (39.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page