<?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 FaceTrack problem in COLOR_PLUS_DEPTH mode in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/FaceTrack-problem-in-COLOR-PLUS-DEPTH-mode/m-p/1088502#M64416</link>
    <description>&lt;DIV&gt;Hi, I experienced the following strange behaviour running the &lt;STRONG&gt;Intel Face Tracking &lt;/STRONG&gt;x64 sample application:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;In 3D mode, i.e. SetTrackingMode(PXCFaceConfiguration::TrackingModeType::FACE_MODE_COLOR_PLUS_DEPTH),&amp;nbsp;there a are strange problems:&lt;BR /&gt;
	- the face_id is any random number right after the start of the processing and changes a lot after a face is lost and a new is detected&lt;BR /&gt;
	- the face is only detected in a very limited distance from the camera: 90cm - 120cm&lt;BR /&gt;
	- outside of this position:&lt;BR /&gt;
	&amp;nbsp; - no face is detected, only in a very small pose range for very short time slots a face got detected&lt;BR /&gt;
	- in this postion without any movement of the head or changing light conditions:&lt;BR /&gt;
	&amp;nbsp; - the landmark and pose data are kind of stable available&lt;BR /&gt;
	&amp;nbsp; - the expression data is only rarely and during short time slots available&lt;BR /&gt;
	- the program crashes from time to time without any obvious reason&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;In 2D mode, i.e. SetTrackingMode(PXCFaceConfiguration::TrackingModeType::FACE_MODE_COLOR),&amp;nbsp;however,&amp;nbsp;everything works fine:&lt;BR /&gt;
	- the frame rate is normal 25+&lt;BR /&gt;
	- the face gets detected in all the usual positions and distances, landmark and other data computations are also fine&lt;/DIV&gt;

