<?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: Identifier Undefined on rs-align example! in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583184#M10883</link>
    <description>&lt;P&gt;Hello HippoEug,&lt;/P&gt;&lt;P&gt;Thank you for your interest in the Intel RealSense Technology.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Could you please confirm if you have downloaded the source code for the SDK or if you have installed the binaries?&lt;P&gt;Just as a short definition, binary releases contain computer readable version of the application, meaning it is compiled. Source releases contain human readable version of the application, meaning it has to be compiled before it can be used. The source release is the raw, un-compiled code.&lt;/P&gt;&lt;P&gt;You can follow the below instructions in order to build from source RealSense SDK 2.0 (Librealsense ) on a Windows 10 machine and run the given examples on Visual Studio 2017.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download and install &lt;A href="http://cmake.org/download"&gt;http://cmake.org/download&lt;/A&gt; CMAKE &lt;/LI&gt;&lt;LI&gt;Clone or download &lt;A href="http://github.com/IntelRealSense/librealsense"&gt;http://github.com/IntelRealSense/librealsense&lt;/A&gt; RealSense SDK 2.0 sources into a local directory (C:/git/librealsense) &lt;/LI&gt;&lt;LI&gt;Run cmake-gui and fill source code and binaries locations and press Configure  &lt;UL&gt;&lt;LI&gt;Where is the source code: C:/git/librealsense&lt;/LI&gt;&lt;LI&gt;Where to build the binaries: C:/git/librealsense/build  &lt;/LI&gt;&lt;/UL&gt; &lt;/LI&gt;&lt;LI&gt;Click Generate and Open Project&lt;/LI&gt;&lt;LI&gt;Locate the examples required under Example solution folder&lt;/LI&gt;&lt;LI&gt;Right-click on one of the examples to Set as StartUp Project&lt;/LI&gt;&lt;LI&gt;Press F5 to compile and run the example&lt;/LI&gt;&lt;/UL&gt;After you have download the source code for the SDK you can run the CMake GUI as shown in the OpenCV wrapper &lt;A href="http://readme.md"&gt;readme.md&lt;/A&gt;. here:  &lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv"&gt;https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv&lt;/A&gt;  &lt;P&gt;This could be a solution to the "Identifier Undefined" you are receiving.&lt;/P&gt;&lt;P&gt;Let me know if this works.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Casandra</description>
    <pubDate>Fri, 28 Sep 2018 14:22:10 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-09-28T14:22:10Z</dc:date>
    <item>
      <title>Identifier Undefined on rs-align example!</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583183#M10882</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built the Realsense Library SDK using CMake, without changing anything. However, there are a couple of errors saying these variables are undefined. Still, I managed to compile the program somehow. Do I just ignore these errors? Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 09:32:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583183#M10882</guid>
      <dc:creator>EFoo</dc:creator>
      <dc:date>2018-09-28T09:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Undefined on rs-align example!</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583184#M10883</link>
      <description>&lt;P&gt;Hello HippoEug,&lt;/P&gt;&lt;P&gt;Thank you for your interest in the Intel RealSense Technology.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Could you please confirm if you have downloaded the source code for the SDK or if you have installed the binaries?&lt;P&gt;Just as a short definition, binary releases contain computer readable version of the application, meaning it is compiled. Source releases contain human readable version of the application, meaning it has to be compiled before it can be used. The source release is the raw, un-compiled code.&lt;/P&gt;&lt;P&gt;You can follow the below instructions in order to build from source RealSense SDK 2.0 (Librealsense ) on a Windows 10 machine and run the given examples on Visual Studio 2017.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Download and install &lt;A href="http://cmake.org/download"&gt;http://cmake.org/download&lt;/A&gt; CMAKE &lt;/LI&gt;&lt;LI&gt;Clone or download &lt;A href="http://github.com/IntelRealSense/librealsense"&gt;http://github.com/IntelRealSense/librealsense&lt;/A&gt; RealSense SDK 2.0 sources into a local directory (C:/git/librealsense) &lt;/LI&gt;&lt;LI&gt;Run cmake-gui and fill source code and binaries locations and press Configure  &lt;UL&gt;&lt;LI&gt;Where is the source code: C:/git/librealsense&lt;/LI&gt;&lt;LI&gt;Where to build the binaries: C:/git/librealsense/build  &lt;/LI&gt;&lt;/UL&gt; &lt;/LI&gt;&lt;LI&gt;Click Generate and Open Project&lt;/LI&gt;&lt;LI&gt;Locate the examples required under Example solution folder&lt;/LI&gt;&lt;LI&gt;Right-click on one of the examples to Set as StartUp Project&lt;/LI&gt;&lt;LI&gt;Press F5 to compile and run the example&lt;/LI&gt;&lt;/UL&gt;After you have download the source code for the SDK you can run the CMake GUI as shown in the OpenCV wrapper &lt;A href="http://readme.md"&gt;readme.md&lt;/A&gt;. here:  &lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv"&gt;https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv&lt;/A&gt;  &lt;P&gt;This could be a solution to the "Identifier Undefined" you are receiving.&lt;/P&gt;&lt;P&gt;Let me know if this works.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Casandra</description>
      <pubDate>Fri, 28 Sep 2018 14:22:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583184#M10883</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-09-28T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Undefined on rs-align example!</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583185#M10884</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty sure I did exactly as you wrote. &lt;/P&gt;&lt;P&gt;Here are the steps I took: &lt;A href="https://github.com/HippoEug/Intel-Realsense-D435-CMake"&gt;https://github.com/HippoEug/Intel-Realsense-D435-CMake&lt;/A&gt; GitHub - HippoEug/Intel-Realsense-D435-CMake with still those errors. Even though there are errors, it still managed to compile fine..&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 06:43:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583185#M10884</guid>
      <dc:creator>EFoo</dc:creator>
      <dc:date>2018-10-02T06:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Undefined on rs-align example!</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583186#M10885</link>
      <description>&lt;P&gt;Hello HippoEug, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;If the code compiles and runs fine and you are comfortable with the results this should be OK. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Let me know if you require any further assistance. &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</description>
      <pubDate>Tue, 02 Oct 2018 17:08:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583186#M10885</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-10-02T17:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Undefined on rs-align example!</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583187#M10886</link>
      <description>&lt;P&gt;Hello HippoEug, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Do you require any further assistance with this query? &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</description>
      <pubDate>Fri, 05 Oct 2018 09:47:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583187#M10886</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-10-05T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identifier Undefined on rs-align example!</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583188#M10887</link>
      <description>&lt;P&gt;Hello Casandra, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no more issues. If I do I will post onto this forum again, thank you very much. You can close this issue now &lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 01:43:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Identifier-Undefined-on-rs-align-example/m-p/583188#M10887</guid>
      <dc:creator>EFoo</dc:creator>
      <dc:date>2018-10-08T01:43:53Z</dc:date>
    </item>
  </channel>
</rss>

