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.51.1-cp310-cp310-macosx_11_0_universal2.whl (25.3 MB view details)

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

pyrealsense2_macosx-2.51.1-cp39-cp39-macosx_11_0_universal2.whl (25.3 MB view details)

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

pyrealsense2_macosx-2.51.1-cp38-cp38-macosx_11_0_universal2.whl (25.3 MB view details)

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

File details

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

File metadata

File hashes

Hashes for pyrealsense2_macosx-2.51.1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 8667e2206f5e740df5a99c83473558feac90e2c69be63d15b0cca61a6ffe03f5
MD5 cf6ee050e7a5fa202cdf79a3a6148235
BLAKE2b-256 8bee933d617cb274edbf360a78fa0c32ad88e8b71ea18a8b7b8076ac4329560e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyrealsense2_macosx-2.51.1-cp39-cp39-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 3fc5bb98ef83271b88e3016e047e7bf4401aa8647db54f3eb9bd5bc02c5583f9
MD5 a75802a8c021e3cee6aa430bc59d0509
BLAKE2b-256 c1eba91ad8997ee152b9b24973b4963ecfe8957a25a777cc743d33c200d8780e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyrealsense2_macosx-2.51.1-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 3b8f762810cf94e30e2fca2c363c7507ea3168b17075a0020d41900f6e8d876e
MD5 40045b9661bd1613ada82c82c6de4c8a
BLAKE2b-256 f676c0161829263b8a212946a915a87eb16d768dfe984adbc66110c0583730b4

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