<?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 I have the same problems, but in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015524#M35915</link>
    <description>&lt;P&gt;I have the same problems, but using the latest version of the SDK (2016 R1). The previous versions worked perfectly. All the samples that use hand data are crashing. I've already tried both solutions suggested in this topic but none worked. I can't find any tips of what may be causing this.&lt;/P&gt;

&lt;P&gt;Anybody else is facing this too?&lt;/P&gt;

&lt;P&gt;I've attached my SDK Information in this post.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2016 22:29:20 GMT</pubDate>
    <dc:creator>Vinicius_B_</dc:creator>
    <dc:date>2016-02-11T22:29:20Z</dc:date>
    <item>
      <title>Hand viewer sample does not work</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015514#M35905</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;

&lt;P&gt;I have some problem with hands detection in Real sense SDK. I try to run all samples and only one (hand_viewer) does not work, i used a C++ sample, .exe file in bin folder, javascript sample and c# project.&lt;/P&gt;

&lt;P&gt;Error occurs in function Init of PXCSenseManager:&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;int&lt;/SPAN&gt;&amp;nbsp;wmain(&lt;SPAN style="color:blue;"&gt;int&lt;/SPAN&gt;&amp;nbsp;argc,&amp;nbsp;WCHAR*&amp;nbsp;argv[])&amp;nbsp;
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;PXCSenseManager*&amp;nbsp;pSenseManager&amp;nbsp;=&amp;nbsp;PXCSenseManager::CreateInstance();&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:blue;"&gt;if&lt;/SPAN&gt;&amp;nbsp;(!pSenseManager)&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;wprintf_s(L&lt;SPAN style="color:#a31515;"&gt;"Error:&amp;nbsp;PXCSenseManager&amp;nbsp;is&amp;nbsp;unavailable\n"&lt;/SPAN&gt;);&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:blue;"&gt;return&lt;/SPAN&gt;&amp;nbsp;PXC_STATUS_ITEM_UNAVAILABLE;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
	    pxcStatus&amp;nbsp;result&amp;nbsp;=&amp;nbsp;pSenseManager-&amp;gt;EnableHand();&amp;nbsp;&lt;SPAN style="color:green;"&gt;//&amp;nbsp;result == PXC_STATUS_NO_ERROR&lt;/SPAN&gt;
    	result&amp;nbsp;=&amp;nbsp;pSenseManager-&amp;gt;Init();&amp;nbsp;&lt;SPAN style="color:green;"&gt;//Unhandled&amp;nbsp;exception&amp;nbsp;at ...&lt;/SPAN&gt;
	
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN style="color:blue;"&gt;return&lt;/SPAN&gt;&amp;nbsp;0;
}&lt;/PRE&gt;

&lt;P&gt;For example, EnableEmotion works:&lt;/P&gt;

&lt;PRE style="font-family: Consolas; 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: black;"&gt;&lt;SPAN style="color:blue;"&gt;int&lt;/SPAN&gt;&amp;nbsp;wmain(&lt;SPAN style="color:blue;"&gt;int&lt;/SPAN&gt;&amp;nbsp;argc,&amp;nbsp;WCHAR*&amp;nbsp;argv[])&amp;nbsp;
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;...&lt;/FONT&gt;&lt;FONT color="#000000"&gt;
    	pxcStatus&amp;nbsp;result&amp;nbsp;=&amp;nbsp;pSenseManager-&amp;gt;EnableEmotion();&amp;nbsp;&lt;/FONT&gt;&lt;SPAN style="color: green;"&gt;//&amp;nbsp;result == PXC_STATUS_NO_ERROR&lt;/SPAN&gt;&lt;FONT color="#000000"&gt;
	    result&amp;nbsp;=&amp;nbsp;pSenseManager-&amp;gt;Init(); &lt;/FONT&gt;&lt;SPAN style="color: green; line-height: 19.5120010375977px;"&gt;//&amp;nbsp;result == PXC_STATUS_NO_ERROR
&lt;/SPAN&gt;&lt;FONT color="#000000" style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; color: blue;"&gt;return&lt;/SPAN&gt;&lt;FONT color="#000000" style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;0;&lt;/FONT&gt;&lt;/PRE&gt;

&lt;PRE style="font-family: Consolas; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"&gt;&lt;FONT color="#000000"&gt;}&lt;/FONT&gt;&lt;/PRE&gt;

&lt;P&gt;My PC configuration: win 8.1 x64, core i5-4430, camera on USB 3.0 port&lt;/P&gt;

