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

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

pyrealsense2-2.27.0.1067-cp36-cp36m-win_amd64.whl (9.0 MB view details)

Uploaded CPython 3.6mWindows x86-64

pyrealsense2-2.27.0.1067-cp36-cp36m-win32.whl (7.8 MB view details)

Uploaded CPython 3.6mWindows x86

pyrealsense2-2.27.0.1067-cp36-cp36m-manylinux1_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.6m

pyrealsense2-2.27.0.1067-cp35-cp35m-manylinux1_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.5m

pyrealsense2-2.27.0.1067-cp27-cp27mu-manylinux1_x86_64.whl (7.3 MB view details)

Uploaded CPython 2.7mu

pyrealsense2-2.27.0.1067-cp27-cp27m-win_amd64.whl (9.0 MB view details)

Uploaded CPython 2.7mWindows x86-64

pyrealsense2-2.27.0.1067-cp27-cp27m-win32.whl (7.8 MB view details)

Uploaded CPython 2.7mWindows x86

File details

Details for the file pyrealsense2-2.27.0.1067-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyrealsense2-2.27.0.1067-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.14

File hashes

Hashes for pyrealsense2-2.27.0.1067-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7987b002164fef95c2a4b3c7f3869ac386951967221b18e67ac7cd1058326e98
MD5 f1bf9f775c7bda8d0a1e579e1c201196
BLAKE2b-256 aebd5308aded24d12d99b017f6e75946f24707920fab343eb6d77f3ddb442979

See more details on using hashes here.

File details

Details for the file pyrealsense2-2.27.0.1067-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyrealsense2-2.27.0.1067-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.14

File hashes

Hashes for pyrealsense2-2.27.0.1067-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3301dc75c06bf62e7b039afbd5f69347eabfdc8b143d7e719af3d1c13b54e487
MD5 a2a03c6da73fbc163e59b4509f98bf43
BLAKE2b-256 f1c3a4c6cac9b2563c19af4e3a1c9f5698ff1b60aa6252975f9cc2a9cfe268ad

See more details on using hashes here.

File details

Details for the file pyrealsense2-2.27.0.1067-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyrealsense2-2.27.0.1067-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.14

File hashes

Hashes for pyrealsense2-2.27.0.1067-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 86f3d7a32810b22b416f50c9699bb703cf704b951815ece46118274695218ac0
MD5 24f590f2a5875d65663af48272ab5210
BLAKE2b-256 673d63817800725364ea97683f4c0624ffed7f2b943dc6fee304a2c65eac57a3

See more details on using hashes here.

File details

Details for the file pyrealsense2-2.27.0.1067-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyrealsense2-2.27.0.1067-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.14

File hashes

Hashes for pyrealsense2-2.27.0.1067-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3c64fa3823663cc1422d41426f79ae6906553433f2c69c76195e7a41759394ee
MD5 5e34bd22d4bce4768eeea49042676044
BLAKE2b-256 78cdf076ce7165cedfa205b59c89eb891e8982ef9b67561fc9c537314788acf3

See more details on using hashes here.

File details

Details for the file pyrealsense2-2.27.0.1067-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: pyrealsense2-2.27.0.1067-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.14

File hashes

Hashes for pyrealsense2-2.27.0.1067-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1fb710b31793f0099a26e45ddcf6b49a38cf15699a80daf2b6debae75a604293
MD5 869f44f27dff62635aec7bd7d4a284cd
BLAKE2b-256 3eceafa113c36551243d301573e70f79ec00b0743a0cb946ed4b4bdc79dea038

See more details on using hashes here.

File details

Details for the file pyrealsense2-2.27.0.1067-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: pyrealsense2-2.27.0.1067-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.14

File hashes

Hashes for pyrealsense2-2.27.0.1067-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 5fa337970958e0fbea6a55cb3fcf62623ace9f70be06e53432415a3b7b534857
MD5 2b557a0d9db73a000f14d57a4e8789c7
BLAKE2b-256 6a7ab4d68c68aa66b73fffa3d7c6bfd1df706568208a50644dd2ca85e15aa6cb

See more details on using hashes here.

File details

Details for the file pyrealsense2-2.27.0.1067-cp27-cp27m-win32.whl.

File metadata

  • Download URL: pyrealsense2-2.27.0.1067-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.14

File hashes

Hashes for pyrealsense2-2.27.0.1067-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f08a0fd7d8ad866b0a412447bc13c0487b70d40d0d82e6a4d264a4b538fc3988
MD5 5b7725eaf9cd57241241b667bc1f0ebf
BLAKE2b-256 be36fb97230b6b3e55b088e2aa95a16f35a6288940a348d4fba2fd5e5a69d86c

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