Python Wrapper for Intel RealSense SDK 2.0
==========================================
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()
Raw data
{
"_id": null,
"home_page": "https://github.com/IntelRealSense/librealsense",
"name": "pyrealsense2",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Intel(R) RealSense(TM)",
"author_email": "realsense@intel.com",
"download_url": null,
"platform": null,
"description": "Python Wrapper for Intel RealSense SDK 2.0\n==========================================\n\nThe python wrapper for Intel RealSense SDK 2.0 provides the C++ to Python binding required to access the SDK.\n\nQuick start\n-----------\n\n::\n\n import pyrealsense2 as rs\n pipe = rs.pipeline()\n profile = pipe.start()\n try:\n for i in range(0, 100):\n frames = pipe.wait_for_frames()\n for f in frames:\n print(f.profile)\n finally:\n pipe.stop()\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "Python Wrapper for Intel Realsense SDK 2.0.",
"version": "2.56.0.7094",
"project_urls": {
"Homepage": "https://github.com/IntelRealSense/librealsense"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1185d62502aa593708d556705aefabcf0708ebc7fe7f2b0b5c5fa37153d86edd",
"md5": "ff2bbce1d3206bf8ec7393a2dbe07375",
"sha256": "ee45bbf794051df1d65419844027da0b28934c6ce088039d766730e484145c66"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp310-cp310-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "ff2bbce1d3206bf8ec7393a2dbe07375",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 100259366,
"upload_time": "2024-07-11T11:34:22",
"upload_time_iso_8601": "2024-07-11T11:34:22.565562Z",
"url": "https://files.pythonhosted.org/packages/11/85/d62502aa593708d556705aefabcf0708ebc7fe7f2b0b5c5fa37153d86edd/pyrealsense2-2.56.0.7094-cp310-cp310-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "74f9065343b38c37c1f7509eb80bb71585ca6ae1c09118b7c3efe4e8b5daa677",
"md5": "496d4caef55368dcb73ef9f138881eed",
"sha256": "34edaa1be7771b8a9ce363c7f081bdcdbb4d73c977bccee0b20f5350c7343534"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp310-cp310-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "496d4caef55368dcb73ef9f138881eed",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 7021990,
"upload_time": "2024-07-11T11:34:27",
"upload_time_iso_8601": "2024-07-11T11:34:27.573422Z",
"url": "https://files.pythonhosted.org/packages/74/f9/065343b38c37c1f7509eb80bb71585ca6ae1c09118b7c3efe4e8b5daa677/pyrealsense2-2.56.0.7094-cp310-cp310-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9112a02b8e8e94a421ce8e2554a23816d3d849a9172961bf9c0e94c275ea5c23",
"md5": "d84f0c40a8c2ad360bfadff4631279f9",
"sha256": "95986454444e18fad67c2446d807d3b76586cbeaba7fa47c095d6c34d9dd67fc"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "d84f0c40a8c2ad360bfadff4631279f9",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 10470268,
"upload_time": "2024-07-11T11:34:30",
"upload_time_iso_8601": "2024-07-11T11:34:30.333890Z",
"url": "https://files.pythonhosted.org/packages/91/12/a02b8e8e94a421ce8e2554a23816d3d849a9172961bf9c0e94c275ea5c23/pyrealsense2-2.56.0.7094-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f28f1cb07ed724b306f36f39c092e0a335bca08c9a1eec68cf5bb1f6829523a4",
"md5": "784b6074a7b81f61ba08c786a237e715",
"sha256": "45d6683b1359d0f7b3a16e7a52d45eacf71b671ee648e8e5b9265fafeba5ba32"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp311-cp311-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "784b6074a7b81f61ba08c786a237e715",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 100288890,
"upload_time": "2024-07-11T11:34:35",
"upload_time_iso_8601": "2024-07-11T11:34:35.258193Z",
"url": "https://files.pythonhosted.org/packages/f2/8f/1cb07ed724b306f36f39c092e0a335bca08c9a1eec68cf5bb1f6829523a4/pyrealsense2-2.56.0.7094-cp311-cp311-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "72ba188a41394ea8d212eae5c8f37d7cc3309a2165e6fae834c8885688802d35",
"md5": "6fa661ea93e63e5836361ba327b0d93d",
"sha256": "e3e40e5283d8ca4b20c671b4749553583d2d75cff6c8e9d9e0dac9fbd5ce1e78"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "6fa661ea93e63e5836361ba327b0d93d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 10468784,
"upload_time": "2024-07-11T11:34:41",
"upload_time_iso_8601": "2024-07-11T11:34:41.344082Z",
"url": "https://files.pythonhosted.org/packages/72/ba/188a41394ea8d212eae5c8f37d7cc3309a2165e6fae834c8885688802d35/pyrealsense2-2.56.0.7094-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fcba863df08a73439f3efe55e3888b7e59a1c1d3a1f71907c3d7b64a34895fc1",
"md5": "4baf7cb772d1a30fc583828493651c62",
"sha256": "cb7ccf993831fca36a97e0fe186fb488d2cc58bdd655f18cbc56584ed3e02f57"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp312-cp312-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "4baf7cb772d1a30fc583828493651c62",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 100326594,
"upload_time": "2024-07-11T11:34:46",
"upload_time_iso_8601": "2024-07-11T11:34:46.565702Z",
"url": "https://files.pythonhosted.org/packages/fc/ba/863df08a73439f3efe55e3888b7e59a1c1d3a1f71907c3d7b64a34895fc1/pyrealsense2-2.56.0.7094-cp312-cp312-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "263ef1b9d17a037e4b67f00632e7baa705ef6f51d74b11592fb838b24614cbe6",
"md5": "e78ec0d44a6db75a240ccd4e13cb1e62",
"sha256": "834b73e07f8c72461a7ae93199763eb3fd0b041384da13ca030788f021377314"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "e78ec0d44a6db75a240ccd4e13cb1e62",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 10470981,
"upload_time": "2024-07-11T11:34:51",
"upload_time_iso_8601": "2024-07-11T11:34:51.458563Z",
"url": "https://files.pythonhosted.org/packages/26/3e/f1b9d17a037e4b67f00632e7baa705ef6f51d74b11592fb838b24614cbe6/pyrealsense2-2.56.0.7094-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "53544d373974bc00548b5a96cf3377488b14921300bd93cb7071ef63864194fb",
"md5": "39ce1f80dc26e50eb4af4a524b75afa8",
"sha256": "fadd903ddfd718aa9ff66cd30062c5b299c64e7f01fc5d997958512190947b41"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp38-cp38-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "39ce1f80dc26e50eb4af4a524b75afa8",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 100303011,
"upload_time": "2024-07-11T11:34:56",
"upload_time_iso_8601": "2024-07-11T11:34:56.839960Z",
"url": "https://files.pythonhosted.org/packages/53/54/4d373974bc00548b5a96cf3377488b14921300bd93cb7071ef63864194fb/pyrealsense2-2.56.0.7094-cp38-cp38-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0da65482a9570e0d847a7d9171846414165dca08ad27a7231abcb73e8f378065",
"md5": "54746e01b8bd6750ac948ef5a8190612",
"sha256": "ee683ffd573a356045e841dcb46638cb18f62fc0cbe67220c2029ad16b5a6a0e"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "54746e01b8bd6750ac948ef5a8190612",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 10469604,
"upload_time": "2024-07-11T11:35:02",
"upload_time_iso_8601": "2024-07-11T11:35:02.447954Z",
"url": "https://files.pythonhosted.org/packages/0d/a6/5482a9570e0d847a7d9171846414165dca08ad27a7231abcb73e8f378065/pyrealsense2-2.56.0.7094-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7bb9ece6032c3516f33a05a2e36ad027b43fadfca3c7d0854e3fa1def31f81e6",
"md5": "144aaeb057716678746a94f18918372a",
"sha256": "47b37311f5ccc1290686d20be8af777b9d7754bcc71703969ef34b9fd829a431"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp39-cp39-manylinux1_x86_64.whl",
"has_sig": false,
"md5_digest": "144aaeb057716678746a94f18918372a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 100245614,
"upload_time": "2024-07-11T11:35:07",
"upload_time_iso_8601": "2024-07-11T11:35:07.495165Z",
"url": "https://files.pythonhosted.org/packages/7b/b9/ece6032c3516f33a05a2e36ad027b43fadfca3c7d0854e3fa1def31f81e6/pyrealsense2-2.56.0.7094-cp39-cp39-manylinux1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6cb3b50f0e94d3651440ef5fde6beae127b6baff9aa95a1a658f68f0534b9a92",
"md5": "3b60c6df78ae72eb69cfc7367d2dd5d5",
"sha256": "597aad7bde701eb0d4122a79dc340aa2a93a5615e120cc9e4d39ff307f5a7480"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp39-cp39-manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "3b60c6df78ae72eb69cfc7367d2dd5d5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 7179727,
"upload_time": "2024-07-11T11:35:12",
"upload_time_iso_8601": "2024-07-11T11:35:12.608401Z",
"url": "https://files.pythonhosted.org/packages/6c/b3/b50f0e94d3651440ef5fde6beae127b6baff9aa95a1a658f68f0534b9a92/pyrealsense2-2.56.0.7094-cp39-cp39-manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "17593325dba2c6961c53ac35f5a5c92a576b4efd36793c1131e9faad7ca59cf5",
"md5": "6a9e05ae6e31173d1635b8be9f48fc6c",
"sha256": "092f0fecad21c5db8ae27c2cd65e924d5c158c751da2b963215f8aca9f688fcb"
},
"downloads": -1,
"filename": "pyrealsense2-2.56.0.7094-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "6a9e05ae6e31173d1635b8be9f48fc6c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 10374859,
"upload_time": "2024-07-11T11:35:15",
"upload_time_iso_8601": "2024-07-11T11:35:15.262743Z",
"url": "https://files.pythonhosted.org/packages/17/59/3325dba2c6961c53ac35f5a5c92a576b4efd36793c1131e9faad7ca59cf5/pyrealsense2-2.56.0.7094-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-11 11:34:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "IntelRealSense",
"github_project": "librealsense",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyrealsense2"
}