Skip to main content

OpenNI2 and NiTE2 python bindings

Project description

Official PrimeSense Python-bindings for OpenNI2 and NiTE2.

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

Example:

from primesense import openni2

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

dev = openni2.Device.open_any()
print dev.get_sensor_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 Distributions

primesense-2.2.0.30-5.zip (40.8 kB view details)

Uploaded Source

primesense-2.2.0.30-5.tar.gz (36.7 kB view details)

Uploaded Source

File details

Details for the file primesense-2.2.0.30-5.zip.

File metadata

File hashes

Hashes for primesense-2.2.0.30-5.zip
Algorithm Hash digest
SHA256 cfdf11ca35e5af434a18f5f04e56ef0588f1d53f724c89942fe462532b283f4a
MD5 74fde78e74b41c13f7265e3c9f810788
BLAKE2b-256 4f787ca006a422bfed41d01f3c457ce8afd2d3d12a9f4aa923eebd35df8fdbd8

See more details on using hashes here.

File details

Details for the file primesense-2.2.0.30-5.tar.gz.

File metadata

File hashes

Hashes for primesense-2.2.0.30-5.tar.gz
Algorithm Hash digest
SHA256 84f42f0020db31e8f69c3708d16a58ecb54377b1d49f15090b33ebf957b69719
MD5 26d52ab1c0d61ab70eb47cecdc3836a0
BLAKE2b-256 90cfdf3a7714c9c0b9ab98eca90ed5e053527ca339895fbb17f31027efd9379f

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