<?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: why all the coordinates from the QueryVertices are zero? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/why-all-the-coordinates-from-the-QueryVertices-are-zero/m-p/485706#M5302</link>
    <description>&lt;P&gt;Hi MonaJalal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for reaching out.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;This code is very similar to the other thread that you opened: &lt;A href="https://communities.intel.com/thread/114468"&gt;https://communities.intel.com/thread/114468&lt;/A&gt; &lt;A href="https://communities.intel.com/thread/114468"&gt;https://communities.intel.com/thread/114468&lt;/A&gt;, in that thread I asked you to provide the Visual Studio solution to test it, but if you want we are going to continue the support here to avoid confusions. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Having said this, I just tested the function &lt;I&gt;&lt;B&gt;QueryVertices&lt;/B&gt;&lt;/I&gt; in the &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?sample_projection_cpp.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?sample_projection_cpp.html&lt;/A&gt; Projection Sample using breakpoints, and it seems that the function works fine, consider that it has a large amount of pixels and some are zero, so please check all the pixels in the array.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;The best recommendation that I can give you is to adapt your code to the function in the sample, but if you still have issues, could you please provide us the Visual Studio solution that you are using? We want to test it under the same conditions as you.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have a nice day.&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;Leonardo R.</description>
    <pubDate>Tue, 23 May 2017 21:14:18 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2017-05-23T21:14:18Z</dc:date>
    <item>
      <title>why all the coordinates from the QueryVertices are zero?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/why-all-the-coordinates-from-the-QueryVertices-are-zero/m-p/485705#M5301</link>
      <description>&lt;P&gt;For the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Reads the depth data from the sensor and fills in the matrix&amp;nbsp;&lt;/CODE&gt;&lt;/P&gt;***/&lt;P&gt;&amp;nbsp;&lt;/P&gt;void SR300Camera::fillInZCoords()&lt;P&gt;&amp;nbsp;&lt;/P&gt;{&lt;P&gt;&amp;nbsp;&lt;/P&gt;   Image::ImageData depthImage;&lt;P&gt;&amp;nbsp;&lt;/P&gt;   Image *depthMap = sample-&amp;gt;depth;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  depthMap-&amp;gt;AcquireAccess(Image::ACCESS_READ, &amp;amp;depthImage);&lt;P&gt;&amp;nbsp;&lt;/P&gt;   Image::ImageInfo imgInfo =&amp;lt;span class="pln" ...</description>
      <pubDate>Mon, 22 May 2017 23:55:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/why-all-the-coordinates-from-the-QueryVertices-are-zero/m-p/485705#M5301</guid>
      <dc:creator>MJala</dc:creator>
      <dc:date>2017-05-22T23:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: why all the coordinates from the QueryVertices are zero?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/why-all-the-coordinates-from-the-QueryVertices-are-zero/m-p/485706#M5302</link>
      <description>&lt;P&gt;Hi MonaJalal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for reaching out.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;This code is very similar to the other thread that you opened: &lt;A href="https://communities.intel.com/thread/114468"&gt;https://communities.intel.com/thread/114468&lt;/A&gt; &lt;A href="https://communities.intel.com/thread/114468"&gt;https://communities.intel.com/thread/114468&lt;/A&gt;, in that thread I asked you to provide the Visual Studio solution to test it, but if you want we are going to continue the support here to avoid confusions. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Having said this, I just tested the function &lt;I&gt;&lt;B&gt;QueryVertices&lt;/B&gt;&lt;/I&gt; in the &lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?sample_projection_cpp.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?sample_projection_cpp.html&lt;/A&gt; Projection Sample using breakpoints, and it seems that the function works fine, consider that it has a large amount of pixels and some are zero, so please check all the pixels in the array.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;The best recommendation that I can give you is to adapt your code to the function in the sample, but if you still have issues, could you please provide us the Visual Studio solution that you are using? We want to test it under the same conditions as you.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have a nice day.&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;Leonardo R.</description>
      <pubDate>Tue, 23 May 2017 21:14:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/why-all-the-coordinates-from-the-QueryVertices-are-zero/m-p/485706#M5302</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-23T21:14:18Z</dc:date>
    </item>
  </channel>
</rss>

