<?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: Bounding Box for D435 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576989#M10508</link>
    <description>&lt;P&gt;I hope this link will be of use to you.  It was originally suggested to someone who was using ROS and OpenCV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 18:12:29 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-08-28T18:12:29Z</dc:date>
    <item>
      <title>Bounding Box for D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576988#M10507</link>
      <description>&lt;P&gt;Is there a way to create a bounding box for the depth pointcloud for the D435? I'm using the camera with ROS.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 18:01:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576988#M10507</guid>
      <dc:creator>aardee</dc:creator>
      <dc:date>2018-08-28T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bounding Box for D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576989#M10508</link>
      <description>&lt;P&gt;I hope this link will be of use to you.  It was originally suggested to someone who was using ROS and OpenCV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 18:12:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576989#M10508</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-28T18:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bounding Box for D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576990#M10509</link>
      <description>&lt;P&gt;Can I put limits on the Z axis for the data?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 22:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576990#M10509</guid>
      <dc:creator>aardee</dc:creator>
      <dc:date>2018-08-28T22:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bounding Box for D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576991#M10510</link>
      <description>&lt;P&gt;I would think that the Depth Clamp Min/Max option would be a possibility for setting a maximum depth that values can be considered valid.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 22:55:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576991#M10510</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-28T22:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bounding Box for D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576992#M10511</link>
      <description>&lt;P&gt;Hi Marty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do that using the realsense-viewer. How do I do it for use with ROS?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:35:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576992#M10511</guid>
      <dc:creator>aardee</dc:creator>
      <dc:date>2018-08-29T15:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bounding Box for D435</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576993#M10512</link>
      <description>&lt;P&gt;I believe you would have to do it from a C++ script rather than ROS, like the script in the link below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/2199#"&gt;https://github.com/IntelRealSense/librealsense/issues/2199#&lt;/A&gt; issuecomment-410694607 Set depth clamp min/max from C++ and python code · Issue # 2199 · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key line in the script for setting the depth max value is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;depth_table.depthClampMax = 1300; // 1m30 if depth unit at 0.001&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the '1300' value to whatever will produce the maximum distance in meters that you desire.   The value is in mm, so work out the distance in meters that you want your MaxZ to be and then multiply it by 1000 (1000 mm is 1 m) and you will get the value to use.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 16:59:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Bounding-Box-for-D435/m-p/576993#M10512</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-08-29T16:59:09Z</dc:date>
    </item>
  </channel>
</rss>

