<?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 Ugh. I just thought &amp;quot;hey, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005982#M32153</link>
    <description>&lt;P&gt;Ugh. I just thought "hey, what if..." and yep. The slash in the filename was the wrong way around. &lt;EM&gt;Please&lt;/EM&gt; consider putting in more descriptive error codes!&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2015 13:29:33 GMT</pubDate>
    <dc:creator>jb455</dc:creator>
    <dc:date>2015-10-23T13:29:33Z</dc:date>
    <item>
      <title>Saving and Retrieving Depth Data</title>
      <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005978#M32149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm building an application where I take colour &amp;amp; depth images and allow the user to do things requiring the depth points and vertices at a future time.&lt;BR /&gt;
	I've gotten it working by:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Take image (colour &amp;amp; depth)&lt;/LI&gt;
	&lt;LI&gt;Get depth points by ImageData.ToUShortArray&lt;/LI&gt;
	&lt;LI&gt;Map these points to the colour image (or vice-versa) using Projection.MapColourToDepth&lt;/LI&gt;
	&lt;LI&gt;Get the vertex array by Projection.QueryVertices&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;When the user does things straight after the image is captured it's no problem because I can just map points as we need them - the user may only be interested in 5 points so it runs quickly.&lt;BR /&gt;
	My problem is, to allow the user to bring back the image later and use the depth data for different points, the way I've done it is to map ALL of the colour points (640*480 image = 307,200 points), save to a text file then read it back later. Unfortunately, the mapping when you have so many points takes over a minute which doesn't fit with the flow of the application.&lt;/P&gt;

&lt;P&gt;Does anyone know of a better way to save depth data to be rebuilt later? (In a way that I can get vertices &amp;amp; project to colour too)&lt;/P&gt;

&lt;P&gt;Thanks!&lt;BR /&gt;
	James&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:31:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005978#M32149</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2015-10-06T15:31:04Z</dc:date>
    </item>
    <item>
      <title>There are lots samples in</title>
      <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005979#M32150</link>
      <description>&lt;P&gt;There are lots samples in RealSense SDK to save depth and color image and replay them in the future. Of course, you also can use those data in the future. You can find those sample codes @C:\Program Files (x86)\Intel\RSSDK\sample\DF_RawStreams&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 18:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005979#M32150</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2015-10-06T18:14:00Z</dc:date>
    </item>
    <item>
      <title>Hi David, thanks for your</title>
      <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005980#M32151</link>
      <description>&lt;P&gt;Hi David, thanks for your reply.&lt;/P&gt;

&lt;P&gt;I've checked out the RawStreams sample and it only seems to record video - is there a way to save just a single frame?&lt;BR /&gt;
	I've also now found and tried the PXCMPhoto.SaveXMP method (which is called SaveXDM in the online docs weirdly) but get a "PXCM_STATUS_HANDLE_INVALID" when I try to run it. Is there something special I need to do to the PXCMSession to enable this feature (apart from Session.CreatePhoto())? Also, is this available for use on both cameras? The only example of it I can find is in the R200 Enhanced Photography C++ sample.&lt;/P&gt;

