<?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 3DScan Memory Issue in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013255#M34991</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Nowadays I've been tested 3DScan module with RealSense F200 sensor which I have. The quality of the constructed model was pretty good so that I expect that we could be doing well in this 3D reconstruction domain (comparing with Kinfu by Microsoft).&lt;/P&gt;

&lt;P&gt;BTW, it consume more than 450 MB of memory when I call the function reconstruct(*) - it's okay though - it does not release memory even I call Dispose() method and call GC.collect() in C# wrapper, but I think this occurs even in C++ library which I cannot access to the source code for the modification to release this unmanaged memory.&lt;/P&gt;

&lt;P&gt;I, as an Intel Software Engineer, too, think this could be very critical issue. Hope this bug could be fixed asap. Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2015 05:18:52 GMT</pubDate>
    <dc:creator>KYOUNGRYOL_K_</dc:creator>
    <dc:date>2015-04-07T05:18:52Z</dc:date>
    <item>
      <title>3DScan Memory Issue</title>
      <link>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013255#M34991</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Nowadays I've been tested 3DScan module with RealSense F200 sensor which I have. The quality of the constructed model was pretty good so that I expect that we could be doing well in this 3D reconstruction domain (comparing with Kinfu by Microsoft).&lt;/P&gt;

&lt;P&gt;BTW, it consume more than 450 MB of memory when I call the function reconstruct(*) - it's okay though - it does not release memory even I call Dispose() method and call GC.collect() in C# wrapper, but I think this occurs even in C++ library which I cannot access to the source code for the modification to release this unmanaged memory.&lt;/P&gt;

&lt;P&gt;I, as an Intel Software Engineer, too, think this could be very critical issue. Hope this bug could be fixed asap. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 05:18:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013255#M34991</guid>
      <dc:creator>KYOUNGRYOL_K_</dc:creator>
      <dc:date>2015-04-07T05:18:52Z</dc:date>
    </item>
    <item>
      <title>Memory usage was being</title>
      <link>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013256#M34992</link>
      <description>&lt;P&gt;Memory usage was being discussed recently on the post below. &amp;nbsp;It could be helpful to you.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/topic/545104" target="_blank"&gt;https://software.intel.com/en-us/forums/topic/545104&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 06:04:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013256#M34992</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2015-04-07T06:04:34Z</dc:date>
    </item>
    <item>
      <title>Marty,</title>
      <link>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013257#M34993</link>
      <description>&lt;P&gt;Marty,&lt;BR /&gt;
	thanks for your comment.&lt;/P&gt;

&lt;P&gt;Actually I'm pretty sure that the function reconstruct(*) in 3DScan module shows memory leak, which I don't think this is my programming issue, but the memory leak bug in the module.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 06:18:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013257#M34993</guid>
      <dc:creator>KYOUNGRYOL_K_</dc:creator>
      <dc:date>2015-04-07T06:18:11Z</dc:date>
    </item>
    <item>
      <title>I got the same problem too...</title>
      <link>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013258#M34994</link>
      <description>&lt;P&gt;I got the same problem too.....&lt;BR /&gt;
	this only happened after Reconstruct(*)...&lt;/P&gt;

&lt;P&gt;Here is my code :&amp;nbsp;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;EM&gt;&lt;STRONG&gt;result = my3DScan-&amp;gt;Reconstruct(format, filename, reconstructionOptions);&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;
	it caused memory leak,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;but the memory did be released if I didn't do Reconstruct(*).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I think this is an Intel RSSDK bug.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Another issue is when I tried to use &lt;STRONG&gt;System::ComponentModel::&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;STRONG&gt;backgroundWorker&lt;/STRONG&gt; to implement &lt;STRONG&gt;DF_3DScan&lt;/STRONG&gt; Sample.&lt;BR /&gt;
	The memory usage grows&amp;nbsp;&lt;/SPAN&gt;horribly&amp;nbsp;when called function&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;PreviewImageContainsObject(PXCImage* preview_image),&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;
	which caused&lt;EM&gt;&amp;nbsp;&lt;STRONG&gt;my3DScan-&amp;gt;SetMode(PXC3DScan::SCANNING)&lt;/STRONG&gt;&lt;/EM&gt; always equal &lt;EM&gt;&lt;STRONG&gt;PXC_STATUS_ITEM_UNAVAILABLE&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;
	that I cannot do scan anymore unless I restart my program.&lt;/P&gt;

&lt;P&gt;But this memory issue doesn't occur in the original single thread&amp;nbsp;&lt;STRONG&gt;DF_3DScan &lt;/STRONG&gt;sample code.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2015 19:36:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013258#M34994</guid>
      <dc:creator>Timothy_T_</dc:creator>
      <dc:date>2015-05-16T19:36:55Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013259#M34995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm getting exactly the same memory leak in the C++ code as well.&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2015 00:47:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013259#M34995</guid>
      <dc:creator>Pierre_P_</dc:creator>
      <dc:date>2015-05-17T00:47:10Z</dc:date>
    </item>
    <item>
      <title>thanks for reporting this</title>
      <link>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013260#M34996</link>
      <description>&lt;P&gt;thanks for reporting this issue. It is being investigated by Intel.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 02:09:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013260#M34996</guid>
      <dc:creator>Colleen_C_Intel</dc:creator>
      <dc:date>2015-05-18T02:09:15Z</dc:date>
    </item>
    <item>
      <title>Thanks Colleen. I posted</title>
      <link>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013261#M34997</link>
      <description>&lt;P&gt;Thanks Colleen. I posted earlier about this as well. By the way I'm getting a memory leak in Reconstruct() in both the V4 and V5 (R3) SDK versions, although the leak is significantly bigger in V4&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 04:38:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3DScan-Memory-Issue/m-p/1013261#M34997</guid>
      <dc:creator>Pierre_P_</dc:creator>
      <dc:date>2015-05-18T04:38:41Z</dc:date>
    </item>
  </channel>
</rss>

