<?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: D435 Measuring Dist on RGB in Realtime [Python] in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669163#M15464</link>
    <description>&lt;P&gt;I tried this method before. However it uses trained information of the dog and other classes, a deep learning based detection, then draw distance to the detected box. &lt;/P&gt;&lt;P&gt;Is it possible to get distance, based on objects  very close to the camera? (without using deep learning to detect objects, assuming detection is based on an object close to camera or not? ) &lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2019 20:11:00 GMT</pubDate>
    <dc:creator>NeuroGalaxy</dc:creator>
    <dc:date>2019-02-14T20:11:00Z</dc:date>
    <item>
      <title>D435 Measuring Dist on RGB in Realtime [Python]</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669161#M15462</link>
      <description>&lt;P&gt;I tried many different distance calculation using this realsense D435 camera. I program mainly in python and mostly uses RGB input rather than depth. I want to calculate distance between the camera to an nearest object. If possible to calculate the distance in depth or RGB, please advice. &lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 17:21:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669161#M15462</guid>
      <dc:creator>NeuroGalaxy</dc:creator>
      <dc:date>2019-02-14T17:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: D435 Measuring Dist on RGB in Realtime [Python]</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669162#M15463</link>
      <description>&lt;P&gt;Intel has created a tutorial in Python for measuring distance that is called distance_to_object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/blob/jupyter/notebooks/distance_to_object.ipynb"&gt;https://github.com/IntelRealSense/librealsense/blob/jupyter/notebooks/distance_to_object.ipynb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 17:58:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669162#M15463</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-14T17:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: D435 Measuring Dist on RGB in Realtime [Python]</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669163#M15464</link>
      <description>&lt;P&gt;I tried this method before. However it uses trained information of the dog and other classes, a deep learning based detection, then draw distance to the detected box. &lt;/P&gt;&lt;P&gt;Is it possible to get distance, based on objects  very close to the camera? (without using deep learning to detect objects, assuming detection is based on an object close to camera or not? ) &lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 20:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669163#M15464</guid>
      <dc:creator>NeuroGalaxy</dc:creator>
      <dc:date>2019-02-14T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: D435 Measuring Dist on RGB in Realtime [Python]</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669164#M15465</link>
      <description>&lt;P&gt;A possible solution is offered in the link below.  In the second comment, a user looked at the C++ code for measuring depth and adapted it for Python.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/52677479/exact-depth-distance-from-realsense-f435-with-x-y-coordinates"&gt;https://stackoverflow.com/questions/52677479/exact-depth-distance-from-realsense-f435-with-x-y-coordinates&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pipeline = rs.pipeline()&lt;/P&gt;&lt;P&gt;config = rs.config()&lt;/P&gt;&lt;P&gt;profile = pipeline.start(config)&lt;/P&gt;&lt;P&gt;frames = pipeline.wait_for_frames()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;while True:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;depth_frame = frames.get_depth_frame()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;zDepth = depth_frame.get_distance(int(x),int(y))&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 20:25:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669164#M15465</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-14T20:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: D435 Measuring Dist on RGB in Realtime [Python]</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669165#M15466</link>
      <description>&lt;P&gt;Thank you. I tried using this method and seems to be working. I created a colour detection program and drawn bounding boxes around them and calculated the midpoints. I then added those midpoints to the depth image, which prints distance in cm. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I measured it in real world using a measurement tape, it seems more or less correct but the distance sometimes goes over or below by few cm. I am using resolution 640 x 360 for colour and depth image. Is this happening because the depth error increases if the resolution gets lower?  &lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 23:05:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669165#M15466</guid>
      <dc:creator>NeuroGalaxy</dc:creator>
      <dc:date>2019-02-14T23:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: D435 Measuring Dist on RGB in Realtime [Python]</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669166#M15467</link>
      <description>&lt;P&gt;The 400 Series cameras have something called 'RMS Error'.  What this means is that as the distance of an object from the camera increases, the RMS Error (depth noise) increases, causing the accuracy of the depth readings to drift.  At close range, this drift is small.  After around 3 meters distance and beyond, the error starts to increase noticably.  The D435's error-over-distance is significantly more than the D415 model due to the D435's hardware design.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error over distance can be observed on the chart below.   The D435 is the upper of the two curves.  Left-click on the image to view it in full size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/2363iEE0F4D5B0E01D886/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can view the Intel camera tuning guide the chart was taken from at this link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://realsense.intel.com/wp-content/uploads/sites/63/BKM-For-Tuning-D435-and-D415-Cameras-Webinar_Rev3.pdf?language=en_US"&gt;https://realsense.intel.com/wp-content/uploads/sites/63/BKM-For-Tuning-D435-and-D415-Cameras-Webinar_Rev3.pdf?language=en_US&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 23:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669166#M15467</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2019-02-14T23:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: D435 Measuring Dist on RGB in Realtime [Python]</title>
      <link>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669167#M15468</link>
      <description>&lt;P&gt;This information is useful. Thank you. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 23:59:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/D435-Measuring-Dist-on-RGB-in-Realtime-Python/m-p/669167#M15468</guid>
      <dc:creator>NeuroGalaxy</dc:creator>
      <dc:date>2019-02-14T23:59:38Z</dc:date>
    </item>
  </channel>
</rss>

