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-4.zip (40.8 kB view details)

Uploaded Source

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

Uploaded Source

File details

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

File metadata

  • Download URL: primesense-2.2.0.30-4.zip
  • Upload date:
  • Size: 40.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for primesense-2.2.0.30-4.zip
Algorithm Hash digest
SHA256 d5e248deb5c98cf58a3ba534856591815f48edcd7dedb5c8130b7914f9ab026e
MD5 7e1382065c41cf5e4a60923d5728b81f
BLAKE2b-256 86e382a9dc252a43690172d8376f16336f106a65b4904f844f950851c5751974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for primesense-2.2.0.30-4.tar.gz
Algorithm Hash digest
SHA256 96fe41a634cedd1ca8fe6a4e367d8da0389710d82540dc43da3d8ad9fe1f2ed5
MD5 6b7fd26ede955448b8c2be9ca5289d4f
BLAKE2b-256 1872d3c1f8ebb3f808f1bdb2bb4add0825b25c99164741f851228fb28b1cd84c

See more details on using hashes here.

Supported by

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