<?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 You can find C++/C#/java in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061036#M54118</link>
    <description>&lt;P&gt;You can find C++/C#/java sample for this usage @&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?acquireaccess_pxcimage.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?acquireaccess_pxcimage.html&amp;nbsp; &lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2015 23:25:00 GMT</pubDate>
    <dc:creator>Xusheng_L_Intel</dc:creator>
    <dc:date>2015-01-30T23:25:00Z</dc:date>
    <item>
      <title>accessing depth values in c#</title>
      <link>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061035#M54117</link>
      <description>&lt;P&gt;I access the depth values of the raw stream in C++ as&lt;/P&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8000001907349px; line-height: normal;"&gt;
	&lt;PRE class="brush:cpp;"&gt;if (sample-&amp;gt;depth-&amp;gt;AcquireAccess(PXCImage::ACCESS_READ, PXCImage::PIXEL_FORMAT_DEPTH, &amp;amp;depthData) &amp;gt;= PXC_STATUS_NO_ERROR){
//unsigned short depthValues[640 * 480];
memcpy(depthValues, depthData.planes[0], sizeof(unsigned short)* 640 * 480);
sample-&amp;gt;depth-&amp;gt;ReleaseAccess(&amp;amp;depthData);
}&lt;/PRE&gt;

	&lt;P&gt;Then I can use the 'depthValues' array to access individual depth value using&amp;nbsp;&lt;/P&gt;

	&lt;PRE class="brush:cpp;"&gt;for(int i=0;i&amp;lt;LIMIT;i++)
    DepthValues&lt;I&gt;;&lt;/I&gt;&lt;/PRE&gt;

	&lt;P&gt;How do I access depth values in C#?&lt;/P&gt;

	&lt;P&gt;Please help. I am new to C#&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Jan 2015 14:53:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061035#M54117</guid>
      <dc:creator>Arun_D_</dc:creator>
      <dc:date>2015-01-30T14:53:14Z</dc:date>
    </item>
    <item>
      <title>You can find C++/C#/java</title>
      <link>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061036#M54118</link>
      <description>&lt;P&gt;You can find C++/C#/java sample for this usage @&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?acquireaccess_pxcimage.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?acquireaccess_pxcimage.html&amp;nbsp; &lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 23:25:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061036#M54118</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2015-01-30T23:25:00Z</dc:date>
    </item>
    <item>
      <title>I am looking for this</title>
      <link>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061037#M54119</link>
      <description>&lt;P&gt;I am looking for this information too, your link is broken&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:18:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061037#M54119</guid>
      <dc:creator>Vlad_C_</dc:creator>
      <dc:date>2015-02-19T17:18:04Z</dc:date>
    </item>
    <item>
      <title>Link now goes to https:/</title>
      <link>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061038#M54120</link>
      <description>&lt;P&gt;Link now goes to&amp;nbsp;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?acquireaccess_pxcaudio.html" style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?acquireaccess_pxcimage.html&lt;/A&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;pxcimage instead of audio.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:25:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/accessing-depth-values-in-c/m-p/1061038#M54120</guid>
      <dc:creator>Colleen_C_Intel</dc:creator>
      <dc:date>2015-02-19T18:25:05Z</dc:date>
    </item>
  </channel>
</rss>

