Skip to main content

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()

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

If you're not sure about the file name format, learn more about wheel file names.

pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_0_universal2.whl (12.7 MB view details)

Uploaded CPython 3.10macOS 13.0+ universal2 (ARM64, x86-64)

File details

Details for the file pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for pyrealsense2_mac-2.54.1-cp310-cp310-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 d0dac75d531d6433ddda789ebbd4f34070754100b3d1ad1a537c6b2bb59d3e9f
MD5 d4086315d183ea70629a301ea49d930b
BLAKE2b-256 a0450d780f760f3080ad503df685f4190661c2ad8da90b79f26c2cc40a268d3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page