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.
Built Distribution
Close
Hashes for pyrealsense2_aarch64-2.23.0-cp36-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b6197925642d1cf237479a9fcd15e96ef1e72165434ddac09e6d42467e3d08f |
|
MD5 | c85de4706c6888b8abcfda5ab203bcc7 |
|
BLAKE2-256 | a65a50da81df5dc01fcc38a48a3d0e3246421ede19b52a1a7a763ef496603482 |