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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

Details for the file openni-2.3.0.tar.gz.

File metadata

  • Download URL: openni-2.3.0.tar.gz
  • Upload date:
  • Size: 37.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.15+

File hashes

Hashes for openni-2.3.0.tar.gz
Algorithm Hash digest
SHA256 ea938b415562f3892c4608f0082f875586acd60f0123c14003ebf4c27df34193
MD5 9e684db481d53d920d79d7ea40e9a10b
BLAKE2b-256 760462eba5860340848c0f0de2ac2f7b5c87eddab4fd0df868e6ef54f00b740c

See more details on using hashes here.

File details

Details for the file openni-2.3.0-py2-none-any.whl.

File metadata

  • Download URL: openni-2.3.0-py2-none-any.whl
  • Upload date:
  • Size: 39.4 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.15+

File hashes

Hashes for openni-2.3.0-py2-none-any.whl
Algorithm Hash digest
SHA256 f7ab98cb9b51fe1998eb5f208af99ba3d78fd917b9d9f339841b791a765ef09a
MD5 63e18fef85986170abd44c7e1068698b
BLAKE2b-256 1634c340afc9ef9197420e9a90726a1380454c22bd29c685324bb82907450463

See more details on using hashes here.

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