<?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 Hello, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009412#M33467</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Pose isEnabled must be set to false for R200 face tracking to work correctly:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; face_cfg.pose.isEnabled = false;&lt;/P&gt;

&lt;P&gt;Here's a link to a C# code sample that might help too:&amp;nbsp;https://software.intel.com/en-us/articles/intel-realsense-depth-camera-r200-code-sample-face-tracking&lt;/P&gt;

&lt;P&gt;Hope this helps, Bryan&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2015 16:27:34 GMT</pubDate>
    <dc:creator>Bryan_B_Intel1</dc:creator>
    <dc:date>2015-10-08T16:27:34Z</dc:date>
    <item>
      <title>R200 with Unity, face tracking failed</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009411#M33466</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;I use R200 and Unity, and want to face tracking.&lt;/P&gt;

&lt;P&gt;but I'm failed.&lt;/P&gt;

&lt;P&gt;Anyone who try face tracking by R200 and Unity?&lt;/P&gt;

&lt;P&gt;This is my script without some null check.&lt;/P&gt;

&lt;P&gt;//// in Start() method,&lt;BR /&gt;
	{&lt;BR /&gt;
	sm = PXCMSenseManager.CreateInstance();&lt;BR /&gt;
	sm.EnableFace();&lt;/P&gt;

&lt;P&gt;PXCMFaceModule face = sm.QueryFace();&lt;BR /&gt;
	PXCMFaceConfiguration face_cfg = face.CreateActiveConfiguration();&lt;/P&gt;

&lt;P&gt;face_cfg.detection.isEnabled = true;&lt;BR /&gt;
	face_cfg.detection.maxTrackedFaces = 1;&lt;/P&gt;

&lt;P&gt;face_cfg.ApplyChanges();&lt;BR /&gt;
	face_cfg.Dispose();&lt;/P&gt;

&lt;P&gt;sm.Init();&lt;BR /&gt;
	}&lt;/P&gt;

&lt;P&gt;//// and in Update() method,&lt;BR /&gt;
	{&lt;BR /&gt;
	pxcmStatus&amp;nbsp; sts = sm.AcquireFrame(false, 0);&lt;BR /&gt;
	...&lt;BR /&gt;
	}&lt;/P&gt;

&lt;P&gt;then, sts return "PXCM_STATUS_FEATURE_UNSUPPORTED".&lt;/P&gt;

&lt;P&gt;I suspect my CPU (Ivy Bridge Xeon). but other hand F200 is working.&lt;/P&gt;

&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 11:39:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009411#M33466</guid>
      <dc:creator>Yang_W_</dc:creator>
      <dc:date>2015-10-08T11:39:04Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009412#M33467</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Pose isEnabled must be set to false for R200 face tracking to work correctly:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; face_cfg.pose.isEnabled = false;&lt;/P&gt;

&lt;P&gt;Here's a link to a C# code sample that might help too:&amp;nbsp;https://software.intel.com/en-us/articles/intel-realsense-depth-camera-r200-code-sample-face-tracking&lt;/P&gt;

&lt;P&gt;Hope this helps, Bryan&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:27:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009412#M33467</guid>
      <dc:creator>Bryan_B_Intel1</dc:creator>
      <dc:date>2015-10-08T16:27:34Z</dc:date>
    </item>
    <item>
      <title>Hello, Bryan.</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009413#M33468</link>
      <description>&lt;P&gt;Hello, Bryan.&lt;/P&gt;

&lt;P&gt;Thank you for the information.&lt;/P&gt;

&lt;P&gt;It's working !&lt;/P&gt;

&lt;P&gt;Again let me thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 01:33:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009413#M33468</guid>
      <dc:creator>Yang_W_</dc:creator>
      <dc:date>2015-10-13T01:33:04Z</dc:date>
    </item>
    <item>
      <title>Hello, Yang W.</title>
      <link>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009414#M33469</link>
      <description>&lt;P&gt;Hello, Yang W.&lt;/P&gt;

&lt;P&gt;Would you mind giving me some advice about face tracking in unity by R200?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 07:12:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/R200-with-Unity-face-tracking-failed/m-p/1009414#M33469</guid>
      <dc:creator>Charyyc_Y_</dc:creator>
      <dc:date>2016-06-24T07:12:47Z</dc:date>
    </item>
  </channel>
</rss>

