<?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 If you mean that you are in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059319#M53332</link>
    <description>&lt;P&gt;If you mean that you are leaving RealSense running for a few days constantly without rebooting your PC, I wouldn't worry too much about a memory leak that takes that long to manifest, unless you are building an application that is designed to be constantly running for days.&lt;/P&gt;

&lt;P&gt;If you are building your application for the RealSense App Challenge contest, it's certainly very unlikely that the contest judges would spend that long testing your application &amp;nbsp;:)&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2015 14:25:50 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2015-01-26T14:25:50Z</dc:date>
    <item>
      <title>SDK Performance Degradation</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059318#M53331</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;

&lt;P&gt;Am I the only one that notices this?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;After a few days of using the Intel RealSense SDK without restarting my PC performance of the RealSense applications begins to degrade a lot. I'll notice this time to time while working on my application as well, and would then go test the demo apps just to find the same issues.&lt;/P&gt;

&lt;P&gt;Intel, are you guys aware of this and will it be fixed in the coming releases?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;My Processor is the: 4th Gen i7-4500U&lt;/P&gt;

&lt;P&gt;8Gb of Ram&lt;/P&gt;

&lt;P&gt;Nvidia GT730M GPU&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2015 03:47:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059318#M53331</guid>
      <dc:creator>Wezley_S_</dc:creator>
      <dc:date>2015-01-26T03:47:33Z</dc:date>
    </item>
    <item>
      <title>If you mean that you are</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059319#M53332</link>
      <description>&lt;P&gt;If you mean that you are leaving RealSense running for a few days constantly without rebooting your PC, I wouldn't worry too much about a memory leak that takes that long to manifest, unless you are building an application that is designed to be constantly running for days.&lt;/P&gt;

&lt;P&gt;If you are building your application for the RealSense App Challenge contest, it's certainly very unlikely that the contest judges would spend that long testing your application &amp;nbsp;:)&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2015 14:25:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059319#M53332</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2015-01-26T14:25:50Z</dc:date>
    </item>
    <item>
      <title>I worked really hard on</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059320#M53333</link>
      <description>I worked really hard on having a good garbage collector system within my application and the fact that the demos start to loose performance as well makes me believe it's the Sdk itself. Unless a memory leak in my program can cause the Sdk to loose performance even after its closed. I don't really think that possible once again because I've been keeping a very close eye on my applications resource consumption.</description>
      <pubDate>Mon, 26 Jan 2015 14:48:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059320#M53333</guid>
      <dc:creator>Wezley_S_</dc:creator>
      <dc:date>2015-01-26T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Hi Wesley S.</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059321#M53334</link>
      <description>&lt;P&gt;Hi Wesley S.&lt;/P&gt;

&lt;P&gt;Could you please specify what type of SDK functionality you are using? Could you provide a scenario which leads to such a performance degradation?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Artem&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2015 15:56:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059321#M53334</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2015-01-26T15:56:43Z</dc:date>
    </item>
    <item>
      <title>Hi Artem.</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059322#M53335</link>
      <description>Hi Artem.

The performance degradation is seen in the depth module. And basic usage is where I see the performance degradation. After a fresh pc restart my application and the demo applications work fine. After 3-4 days of working on my app without a pc restart the depth module's input seems to be a little laggy and lacking in performance. The same results can be seen from the Sdk demos with my application completely closed out.</description>
      <pubDate>Mon, 26 Jan 2015 18:04:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059322#M53335</guid>
      <dc:creator>Wezley_S_</dc:creator>
      <dc:date>2015-01-26T18:04:28Z</dc:date>
    </item>
    <item>
      <title>I had similar issues with my</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059323#M53336</link>
      <description>&lt;P&gt;I had similar issues with my camera. I didn't really get into the details to reproduce it, so I am not sure what is the root cause of it, but there's definitely something wrong with it.&lt;/P&gt;

&lt;P&gt;I can confirm that when I noticed a lag in my app, then switched to the demos, the lag is still there, so there is something wrong either the camera itself(unlikely), or with the SDK.&lt;/P&gt;

&lt;P&gt;Having said that, I also left my app running overnight just gathering depth, color, and IR, and it was running fine in the morning, so I don't think streams are the problem.&lt;/P&gt;

&lt;P&gt;I know that one of the projection functions in the SDK (IR cam to RGB camera projection I think) has a confirmed massive memory leak that becomes evident in a few frames, maybe the other projection has a small one that appears after prolonged usage.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 23:47:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059323#M53336</guid>
      <dc:creator>samontab</dc:creator>
      <dc:date>2015-01-27T23:47:45Z</dc:date>
    </item>
    <item>
      <title>That's good to hear. I did a</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059324#M53337</link>
      <description>&lt;P&gt;That's good to hear. I did a 1 hour test of my application yesterday &amp;nbsp;with optimal results, and then again today with less than optimal. It has to be something with the SDK.&lt;/P&gt;

&lt;P&gt;I really hope this doesn't affect the judging process, because loss in application performance due to a memory leak in the SDK can hurt a lot of people's chances of scoring what they deserve.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2015 01:04:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059324#M53337</guid>
      <dc:creator>Wezley_S_</dc:creator>
      <dc:date>2015-01-28T01:04:21Z</dc:date>
    </item>
    <item>
      <title>Hi Wezley S.</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059325#M53338</link>
      <description>&lt;P&gt;Hi Wezley S.&lt;/P&gt;

&lt;P&gt;Thank you for reporting the issue. This issue was escalated to engineering team and will be fixed in future releases of Intel(R) RealSense(TM) SDK. I will inform you as soon as any update available.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Artem&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2015 15:02:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Performance-Degradation/m-p/1059325#M53338</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2015-01-28T15:02:07Z</dc:date>
    </item>
  </channel>
</rss>

