<?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 Precision of D415 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549984#M8610</link>
    <description>&lt;P&gt;Officially the error range of the 400 Series cameras is 1% or less. In practice, it may vary depending on how close or far the camera is to what it is observing.  For example, depth measuring accuracy may reduce when observing objects at a distance of 3 meters or more.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depth accuracy may also reduce if you use a resolution lower than 848x400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At close range, you can try altering the scaling factor of the camera to get the best results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
    <pubDate>Fri, 25 May 2018 13:51:04 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-05-25T13:51:04Z</dc:date>
    <item>
      <title>Depth Precision of D415</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549983#M8609</link>
      <description>&lt;P&gt;What is the depth precision of the D415 camera (i.e. what is the minimum depth change I can observe)? I'm not sure where this value is mentioned in the specifications.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 13:34:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549983#M8609</guid>
      <dc:creator>ASriv7</dc:creator>
      <dc:date>2018-05-25T13:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Precision of D415</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549984#M8610</link>
      <description>&lt;P&gt;Officially the error range of the 400 Series cameras is 1% or less. In practice, it may vary depending on how close or far the camera is to what it is observing.  For example, depth measuring accuracy may reduce when observing objects at a distance of 3 meters or more.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depth accuracy may also reduce if you use a resolution lower than 848x400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At close range, you can try altering the scaling factor of the camera to get the best results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 13:51:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549984#M8610</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-05-25T13:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Precision of D415</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549985#M8611</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;The post you linked suggests that the minimum depth change that can be detected is 1 mm (e.g. I can detect, say, breathing movements up to 1 mm). Is this value mentioned somewhere official?&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 13:58:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549985#M8611</guid>
      <dc:creator>ASriv7</dc:creator>
      <dc:date>2018-05-25T13:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Precision of D415</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549986#M8612</link>
      <description>&lt;P&gt;I do not have knowledge of documentation regarding the measuring of changes in depth.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 14:43:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549986#M8612</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-05-25T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Depth Precision of D415</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549987#M8613</link>
      <description>&lt;P&gt;I &lt;I&gt;think&lt;/I&gt; this is what we need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The default scale of a D400 device is one millimeter, allowing for a maximum expressive range of ~65 meters. The depth scale can be modified by calling &lt;CODE&gt;rs2_set_option(...)&lt;/CODE&gt; with &lt;CODE&gt;RS2_OPTION_DEPTH_UNITS&lt;/CODE&gt;, which specifies the number of metres per one increment of depth. 0.001 would indicate millimeter scale, while 0.01 would indicate centimeter scale."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0"&gt;https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0&lt;/A&gt; &lt;A href="https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0"&gt;https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 18:37:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Depth-Precision-of-D415/m-p/549987#M8613</guid>
      <dc:creator>ASriv7</dc:creator>
      <dc:date>2018-05-25T18:37:38Z</dc:date>
    </item>
  </channel>
</rss>

