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(openni2.SENSOR_DEPTH) 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-3.zip
(40.5 kB
view details)
primesense-2.2.0.30-3.tar.gz
(36.4 kB
view details)
File details
Details for the file primesense-2.2.0.30-3.zip.
File metadata
- Download URL: primesense-2.2.0.30-3.zip
- Upload date:
- Size: 40.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3805fa6e1adcb5869e9c1de5168a3a03b54916e753df7ba755cb91a6194f7aae
|
|
| MD5 |
14f7dc6cac2e70892f25b97b3451c774
|
|
| BLAKE2b-256 |
1e3123295b698bd0c8866707772497d85793d9e9ca895c2780025b01cde2d42c
|
File details
Details for the file primesense-2.2.0.30-3.tar.gz.
File metadata
- Download URL: primesense-2.2.0.30-3.tar.gz
- Upload date:
- Size: 36.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00562c79ae69af51d063d56c6fc19edafec5bb5e908ccfc4366414eb3f4e78b0
|
|
| MD5 |
8b7c037c2438eb72cc0be19380e5c732
|
|
| BLAKE2b-256 |
e93e8a2be1d186b5963c4d53f3f5852fdf9baa7676a843a2a7017b12865eb737
|