<?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: Getting Depth Position Value from Depth Image RealSense SR300 in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482211#M5033</link>
    <description>&lt;P&gt;Hi Pablo, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am comparing the depth values in the same unit. The first one is "JointData.positionWorld.z", which is in meters, and the other one is "vertices[pos].z", which is in mm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only use JointData.positionImage to get the joint pixel position, in order to find which vertice (or "pos" above) contains the same data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link below shows the vertice's depth unit. &lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/queryvertices_pxcprojection.html?zoom_highlightsub=vertices"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/queryvertices_pxcprojection.html?zoom_highlightsub=vertices&lt;/A&gt; QueryVertices &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2017 06:33:13 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2017-05-23T06:33:13Z</dc:date>
    <item>
      <title>Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482209#M5031</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I am working on a project measuring the depth accuracy of RealSense SR300.Thus I need to obtain the world position of depth for every pixel in the depth image. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use "projection-&amp;gt;QueryVertices(depthIm, &amp;amp;vertices[0])" in the SDK to get the depth value, however, when I compared the data with the one from "JointData.positionWorld.z", the values are different and sometimes they differed a lot. Do you guys meet the same problems before? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I am assuming the data from "JointData.positionWorld.z" are more accurate and I am comparing "vertices[pos].z" with that value where "pos" is "(JointData.positionImage.y - 1)*depth_info.width + (JointData.positionImage.x - 1)". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 07:19:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482209#M5031</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-22T07:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482210#M5032</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your interest in the Intel RealSense Technology. Let us try to help.&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm not sure if I'm correct about this, but it is possible that you're comparing values with different units. JointData.positionWorld, which is the joint position in 3D world coordinates, is expressed in meters. While the JointData.positionImage (the joint position in 2D coordinates) is expressed in pixels. This might be the reason why you're getting such different values.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Pablo M. &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 18:15:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482210#M5032</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-22T18:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482211#M5033</link>
      <description>&lt;P&gt;Hi Pablo, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am comparing the depth values in the same unit. The first one is "JointData.positionWorld.z", which is in meters, and the other one is "vertices[pos].z", which is in mm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only use JointData.positionImage to get the joint pixel position, in order to find which vertice (or "pos" above) contains the same data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link below shows the vertice's depth unit. &lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/queryvertices_pxcprojection.html?zoom_highlightsub=vertices"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/queryvertices_pxcprojection.html?zoom_highlightsub=vertices&lt;/A&gt; QueryVertices &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 06:33:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482211#M5033</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-23T06:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482212#M5034</link>
      <description>&lt;P&gt;Your problem may be that the result of QueryVertices is aligned to the depth image, while presumably the JointData is relative to the colour image. Check out &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?mapcolortodepth_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?mapcolortodepth_pxcprojection.html&lt;/A&gt; MapColourToDepth for a quick way to convert a small number of points between the colour and depth images.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 08:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482212#M5034</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2017-05-23T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482213#M5035</link>
      <description>&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still cannot figure out what the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I obtain the depth information directly from the depth image, using "PIXEL_FORMAT_DEPTH". The result seems satisfactory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 03:48:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482213#M5035</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-24T03:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482214#M5036</link>
      <description>&lt;P&gt;Now I face another problem. The depth value for joint is good in accuracy, however when I tried measuring the distance from a planar plane, the depth value is not accurate at all. Do you guys have any suggestions? &lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 05:25:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482214#M5036</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-24T05:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482215#M5037</link>
      <description>&lt;P&gt;I reduced the data capturing range and the result is good. Problem solved. &lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 07:19:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482215#M5037</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-24T07:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482216#M5038</link>
      <description>&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is your tool open source? I would be happy to play a little with it.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 08:35:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482216#M5038</guid>
      <dc:creator>FLeac</dc:creator>
      <dc:date>2017-05-24T08:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482217#M5039</link>
      <description>&lt;P&gt;Sorry, I'm sure I cannot give you the code until the project is finished. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is also just a console application since I am not good at GUI. &lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 07:48:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482217#M5039</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-26T07:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482218#M5040</link>
      <description>&lt;P&gt;Hi Eric, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing fairly similar issue. When the range is beyond 1000mm, the depth values are not consistent and most of them are invalid. Did you experience the same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the data capturing range that solved your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Prathyusha&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:24:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482218#M5040</guid>
      <dc:creator>PV1</dc:creator>
      <dc:date>2017-12-07T17:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482219#M5041</link>
      <description>&lt;P&gt;Hello pratzz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Thank you for your interest on Intel® RealSense™ Technology.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;For future references, your ticket number is 03154411. Please keep this number handy in case you are asked for it.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Beyond 1000mm you are getting close to the maximum effective range of the camera, which is 1200mm, so degradation of depth accuracy at this range is expected.  If long range is important, set the IVCAMMotionRangeTradeOff to 100 using &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/setivcammotionrangetradeoff_device_pxccapture.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/setivcammotionrangetradeoff_device_pxccapture.html&lt;/A&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I hope you find this information useful.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Best regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Josh B.&lt;P&gt;&amp;nbsp;&lt;/P&gt;Intel Customer Support&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 19:02:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482219#M5041</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-12-07T19:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Depth Position Value from Depth Image RealSense SR300</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482220#M5042</link>
      <description>&lt;P&gt;Thanks Josh.  It helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best, &lt;/P&gt;&lt;P&gt;Prathyusha&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 07:52:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Getting-Depth-Position-Value-from-Depth-Image-RealSense-SR300/m-p/482220#M5042</guid>
      <dc:creator>PV1</dc:creator>
      <dc:date>2017-12-13T07:52:46Z</dc:date>
    </item>
  </channel>
</rss>

