<?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 how to acquire a good quality in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022882#M38979</link>
    <description>&lt;P&gt;how to acquire a good quality in depth image? (librealsense Ubuntu)&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2016 14:22:18 GMT</pubDate>
    <dc:creator>Lesly_Z_</dc:creator>
    <dc:date>2016-08-09T14:22:18Z</dc:date>
    <item>
      <title>R200 Scene Perception, Help please !</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022876#M38973</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hey Guys,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I'm recently testing the R200 abilities on Scene Perception. Well, problems occured.&lt;/P&gt;

&lt;P&gt;I tested the example "&lt;SPAN class="f_Heading1"&gt;&amp;nbsp;RF_ScenePerception [C++] " and&amp;nbsp;RF_ScenePerception [Unity], none of them worked.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;They basically got the same errors on &amp;nbsp;"EnableScenePerception()". I've no idea why.&lt;/P&gt;

&lt;P&gt;Here attached the info of my system and the SDK installed. Anybody can help me ?&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" class="file-icon" src="https://community.intel.com/modules/file/icons/text-plain.png" title="text/plain" /&gt;&amp;nbsp;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/managed/7b/ec/skdinfo.TXT"&gt;skdinfo.TXT&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 03:50:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022876#M38973</guid>
      <dc:creator>zongcheng_l_</dc:creator>
      <dc:date>2015-06-02T03:50:54Z</dc:date>
    </item>
    <item>
      <title>Well you could upgrade to v5</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022877#M38974</link>
      <description>&lt;P&gt;Well you could upgrade to v5 instead of v4. It's the currently posted version at &lt;A href="https://software.intel.com/en-us/intel-realsense-sdk/download"&gt;https://software.intel.com/en-us/intel-realsense-sdk/download&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;What were the errors you got on enable scene perception?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 04:45:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022877#M38974</guid>
      <dc:creator>Colleen_C_Intel</dc:creator>
      <dc:date>2015-06-02T04:45:15Z</dc:date>
    </item>
    <item>
      <title>It is v5, see the image:</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022878#M38975</link>
      <description>&lt;P&gt;It is v5, see the image:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="screenshot.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/7578i8216C0C21E18D6E2/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="screenshot.png" alt="screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;For the sample&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;RF_ScenePerception [C++]&amp;nbsp;&lt;/SPAN&gt;, I got the error from this file :&amp;nbsp;c:\Program Files (x86)\Intel\RSSDK\sample\common\include\sp_controller.h&lt;/P&gt;

&lt;P&gt;ilne 150:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;pxcStatus sts = m_pSenseMgr-&amp;gt;EnableScenePerception();
if(sts &amp;lt; PXC_STATUS_NO_ERROR)
{
	std::cout &amp;lt;&amp;lt; "Failed to enable scene perception module" &amp;lt;&amp;lt; std::endl;		
	return;
}&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For the sample&amp;nbsp;&amp;nbsp;RF_ScenePerception [Unity], in the file "SenseInput.cs", in the function Start(), I added a "Debug.Log" to see the error. Here is the code:&lt;/P&gt;

&lt;PRE class="brush:csharp;"&gt;// Enable available modalities
if (m_enableScenePerception) {
	Debug.Log(m_senseManager.EnableScenePerception()); // the error "PXCM_STATUS_ITEM_UNAVAILABLE"
	m_senseManager.PauseScenePerception(true);
}&lt;/PRE&gt;

&lt;P&gt;Here is the unity project I used to test :&lt;IMG alt="" class="file-icon" src="https://community.intel.com/modules/file/icons/package-x-generic.png" title="application/zip" /&gt;&amp;nbsp;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/managed/6d/dd/test.zip"&gt;test.zip&lt;/A&gt;&amp;nbsp;(I am using a x64 version .dll)&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2015 06:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022878#M38975</guid>
      <dc:creator>zongcheng_l_</dc:creator>
      <dc:date>2015-06-02T06:11:00Z</dc:date>
    </item>
    <item>
      <title>Have any of the other R200</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022879#M38976</link>
      <description>&lt;P&gt;Have any of the other R200 samples worked? Are you saying you tried both the C++ sample and in Unity?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 03:10:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022879#M38976</guid>
      <dc:creator>Colleen_C_Intel</dc:creator>
      <dc:date>2015-06-03T03:10:18Z</dc:date>
    </item>
    <item>
      <title>Yes, I tried both C++ and</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022880#M38977</link>
      <description>&lt;P&gt;Yes, Other examples worked such as the one to draw color image, depth image, and the one to mesure the distance.&lt;/P&gt;

&lt;P&gt;But the ones about Scene Perception did not work either on C++ nor Unity.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 03:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022880#M38977</guid>
      <dc:creator>zongcheng_l_</dc:creator>
      <dc:date>2015-06-03T03:30:00Z</dc:date>
    </item>
    <item>
      <title>Is there a pointer named</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022881#M38978</link>
      <description>&lt;P&gt;Is there a pointer named&amp;nbsp;ScenePerceptionController that in you example? Like the following:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;unique_ptr&amp;lt;ScenePerceptionController&amp;gt; pScenePerceptionController;&lt;/PRE&gt;

&lt;P&gt;I guess something wrong with this data type. All the examples using this data type went wrong. I do not know why, but I followed the SDK using&amp;nbsp;PXCSenseManager and I succeeded. Anyone knows why? Thanks~&lt;/P&gt;

&lt;P&gt;Hope my&amp;nbsp;experience will help you. Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:38:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022881#M38978</guid>
      <dc:creator>yujin_s_</dc:creator>
      <dc:date>2015-06-17T14:38:53Z</dc:date>
    </item>
    <item>
      <title>how to acquire a good quality</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022882#M38979</link>
      <description>&lt;P&gt;how to acquire a good quality in depth image? (librealsense Ubuntu)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:22:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-Scene-Perception-Help-please/m-p/1022882#M38979</guid>
      <dc:creator>Lesly_Z_</dc:creator>
      <dc:date>2016-08-09T14:22:18Z</dc:date>
    </item>
  </channel>
</rss>

