OpenNI2 and NiTE2 python bindings
Project description
Python-bindings for OpenNI2 and NiTE2.
This package provides only the Python bindings; be sure to install OpenNI2 (and optionally NiTE2) first.
Example:
from openni import openni2 openni2.initialize() # can also accept the path of the OpenNI redistribution dev = openni2.Device.open_any() print dev.get_device_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 Distribution
openni-2.2.0.post6.tar.gz
(37.7 kB
view details)
File details
Details for the file openni-2.2.0.post6.tar.gz
.
File metadata
- Download URL: openni-2.2.0.post6.tar.gz
- Upload date:
- Size: 37.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cdb89d2d4f71029330323a0abfc0ca2819d35603ba6755fceeeab3dae1da7a1 |
|
MD5 | f58f67ed050ea5d6e044b3eac48dc60a |
|
BLAKE2b-256 | 747e4e8417549bb792b71520c6a2fe81c0cf3121ba6089e6cddbf78d07952b2a |