&lt;P&gt;Have you any suggestion or reason about this problem?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Best Regards, Thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2014 14:42:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015514#M35905</guid>
      <dc:creator>Aleksey_A_</dc:creator>
      <dc:date>2014-12-05T14:42:05Z</dc:date>
    </item>
    <item>
      <title>Have you connected Intel</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015515#M35906</link>
      <description>&lt;P&gt;Have you connected Intel RealSense Camera? Would you please run SDK_INFO in advanced mode and send the txt file to me so I can help you to debug? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2014 05:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015515#M35906</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2014-12-09T05:49:33Z</dc:date>
    </item>
    <item>
      <title>sdk info in advanced mode:</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015516#M35907</link>
      <description>&lt;P&gt;sdk info in advanced mode:&lt;/P&gt;

&lt;P&gt;I cannot attach file with upload form, because dropbox url:&amp;nbsp;https://www.dropbox.com/s/i7o2rolvqjdkqix/sdk_info.txt?dl=0&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2014 10:36:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015516#M35907</guid>
      <dc:creator>Aleksey_A_</dc:creator>
      <dc:date>2014-12-09T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Hello David,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015517#M35908</link>
      <description>&lt;P&gt;Hello David,&lt;/P&gt;

&lt;P&gt;Even I am having problems with the hand viewer sample. As you can see from the image the sample starts but then it shows "device disconnected". I have also attached my sdk_info.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="hand.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7171i84F48DEFD810724F/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="hand.jpg" alt="hand.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 07:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015517#M35908</guid>
      <dc:creator>Arun_D_</dc:creator>
      <dc:date>2014-12-10T07:52:00Z</dc:date>
    </item>
    <item>
      <title>Hi everyone.</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015518#M35909</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;

&lt;P&gt;I have the same problem. The only sample i can't run is hands_viewer. It crushes in &amp;nbsp;&amp;nbsp;HandsViewer.cpp:405&amp;nbsp;here :&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;if (pp-&amp;gt;Init() &amp;gt;= PXC_STATUS_NO_ERROR) {&lt;/PRE&gt;

&lt;P&gt;Also every sample have used this feature crushed too.&lt;/P&gt;

&lt;P&gt;Please help. It's very important sample for my team, because our &amp;nbsp;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;RealSense App Challenge&amp;nbsp;&lt;/SPAN&gt;app based on this technology.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 11:36:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015518#M35909</guid>
      <dc:creator>Kirill_P_</dc:creator>
      <dc:date>2014-12-10T11:36:18Z</dc:date>
    </item>
    <item>
      <title>Hello Kirill,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015519#M35910</link>
      <description>&lt;P&gt;Hello Kirill,&lt;/P&gt;

&lt;P&gt;Even I am using the hand viewer in my app. I was trying a variety of things since few days. The hand viewer sample was crashing every time I started it.&lt;/P&gt;

&lt;P&gt;Somehow the problem is solved now.&lt;/P&gt;

&lt;P&gt;Here's what I did:&lt;/P&gt;

&lt;P&gt;1 Since the beginning I was trying the sample in the 'live mode'&lt;/P&gt;

&lt;P&gt;2.I changed the mode to 'record'&lt;/P&gt;

&lt;P&gt;3.After that there was successful streaming and from that point on wards the live mode is also working properly.&lt;/P&gt;

&lt;P&gt;I am not sure what was wrong as my hardware met the requirements still the problem had persisted.&lt;/P&gt;

&lt;P&gt;this might be a stupid solution but somehow it worked for me.&lt;/P&gt;

&lt;P&gt;Hopefully this is helpful &amp;nbsp;:)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015519#M35910</guid>
      <dc:creator>Arun_D_</dc:creator>
      <dc:date>2014-12-10T12:09:00Z</dc:date>
    </item>
    <item>
      <title>Hello Arun,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015520#M35911</link>
      <description>&lt;P&gt;Hello Arun,&lt;/P&gt;

&lt;P&gt;thanks for your reply. I read your post above and i think i have different problem. I &amp;nbsp;&amp;nbsp;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;can't&amp;nbsp;&lt;/SPAN&gt;event get hand image. Program crashes exactly after i press start button. Anyway i have tried your solution and it haven't worked for me.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:17:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015520#M35911</guid>
      <dc:creator>Kirill_P_</dc:creator>
      <dc:date>2014-12-10T12:17:34Z</dc:date>
    </item>
    <item>
      <title>I got the same pb, when I</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015521#M35912</link>
      <description>&lt;P&gt;I got the same pb, when I press start, sudden, it got crush.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:56:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015521#M35912</guid>
      <dc:creator>jing_h_</dc:creator>
      <dc:date>2014-12-10T12:56:40Z</dc:date>
    </item>
    <item>
      <title> I have solved the problem -</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015522#M35913</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;I have solved the problem -&lt;/SPAN&gt;&amp;nbsp;&lt;STRONG&gt;remove all not english letters from the PC &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;user folder name&lt;/SPAN&gt;&lt;/STRONG&gt; (i had cyrillic),&amp;nbsp;&lt;A href="https://software.intel.com/ru-ru/forums/topic/536762#comment-1807920"&gt;https://software.intel.com/ru-ru/forums/topic/536762#comment-1807920&lt;/A&gt;&amp;nbsp;here Koki T. said that he solved the problem similary, but he had &amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;"Kanji" characters&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 12:03:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015522#M35913</guid>
      <dc:creator>Aleksey_A_</dc:creator>
      <dc:date>2014-12-11T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Aleksey,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015523#M35914</link>
      <description>&lt;P&gt;Aleksey,&lt;/P&gt;

