<?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 Answering my own question in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074391#M59392</link>
    <description>&lt;P&gt;Answering my own question here for anyone else.&lt;/P&gt;

&lt;P&gt;The registration mode will determine how users are added to the database.&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="f_CodeExample"&gt;REGISTRATION_MODE_ON_DEMAND is what should be used to have control over when new users are added.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?recognitionregistrationmode_recognitionconfiguration_pxcfaceconfiguration.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?recognitionregistrationmode_recognitionconfiguration_pxcfaceconfiguration.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="f_CodeExample"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2015 18:12:21 GMT</pubDate>
    <dc:creator>Brennon_W_</dc:creator>
    <dc:date>2015-11-18T18:12:21Z</dc:date>
    <item>
      <title>QueryUserID</title>
      <link>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074390#M59391</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;According to these docs:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/queryuserid_recognitiondata_pxcfacedata.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/queryuserid_recognitiondata_pxcfacedata.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;An unrecognised user, should return -1.&lt;/P&gt;

&lt;P&gt;I am getting an incremental UserID count from the same face being queried.&lt;/P&gt;

&lt;P&gt;How is that possible?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 17:33:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074390#M59391</guid>
      <dc:creator>Brennon_W_</dc:creator>
      <dc:date>2015-11-18T17:33:45Z</dc:date>
    </item>
    <item>
      <title>Answering my own question</title>
      <link>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074391#M59392</link>
      <description>&lt;P&gt;Answering my own question here for anyone else.&lt;/P&gt;

&lt;P&gt;The registration mode will determine how users are added to the database.&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="f_CodeExample"&gt;REGISTRATION_MODE_ON_DEMAND is what should be used to have control over when new users are added.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?recognitionregistrationmode_recognitionconfiguration_pxcfaceconfiguration.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?recognitionregistrationmode_recognitionconfiguration_pxcfaceconfiguration.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="f_CodeExample"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 18:12:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074391#M59392</guid>
      <dc:creator>Brennon_W_</dc:creator>
      <dc:date>2015-11-18T18:12:21Z</dc:date>
    </item>
    <item>
      <title>Actually, scratch that - this</title>
      <link>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074392#M59393</link>
      <description>&lt;P&gt;Actually, scratch that - this appears to be just a bug?&lt;/P&gt;

&lt;P&gt;Regardless of the setting, new registrations just occur automatically.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 18:19:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074392#M59393</guid>
      <dc:creator>Brennon_W_</dc:creator>
      <dc:date>2015-11-18T18:19:19Z</dc:date>
    </item>
    <item>
      <title>Ok.</title>
      <link>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074393#M59394</link>
      <description>&lt;P&gt;Ok.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	This issue probably falls under the category of logical bug, because of the member function naming convention used in the SDK.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Because the designers of the SDK have used a pattern whereby Interface instances are returned through method queries, both "PXCMFaceData.Face" and "PXCMFaceData.DetectionData" types (sharing the same Interface type of PXCMFaceData) support the member function named of QueryUserID.&lt;/P&gt;

&lt;P&gt;PXCMFaceData.Face.QueryUserID actually returns a FaceIdentifier, which is not documented at all.&lt;/P&gt;

&lt;P&gt;PXCMFaceData.DetectionData.QueryUserID return correctly the UserID.&lt;/P&gt;

&lt;P&gt;Intel: The descriptive name of the member function is nothing to do with the result. This should be corrected.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:48:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074393#M59394</guid>
      <dc:creator>Brennon_W_</dc:creator>
      <dc:date>2015-11-18T19:48:21Z</dc:date>
    </item>
    <item>
      <title>It was documented @https:/</title>
      <link>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074394#M59395</link>
      <description>&lt;P&gt;It was documented @https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/queryuserid_face_pxcfacedata.html, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 20:56:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/QueryUserID/m-p/1074394#M59395</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2015-11-18T20:56:08Z</dc:date>
    </item>
  </channel>
</rss>

