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-2.33.1.1388-cp37-cp37m-win_amd64.whl (12.0 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

pyrealsense2-2.33.1.1388-cp37-cp37m-win32.whl (10.7 MB view hashes)

Uploaded CPython 3.7m Windows x86

pyrealsense2-2.33.1.1388-cp36-cp36m-win_amd64.whl (12.0 MB view hashes)

Uploaded CPython 3.6m Windows x86-64

pyrealsense2-2.33.1.1388-cp36-cp36m-win32.whl (10.7 MB view hashes)

Uploaded CPython 3.6m Windows x86

pyrealsense2-2.33.1.1388-cp27-cp27m-win_amd64.whl (12.1 MB view hashes)

Uploaded CPython 2.7m Windows x86-64

pyrealsense2-2.33.1.1388-cp27-cp27m-win32.whl (10.7 MB view hashes)

Uploaded CPython 2.7m Windows x86

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