<?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 Sensemanager Pipeline in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Sensemanager-Pipeline/m-p/1070209#M57899</link>
    <description>&lt;P&gt;Hi Everyone!&lt;/P&gt;

&lt;P&gt;I'm trying to extract the planes from a sceneperception instance to determine if an actual face or a picture is being detected. However, I'm running into an issue where I enable scene perception. This muse be done before the sense manager is initialized. However, when I try to do that, I get a nullreferenceexception. Enabling scene preception after initializing the sensemanager removes the exception but prevents me from doing face recognition.&lt;/P&gt;

&lt;PRE class="brush:csharp;"&gt;senseManager = PXCMSenseManager.CreateInstance();

            // Enable the color stream
            senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, 640, 480, 30);
            senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_DEPTH, 640, 480, 30);
            senseManager.EnableScenePerception();

          //Code for face recognition initialization 
            senseManager.Init(); //Throws an error&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Any help to resolve this issue would be appreciated! Thank you!&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 22 May 2016 22:42:55 GMT</pubDate>
    <dc:creator>Indulekha_G_</dc:creator>
    <dc:date>2016-05-22T22:42:55Z</dc:date>
    <item>
      <title>Sensemanager Pipeline</title>
      <link>https://community.intel.com/t5/Software-Archive/Sensemanager-Pipeline/m-p/1070209#M57899</link>
      <description>&lt;P&gt;Hi Everyone!&lt;/P&gt;

&lt;P&gt;I'm trying to extract the planes from a sceneperception instance to determine if an actual face or a picture is being detected. However, I'm running into an issue where I enable scene perception. This muse be done before the sense manager is initialized. However, when I try to do that, I get a nullreferenceexception. Enabling scene preception after initializing the sensemanager removes the exception but prevents me from doing face recognition.&lt;/P&gt;

&lt;PRE class="brush:csharp;"&gt;senseManager = PXCMSenseManager.CreateInstance();

            // Enable the color stream
            senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, 640, 480, 30);
            senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_DEPTH, 640, 480, 30);
            senseManager.EnableScenePerception();

          //Code for face recognition initialization 
            senseManager.Init(); //Throws an error&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Any help to resolve this issue would be appreciated! Thank you!&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2016 22:42:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Sensemanager-Pipeline/m-p/1070209#M57899</guid>
      <dc:creator>Indulekha_G_</dc:creator>
      <dc:date>2016-05-22T22:42:55Z</dc:date>
    </item>
  </channel>
</rss>

