Python Wrapper for Intel Realsense SDK 2.0.
Project description
The python wrapper for Intel RealSense SDK 2.0 provides the C++ to Python binding required to access the SDK.
Quick start
import pyrealsense2 as rs pipe = rs.pipeline() profile = pipe.start() try: for i in range(0, 100): frames = pipe.wait_for_frames() for f in frames: print(f.profile) finally: pipe.stop()
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_0_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0dac75d531d6433ddda789ebbd4f34070754100b3d1ad1a537c6b2bb59d3e9f |
|
MD5 | d4086315d183ea70629a301ea49d930b |
|
BLAKE2b-256 | a0450d780f760f3080ad503df685f4190661c2ad8da90b79f26c2cc40a268d3a |