<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to use pyrealsense2 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506858#M6398</link>
    <description>&lt;P&gt;I just figured out that  "pip install pyrealsense2" can allow me to get the stream from my D415/435 camera in python code the day before yesterday. but actually I do not know how to use it.&lt;/P&gt;&lt;P&gt;There is only some examples in the  Python wrapper of RealSense SDK 2.0 , but maybe it's not so comprehensive.&lt;/P&gt;&lt;P&gt;Is there a tutorial or something to guide me when I try to use pyrealsense2 in my own project? any idea?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pypi.org/project/pyrealsense2/#"&gt;https://pypi.org/project/pyrealsense2/#&lt;/A&gt; history pyrealsense2 · PyPI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2018 01:43:54 GMT</pubDate>
    <dc:creator>ycao6</dc:creator>
    <dc:date>2018-07-27T01:43:54Z</dc:date>
    <item>
      <title>How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506858#M6398</link>
      <description>&lt;P&gt;I just figured out that  "pip install pyrealsense2" can allow me to get the stream from my D415/435 camera in python code the day before yesterday. but actually I do not know how to use it.&lt;/P&gt;&lt;P&gt;There is only some examples in the  Python wrapper of RealSense SDK 2.0 , but maybe it's not so comprehensive.&lt;/P&gt;&lt;P&gt;Is there a tutorial or something to guide me when I try to use pyrealsense2 in my own project? any idea?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pypi.org/project/pyrealsense2/#"&gt;https://pypi.org/project/pyrealsense2/#&lt;/A&gt; history pyrealsense2 · PyPI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 01:43:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506858#M6398</guid>
      <dc:creator>ycao6</dc:creator>
      <dc:date>2018-07-27T01:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506859#M6399</link>
      <description>&lt;P&gt;Intel have been increasing their tutorial support for Python in the past month.  You can find guides at the link below using Intel's new 'Jupyter' notebook system.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/jupyter/notebooks"&gt;https://github.com/IntelRealSense/librealsense/tree/jupyter/notebooks&lt;/A&gt; librealsense/notebooks at jupyter · IntelRealSense/librealsense · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend starting with the 'distance to object' guide, which explains how to create RGB and depth streams and combine them together, as well as do object detection.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, here is a small sample script that can be used immediately after installation with $ pip install pyrealsense2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 05:49:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506859#M6399</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-27T05:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506860#M6400</link>
      <description>&lt;P&gt;OK! Thank you for the recommendation !&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 07:46:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506860#M6400</guid>
      <dc:creator>ycao6</dc:creator>
      <dc:date>2018-07-27T07:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506861#M6401</link>
      <description>&lt;P&gt;I would like to add to the previous tutorial links a new tutorial for creating a point cloud in Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub.mybinder.org/user/dorodnic-binder_test-b661uhan/notebooks/pointcloud.ipynb"&gt;https://hub.mybinder.org/user/dorodnic-binder_test-b661uhan/notebooks/pointcloud.ipynb&lt;/A&gt; &lt;A href="https://hub.mybinder.org/user/dorodnic-binder_test-b661uhan/notebooks/pointcloud.ipynb"&gt;https://hub.mybinder.org/user/dorodnic-binder_test-b661uhan/notebooks/pointcloud.ipynb&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 13:13:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506861#M6401</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-30T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506862#M6402</link>
      <description>&lt;P&gt;emmmm... thank you~ but the link you send me is not vaild, I can not get the page ..&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 01:33:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506862#M6402</guid>
      <dc:creator>ycao6</dc:creator>
      <dc:date>2018-08-02T01:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506863#M6403</link>
      <description>&lt;P&gt;The provider of the broken link has changed the link in their original message to point to a different location.  Here's the new link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/daavoo/pyntcloud"&gt;https://github.com/daavoo/pyntcloud&lt;/A&gt; GitHub - daavoo/pyntcloud: pyntcloud is a Python library for working with 3D point clouds.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 06:37:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506863#M6403</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-02T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506864#M6404</link>
      <description>&lt;P&gt;Thank you for your help~!&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2018 03:17:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506864#M6404</guid>
      <dc:creator>ycao6</dc:creator>
      <dc:date>2018-08-04T03:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506865#M6405</link>
      <description>&lt;P&gt;MartyG- I tried your example code here and it produces an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception has occurred: TypeError&lt;/P&gt;&lt;P&gt;get_distance(): incompatible function arguments. The following argument types are supported: 1. (self: pyrealsense2.pyrealsense2.depth_frame, x: int, y: int) -&amp;gt; float Invoked with: , 640.0, 360.0&lt;/P&gt;&lt;P&gt;  File "/home/snuc/box/&lt;A href="http://demo2.py"&gt;demo2.py&lt;/A&gt;", line 11, in  dist = depth.get_distance(width / 2, height / 2)&lt;/P&gt;</description>
      <pubDate>Sun, 14 Oct 2018 16:14:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506865#M6405</guid>
      <dc:creator>DMerc6</dc:creator>
      <dc:date>2018-10-14T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use pyrealsense2</title>
      <link>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506866#M6406</link>
      <description>&lt;P&gt;I have not come across that error before, unfortunately.  My first recommendation would be to check the instructions in the front page of the Python wrapper for SDK 2.0 to make sure that your Pyrealsense installation is set up correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python"&gt;https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python&lt;/A&gt; librealsense/wrappers/python at master · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that does not work, it would be best to post a help request to the RealSense GitHub, where the RealSense developers and engineers reside.  You can do so by visiting the link below and clicking on the 'New Issue' button to post a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues"&gt;https://github.com/IntelRealSense/librealsense/issues&lt;/A&gt; Issues · IntelRealSense/librealsense · GitHub&lt;/P&gt;</description>
      <pubDate>Sun, 14 Oct 2018 16:44:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/How-to-use-pyrealsense2/m-p/506866#M6406</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-10-14T16:44:12Z</dc:date>
    </item>
  </channel>
</rss>

