<?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 R200 Development with Scene Perception and Face Tracking in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/R200-Development-with-Scene-Perception-and-Face-Tracking/m-p/1094554#M66492</link>
    <description>&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Hi,&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;I' m developing with R200 camera. What I want to do is measuring human's height by measurement and face detection. And I've port the sample RF_MeasurementSP to Unity 5 and it works fine. But when adding face detection module to my project some problem occurred.&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I reduce the code&amp;nbsp;&lt;/SPAN&gt;to the minimum&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;so it clearly shows the point:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:csharp;" style="font-size: 13.008px; line-height: 19.512px;"&gt;PXCMSenseManager senseManager = PXCMSenseManager.CreateInstance();
senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, COLOR_CAPTURE_WIDTH, COLOR_CAPTURE_HEIGHT, COLOR_FRAMERATE);
senseManager.EnableFace();
pxcmStatus res = senseManager.Init();
if (res &amp;gt;= pxcmStatus.PXCM_STATUS_NO_ERROR) {

} else {
	// It returns PXCM_STATUS_ITEM_UNAVAILABLE
}&lt;/PRE&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;It works if I comment out the line:&lt;/P&gt;

&lt;PRE class="brush:csharp;" style="font-size: 13.008px; line-height: 19.512px;"&gt;senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, COLOR_CAPTURE_WIDTH, COLOR_CAPTURE_HEIGHT, COLOR_FRAMERATE);
&lt;/PRE&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;But I need it to make my Scene Perception module to work too. So are there any solutions or workaround? Thanks in advance!&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Will&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2015 11:28:22 GMT</pubDate>
    <dc:creator>Jin_Long_W_</dc:creator>
    <dc:date>2015-12-03T11:28:22Z</dc:date>
    <item>
      <title>R200 Development with Scene Perception and Face Tracking</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-Development-with-Scene-Perception-and-Face-Tracking/m-p/1094554#M66492</link>
      <description>&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Hi,&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;I' m developing with R200 camera. What I want to do is measuring human's height by measurement and face detection. And I've port the sample RF_MeasurementSP to Unity 5 and it works fine. But when adding face detection module to my project some problem occurred.&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I reduce the code&amp;nbsp;&lt;/SPAN&gt;to the minimum&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;so it clearly shows the point:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:csharp;" style="font-size: 13.008px; line-height: 19.512px;"&gt;PXCMSenseManager senseManager = PXCMSenseManager.CreateInstance();
senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, COLOR_CAPTURE_WIDTH, COLOR_CAPTURE_HEIGHT, COLOR_FRAMERATE);
senseManager.EnableFace();
pxcmStatus res = senseManager.Init();
if (res &amp;gt;= pxcmStatus.PXCM_STATUS_NO_ERROR) {

} else {
	// It returns PXCM_STATUS_ITEM_UNAVAILABLE
}&lt;/PRE&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;It works if I comment out the line:&lt;/P&gt;

&lt;PRE class="brush:csharp;" style="font-size: 13.008px; line-height: 19.512px;"&gt;senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, COLOR_CAPTURE_WIDTH, COLOR_CAPTURE_HEIGHT, COLOR_FRAMERATE);
&lt;/PRE&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;But I need it to make my Scene Perception module to work too. So are there any solutions or workaround? Thanks in advance!&lt;/P&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;Will&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 11:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-Development-with-Scene-Perception-and-Face-Tracking/m-p/1094554#M66492</guid>
      <dc:creator>Jin_Long_W_</dc:creator>
      <dc:date>2015-12-03T11:28:22Z</dc:date>
    </item>
  </channel>
</rss>

