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
Release history Release notifications | RSS feed
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-2.zip
(40.3 kB
view details)
primesense-2.2.0.30-2.tar.gz
(36.3 kB
view details)
File details
Details for the file primesense-2.2.0.30-2.zip.
File metadata
- Download URL: primesense-2.2.0.30-2.zip
- Upload date:
- Size: 40.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d4cfbabe492824311360a4d90c4851fbbf45c993c52fc3dc452efd232d2db22
|
|
| MD5 |
855127652b5d021b8edbb2cd79db06a0
|
|
| BLAKE2b-256 |
df19e3ceb9e98806e86e1051ca7d313f45bde13894696ac8cf578dd09853f2d7
|
File details
Details for the file primesense-2.2.0.30-2.tar.gz.
File metadata
- Download URL: primesense-2.2.0.30-2.tar.gz
- Upload date:
- Size: 36.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
520884d0c89353e93c1595e60f35aaf9d61f13c367636355c78df837e1eeac85
|
|
| MD5 |
663a0a23a4720b87c9d50cb61277f7bc
|
|
| BLAKE2b-256 |
bccfc500e49865e9695acfa4c9bdb239fd47022aaea923b5f2de4175b4bdc013
|