&lt;P&gt;thank you! It has solved my problem too.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 21:09:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015523#M35914</guid>
      <dc:creator>Kirill_P_</dc:creator>
      <dc:date>2014-12-11T21:09:39Z</dc:date>
    </item>
    <item>
      <title>I have the same problems, but</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015524#M35915</link>
      <description>&lt;P&gt;I have the same problems, but using the latest version of the SDK (2016 R1). The previous versions worked perfectly. All the samples that use hand data are crashing. I've already tried both solutions suggested in this topic but none worked. I can't find any tips of what may be causing this.&lt;/P&gt;

&lt;P&gt;Anybody else is facing this too?&lt;/P&gt;

&lt;P&gt;I've attached my SDK Information in this post.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 22:29:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015524#M35915</guid>
      <dc:creator>Vinicius_B_</dc:creator>
      <dc:date>2016-02-11T22:29:20Z</dc:date>
    </item>
    <item>
      <title>Same here,</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015525#M35916</link>
      <description>&lt;P&gt;Same here,&lt;/P&gt;

&lt;P&gt;I can get the image to show on some of the HandDetection apps,&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;but as soon as I try to show my hands, the program crash.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Other programs do not even open, they crash as soon as I hit the start button.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Running under the debugger, I've found that I get a Heap Corruption.... so there must be some bug lurking on the hand detection feature.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 14:44:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015525#M35916</guid>
      <dc:creator>felipe_f_</dc:creator>
      <dc:date>2016-02-24T14:44:49Z</dc:date>
    </item>
    <item>
      <title>Your system did not meet</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015526#M35917</link>
      <description>&lt;P&gt;Your system did not meet RealSense SDK requirement. It need 4th gen and later CPU. You can find details @https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/doc_devguide_hardware_and_software_requirements.html. Thanks!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Vinicius B. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I have the same problems, but using the latest version of the SDK (2016 R1). The previous versions worked perfectly. All the samples that use hand data are crashing. I've already tried both solutions suggested in this topic but none worked. I can't find any tips of what may be causing this.&lt;/P&gt;

&lt;P&gt;Anybody else is facing this too?&lt;/P&gt;

&lt;P&gt;I've attached my SDK Information in this post.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 23:08:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015526#M35917</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2016-02-24T23:08:24Z</dc:date>
    </item>
    <item>
      <title>David, I believe that this</title>
      <link>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015527#M35918</link>
      <description>&lt;P&gt;David, I believe that this requirements had not changed since the first version of the SDK. Right?&lt;/P&gt;

&lt;P&gt;The strange thing about this is that this is the first version of the SDK that I have this problem and my F200 camera was one of the first to be sent (I bought it in the pre-order). I did a rollback to a previous version of the SDK and all works flawlessly.&lt;/P&gt;

&lt;P&gt;Anyway, I'll keep working with the older version since it's the one compatible with my system.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;David Lu (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Your system did not meet RealSense SDK requirement. It need 4th gen and later CPU. You can find details @&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/doc_devguide_hardware_and_software_requirements.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/d...&lt;/A&gt;. Thanks!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG class="quote-header"&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;

&lt;BLOCKQUOTE class="quote-msg quote-nest-1 odd"&gt;
	&lt;DIV class="quote-author"&gt;&lt;EM class="placeholder"&gt;Vinicius B.&lt;/EM&gt; wrote:&lt;/DIV&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;I have the same problems, but using the latest version of the SDK (2016 R1). The previous versions worked perfectly. All the samples that use hand data are crashing. I've already tried both solutions suggested in this topic but none worked. I can't find any tips of what may be causing this.&lt;/P&gt;

	&lt;P&gt;Anybody else is facing this too?&lt;/P&gt;

	&lt;P&gt;I've attached my SDK Information in this post.&lt;/P&gt;

	&lt;P&gt;Thanks in advance&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 23:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Hand-viewer-sample-does-not-work/m-p/1015527#M35918</guid>
      <dc:creator>Vinicius_B_</dc:creator>
      <dc:date>2016-02-24T23:24:00Z</dc:date>
    </item>
  </channel>
</rss>

