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 Distributions

pyrealsense2_macosx-2.53.1-cp310-cp310-macosx_11_0_universal2.whl (25.5 MB view details)

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

pyrealsense2_macosx-2.53.1-cp39-cp39-macosx_11_0_universal2.whl (25.5 MB view details)

Uploaded CPython 3.9 macOS 11.0+ universal2 (ARM64, x86-64)

pyrealsense2_macosx-2.53.1-cp38-cp38-macosx_11_0_universal2.whl (25.5 MB view details)

Uploaded CPython 3.8 macOS 11.0+ universal2 (ARM64, x86-64)

File details

Details for the file pyrealsense2_macosx-2.53.1-cp310-cp310-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for pyrealsense2_macosx-2.53.1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 1cf1680ac25493808819a998d83daabe587925057a8d06897ca99e9bbc4eef31
MD5 2d1b015d88ac8f29b33e3c1a3ce82e96
BLAKE2b-256 0f73edcadc744993c9f53dd1f8241684c90d309ab04e6498f63cdfc37eee3293

See more details on using hashes here.

File details

Details for the file pyrealsense2_macosx-2.53.1-cp39-cp39-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for pyrealsense2_macosx-2.53.1-cp39-cp39-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 368b28082a803daacd4644c1abdef9a36776309ed6a49eaa919a94f994c11544
MD5 b3bd0d909419d25daf27870add9cb3bb
BLAKE2b-256 0b88a2362e0acba83890d3e0bf1ea3a3de4cfc55e403c1633be4e696935527fc

See more details on using hashes here.

File details

Details for the file pyrealsense2_macosx-2.53.1-cp38-cp38-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for pyrealsense2_macosx-2.53.1-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 20a9d93d1d14fc2cefd5b88cc3a3885555e2567b7e24fae961de5d830817d67f
MD5 4dd96303755dc9ce651c0cdec7614be7
BLAKE2b-256 ef5bd8e0b836fc9def057fa2a23ce184c48c503397bfbcb15f080465c1b931c4

See more details on using hashes here.

Supported by

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