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

pyrealsense2_aarch64-2.23.0-cp36-none-any.whl (9.5 kB view details)

Uploaded CPython 3.6

File details

Details for the file pyrealsense2_aarch64-2.23.0-cp36-none-any.whl.

File metadata

  • Download URL: pyrealsense2_aarch64-2.23.0-cp36-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: CPython 3.6
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for pyrealsense2_aarch64-2.23.0-cp36-none-any.whl
Algorithm Hash digest
SHA256 9b6197925642d1cf237479a9fcd15e96ef1e72165434ddac09e6d42467e3d08f
MD5 c85de4706c6888b8abcfda5ab203bcc7
BLAKE2b-256 a65a50da81df5dc01fcc38a48a3d0e3246421ede19b52a1a7a763ef496603482

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