<?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 Re: Intel D415 &amp;amp; Python 3.5 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567863#M9867</link>
    <description>&lt;P&gt;Thank you! &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;One last thing: Do you confirm that there are only the documentation in the installer folder and the examples in the "examples" folder?&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to  mark this post as solved?&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 14:10:20 GMT</pubDate>
    <dc:creator>MTont</dc:creator>
    <dc:date>2018-06-06T14:10:20Z</dc:date>
    <item>
      <title>Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567843#M9847</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm trying to use this camera with opencv. I'm using Xubuntu 16.04 and Python 3.5 with opencv and pyrealsense2 installed.&lt;P&gt;If I try another camera it works (an old intel...I don't rimember the name but is a depth camera older than the ZR300) but if I plug the D415 pyrealsense2 can't find any realsense camera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I need to install? is there a documentation about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 10:36:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567843#M9847</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-01T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567844#M9848</link>
      <description>&lt;P&gt;Hi Lab!  The documentation for SDK 2.0's Python wrapper is here:&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;</description>
      <pubDate>Fri, 01 Jun 2018 10:45:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567844#M9848</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-01T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567845#M9849</link>
      <description>&lt;P&gt;Hi Marty! &lt;/P&gt;&lt;P&gt;thank you for the answer! Later I'll take a look and I'll let you know!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 10:56:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567845#M9849</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-01T10:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567846#M9850</link>
      <description>&lt;P&gt;HI! &lt;/P&gt;&lt;P&gt;I tried to follow the guide but when I try to launch the examples I've this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFO:pyrealsense.core:There are 0 connected RealSense devices.&lt;/P&gt;&lt;P&gt;ERROR:pyrealsense.utils:rs_error was raised when calling rs_get_device(context:0x1fe6c40, index:0)&lt;/P&gt;&lt;P&gt;ERROR:pyrealsense.utils:    out of range value for argument "index"&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;  File "show_depth.py", line 39, in &lt;/P&gt;&lt;P&gt;    with serv.Device(streams=(depth_stream,)) as dev:&lt;/P&gt;&lt;P&gt;  File "/usr/local/lib/python3.5/dist-packages/pyrealsense-2.2-py3.5-linux-x86_64.egg/pyrealsense/&lt;A href="http://core.py"&gt;core.py&lt;/A&gt;", line 125, in Device&lt;/P&gt;&lt;P&gt;    return Device(self, *args, **kwargs)&lt;/P&gt;&lt;P&gt;  File "/usr/local/lib/python3.5/dist-packages/pyrealsense-2.2-py3.5-linux-x86_64.egg/pyrealsense/&lt;A href="http://core.py"&gt;core.py&lt;/A&gt;", line 170, in Device&lt;/P&gt;&lt;P&gt;    _check_error(e)&lt;/P&gt;&lt;P&gt;  File "/usr/local/lib/python3.5/dist-packages/pyrealsense-2.2-py3.5-linux-x86_64.egg/pyrealsense/&lt;A href="http://utils.py"&gt;utils.py&lt;/A&gt;", line 46, in _check_error&lt;/P&gt;&lt;P&gt;    pp(lrs.rs_get_error_message, e))&lt;/P&gt;&lt;P&gt;pyrealsense.utils.RealsenseError: rs_get_device(context:0x1fe6c40, index:0) crashed with: out of range value for argument "index"&lt;/P&gt;&lt;P&gt;If I run "sudo lsusb" I've this:&lt;/P&gt;&lt;P&gt;Bus 002 Device 004: ID 8086:0ad3 Intel Corp. &lt;/P&gt;&lt;P&gt;Bus 002 Device 005: ID 8086:0ad3 Intel Corp. &lt;/P&gt;&lt;P&gt;Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub&lt;/P&gt;&lt;P&gt;Bus 001 Device 002: ID 8087:0a2b Intel Corp. &lt;/P&gt;&lt;P&gt;Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub&lt;/P&gt;&lt;P&gt;(there are actually 2 D415 connected with my NUC with Xubuntu 16.04)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea? Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 07:51:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567846#M9850</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-05T07:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567847#M9851</link>
      <description>&lt;P&gt;The closest example I could find to your problem (camera is not detected but lsusb can find it) is the case below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/195"&gt;https://github.com/IntelRealSense/librealsense/issues/195&lt;/A&gt; R200 Realsense not detected on Linux Ubuntu · Issue # 195 · IntelRealSense/librealsense · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, the users fixed their problem temporarily with a chmod permissions change, and permanently by adding their username to a 'dialout group'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo usermod -a -G dialout [put your username here without the brackets]&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 08:20:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567847#M9851</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-05T08:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567848#M9852</link>
      <description>&lt;P&gt;I tried but the problem remains...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 08:29:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567848#M9852</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-05T08:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567849#M9853</link>
      <description>&lt;P&gt;I have analysed the problem many times.  It is a hard one, for sure.  I noticed though that the log makes reference to 'pyrealsense_2_2'.  This makes me wonder if you have installed a branch of 'pyrealsense 2.0', which works with old RealSense cameras such as the R200 but not with the new cameras, which need 'pyrealsense2' (which is different from the similarly named pyrealsense 2.0 for the older cameras).&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 09:06:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567849#M9853</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-05T09:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567850#M9854</link>
      <description>&lt;P&gt;Yes that's because I used old intel camera with my software but now I installed pyrealsense 2.0 and it doesn't work anymore with old camera. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you suggest? Should I make a clean installation?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 09:11:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567850#M9854</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-05T09:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567851#M9855</link>
      <description>&lt;P&gt;It sounds like you would benefit from a clean installation with pyrealsense2 (the new one for the 400 Series cameras) to make sure there aren't crossed wires between programs.  At this point, it's certainly worth trying.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 09:26:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567851#M9855</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-05T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567852#M9856</link>
      <description>&lt;P&gt;Thank you for your time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I uninstalled librealsense and pyrealsense and reinstalled everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the error of the example (show_cv2.py) is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFO:pyrealsense.core:There are 0 connected RealSense devices.&lt;/P&gt;&lt;P&gt;ERROR:pyrealsense.utils:rs_error was raised when calling rs_get_device(context:0x269d470, index:0)&lt;/P&gt;&lt;P&gt;ERROR:pyrealsense.utils:    out of range value for argument "index"&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;  File "show_cv2.py", line 12, in &lt;/P&gt;&lt;P&gt;    with serv.Device() as dev:&lt;/P&gt;&lt;P&gt;  File "/home/stark/.local/lib/python3.5/site-packages/pyrealsense/&lt;A href="http://core.py"&gt;core.py&lt;/A&gt;", line 125, in Device&lt;/P&gt;&lt;P&gt;    return Device(self, *args, **kwargs)&lt;/P&gt;&lt;P&gt;  File "/home/stark/.local/lib/python3.5/site-packages/pyrealsense/&lt;A href="http://core.py"&gt;core.py&lt;/A&gt;", line 170, in Device&lt;/P&gt;&lt;P&gt;    _check_error(e)&lt;/P&gt;&lt;P&gt;  File "/home/stark/.local/lib/python3.5/site-packages/pyrealsense/&lt;A href="http://utils.py"&gt;utils.py&lt;/A&gt;", line 46, in _check_error&lt;/P&gt;&lt;P&gt;    pp(lrs.rs_get_error_message, e))&lt;/P&gt;&lt;P&gt;pyrealsense.utils.RealsenseError: rs_get_device(context:0x269d470, index:0) crashed with: out of range value for argument "index"&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 09:40:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567852#M9856</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-05T09:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567853#M9857</link>
      <description>&lt;P&gt;Are you able to run a RealSense program such as the RealSense Viewer and confirm that the camera is working, even though it is detected?   In particular, you could check in the RealSense Viewer program whether the camera is listed as "Intel RealSense D415" (showing it is fully functioning) or listed as 'Intel RealSense USB2' (indicating that it is only functioning in a very limited USB 2.0 mode).&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 09:53:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567853#M9857</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-05T09:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567854#M9858</link>
      <description>&lt;P&gt;Yes, I tried it with windows 10 (in another machine) with RealSense Viewer and it is listed as Intel Realsense D415 (usb symbol) 2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also updated the firmware&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 10:00:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567854#M9858</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-05T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567855#M9859</link>
      <description>&lt;P&gt;The USB2 status is related to the USB ports on a particular machine, not to the camera hardware.  So the camera may work fine on one machine but have the function-limiting USB2 problem on another machine.  That's why it is important to establish whether the USB2 problem is present on the machine you are using for Python.  &lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 10:03:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567855#M9859</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-05T10:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567856#M9860</link>
      <description>&lt;P&gt;Ok I tried on xubuntu too and Intel RealSense Viewer it works.&lt;/P&gt;&lt;P&gt;The camera is listed as Intel RealSense D415 (usb symbol) 3.1&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 10:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567856#M9860</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-05T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567857#M9861</link>
      <description>&lt;P&gt;is it possible that D415 cameras don't work with python3.5 but only with python3.6?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 10:13:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567857#M9861</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-05T10:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567858#M9862</link>
      <description>&lt;P&gt;I have not heard of an incompatibility with Python 3.5.  The 400 Series cameras do work with Python 3.  It is good though to confirm that your camera is working normally outside of Python.  It's also good that you have a clean installation, as it means that there is less things to go wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next thing I would do is go back to the Python installation instructions for Ubuntu, look at steps 1 to 4 (step 5 is optional) and confirm that everything has been done.  For example, in Step 3, did you "Run the top level CMake command".&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;</description>
      <pubDate>Tue, 05 Jun 2018 10:26:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567858#M9862</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-05T10:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567859#M9863</link>
      <description>&lt;P&gt;Ok, I've some news:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to follow that guide but with one problem:&lt;/P&gt;&lt;P&gt;  if I write:&lt;/P&gt;&lt;P&gt;- python3&lt;/P&gt;&lt;P&gt;-import pyrealsense2&lt;/P&gt;&lt;P&gt;it says "no module named pyrealsense2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;If I write the same thing in the folder "\usr\local\lib" it works.&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think that the error is in the number 3 of the guide. When I run cmake, I think that I need to add "-DPYTHON_EXECUTABLE=[full path to the exact python executable]" but what should I use as path of python? &lt;/P&gt;&lt;P&gt;I tried: I tried to use "-DPYTHON_EXECUTABLE=[/usr/local/lib]",  "-DPYTHON_EXECUTABLE=[/usr/local/lib/Python3.5]",  "-DPYTHON_EXECUTABLE=[/usr/lib]" and  "-DPYTHON_EXECUTABLE=[/usr/lib/Python3]"&lt;/P&gt;&lt;P&gt;but nothing worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I used "whereis python3" and this is the answer:&lt;P&gt;python3: /usr/bin/python3.5m-config /usr/bin/python3.5m /usr/bin/python3.5 /usr/bin/python3 /usr/bin/python3.5-config /usr/lib/python3.5 /usr/lib/python3 /etc/python3.5 /etc/python3 /usr/local/lib/python3.5 /usr/include/python3.5m /usr/include/python3.5 /usr/share/python3 /usr/share/man/man1/python3.1.gz&lt;/P&gt;&lt;P&gt;What should I put there? thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 13:04:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567859#M9863</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-05T13:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567860#M9864</link>
      <description>&lt;P&gt;In the instructions, I believe the DPYTHON command should not have square brackets in it and should look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-DPYTHON_EXECUTABLE= /usr/local/lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the actual path, it apparently needs to go to an .exe (executable) file, such as python.exe&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 13:18:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567860#M9864</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-05T13:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567861#M9865</link>
      <description>&lt;P&gt;Ok I did it!  &lt;/P&gt;&lt;P&gt;I didn't use the square brackets, it was just an error reporting everything here in the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The right instruction was: -DPYTHON_EXECUTABLE= /usr/bin/python3.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;In the end I needed to copy from the folder "/usr/local/lib/"  &lt;A href="http://librealsense2.so"&gt;librealsense2.so&lt;/A&gt; and pyrealsense2.cpython-35m-x86_64-&lt;A href="http://linux-gnu.so"&gt;linux-gnu.so&lt;/A&gt;. &lt;P&gt;&amp;nbsp;&lt;/P&gt;The instruction "export&lt;CODE&gt; PYTHONPATH=$PYTHONPATH:/usr/local/lib" didn't work for mebut it's ok... &lt;/CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for everything!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 13:49:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567861#M9865</guid>
      <dc:creator>MTont</dc:creator>
      <dc:date>2018-06-06T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Intel D415 &amp; Python 3.5</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567862#M9866</link>
      <description>&lt;P&gt;Awesome news!   I'm very glad I could help.  Best of luck with the rest of your work!  &lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 14:01:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Intel-D415-amp-Python-3-5/m-p/567862#M9866</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-06T14:01:39Z</dc:date>
    </item>
  </channel>
</rss>

