<?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: Realsense D415 - How to run examples? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576381#M10463</link>
    <description>&lt;P&gt;It works! Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 09:22:09 GMT</pubDate>
    <dc:creator>MSchl8</dc:creator>
    <dc:date>2018-09-06T09:22:09Z</dc:date>
    <item>
      <title>Realsense D415 - How to run examples?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576377#M10459</link>
      <description>&lt;P&gt;Realsense D415&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to run examples on Ubuntu 16.04 LTS? &lt;/P&gt;&lt;P&gt;How to run Intel.RealSense.Viewer.exe on Ubuntu 16.04 LTS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed everything according to:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense"&gt;https://github.com/IntelRealSense/librealsense&lt;/A&gt; GitHub - IntelRealSense/librealsense: Intel® RealSense™ SDK &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/development/doc/installation.md"&gt;https://github.com/IntelRealSense/librealsense/blob/development/doc/installation.md&lt;/A&gt; librealsense/&lt;A href="http://installation.md"&gt;installation.md&lt;/A&gt; at development · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/development/doc/distribution_linux.md"&gt;https://github.com/IntelRealSense/librealsense/blob/development/doc/distribution_linux.md&lt;/A&gt; librealsense/distribution_linux.md at development · IntelRealSense/librealsense · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:41:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576377#M10459</guid>
      <dc:creator>MSchl8</dc:creator>
      <dc:date>2018-08-29T08:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D415 - How to run examples?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576378#M10460</link>
      <description>&lt;P&gt;Hello newuser_realsense, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your interest in the Intel RealSense Technology. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;The guides you added in your thread are the correct ones. &lt;P&gt;&amp;nbsp;&lt;/P&gt;Could you please give me more information as to what issue you are facing? &lt;P&gt;&amp;nbsp;&lt;/P&gt;Are you receiving an error message?&lt;P&gt;&amp;nbsp;&lt;/P&gt;Is the camera not detected?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Looking forward to your response. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Casandra &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 13:35:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576378#M10460</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-08-31T13:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D415 - How to run examples?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576379#M10461</link>
      <description>&lt;P&gt;How to compile&lt;B&gt; exemple align&lt;/B&gt; with librealsense or Qt5.11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;"With &lt;CODE&gt;dev&lt;/CODE&gt; package installed, you can compile an application with &lt;B&gt;librealsense&lt;/B&gt; using &lt;CODE&gt;g++ -std=c++11 filename.cpp -lrealsense2&lt;/CODE&gt; or an IDE of your choice."&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;1. Error by using librealsense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cd librealsense-master&lt;/P&gt;&lt;P&gt;$ cd examples&lt;/P&gt;&lt;P&gt;$ cd align&lt;/P&gt;&lt;P&gt;librealsense-master/examples/align$ g++ -std=c++11 rs-align.cpp -lrealsense2&lt;/P&gt;&lt;P&gt;rs-align.cpp:6:19: fatal error: imgui.h: No such file or directory&lt;/P&gt;&lt;P&gt; # include &lt;/P&gt;&lt;P&gt;                   ^&lt;/P&gt;&lt;P&gt;compilation terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;2. Error by using Qt5.11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could not find the executable, please specify one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;newuser_realsense&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 20:23:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576379#M10461</guid>
      <dc:creator>MSchl8</dc:creator>
      <dc:date>2018-08-31T20:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D415 - How to run examples?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576380#M10462</link>
      <description>&lt;P&gt;Hello newuser_realsense, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Since there are multiple IDE choices for programmers,unfortunately, we are unable to offer instructions for each of them. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;What I can tell you, looking at your details and screenshot is that you will need to run the program from ../build/examples/....&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I hope this information proves useful. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Best regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Casandra &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 11:23:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576380#M10462</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-05T11:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense D415 - How to run examples?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576381#M10463</link>
      <description>&lt;P&gt;It works! Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:22:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-D415-How-to-run-examples/m-p/576381#M10463</guid>
      <dc:creator>MSchl8</dc:creator>
      <dc:date>2018-09-06T09:22:09Z</dc:date>
    </item>
  </channel>
</rss>

