<?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: OpenCV and D435 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477444#M4675</link>
    <description>&lt;P&gt;HI MartyG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. I just took another look at it. I have taken all the steps previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some research and it appears that the RealSense uses the Z16 pixel format, which is for depth. OpenCV doesn't appear to support Z16 format, but supports Y8. Do you have any suggestions on how to convert this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try reinstalling RealSense, the library is still throwing errors. &lt;/P&gt;</description>
    <pubDate>Wed, 14 Mar 2018 22:01:47 GMT</pubDate>
    <dc:creator>PG8</dc:creator>
    <dc:date>2018-03-14T22:01:47Z</dc:date>
    <item>
      <title>OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477442#M4673</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got a D435 - awesome product!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only problem is I've been having trouble using it beyond the RealSense Viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an OpenCV C++ project in eclipse on Ubuntu 16.04. When I plug in my camera (to a USB 3.0 port) and run my project, OpenCV throws a "Pixel format of incoming image is unsupported by OpenCV". When I add the rs2.hpp header to start learning how to convert RealSense data to OpenCV, eclipse throws me 346 errors about unrecognized symbols and others in various RealSense library files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I convert D435 output to OpenCV?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 20:24:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477442#M4673</guid>
      <dc:creator>PG8</dc:creator>
      <dc:date>2018-03-14T20:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477443#M4674</link>
      <description>&lt;P&gt;Have you read the Getting Started guide for RealSense and OpenCV?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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; librealsense/wrappers/opencv at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 21:11:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477443#M4674</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-14T21:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477444#M4675</link>
      <description>&lt;P&gt;HI MartyG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. I just took another look at it. I have taken all the steps previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some research and it appears that the RealSense uses the Z16 pixel format, which is for depth. OpenCV doesn't appear to support Z16 format, but supports Y8. Do you have any suggestions on how to convert this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try reinstalling RealSense, the library is still throwing errors. &lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 22:01:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477444#M4675</guid>
      <dc:creator>PG8</dc:creator>
      <dc:date>2018-03-14T22:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477445#M4676</link>
      <description>&lt;P&gt;The best approach to start with is likely to be to get OpenCV and RealSense SDK 2.0 set up first and then test it with the ''Imshow' sample, which is a very basic program to test that OpenCV is working with the camera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv/imshow"&gt;https://github.com/IntelRealSense/librealsense/tree/master/wrappers/opencv/imshow&lt;/A&gt; librealsense/wrappers/opencv/imshow at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 22:18:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477445#M4676</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-14T22:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477446#M4677</link>
      <description>&lt;P&gt;Thanks. Tried reinstalling and same issue. A bunch of undefined references in the LibRealSense files (e.g. rs_frame.hpp &amp;amp; more). This is with Imshow&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 00:52:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477446#M4677</guid>
      <dc:creator>PG8</dc:creator>
      <dc:date>2018-03-15T00:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477447#M4678</link>
      <description>&lt;P&gt;Reading your case again from the beginning, I'm wondering now whether it is the use of Eclipse that is causing the undefined reference problems.  I believe you may need to configure Eclipse to work with CMake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://johnnado.com/use-cmake-with-eclipse/"&gt;http://johnnado.com/use-cmake-with-eclipse/&lt;/A&gt; Build with CMake in Eclipse - John McGehee &lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 07:55:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477447#M4678</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-15T07:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477448#M4679</link>
      <description>&lt;P&gt;I figured out the problem, it's that the RealSense files (like rs_context.h) only have the header files and no .c files for definition. When I try to call something like rs_create_context, it can't find a method for it and hence a definition. Is LibRealSense supposed to have .c/cpp files for these files?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 16:51:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477448#M4679</guid>
      <dc:creator>PG8</dc:creator>
      <dc:date>2018-03-15T16:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477449#M4680</link>
      <description>&lt;P&gt;Unfortunately I have no reference for setting up the SDK using Eclipse.  The standard method to set it up is to use CMake.  I can only recommend waiting for a member of the Intel support team (of which I am not a member) to offer advice.  I apologize for the inconvenience. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:14:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477449#M4680</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-15T17:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477450#M4681</link>
      <description>&lt;P&gt;Hey, no worries, I appreciate the help regardless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps, it's not an eclipse issue as I'm having the same issue running g++ in terminal on Ubuntu 16.04 LTS (same machine, eclipse is just the IDE).&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:20:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477450#M4681</guid>
      <dc:creator>PG8</dc:creator>
      <dc:date>2018-03-15T17:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477451#M4682</link>
      <description>&lt;P&gt;Got it working, managed to run it and everything, all I had to do was change the command in terminal. But now I'm getting an error for Imshow "frame didn't arrive with 5000". Is this a RealSense error or OpenCV error?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:35:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477451#M4682</guid>
      <dc:creator>PG8</dc:creator>
      <dc:date>2018-03-15T17:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477452#M4683</link>
      <description>&lt;P&gt;Nevermind, bad plug. Issue is resolved (for now). Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:50:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477452#M4683</guid>
      <dc:creator>PG8</dc:creator>
      <dc:date>2018-03-15T17:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477453#M4684</link>
      <description>&lt;P&gt;Awesome news, thanks for letting us know.  Good luck with your work!  &lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 17:54:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477453#M4684</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-15T17:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477454#M4685</link>
      <description>&lt;P&gt;Hi. I am having a similar issue now, with OpenCvForUnity. Reading the depth image byte[] array using mat.put(). CvType.CV_16UC1 does not seem to be supported. I get the error "Mat data type is not compatible". Is there a way to convert the bytes before reading?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 08:35:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477454#M4685</guid>
      <dc:creator>CCarl8</dc:creator>
      <dc:date>2018-06-21T08:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477455#M4686</link>
      <description>&lt;P&gt;It may be best to post your question to the creator of the OpenCV For Unity package.  You can contact them here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://enoxsoftware.com/opencvforunity/contact/technical-inquiry/"&gt;https://enoxsoftware.com/opencvforunity/contact/technical-inquiry/&lt;/A&gt; &lt;A href="https://enoxsoftware.com/opencvforunity/contact/technical-inquiry/"&gt;https://enoxsoftware.com/opencvforunity/contact/technical-inquiry/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 08:49:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477455#M4686</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-06-21T08:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: OpenCV and D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477456#M4687</link>
      <description>&lt;P&gt;Thanks, I just wrote them. Let's see what they say...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 08:57:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/OpenCV-and-D435/m-p/477456#M4687</guid>
      <dc:creator>CCarl8</dc:creator>
      <dc:date>2018-06-21T08:57:56Z</dc:date>
    </item>
  </channel>
</rss>

