<?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 ZR300 &amp;amp; Intel Joule Module in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578628#M10596</link>
    <description>&lt;P&gt;&lt;B&gt;1. &lt;/B&gt; The dependencies are easier to understand in the Developer Guide for RealSense SDK For Linux, as the Getting Started guide you linked to puts two paragraphs in reverse order so it is harder to understand.  According to the Developer Guide, the dependencies to install to make the SDK work are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;librealsense&lt;/P&gt;&lt;P&gt;OpenCV 3.1&lt;/P&gt;&lt;P&gt;CMake&lt;/P&gt;&lt;P&gt;OpenGL GLFW version 3&lt;/P&gt;&lt;P&gt;lz4&lt;/P&gt;&lt;P&gt;Apache log4cxx – optional. Needed only if you want to enable logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/sdk/developer_guide.html#"&gt;https://software.intel.com/sites/products/realsense/sdk/developer_guide.html#&lt;/A&gt; Compiling_the_SDK Intel® RealSense™ SDK for Linux: Developer's Guide &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the dependencies are installed, you use the list of instructions to install the SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ git clone  &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ cd realsense_sdk&lt;/P&gt;&lt;P&gt;$ mkdir build&lt;/P&gt;&lt;P&gt;$ cd build&lt;/P&gt;&lt;P&gt;$ cmake ..&lt;/P&gt;&lt;P&gt;$ make&lt;/P&gt;&lt;P&gt;$ sudo make install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would make sense that you got that error about not being able to find OpenCV if you had not installed OpenCV as a dependency first before using the above commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;2.  &lt;/B&gt;You should only need the RealSense SDK For Linux, as it installs Librealsense too.  So you do not need to merge realsense_sdk with librealsense, as the SDK For Linux already has Librealsense integrated into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;3.  &lt;/B&gt;As OpenCV is a dependency, I assume that it should be installed BEFORE you try to install the RealSense SDK For Linux.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jun 2018 12:26:06 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-06-18T12:26:06Z</dc:date>
    <item>
      <title>Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578625#M10593</link>
      <description>&lt;P&gt;Can RealSense ZR300 Camera work independently (without Intel Joule Module) if ZR300 is connected to laptop?&lt;/P&gt;&lt;P&gt;Is Intel Joule Module really necessary? Is Joule Module mandatory for camera usage? Joule Module should be bayed separately?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I byed Intel RealSense Camera ZR300&lt;/P&gt;&lt;P&gt;Kit includes:&lt;/P&gt;&lt;P&gt;* Intel ReallSense Camera ZR300&lt;/P&gt;&lt;P&gt;* USB Cable&lt;/P&gt;&lt;P&gt;* Mounting Plate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find a tutorial (including videos &amp;amp; pictures) about how to use this Camera and how to connect it to Joule Module?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 07:49:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578625#M10593</guid>
      <dc:creator>MSchl8</dc:creator>
      <dc:date>2018-06-07T07:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578626#M10594</link>
      <description>&lt;P&gt;Yes, the ZR300 can work without a Joule (which is essentially a mini-PC on a single small circuit board).  For example, ZR300 can also be connected to Up Boards (another type of single-board computer) instead of Joule.  So it should be fine if you just plug your ZR300 into the USB port of a normal PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ZR300 does not work with Windows though and requires the Linux operating system (Ubuntu Linux is the preferred option).  The development software (SDK) you can use to create programs are the original (Legacy) version of Librealsense, or the RealSense SDK For Linux (the better option, as it includes Librealsense and adds numerous other useful features).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Librealsense&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/v1.12.1"&gt;https://github.com/IntelRealSense/librealsense/tree/v1.12.1&lt;/A&gt; GitHub - IntelRealSense/librealsense at v1.12.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;RealSense SDK For Linux&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/sdk/"&gt;https://software.intel.com/sites/products/realsense/sdk/&lt;/A&gt; Intel® RealSense™ SDK for Linux: Main Page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Video of ZR300 running on an Up Core board&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=Khq92ZryEI8"&gt;https://www.youtube.com/watch?v=Khq92ZryEI8&lt;/A&gt; UP Core RealSense ZR300 demo - YouTube&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 07:57:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578626#M10594</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-07T07:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578627#M10595</link>
      <description>&lt;B&gt;1. How to build dependencies? "&lt;B&gt;Note&lt;/B&gt;: Ensure that you have installed all necessary dependencies first."&lt;/B&gt;&lt;P&gt;&lt;B&gt;2. How to merge realsense_sdk with librealsense? (I have two different folders.)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;3. How to include OpenCV 3.1 to realsense_sdk? &amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ git clone &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt; &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ cd realsense_sdk&lt;/P&gt;&lt;P&gt;$ mkdir build&lt;/P&gt;&lt;P&gt;$ cd build&lt;/P&gt;&lt;P&gt;$ cmake ..&lt;/P&gt;&lt;P&gt;$ &lt;B&gt;make (here comes the error)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;/home/mihaela/realsense_sdk/sdk/src/core/image/image_conversion_util.cpp:7:23: fatal error: opencv/cv.h: No such file or directory&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/sdk/getting_started.html#"&gt;https://software.intel.com/sites/products/realsense/sdk/getting_started.html#&lt;/A&gt; Installing_the_SDK Intel® RealSense™ SDK for Linux: Getting Started</description>
      <pubDate>Mon, 18 Jun 2018 10:38:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578627#M10595</guid>
      <dc:creator>MSchl8</dc:creator>
      <dc:date>2018-06-18T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578628#M10596</link>
      <description>&lt;P&gt;&lt;B&gt;1. &lt;/B&gt; The dependencies are easier to understand in the Developer Guide for RealSense SDK For Linux, as the Getting Started guide you linked to puts two paragraphs in reverse order so it is harder to understand.  According to the Developer Guide, the dependencies to install to make the SDK work are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;librealsense&lt;/P&gt;&lt;P&gt;OpenCV 3.1&lt;/P&gt;&lt;P&gt;CMake&lt;/P&gt;&lt;P&gt;OpenGL GLFW version 3&lt;/P&gt;&lt;P&gt;lz4&lt;/P&gt;&lt;P&gt;Apache log4cxx – optional. Needed only if you want to enable logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/sdk/developer_guide.html#"&gt;https://software.intel.com/sites/products/realsense/sdk/developer_guide.html#&lt;/A&gt; Compiling_the_SDK Intel® RealSense™ SDK for Linux: Developer's Guide &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the dependencies are installed, you use the list of instructions to install the SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ git clone  &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ cd realsense_sdk&lt;/P&gt;&lt;P&gt;$ mkdir build&lt;/P&gt;&lt;P&gt;$ cd build&lt;/P&gt;&lt;P&gt;$ cmake ..&lt;/P&gt;&lt;P&gt;$ make&lt;/P&gt;&lt;P&gt;$ sudo make install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would make sense that you got that error about not being able to find OpenCV if you had not installed OpenCV as a dependency first before using the above commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;2.  &lt;/B&gt;You should only need the RealSense SDK For Linux, as it installs Librealsense too.  So you do not need to merge realsense_sdk with librealsense, as the SDK For Linux already has Librealsense integrated into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;3.  &lt;/B&gt;As OpenCV is a dependency, I assume that it should be installed BEFORE you try to install the RealSense SDK For Linux.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 12:26:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578628#M10596</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-18T12:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578629#M10597</link>
      <description>&lt;P&gt;1. How to solve the error after $ make ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ git clone &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt; &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ cd realsense_sdk&lt;/P&gt;&lt;P&gt;$ mkdir build&lt;/P&gt;&lt;P&gt;$ cd build&lt;/P&gt;&lt;P&gt;$ cmake ..&lt;/P&gt;&lt;P&gt;$ make (error) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mihaela@mihaela-SATELLITE-C855-2FV:~/realsense_sdk/build$ make&lt;/P&gt;&lt;P&gt;[ 10%] Built target realsense_log_utils&lt;/P&gt;&lt;P&gt;[ 10%] Built target realsense_image&lt;/P&gt;&lt;P&gt;[ 10%] Building CXX object sdk/src/utilities/viewer/CMakeFiles/realsense_viewer.dir/viewer.cpp.o&lt;/P&gt;&lt;P&gt;In file included from /home/mihaela/realsense_sdk/sdk/include/rs_core.h:8:0,&lt;/P&gt;&lt;P&gt;                 from /home/mihaela/realsense_sdk/sdk/src/include/viewer.h:12,&lt;/P&gt;&lt;P&gt;                 from /home/mihaela/realsense_sdk/sdk/src/utilities/viewer/viewer.cpp:4:&lt;/P&gt;&lt;P&gt;/home/mihaela/realsense_sdk/sdk/include/rs/core/context_interface.h:10:31: fatal error: librealsense/rs.hpp: No such file or directory&lt;/P&gt;&lt;P&gt;compilation terminated.&lt;/P&gt;&lt;P&gt;sdk/src/utilities/viewer/CMakeFiles/realsense_viewer.dir/build.make:62: recipe for target 'sdk/src/utilities/viewer/CMakeFiles/realsense_viewer.dir/viewer.cpp.o' failed&lt;/P&gt;&lt;P&gt;make[2]: *** [sdk/src/utilities/viewer/CMakeFiles/realsense_viewer.dir/viewer.cpp.o] Error 1&lt;/P&gt;&lt;P&gt;CMakeFiles/Makefile2:215: recipe for target 'sdk/src/utilities/viewer/CMakeFiles/realsense_viewer.dir/all' failed&lt;/P&gt;&lt;P&gt;make[1]: *** [sdk/src/utilities/viewer/CMakeFiles/realsense_viewer.dir/all] Error 2&lt;/P&gt;&lt;P&gt;Makefile:127: recipe for target 'all' failed&lt;/P&gt;&lt;P&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How to solve these errors from QtCreator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/home/mihaela/realsense_sdk/sdk/include/rs_core.h:8: In file included from /home/mihaela/realsense_sdk/sdk/include/rs_core.h:8:0,&lt;/P&gt;&lt;P&gt;/home/mihaela/realsense_sdk/sdk/src/include/viewer.h:12: from /home/mihaela/realsense_sdk/sdk/src/include/viewer.h:12,&lt;/P&gt;&lt;P&gt;/home/mihaela/realsense_sdk/sdk/src/utilities/viewer/viewer.cpp:4: from /home/mihaela/realsense_sdk/sdk/src/utilities/viewer/viewer.cpp:4:&lt;/P&gt;&lt;P&gt;/home/mihaela/realsense_sdk/sdk/include/rs/core/context_interface.h:10: error: librealsense/rs.hpp: No such file or directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:58:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578629#M10597</guid>
      <dc:creator>MSchl8</dc:creator>
      <dc:date>2018-06-27T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578630#M10598</link>
      <description>&lt;P&gt;These questions are not covered by my knowledge, so I will have to let an Intel support team member (who has access to resources that I do not) take up your case.  I apologize that I cannot be of more help in this case.  Good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jun 2018 15:27:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578630#M10598</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-27T15:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578631#M10599</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Unfortunately, both the ZR300 and Intel Joule products are discontinued and no longer supported. We recommend to move to the Intel RealSense D400 series of cameras and the Intel RealSense SDK 2.0 for your development purposes. The D400 series cameras provide better depth than the ZR300 but it does not have an integrated IMU.&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;Juan N.</description>
      <pubDate>Wed, 27 Jun 2018 17:35:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578631#M10599</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-06-27T17:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578632#M10600</link>
      <description>&lt;P&gt;Thank you Mr. Juan N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, recommand me a previous RealSense SDK version which supports ZR300.&lt;/P&gt;&lt;P&gt;ZR300 works well with librealsense, but Person Tracking, Object Tracking and SLAM are not included.&lt;/P&gt;&lt;P&gt;How can I include Person Tracking, Object Tracking and SLAM into librealsense source code? Or, how can I find a RealSense SDK version compatible to ZR300?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 09:07:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578632#M10600</guid>
      <dc:creator>MSchl8</dc:creator>
      <dc:date>2018-07-20T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578633#M10601</link>
      <description>&lt;P&gt;You can access additional features such as SLAM, Person Tracking and Object Tracking with your ZR300 if you use Intel's 'RealSense SDK For Linux', which is designed specially for the ZR300.  It contains Librealsense as a module so you get access to the features of Librealsense 1 (the legacy version, not SDK 2.0 / Librealsense 2) and provides a lot of other features too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/sdk/"&gt;https://software.intel.com/sites/products/realsense/sdk/&lt;/A&gt; Intel® RealSense™ SDK for Linux: Main Page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Juan said above, please be aware that the ZR300 camera is no longer updated.  RealSense SDK For Linux is not updated either, as RealSense SDK 2.0 for SR300, D415 and D435 cameras is now Intel's sole RealSense SDK.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 09:11:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578633#M10601</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-07-20T09:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578634#M10602</link>
      <description>&lt;P&gt;How to solve the error after $ make ? Did I skipped to install something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ git clone &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt; &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ cd realsense_sdk&lt;/P&gt;&lt;P&gt;$ mkdir build&lt;/P&gt;&lt;P&gt;$ cd build&lt;/P&gt;&lt;P&gt;$ cmake ..&lt;/P&gt;&lt;P&gt;$ make (error) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mihaela@mihaela-HP-EliteBook-850-G3:~/realsense_sdk/build$ make&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_log_utils&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_image&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_viewer&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_compression&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_playback&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_cl_util&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_samples_time_sync&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_lrs_image&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_projection&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_record&lt;/P&gt;&lt;P&gt;[ 65%] Built target realsense_pipeline&lt;/P&gt;&lt;P&gt;[ 65%] Linking CXX executable rs_projection_tool&lt;/P&gt;&lt;P&gt;../../core/image/librealsense_image.so.0.7.2: undefined reference to `cv::String::deallocate()'&lt;/P&gt;&lt;P&gt;../../core/image/librealsense_image.so.0.7.2: undefined reference to `cv::error(int, cv::String const&amp;amp;, char const*, char const*, int)'&lt;/P&gt;&lt;P&gt;../../core/image/librealsense_image.so.0.7.2: undefined reference to `cv::String::allocate(unsigned long)'&lt;/P&gt;&lt;P&gt;../../core/image/librealsense_image.so.0.7.2: undefined reference to `cv::applyColorMap(cv::_InputArray const&amp;amp;, cv::_OutputArray const&amp;amp;, int)'&lt;/P&gt;&lt;P&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;sdk/src/tools/projection_tool/CMakeFiles/rs_projection_tool.dir/build.make:128: recipe for target 'sdk/src/tools/projection_tool/rs_projection_tool' failed&lt;/P&gt;&lt;P&gt;make[2]: *** [sdk/src/tools/projection_tool/rs_projection_tool] Error 1&lt;/P&gt;&lt;P&gt;CMakeFiles/Makefile2:666: recipe for target 'sdk/src/tools/projection_tool/CMakeFiles/rs_projection_tool.dir/all' failed&lt;/P&gt;&lt;P&gt;make[1]: *** [sdk/src/tools/projection_tool/CMakeFiles/rs_projection_tool.dir/all] Error 2&lt;/P&gt;&lt;P&gt;Makefile:127: recipe for target 'all' failed&lt;/P&gt;&lt;P&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;mihaela@mihaela-HP-EliteBook-850-G3:~/realsense_sdk/build$ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M. Schloz&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 04:33:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578634#M10602</guid>
      <dc:creator>MSchl8</dc:creator>
      <dc:date>2018-08-02T04:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578635#M10603</link>
      <description>&lt;P&gt;Have you installed the list of programs (Dependencies) that the RealSense SDK For Linux relies on to successfully compile, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/realsense_sdk_zr300#"&gt;https://github.com/IntelRealSense/realsense_sdk_zr300#&lt;/A&gt; dependencies-list GitHub - IntelRealSense/realsense_sdk_zr300: Toolkit built on top of the Intel® RealSense™ Cross Platform API (librealse… &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 07:28:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578635#M10603</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-02T07:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578636#M10604</link>
      <description>&lt;P&gt;i have an error on installing realsense_sdk for zr300 camera after installing all dependencies there's error on make command i use ubuntu 16.04&lt;/P&gt;&lt;P&gt;the error is :&lt;/P&gt;&lt;P&gt;[ 46%] Built target realsense_projection&lt;/P&gt;&lt;P&gt;[ 51%] Built target realsense_record&lt;/P&gt;&lt;P&gt;[ 64%] Built target realsense_pipeline&lt;/P&gt;&lt;P&gt;[ 65%] Linking CXX executable rs_projection_tool&lt;/P&gt;&lt;P&gt;../../core/image/librealsense_image.so.0.7.2: undefined reference to `cv::String::deallocate()'&lt;/P&gt;&lt;P&gt;../../core/image/librealsense_image.so.0.7.2: undefined reference to `cv::error(int, cv::String const&amp;amp;, char const*, char const*, int)'&lt;/P&gt;&lt;P&gt;../../core/image/librealsense_image.so.0.7.2: undefined reference to `cv::String::allocate(unsigned long)'&lt;/P&gt;&lt;P&gt;../../core/image/librealsense_image.so.0.7.2: undefined reference to `cv::applyColorMap(cv::_InputArray const&amp;amp;, cv::_OutputArray const&amp;amp;, int)'&lt;/P&gt;&lt;P&gt;collect2: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;sdk/src/tools/projection_tool/CMakeFiles/rs_projection_tool.dir/build.make:128: recipe for target 'sdk/src/tools/projection_tool/rs_projection_tool' failed&lt;/P&gt;&lt;P&gt;make[2]: *** [sdk/src/tools/projection_tool/rs_projection_tool] Error 1&lt;/P&gt;&lt;P&gt;CMakeFiles/Makefile2:666: recipe for target 'sdk/src/tools/projection_tool/CMakeFiles/rs_projection_tool.dir/all' failed&lt;/P&gt;&lt;P&gt;make[1]: *** [sdk/src/tools/projection_tool/CMakeFiles/rs_projection_tool.dir/all] Error 2&lt;/P&gt;&lt;P&gt;Makefile:127: recipe for target 'all' failed&lt;/P&gt;&lt;P&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please anyone help&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 00:16:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578636#M10604</guid>
      <dc:creator>MAhme9</dc:creator>
      <dc:date>2018-11-21T00:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578637#M10605</link>
      <description>&lt;P&gt;The instructions for installing RealSense SDK For Linux are not very clear regarding setup of the dependencies, unfortunately.  I myself had always thought that the correct way to do it was to install the list of dependency programs yourself and &lt;B&gt;then&lt;/B&gt; run the Make instructions.  However, a re-read of the Getting Started instructions suggests that the dependency programs are actually installed automatically when the SDK package is installed using CMake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"All relevant dependencies for running an application over the SDK are installed by default during SDK packager installation".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This suggests that it is easier to understand if you ignore the list of dependency programs and focus on the list of installation commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ git clone  &lt;A href="http://github.com/IntelRealSense/realsense_sdk"&gt;http://github.com/IntelRealSense/realsense_sdk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;$ cd realsense_sdk&lt;/P&gt;&lt;P&gt;$ mkdir build&lt;/P&gt;&lt;P&gt;$ cd build&lt;/P&gt;&lt;P&gt;$ cmake ..&lt;/P&gt;&lt;P&gt;$ make&lt;/P&gt;&lt;P&gt;$ sudo make install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you input all of these instructions up until 'make', and then the error occurs when you input 'make', please?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 09:01:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578637#M10605</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-11-21T09:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578638#M10606</link>
      <description>&lt;P&gt;Yes i input all of this instructions untill make instruction and then error occurs&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 12:02:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578638#M10606</guid>
      <dc:creator>MAhme9</dc:creator>
      <dc:date>2018-11-21T12:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Realsense ZR300 &amp; Intel Joule Module</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578639#M10607</link>
      <description>&lt;P&gt;I have carefully examined the problem but do not know what else to suggest, unfortunately.  A member of the Intel support team on this forum may be able to offer advice (I am not an Intel employee).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find some alternative installation instructions for the RealSense SDK For Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/realsense/intro/getting_started.html"&gt;https://software.intel.com/sites/products/realsense/intro/getting_started.html&lt;/A&gt; Introduction to Intel® RealSense™ SDK for Linux: Getting Started &lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 13:13:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Realsense-ZR300-amp-Intel-Joule-Module/m-p/578639#M10607</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-11-21T13:13:59Z</dc:date>
    </item>
  </channel>
</rss>

