<?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 hi David. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Issues-in-running-a-sample/m-p/1011460#M34328</link>
    <description>&lt;P&gt;hi David.&lt;/P&gt;

&lt;P&gt;Thanks for the reply.&lt;/P&gt;

&lt;P&gt;I am stuck with another issue. I am trying to print a message indicating the no of faces in front of the camera.&lt;/P&gt;

&lt;P&gt;Here's my code. This is right out of the SDK but I still &amp;nbsp;cant get it to work. It just prints 0 again and again.&lt;/P&gt;

&lt;P&gt;Pls help.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;PXCMSenseManager sm = PXCMSenseManager.CreateInstance();&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sm.EnableFace();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sm.Init();&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (sm.AcquireFrame()&amp;gt;= pxcmStatus.PXCM_STATUS_NO_ERROR )&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PXCMFaceModule face2 = sm.QueryFace();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PXCMFaceData fdata= face2.CreateOutput();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Int32 no = fdata.QueryNumberOfDetectedFaces();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(no);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fdata.Dispose(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;</description>
    <pubDate>Sat, 06 Dec 2014 06:45:05 GMT</pubDate>
    <dc:creator>HexLord</dc:creator>
    <dc:date>2014-12-06T06:45:05Z</dc:date>
    <item>
      <title>Issues in running a sample</title>
      <link>https://community.intel.com/t5/Software-Archive/Issues-in-running-a-sample/m-p/1011458#M34326</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I am trying to run a sample code but there seems to be an issue.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: 'Courier New'; line-height: normal;"&gt;PXCSenseManager *sm=PXCSenseManager::CreateInstance();&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: 'Courier New'; line-height: normal;"&gt;sm.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR,0,0)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: 'Courier New'; line-height: normal;"&gt;It gives the Invalid arguments error.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Any help will be appreciated.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Shaleen Sharda&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:07:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issues-in-running-a-sample/m-p/1011458#M34326</guid>
      <dc:creator>HexLord</dc:creator>
      <dc:date>2014-12-04T12:07:40Z</dc:date>
    </item>
    <item>
      <title>Should use PXCSenseManager sm</title>
      <link>https://community.intel.com/t5/Software-Archive/Issues-in-running-a-sample/m-p/1011459#M34327</link>
      <description>&lt;P&gt;Should use PXCSenseManager sm = PXCMSenseManager.CreateInstance(); Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2014 18:41:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issues-in-running-a-sample/m-p/1011459#M34327</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2014-12-04T18:41:42Z</dc:date>
    </item>
    <item>
      <title>hi David.</title>
      <link>https://community.intel.com/t5/Software-Archive/Issues-in-running-a-sample/m-p/1011460#M34328</link>
      <description>&lt;P&gt;hi David.&lt;/P&gt;

&lt;P&gt;Thanks for the reply.&lt;/P&gt;

&lt;P&gt;I am stuck with another issue. I am trying to print a message indicating the no of faces in front of the camera.&lt;/P&gt;

&lt;P&gt;Here's my code. This is right out of the SDK but I still &amp;nbsp;cant get it to work. It just prints 0 again and again.&lt;/P&gt;

&lt;P&gt;Pls help.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;PXCMSenseManager sm = PXCMSenseManager.CreateInstance();&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sm.EnableFace();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sm.Init();&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (sm.AcquireFrame()&amp;gt;= pxcmStatus.PXCM_STATUS_NO_ERROR )&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PXCMFaceModule face2 = sm.QueryFace();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PXCMFaceData fdata= face2.CreateOutput();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Int32 no = fdata.QueryNumberOfDetectedFaces();&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Console.WriteLine(no);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fdata.Dispose(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2014 06:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issues-in-running-a-sample/m-p/1011460#M34328</guid>
      <dc:creator>HexLord</dc:creator>
      <dc:date>2014-12-06T06:45:05Z</dc:date>
    </item>
  </channel>
</rss>