&lt;P&gt;Thanks again!&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Edit:&lt;BR /&gt;
	Just noticed the C++ sample uses PXCMSenseManager.QuerySession() to update the session before doing session.CreatePhoto(), so I've put this in now but still get the same error.&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Edit 2:&lt;BR /&gt;
	Right, just discovered that you have to fill in the PXCMPhoto via PXCMPhoto.ImportFromPreviewSample (I'd assumed that when you did CreatePhoto it would initialise it with the last frame captured), but it's still not working. The docs say that the Sample photo must include a Projection element, but mine only contains colour and depth elements (ir, left and right are null). Is there something I need to do to set up a projection and attach it to the Sample?&lt;/P&gt;

&lt;P&gt;Edit the third:&lt;BR /&gt;
	Realised that, though I'd updated the SDK on my machine, I hadn't replaced the .dlls in my solution with the new ones, hence the SaveXDM method having a different name. Alas, this doesn't solve my problem :(&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 09:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005980#M32151</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2015-10-07T09:51:00Z</dc:date>
    </item>
    <item>
      <title>Has anyone managed to get the</title>
      <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005981#M32152</link>
      <description>&lt;P&gt;Has anyone managed to get the SaveXDM function working?&lt;/P&gt;

&lt;P&gt;Here's the current state of my code:&lt;/P&gt;

&lt;P&gt;Start of routine:&lt;/P&gt;

&lt;PRE style="font-family: Consolas; color: black; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;session&amp;nbsp;=&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;PXCMSession&lt;/SPAN&gt;.CreateInstance();
pSenseManager&amp;nbsp;=&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;PXCMSenseManager&lt;/SPAN&gt;.CreateInstance();&lt;/PRE&gt;

&lt;P&gt;In while loop:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas; font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;PXCMCapture&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;Sample&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;photo&amp;nbsp;=&amp;nbsp;pSenseManager.QuerySample();&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5; color: black; font-family: Consolas;"&gt;session&amp;nbsp;=&amp;nbsp;pSenseManager.QuerySession();&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5; color: black; font-family: Consolas;"&gt;depthPhoto&amp;nbsp;=&amp;nbsp;session.CreatePhoto();&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5; color: black; font-family: Consolas;"&gt;depthPhoto.ImportFromPreviewSample(photo);&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Then later when I want to save:&lt;/P&gt;

&lt;PRE style="font-family: Consolas; color: black; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;&lt;SPAN style="color:blue;"&gt;string&lt;/SPAN&gt;&amp;nbsp;fileName&amp;nbsp;=&amp;nbsp;&lt;SPAN style="color:#a31515;"&gt;"D:\test.jpg"&lt;/SPAN&gt;;
&lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;pxcmStatus&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;status&amp;nbsp;=&amp;nbsp;depthPhoto.SaveXDM(fileName);
&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;(status&amp;nbsp;&amp;lt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;pxcmStatus&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;.PXCM_STATUS_NO_ERROR)
&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;     logger.Error(&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(163, 21, 21);"&gt;"Problem&amp;nbsp;saving&amp;nbsp;file&amp;nbsp;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;+&amp;nbsp;fileName&amp;nbsp;+&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(163, 21, 21);"&gt;":&amp;nbsp;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;+&amp;nbsp;status);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Unfortunately every time I run it status is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: 'Courier New'; font-size: 13.3333px; line-height: normal;"&gt;STATUS_HANDLE_INVALID&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;which doesn't really tell me anything about what to do to fix it! So, has anyone been successful with using this? Any ideas where I'm going wrong?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Thanks!&lt;BR /&gt;
	James&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 12:42:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005981#M32152</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2015-10-23T12:42:28Z</dc:date>
    </item>
    <item>
      <title>Ugh. I just thought "hey,</title>
      <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005982#M32153</link>
      <description>&lt;P&gt;Ugh. I just thought "hey, what if..." and yep. The slash in the filename was the wrong way around. &lt;EM&gt;Please&lt;/EM&gt; consider putting in more descriptive error codes!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 13:29:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005982#M32153</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2015-10-23T13:29:33Z</dc:date>
    </item>
    <item>
      <title>Ok so my next problem is when</title>
      <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005983#M32154</link>
      <description>&lt;P&gt;Ok so my next problem is when it comes to loading up the image later. I can load the image as a PXCMImage and get the ImageDate etc but I also need to create a projection in order to map depth points to the colour image and to retrieve the vertices. Unfortunately when I do device.CreateProjection() it comes out as null. The docs say that function will return null "&lt;SPAN style="color: rgb(0, 0, 0); font-family: 'Intel Clear'; font-size: 14.6667px; line-height: normal;"&gt;if the interface is not available"&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;. Does anyone know how to make the projection available here? Or if it is possible to do so from a loaded depth image? My code is below.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE style="font-family: Consolas; color: black; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;&lt;SPAN style="color:#2b91af;"&gt;            PXCMSession&lt;/SPAN&gt;&amp;nbsp;session&amp;nbsp;=&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;PXCMSession&lt;/SPAN&gt;.CreateInstance();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;PXCMPhoto&lt;/SPAN&gt;&amp;nbsp;photo&amp;nbsp;=&amp;nbsp;session.CreatePhoto();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;pxcmStatus&lt;/SPAN&gt;&amp;nbsp;status&amp;nbsp;=&amp;nbsp;photo.LoadXDM("&lt;SPAN style="color: rgb(96, 96, 96); font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 13.008px; line-height: 19.512px;"&gt;D:/test.jpg&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(163, 21, 21);"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="font-family: Consolas; color: black; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:blue;"&gt;if&lt;/SPAN&gt;&amp;nbsp;(status&amp;nbsp;&amp;lt;&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;pxcmStatus&lt;/SPAN&gt;.PXCM_STATUS_NO_ERROR)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;logger.Error(&lt;SPAN style="color:#a31515;"&gt;"problem&amp;nbsp;loading&amp;nbsp;depth&amp;nbsp;image:"&lt;/SPAN&gt;&amp;nbsp;+&amp;nbsp;status.ToString());
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;PXCMImage &lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;depth&amp;nbsp;=&amp;nbsp;photo.QueryDepthImage();&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="font-family: Consolas; color: black; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;PXCMImage&lt;/SPAN&gt;.&lt;SPAN style="color:#2b91af;"&gt;ImageData&lt;/SPAN&gt;&amp;nbsp;ddata;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;depth.AcquireAccess(&lt;SPAN style="color:#2b91af;"&gt;PXCMImage&lt;/SPAN&gt;.&lt;SPAN style="color:#2b91af;"&gt;Access&lt;/SPAN&gt;.ACCESS_READ,&amp;nbsp;&lt;SPAN style="color:blue;"&gt;out&lt;/SPAN&gt;&amp;nbsp;ddata);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;   &lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;UInt16&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;[] &lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;dpixels&amp;nbsp;=&amp;nbsp;ddata.ToUShortArray(0,&amp;nbsp;depth.info.width&amp;nbsp;*&amp;nbsp;depth.info.height);&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="font-family: Consolas; color: black; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;PXCMSenseManager&lt;/SPAN&gt;&amp;nbsp;pSenseManager&amp;nbsp;=&amp;nbsp;&lt;SPAN style="color:#2b91af;"&gt;PXCMSenseManager&lt;/SPAN&gt;.CreateInstance();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pSenseManager.Init();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:blue;"&gt;var&lt;/SPAN&gt;&amp;nbsp;device&amp;nbsp;=&amp;nbsp;pSenseManager.captureManager.QueryDevice();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;PXCMProjection &lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;projection&amp;nbsp;=&amp;nbsp;device.CreateProjection();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;PXCMPoint3DF32&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;[] &lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;vertices&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: blue;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: rgb(43, 145, 175);"&gt;PXCMPoint3DF32&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;[depth.info.width&amp;nbsp;*&amp;nbsp;depth.info.height];&lt;/SPAN&gt;&lt;/PRE&gt;

&lt;PRE style="font-family: Consolas; color: black; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;projection.QueryVertices(depth,&amp;nbsp;vertices);&lt;/PRE&gt;

&lt;P&gt;This works great until the last line (dpixels is populated and correct, for example), where I get "Object reference not set to an instance of an object." because projection is null.&lt;/P&gt;

&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 14:51:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005983#M32154</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2015-10-23T14:51:08Z</dc:date>
    </item>
    <item>
      <title>I've run into the same</title>
      <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005984#M32155</link>
      <description>&lt;P&gt;I've run into the same problem with the Java implementation of projection.queryVertices(...)&lt;/P&gt;

&lt;P&gt;The only significant difference with my code is that I created the senseManager from the factory method on PXCMSession:&lt;/P&gt;

&lt;P&gt;PXCMSenseManager senseMgr = session.CreateSenseManager();&lt;/P&gt;

&lt;P&gt;James, did you find a solution?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 13:26:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005984#M32155</guid>
      <dc:creator>Michael_M_9</dc:creator>
      <dc:date>2016-01-16T13:26:52Z</dc:date>
    </item>
    <item>
      <title>Sadly no. In the end this was</title>
      <link>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005985#M32156</link>
      <description>&lt;P&gt;Sadly no. In the end this was taking too much time and I wasn't able to get anywhere so I moved on to other things, awaiting some updates from Intel on this matter. I will have to go back to it some point though so if anyone has a fix or any advice I'd be very grateful!&lt;/P&gt;

&lt;P&gt;I remember one of the Intel guys saying in another thread that the two SenseManager creation methods were the same, one just a shortcut of the other, so I don't think that'll make a difference, but I've made a note to test that the next time my code compiles (it's in pieces at the moment!) Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:22:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Saving-and-Retrieving-Depth-Data/m-p/1005985#M32156</guid>
      <dc:creator>jb455</dc:creator>
      <dc:date>2016-01-18T10:22:26Z</dc:date>
    </item>
  </channel>
</rss>