&lt;DIV&gt;&lt;BR /&gt;
	I looked in the log provided by the sdk_info program and found the following entries in sdk_app.log: (log-level: WARN, in this order, but with others in between)&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;... QueryDeviceInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on didx &amp;gt;= 0 &amp;amp;&amp;amp; didx &amp;lt; devices.size()&lt;BR /&gt;
	... QueryDeviceInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on didx &amp;gt;= 0 &amp;amp;&amp;amp; didx &amp;lt; devices.size()&lt;BR /&gt;
	... QueryBufferSize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on md&lt;BR /&gt;
	... QueryBufferSize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on md&lt;BR /&gt;
	... QueryProfile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on pidx &amp;lt; (pxcI32)m_profiles.size()&lt;BR /&gt;
	... QueryProfile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on pidx &amp;lt; (pxcI32)m_profiles.size()&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;also and maybe more interesting:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;... WARN - num of pixels smaller then minValidPixelsRatio.&lt;BR /&gt;
	... WARN - Invalid depth values within the region surrounding the head central point.&lt;BR /&gt;
	... WARN - Failed to RecoverMissingRect. m_NumFramesSinceLastFailure is: 1&lt;BR /&gt;
	... WARN - DepthVals size is 0&lt;BR /&gt;
	... WARN - m_CurrMeanDepthVal is -1. m_numLastFailedExtractions is 4&lt;BR /&gt;
	... WARN - Failed to track blob.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;(I do not know&amp;nbsp;which internal information I'm allowed to publish here, therefore I refer for more details to the attached logs)&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;system info:&lt;BR /&gt;
	CPU: Intel Celeron 3205U&lt;BR /&gt;
	RAM: 4GB&lt;BR /&gt;
	camera: F200 connected to dedicated USB3 port&lt;BR /&gt;
	DCM version: 1.4.27.52404&lt;BR /&gt;
	Intel RealSense SDK version: 2015 R5&lt;BR /&gt;
	Windows 10 Pro x64, latest version and updates, freshly installed&lt;BR /&gt;
	beside the RealSense SDK/runtime/driver there are no other third-party programs installed or running&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Right now we do not know how to investigate this problem further and are looking for any hint, advice or solution.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;In the case there are any other information or logs you are interested in, feel free to contact me.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Thank you!&lt;/DIV&gt;

&lt;DIV&gt;Hape&lt;/DIV&gt;</description>
    <pubDate>Fri, 15 Jan 2016 06:38:32 GMT</pubDate>
    <dc:creator>hape</dc:creator>
    <dc:date>2016-01-15T06:38:32Z</dc:date>
    <item>
      <title>FaceTrack problem in COLOR_PLUS_DEPTH mode</title>
      <link>https://community.intel.com/t5/Software-Archive/FaceTrack-problem-in-COLOR-PLUS-DEPTH-mode/m-p/1088502#M64416</link>
      <description>&lt;DIV&gt;Hi, I experienced the following strange behaviour running the &lt;STRONG&gt;Intel Face Tracking &lt;/STRONG&gt;x64 sample application:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;In 3D mode, i.e. SetTrackingMode(PXCFaceConfiguration::TrackingModeType::FACE_MODE_COLOR_PLUS_DEPTH),&amp;nbsp;there a are strange problems:&lt;BR /&gt;
	- the face_id is any random number right after the start of the processing and changes a lot after a face is lost and a new is detected&lt;BR /&gt;
	- the face is only detected in a very limited distance from the camera: 90cm - 120cm&lt;BR /&gt;
	- outside of this position:&lt;BR /&gt;
	&amp;nbsp; - no face is detected, only in a very small pose range for very short time slots a face got detected&lt;BR /&gt;
	- in this postion without any movement of the head or changing light conditions:&lt;BR /&gt;
	&amp;nbsp; - the landmark and pose data are kind of stable available&lt;BR /&gt;
	&amp;nbsp; - the expression data is only rarely and during short time slots available&lt;BR /&gt;
	- the program crashes from time to time without any obvious reason&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;In 2D mode, i.e. SetTrackingMode(PXCFaceConfiguration::TrackingModeType::FACE_MODE_COLOR),&amp;nbsp;however,&amp;nbsp;everything works fine:&lt;BR /&gt;
	- the frame rate is normal 25+&lt;BR /&gt;
	- the face gets detected in all the usual positions and distances, landmark and other data computations are also fine&lt;/DIV&gt;

&lt;DIV&gt;&lt;BR /&gt;
	I looked in the log provided by the sdk_info program and found the following entries in sdk_app.log: (log-level: WARN, in this order, but with others in between)&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;... QueryDeviceInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on didx &amp;gt;= 0 &amp;amp;&amp;amp; didx &amp;lt; devices.size()&lt;BR /&gt;
	... QueryDeviceInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on didx &amp;gt;= 0 &amp;amp;&amp;amp; didx &amp;lt; devices.size()&lt;BR /&gt;
	... QueryBufferSize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on md&lt;BR /&gt;
	... QueryBufferSize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on md&lt;BR /&gt;
	... QueryProfile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on pidx &amp;lt; (pxcI32)m_profiles.size()&lt;BR /&gt;
	... QueryProfile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR - failed on pidx &amp;lt; (pxcI32)m_profiles.size()&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;also and maybe more interesting:&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;... WARN - num of pixels smaller then minValidPixelsRatio.&lt;BR /&gt;
	... WARN - Invalid depth values within the region surrounding the head central point.&lt;BR /&gt;
	... WARN - Failed to RecoverMissingRect. m_NumFramesSinceLastFailure is: 1&lt;BR /&gt;
	... WARN - DepthVals size is 0&lt;BR /&gt;
	... WARN - m_CurrMeanDepthVal is -1. m_numLastFailedExtractions is 4&lt;BR /&gt;
	... WARN - Failed to track blob.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;(I do not know&amp;nbsp;which internal information I'm allowed to publish here, therefore I refer for more details to the attached logs)&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;system info:&lt;BR /&gt;
	CPU: Intel Celeron 3205U&lt;BR /&gt;
	RAM: 4GB&lt;BR /&gt;
	camera: F200 connected to dedicated USB3 port&lt;BR /&gt;
	DCM version: 1.4.27.52404&lt;BR /&gt;
	Intel RealSense SDK version: 2015 R5&lt;BR /&gt;
	Windows 10 Pro x64, latest version and updates, freshly installed&lt;BR /&gt;
	beside the RealSense SDK/runtime/driver there are no other third-party programs installed or running&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Right now we do not know how to investigate this problem further and are looking for any hint, advice or solution.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;In the case there are any other information or logs you are interested in, feel free to contact me.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Thank you!&lt;/DIV&gt;

&lt;DIV&gt;Hape&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Jan 2016 06:38:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/FaceTrack-problem-in-COLOR-PLUS-DEPTH-mode/m-p/1088502#M64416</guid>
      <dc:creator>hape</dc:creator>
      <dc:date>2016-01-15T06:38:32Z</dc:date>
    </item>
    <item>
      <title>Since your CPU did not meet</title>
      <link>https://community.intel.com/t5/Software-Archive/FaceTrack-problem-in-COLOR-PLUS-DEPTH-mode/m-p/1088503#M64417</link>
      <description>&lt;P&gt;Since your CPU did not meet the minor requirement of RealSense SDK, I recommend you try this sample app under different machine and see if this issue still exists. Please see the detail requirement @https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/doc_devguide_hardware_and_software_requirements.html&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 16:29:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/FaceTrack-problem-in-COLOR-PLUS-DEPTH-mode/m-p/1088503#M64417</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2016-01-20T16:29:11Z</dc:date>
    </item>
  </channel>
</rss>

