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-4.zip
(40.8 kB
view details)
primesense-2.2.0.30-4.tar.gz
(36.7 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5e248deb5c98cf58a3ba534856591815f48edcd7dedb5c8130b7914f9ab026e
|
|
| MD5 |
7e1382065c41cf5e4a60923d5728b81f
|
|
| BLAKE2b-256 |
86e382a9dc252a43690172d8376f16336f106a65b4904f844f950851c5751974
|
File details
Details for the file primesense-2.2.0.30-4.tar.gz.
File metadata
- Download URL: primesense-2.2.0.30-4.tar.gz
- Upload date:
- Size: 36.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96fe41a634cedd1ca8fe6a4e367d8da0389710d82540dc43da3d8ad9fe1f2ed5
|
|
| MD5 |
6b7fd26ede955448b8c2be9ca5289d4f
|
|
| BLAKE2b-256 |
1872d3c1f8ebb3f808f1bdb2bb4add0825b25c99164741f851228fb28b1cd84c
|