<?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: Get image information to using it in OpenCV in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511106#M6591</link>
    <description>&lt;P&gt;If you want to keep Windows, I would recommend creating a USB boot drive of Linux, so that you can boot your PC normally to Windows when the USB stick is removed from your machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your other option is the one that you were pursuing originally, to try to do the .mat format conversion using windows and the official RealSense SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Librealsense on Windows seems like it may be more trouble than it's worth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md&lt;/A&gt; librealsense/installation_windows.md at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 12:41:35 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2017-02-21T12:41:35Z</dc:date>
    <item>
      <title>Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511099#M6584</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the Intel's SDK and OpenCV at the same time, but I don't know how to get the information about the images in OpenCV (Mat type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw this link: &lt;A href="http://stackoverflow.com/questions/32609341/convert-a-pxcimage-into-an-opencv-mat"&gt;http://stackoverflow.com/questions/32609341/convert-a-pxcimage-into-an-opencv-mat&lt;/A&gt; c++ - Convert a PXCImage into an OpenCV Mat - Stack Overflow but it doesn't work for me (I'm using the last SDK versión and the SR300 sensor). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 17:07:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511099#M6584</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-02-20T17:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511100#M6585</link>
      <description>&lt;P&gt;This link looks at conversions to .mat using the official SDK.  Have you seen that one already?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/538066"&gt;https://software.intel.com/en-us/forums/realsense/topic/538066&lt;/A&gt; Use openCV with Intel Realsense SDK&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 17:29:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511100#M6585</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-20T17:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511101#M6586</link>
      <description>&lt;P&gt;Thanks MartyG, but that question it isn't answered... At the end of the post they redirect him to the Stack Overflow post...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw that maybe with the library librealsense maybe I can do the conversion, but I don't know how to install it, if anyone can offer any help I'll be grateful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PD: This are my data image format that the camera provides:&lt;/P&gt;&lt;P&gt; //PXCImage::PIXEL_FORMAT_YUY2; &amp;lt;-- RGB format&lt;/P&gt;&lt;P&gt; //PXCImage::PIXEL_FORMAT_Y16; &amp;lt;--- IR format&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 11:51:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511101#M6586</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-02-21T11:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511102#M6587</link>
      <description>&lt;P&gt;Yes, the majority of OpenCV use with RealSense that I have seen has been related to using it with Librealsense.  I was going to mention Librealsense in my original message but then saw that you were using OpenCV with the official Intel SDK, so thought it might be irrelevant to your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Projects on GitHub do tend to have unfriendly documentation.  I recently pointed someone to this setup guide, which was more friendlier presented than most:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ros.org/librealsense"&gt;http://wiki.ros.org/librealsense&lt;/A&gt; &lt;A href="http://wiki.ros.org/librealsense"&gt;http://wiki.ros.org/librealsense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here's the official Librealsense one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md&lt;/A&gt; librealsense/&lt;A href="http://installation.md"&gt;installation.md&lt;/A&gt; at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:05:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511102#M6587</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-21T12:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511103#M6588</link>
      <description>&lt;P&gt;Thanks, but I'm still don't understand exactly how to install it... I tried to do the installation pre-requisites as 'Enable Kernel Sources'. I haven't got the file and I don't know how to execute this one... Sorry if it's a silly question but I've never done this before... &lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:16:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511103#M6588</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-02-21T12:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511104#M6589</link>
      <description>&lt;P&gt;It's not a silly question at all.  I've never installed Linux on a hard drive myself.  I did recently install it successfully on a USB storage stick though when I was setting up a boot drive for the RealSense Robotics Kit, and that went fine because it involved using an easy tool to set the drive up using the Ubunti Linux 'iso' file I'd downloaded.  If you have a spare USB stick, I'll link you to the instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows"&gt;https://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows&lt;/A&gt; How to create a bootable USB stick on Windows | Ubuntu &lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:23:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511104#M6589</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-21T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511105#M6590</link>
      <description>&lt;P&gt;So I need a Virtual Machine or something like that? The instructions of librealsense said concretely don't do that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"**Note:** Due to the USB 3.0 translation layer between native hardware and virtual machine, the librealsense team does not recommend or support installation in a VM."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I figured that there is another option to install it just in Windows, but maybe I'm wrong. As I told you, I didn't do that before.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:29:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511105#M6590</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-02-21T12:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511106#M6591</link>
      <description>&lt;P&gt;If you want to keep Windows, I would recommend creating a USB boot drive of Linux, so that you can boot your PC normally to Windows when the USB stick is removed from your machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your other option is the one that you were pursuing originally, to try to do the .mat format conversion using windows and the official RealSense SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Librealsense on Windows seems like it may be more trouble than it's worth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_windows.md&lt;/A&gt; librealsense/installation_windows.md at master · IntelRealSense/librealsense · GitHub &lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 12:41:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511106#M6591</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-21T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511107#M6592</link>
      <description>&lt;P&gt;Thanks for the help MartyG. &lt;/P&gt;&lt;P&gt;I'm trying to do the conversion with the official SDK, but it doesn't work well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;colorIm-&amp;gt;AcquireAccess(PXCImage::ACCESS_READ, PXCImage::PIXEL_FORMAT_YUY2, &amp;amp;frmData);&lt;/P&gt;&lt;P&gt;image_openCV = Mat(Size(640, 480), CV_8UC3, frmData.planes[0]);&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;I tried anorher formats but it's still not working&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:24:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511107#M6592</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-02-21T16:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511108#M6593</link>
      <description>&lt;P&gt;This suggestion from the ever-reliable Samontab looks interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/624897"&gt;https://software.intel.com/en-us/forums/realsense/topic/624897&lt;/A&gt; converting PXCImage to Mat format &lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:34:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511108#M6593</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-21T16:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511109#M6594</link>
      <description>&lt;P&gt;I checked on that code to write the lines I put... But it's not working and I don't know why.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:40:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511109#M6594</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-02-21T16:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511110#M6595</link>
      <description>&lt;P&gt;I think you've researched this well enough that you will have seen any link that I find.    Usually, someone on this forum just pops up with a solution that works.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:49:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511110#M6595</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-02-21T16:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511111#M6596</link>
      <description>&lt;P&gt;Hi MQMQ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Are you getting data at all with the two main implementations that you have tried? The one from Stack Overflow and the one from Samontab (make sure to check the video too, there's some information in it that's not specified in the thread). I'm still not sure what data you're receiving (if any).&lt;P&gt;&amp;nbsp;&lt;/P&gt;Also, check this link from Samontab as well &lt;A href="http://www.samontab.com/web/2016/04/interfacing-intel-realsense-f200-with-opencv/"&gt;http://www.samontab.com/web/2016/04/interfacing-intel-realsense-f200-with-opencv/&lt;/A&gt; &lt;A href="http://www.samontab.com/web/2016/04/interfacing-intel-realsense-f200-with-opencv/"&gt;http://www.samontab.com/web/2016/04/interfacing-intel-realsense-f200-with-opencv/&lt;/A&gt;. I would suggest to try with a previous RealSense SDK distribution, here's the link to download the previous one &lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe&lt;/A&gt; &lt;A href="https://communities.intel.comhttp://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe"&gt;https://communities.intel.comhttp://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9078/intel_rs_sdk_offline_package_10.0.26.0396.exe&lt;/A&gt;.&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;-Pablo</description>
      <pubDate>Wed, 22 Feb 2017 18:33:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511111#M6596</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-02-22T18:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get image information to using it in OpenCV</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511112#M6597</link>
      <description>&lt;P&gt;I don't know what I changed but suddendly works! Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 11:46:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Get-image-information-to-using-it-in-OpenCV/m-p/511112#M6597</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-02-27T11:46:39Z</dc:date>
    </item>
  </channel>
</rss>

