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

Uploaded Source

primesense-2.2.0.30.tar.gz (36.3 kB view details)

Uploaded Source

File details

Details for the file primesense-2.2.0.30.zip.

File metadata

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

File hashes

Hashes for primesense-2.2.0.30.zip
Algorithm Hash digest
SHA256 c95732137240050af57a8f9f6b93a9efb77d62b99c3fb29684e01191f2ef3445
MD5 02a31c26e4f730912f867b06d4be6f2c
BLAKE2b-256 f61db1a426fa654a179283650768084115f026057a67af964567721511f2f3a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: primesense-2.2.0.30.tar.gz
  • Upload date:
  • Size: 36.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for primesense-2.2.0.30.tar.gz
Algorithm Hash digest
SHA256 7555d22d7a9e48f785dc657cda2982a639227b6c4fbb49e9c10a877422c68a24
MD5 7ca980468586e6982c25b1cb64f69b41
BLAKE2b-256 ff3536744f95fb31675b0b3d125d4950e40e26f0db5f5effc28ab9077963bad7

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