<?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: Setup Measure example in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565115#M9668</link>
    <description>&lt;P&gt;If you install the latest 2.9.1 version of the RealSense SDK 2.0 then you can find the Measure sample in the folder Intel RealSense SDK 2.0&amp;gt; samples &amp;gt; measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a file in this folder called measure.vcxproj.  You can download the SDK here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/releases/tag/v2.9.1"&gt;https://github.com/IntelRealSense/librealsense/releases/tag/v2.9.1&lt;/A&gt; Release Intel® RealSense™ SDK 2.0 (build 2.9.1) · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
    <pubDate>Sun, 04 Feb 2018 00:24:17 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-02-04T00:24:17Z</dc:date>
    <item>
      <title>Setup Measure example</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565114#M9667</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to the librealsense SDK and am trying to get the Measure example setup from &lt;A href="https://github.com/IntelRealSense/librealsense/tree/development/examples/measure"&gt;https://github.com/IntelRealSense/librealsense/tree/development/examples/measure&lt;/A&gt; &lt;A href="https://github.com/IntelRealSense/librealsense/tree/development/examples/measure"&gt;https://github.com/IntelRealSense/librealsense/tree/development/examples/measure&lt;/A&gt;. However it doesn't have the visual studio project file in it. How do I set this up correctly? I'd really appreciate any help.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2018 23:54:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565114#M9667</guid>
      <dc:creator>afeng1</dc:creator>
      <dc:date>2018-02-03T23:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Measure example</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565115#M9668</link>
      <description>&lt;P&gt;If you install the latest 2.9.1 version of the RealSense SDK 2.0 then you can find the Measure sample in the folder Intel RealSense SDK 2.0&amp;gt; samples &amp;gt; measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a file in this folder called measure.vcxproj.  You can download the SDK here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/releases/tag/v2.9.1"&gt;https://github.com/IntelRealSense/librealsense/releases/tag/v2.9.1&lt;/A&gt; Release Intel® RealSense™ SDK 2.0 (build 2.9.1) · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 00:24:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565115#M9668</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-02-04T00:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Measure example</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565116#M9669</link>
      <description>&lt;P&gt;I know that, but all I see is a cpp file, no actual visual studio project file. How can I turn this cpp file into the visual studio project?&lt;/P&gt;&lt;P&gt;Have you been able to successfully do this? Can you walk me through the process?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 00:54:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565116#M9669</guid>
      <dc:creator>afeng1</dc:creator>
      <dc:date>2018-02-04T00:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Measure example</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565117#M9670</link>
      <description>&lt;P&gt;I have not built any source code in Visual Studio myself and could find no formal documentation on building the source of Realsense SDK 2.0 projects.  I believe though that a tool called CMake can be used to build the source, using a 'list' file called CMakeList that is provided in the sample folders. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visual Studio 2017 makes using CMake easier by automatically launching a CMakeList file if the file is included in the same folder as the cpp file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.msdn.microsoft.com/vcblog/2016/10/05/cmake-support-in-visual-studio/"&gt;https://blogs.msdn.microsoft.com/vcblog/2016/10/05/cmake-support-in-visual-studio/&lt;/A&gt; CMake support in Visual Studio | Visual C++ Team Blog &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CmakeList files can be found on the online version of the samples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/examples/measure"&gt;https://github.com/IntelRealSense/librealsense/tree/master/examples/measure&lt;/A&gt; librealsense/examples/measure at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For advice on using CMake with older versions of Visual Studio, I would refer you to this guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://schneide.wordpress.com/2013/03/26/building-visual-c-projects-with-cmake/"&gt;https://schneide.wordpress.com/2013/03/26/building-visual-c-projects-with-cmake/&lt;/A&gt; Building Visual C++ Projects with CMake | Schneide Blog &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An Intel support agent with experience in this area may also be able to advise you when they return to work on Monday.  I apologize that I could not be of more use on this question.  Have a great day!&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 08:57:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Setup-Measure-example/m-p/565117#M9670</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-02-04T08:57:43Z</dc:date>
    </item>
  </channel>
</rss>

