<?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: Depth Data Extraction Real Sense SR300 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593071#M11432</link>
    <description>&lt;P&gt;You're very welcome.  I'm sorry I could not provide a more definite answer.  When it comes to the mysteries of OpenCV, I am always learning as I go with each new case.    Good luck!&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2018 22:32:49 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-03-29T22:32:49Z</dc:date>
    <item>
      <title>Depth Data Extraction Real Sense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593066#M11427</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be a silly question, but I've been trying to figure out how to extract the depth data from my SR300 real sense depth frames. I've seen some people say that you need to extract the depth at a certain point (using OpenCV by the way), such as: &lt;A href="http://image.at"&gt;image.at&lt;/A&gt;(i,j); however this was in relation to getting values from a kinect, where the output was in millimeters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically, do I still use an unsigned integer, or something else (and I suppose moreover why?), as well as what does the output mean (ie is it millimeters, some relative depth info, or something else?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, I'm having a hard time finding this information online.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:50:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593066#M11427</guid>
      <dc:creator>PBal</dc:creator>
      <dc:date>2018-03-29T20:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Data Extraction Real Sense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593067#M11428</link>
      <description>&lt;P&gt;If you are using the RealSense SDK 2.0 software with your SR300, there is a simple OpenCV example script for getting the depth.&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>Thu, 29 Mar 2018 21:10:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593067#M11428</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-29T21:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Data Extraction Real Sense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593068#M11429</link>
      <description>&lt;P&gt;Ah yes I'm aware of how to get the depth frames, but how to I get the depth value at a certain point? Like how deep something is at a certain pixel or region?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 21:40:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593068#M11429</guid>
      <dc:creator>PBal</dc:creator>
      <dc:date>2018-03-29T21:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Data Extraction Real Sense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593069#M11430</link>
      <description>&lt;P&gt;Like you, I researched the internet thoroughly about finding the pixel depth in OpenCV.  The best I could locate was this one, which doesn't relate specifically to RealSense cameras:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.ros.org/question/243901/the-pixel-depth-value-opencv-image-coming-out-of-zed/"&gt;https://answers.ros.org/question/243901/the-pixel-depth-value-opencv-image-coming-out-of-zed/&lt;/A&gt; &lt;A href="https://answers.ros.org/question/243901/the-pixel-depth-value-opencv-image-coming-out-of-zed/"&gt;https://answers.ros.org/question/243901/the-pixel-depth-value-opencv-image-coming-out-of-zed/&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 22:19:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593069#M11430</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-29T22:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Data Extraction Real Sense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593070#M11431</link>
      <description>&lt;P&gt;Ah gotchu. Well just so it's on the internet I think the kind of image in open c.f. for the sr300 series is a CV_8UC3 meaning it has an 8 bit unassigned integer type and has 3 channels. Not 100% sure but that's what your earlier link implies. Thank you for your help. &lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 22:28:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593070#M11431</guid>
      <dc:creator>PBal</dc:creator>
      <dc:date>2018-03-29T22:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Data Extraction Real Sense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593071#M11432</link>
      <description>&lt;P&gt;You're very welcome.  I'm sorry I could not provide a more definite answer.  When it comes to the mysteries of OpenCV, I am always learning as I go with each new case.    Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 22:32:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Data-Extraction-Real-Sense-SR300/m-p/593071#M11432</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-29T22:32:49Z</dc:date>
    </item>
  </channel>
</rss>

