<?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 The unit is according to the in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-get-depth-range/m-p/1091193#M65394</link>
    <description>&lt;P&gt;The unit is according to the SetDepthUnit. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2016 18:28:40 GMT</pubDate>
    <dc:creator>Xusheng_L_Intel</dc:creator>
    <dc:date>2016-03-01T18:28:40Z</dc:date>
    <item>
      <title>How to get depth range</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-get-depth-range/m-p/1091192#M65393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm wondering how I can query the actual range of the depth values, since they are device-specific. As it seems, PXCCapture::Device::QueryDSMinMaxZ is supposed to do the job, according to the documentation [1], but it won't. When I call&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;PXCSession *session = PXCSession_Create();
PXCSenseManager *senseManager = session-&amp;gt;CreateSenseManager();
senseManager-&amp;gt;EnableStream( PXCCapture::STREAM_TYPE_DEPTH );
senseManager-&amp;gt;Init();
PXCCaptureManager *cm = this-&amp;gt;senseManager-&amp;gt;QueryCaptureManager();
PXCCapture::Device *device = cm-&amp;gt;QueryDevice();
PXCRangeF32 range = device-&amp;gt;QueryDSMinMaxZ();&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;I get a range of [0 65535], thus the range of the datatype in use for depth pixels. I don't think this is the purpose of the function. Is there something I'm missing or doing wrong?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?querydsminmaxz_device_pxccapture.html" style="font-size: 13.008px; line-height: 19.512px;"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?querydsminmaxz_device_pxccapture.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 11:33:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-get-depth-range/m-p/1091192#M65393</guid>
      <dc:creator>RAign</dc:creator>
      <dc:date>2016-02-29T11:33:00Z</dc:date>
    </item>
    <item>
      <title>The unit is according to the</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-get-depth-range/m-p/1091193#M65394</link>
      <description>&lt;P&gt;The unit is according to the SetDepthUnit. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 18:28:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-get-depth-range/m-p/1091193#M65394</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2016-03-01T18:28:40Z</dc:date>
    </item>
    <item>
      <title>Thanks for your reply. Not</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-get-depth-range/m-p/1091194#M65395</link>
      <description>&lt;P&gt;Thanks for your reply. Not sure what you're saying, though.&lt;/P&gt;

&lt;P&gt;Did you mean &lt;STRONG&gt;Query&lt;/STRONG&gt;DepthUnit? QueryDepthUnit returns 1000, according to the documentation that's &lt;SPAN class="f_TableText" style="color: rgb(0, 0, 0); font-size: 14.6667px; line-height: normal; font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', Arial;"&gt;μ&lt;/SPAN&gt;&lt;SPAN class="f_TableText" style="color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6667px; line-height: normal;"&gt;m&lt;/SPAN&gt;&amp;nbsp;[2]. Which means, the depth values are specified in mm, which is what I was assuming in the first place. Now this would give the R200 a depth range of 0.00 to 65.54 meters.&lt;/P&gt;

&lt;P&gt;What I am expecting to get are the depth ranges for the respective cameras, such as [270 520] for F200 and [600 1400] for R200. Is there no way to do so? Isn't this, what these methods are there for?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;[2]&amp;nbsp;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?querydepthunit_device_pxccapture.html&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 09:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-get-depth-range/m-p/1091194#M65395</guid>
      <dc:creator>RAign</dc:creator>
      <dc:date>2016-03-02T09:35:00Z</dc:date>
    </item>
  </channel>
</rss>

