<?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 Camera coordinate system in IQSampleTool app in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Camera-coordinate-system-in-IQSampleTool-app/m-p/1107000#M70754</link>
    <description>&lt;P&gt;Hello Intel,&lt;/P&gt;

&lt;P&gt;In the&amp;nbsp;IQSampleTool application there are depth maps calculated, such that &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;the depth (Z coordinate) is displayed for&amp;nbsp;the&amp;nbsp;mouse cursor on the image.&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 19.512px;"&gt;This location is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;given in e.X,e.Y image pixels, according to the mouseEvent. Is there a way to convert these&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;e.X,e.Y image pixels&amp;nbsp;into X,Y&amp;nbsp;coordinates in the camera&amp;nbsp;coordinate system?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2016 06:31:48 GMT</pubDate>
    <dc:creator>Amit_T_</dc:creator>
    <dc:date>2016-04-27T06:31:48Z</dc:date>
    <item>
      <title>Camera coordinate system in IQSampleTool app</title>
      <link>https://community.intel.com/t5/Software-Archive/Camera-coordinate-system-in-IQSampleTool-app/m-p/1107000#M70754</link>
      <description>&lt;P&gt;Hello Intel,&lt;/P&gt;

&lt;P&gt;In the&amp;nbsp;IQSampleTool application there are depth maps calculated, such that &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;the depth (Z coordinate) is displayed for&amp;nbsp;the&amp;nbsp;mouse cursor on the image.&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 19.512px;"&gt;This location is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;given in e.X,e.Y image pixels, according to the mouseEvent. Is there a way to convert these&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;e.X,e.Y image pixels&amp;nbsp;into X,Y&amp;nbsp;coordinates in the camera&amp;nbsp;coordinate system?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 06:31:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Camera-coordinate-system-in-IQSampleTool-app/m-p/1107000#M70754</guid>
      <dc:creator>Amit_T_</dc:creator>
      <dc:date>2016-04-27T06:31:48Z</dc:date>
    </item>
    <item>
      <title>Yes. you can use</title>
      <link>https://community.intel.com/t5/Software-Archive/Camera-coordinate-system-in-IQSampleTool-app/m-p/1107001#M70755</link>
      <description>&lt;P&gt;Yes. you can use &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?queryvertices_pxcprojection.html"&gt;QueryVertices&lt;/A&gt; if you're pointing at the depth image, or &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?projectcolortocamera_pxcprojection.html"&gt;ProjectColourToCamera&lt;/A&gt; if it's the colour image, to map from the depth/colour coordinate systems to the camera coordinate system. Once you have your array of mapped coordinates, you need to convert (e.x,e.y) to the pixel in the original image (assuming there is some scaling on the UI: if, for example, you have a 640*480 image and it's displayed as a 640*480 in the UI you can skip this step but if it's 640*480 and represented on the screen by a 320*240 thumbnail you'll need to multiply by the scaling factor). Then it's just a case of getting the corresponding element from the mapped array: array[x + y * imageWidth].&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 08:40:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Camera-coordinate-system-in-IQSampleTool-app/m-p/1107001#M70755</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-04-27T08:40:46Z</dc:date>
    </item>
  </channel>
</rss>

