<?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 Quote:DMITRY Z. (Intel) wrote in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120479#M75928</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;DMITRY Z. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Please note this rounding behavior of QueryVertices() was fixed for future SDK releases.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;That's good to hear! Is there anything you can share with us as to when we can expect the next release?&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2016 12:50:00 GMT</pubDate>
    <dc:creator>jb455</dc:creator>
    <dc:date>2016-05-10T12:50:00Z</dc:date>
    <item>
      <title>Depth coordinate in QueryVertices() function</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120470#M75919</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;In IQSampleTool application, the specified function returns a vertices array of 3D points (PXCMPoint3DF32[]). These points suppose to have 3 'single' fields - x,y,z.&lt;/P&gt;

&lt;P&gt;However, the z field of all points of the vertices array retrieved by the function always seems to have an integer value. Is it necessarily the case? Do these vertices points always have an integer z value?&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2016 14:43:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120470#M75919</guid>
      <dc:creator>Amit_T_</dc:creator>
      <dc:date>2016-05-08T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Yes they do, annoyingly! If</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120471#M75920</link>
      <description>&lt;P&gt;Yes they do, annoyingly! If you want float values for depth you'll have to do &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?acquireaccess_pxcimage.html"&gt;depthImage.AcquireAccess()&lt;/A&gt; with a float pixel format then use &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?tofloatarray_imagedata_pxcmimage.html"&gt;depthData.ToFloatArray()&lt;/A&gt;, and use these z values along with the x &amp;amp; y you get from the vertices.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 08:38:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120471#M75920</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-05-09T08:38:04Z</dc:date>
    </item>
    <item>
      <title>Thanks.</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120472#M75921</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;I am trying to follow your instructions, but the change from &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?tofloatarray_imagedata_pxcmimage.html" style="font-size: 12px; line-height: 18px;"&gt;depthData.ToUShortArray()&lt;/A&gt;&amp;nbsp;to&amp;nbsp;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?tofloatarray_imagedata_pxcmimage.html" style="font-size: 12px; line-height: 18px;"&gt;depthData.ToFloatArray()&lt;/A&gt;&amp;nbsp;cause this runtime exception: "System.AccessViolationException - Attempted to read or write protected memory".&lt;/P&gt;

&lt;P&gt;Do you know what is it about and how to resolve it?&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 13:12:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120472#M75921</guid>
      <dc:creator>Amit_T_</dc:creator>
      <dc:date>2016-05-09T13:12:26Z</dc:date>
    </item>
    <item>
      <title>Are you using PXCMImage</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120473#M75922</link>
      <description>&lt;P&gt;Are you using&amp;nbsp;&lt;SPAN style="font-family: Consolas; font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;PXCMImage&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 1em; line-height: 1.5;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;PixelFormat&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 1em; line-height: 1.5;"&gt;.PIXEL_FORMAT_DEPTH_F32?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 13:48:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120473#M75922</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-05-09T13:48:44Z</dc:date>
    </item>
    <item>
      <title>Yes. This format changes the</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120474#M75923</link>
      <description>&lt;P&gt;Yes. This format changes the pixels resolution from 640*480 to 1280*480.&lt;/P&gt;

&lt;P&gt;But the same exception is thrown when using both formats (&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;PIXEL_FORMAT_DEPTH_F32 and&amp;nbsp;PIXEL_FORMAT_DEPTH&lt;/SPAN&gt;).&lt;/P&gt;

&lt;P&gt;Attached is the exception details.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 14:00:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120474#M75923</guid>
      <dc:creator>Amit_T_</dc:creator>
      <dc:date>2016-05-09T14:00:23Z</dc:date>
    </item>
    <item>
      <title>We solved the problem. Sorry</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120475#M75924</link>
      <description>&lt;P&gt;We solved the problem. Sorry for the trouble.&lt;/P&gt;

&lt;P&gt;The problem was dividing by sizeof(float) instead of&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;sizeof(ushort)...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Now it's working, thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 14:34:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120475#M75924</guid>
      <dc:creator>Amit_T_</dc:creator>
      <dc:date>2016-05-09T14:34:58Z</dc:date>
    </item>
    <item>
      <title>Hmm, not sure what that could</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120476#M75925</link>
      <description>&lt;P&gt;Hmm, not sure what that could be.. I presume dpixels is of float[] type? My code is in bits at the moment so I can't test for you but I don't remember seeing this error before. Perhaps someone else can help?&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 15:14:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120476#M75925</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-05-09T15:14:33Z</dc:date>
    </item>
    <item>
      <title>Please note this rounding</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120477#M75926</link>
      <description>&lt;P&gt;Please note this rounding behavior of QueryVertices() was fixed for future SDK releases.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 10:39:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120477#M75926</guid>
      <dc:creator>Dmitry_Z_Intel</dc:creator>
      <dc:date>2016-05-10T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Great, thank you.</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120478#M75927</link>
      <description>&lt;P&gt;Great, thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 10:45:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120478#M75927</guid>
      <dc:creator>Amit_T_</dc:creator>
      <dc:date>2016-05-10T10:45:16Z</dc:date>
    </item>
    <item>
      <title>Quote:DMITRY Z. (Intel) wrote</title>
      <link>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120479#M75928</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;DMITRY Z. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Please note this rounding behavior of QueryVertices() was fixed for future SDK releases.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;That's good to hear! Is there anything you can share with us as to when we can expect the next release?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 12:50:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Depth-coordinate-in-QueryVertices-function/m-p/1120479#M75928</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-05-10T12:50:00Z</dc:date>
    </item>
  </channel>
</rss>

