<?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 Re: Face tracking information in SDK R2, FACE_MODE_COLOR_PLUS_DEPTH in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383213#M1968</link>
    <description>&lt;P&gt;Hi jcelerier, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We are writing to follow up on your thread, let us know if the recommendation from the previous post worked for you or if you need further assistance with this. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have a great day! &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Leonardo L</description>
    <pubDate>Tue, 18 Jul 2017 15:40:49 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2017-07-18T15:40:49Z</dc:date>
    <item>
      <title>Face tracking information in SDK R2, FACE_MODE_COLOR_PLUS_DEPTH</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383209#M1964</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;due to the issues with the SDK R3 we've been downgrading to SDK R2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the following issue arise:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Face tracking is rs::Face::FaceConfiguration::FACE_MODE_COLOR_PLUS_DEPTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Streams are setup like this:&lt;/P&gt;&lt;P&gt;        rs::DataDesc ddesc = {};&lt;/P&gt;&lt;P&gt;        memset(&amp;amp;ddesc, 0, sizeof(rs::DataDesc));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ddesc.streams.color.sizeMin = { 1920, 1080 };&lt;/P&gt;&lt;P&gt;        ddesc.streams.color.sizeMax = { 1920, 1080 };&lt;/P&gt;&lt;P&gt;        ddesc.streams.color.frameRate = { 3, 60 };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ddesc.streams.depth.sizeMin = { 1, 1 };&lt;/P&gt;&lt;P&gt;        ddesc.streams.depth.sizeMax = { 1920, 1080 };&lt;/P&gt;&lt;P&gt;        ddesc.streams.depth.frameRate = { 3, 60 };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        m_reader-&amp;gt;EnableStreams(&amp;amp;ddesc);&lt;/P&gt;        m_rs-&amp;gt;EnableFace();&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* I'm using the event handler method, reimplementing&lt;/P&gt;&lt;P&gt;pxcStatus PXCAPI OnNewSample(pxcUID sender, rs::Sample* sample)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside, both the sample-&amp;gt;color and sample-&amp;gt;depth members contain data at each call.&lt;/P&gt;&lt;P&gt;I'm then trying to read landmarks from the PXCFaceData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But sometimes the landmarks are scaled to the depth image, and sometimes they are scaled to the color image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I set rs::Face::FaceConfiguration::FACE_MODE_COLOR they are always scaled to the color image, and if I set rs::Face::FaceConfiguration::FACE_MODE_IR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;they are always scaled to the depth image.&lt;P&gt;But how can I know, from the OnNewSample callback, from which stream those points are originating in FACE_MODE_COLOR_PLUS_DEPTH ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:42:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383209#M1964</guid>
      <dc:creator>JCele</dc:creator>
      <dc:date>2017-07-12T09:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Face tracking information in SDK R2, FACE_MODE_COLOR_PLUS_DEPTH</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383210#M1965</link>
      <description>&lt;P&gt;(note: the names look like the SDK R3 names only because I've been adding typedefs to prevent changing too much of the code when downgrading R3 -&amp;gt; R2).&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 09:43:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383210#M1965</guid>
      <dc:creator>JCele</dc:creator>
      <dc:date>2017-07-12T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Face tracking information in SDK R2, FACE_MODE_COLOR_PLUS_DEPTH</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383211#M1966</link>
      <description>&lt;P&gt;Hi jcelerier, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for contacting the Intel RealSense community support, allow me to investigate further on this scenario so we can test this on our end and let you know our findings in regards to the landmarks produced by the face tracking module. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have a great day! &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Leonardo L &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 23:52:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383211#M1966</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-12T23:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Face tracking information in SDK R2, FACE_MODE_COLOR_PLUS_DEPTH</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383212#M1967</link>
      <description>&lt;P&gt;Hi jcelerier, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We have reviewed your thread and I got the following from our research: we noticed that in the DF_FaceTracking sample code, that FACE_MODE_COLOR_PLUS_DEPTH and FACE_MODE_IR get treated the same - they both lead to renderer-&amp;gt;SetRendererType(FaceTrackingRenderer::R3D); as seen in main.cpp line 335-338.  Give this a try and let us know if this gets you the values that you need for the landmarks. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We hope you find this information helpful. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Leonardo L &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:26:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383212#M1967</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-13T20:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Face tracking information in SDK R2, FACE_MODE_COLOR_PLUS_DEPTH</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383213#M1968</link>
      <description>&lt;P&gt;Hi jcelerier, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;We are writing to follow up on your thread, let us know if the recommendation from the previous post worked for you or if you need further assistance with this. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have a great day! &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Leonardo L</description>
      <pubDate>Tue, 18 Jul 2017 15:40:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383213#M1968</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-18T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Face tracking information in SDK R2, FACE_MODE_COLOR_PLUS_DEPTH</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383214#M1969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I could solve my problem by getting the face data in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pxcStatus OnModuleProcessedFrame(pxcUID mid, PXCBase *module, PXCCapture::Sample *sample);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pxcStatus PXCAPI OnNewSample(pxcUID sender, rs::Sample* sample);&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 17:13:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383214#M1969</guid>
      <dc:creator>JCele</dc:creator>
      <dc:date>2017-07-18T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Face tracking information in SDK R2, FACE_MODE_COLOR_PLUS_DEPTH</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383215#M1970</link>
      <description>&lt;P&gt;Hi jcelerier, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for the update, we're glad to hear that you were able to solve your issue, also thanks for sharing the solution, It'll be useful for future users in case they experience the same issue. It was our pleasure to assist you with this issue. &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Have a great day! &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards, &lt;P&gt;&amp;nbsp;&lt;/P&gt;Leonardo L</description>
      <pubDate>Tue, 18 Jul 2017 17:45:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Face-tracking-information-in-SDK-R2-FACE-MODE-COLOR-PLUS-DEPTH/m-p/383215#M1970</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-07-18T17:45:23Z</dc:date>
    </item>
  </channel>
</rss>

