<?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: queryPoints() | alias has value LANDMARK_NOT_NAMED in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465099#M4079</link>
    <description>&lt;P&gt;Hello Yermi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply. I have Version 10.0.26.8396 inastalled. If there is anything you need to know, let me know.&lt;/P&gt;</description>
    <pubDate>Sat, 13 May 2017 07:20:12 GMT</pubDate>
    <dc:creator>TSahi</dc:creator>
    <dc:date>2017-05-13T07:20:12Z</dc:date>
    <item>
      <title>queryPoints() | alias has value LANDMARK_NOT_NAMED</title>
      <link>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465097#M4077</link>
      <description>&lt;P&gt;Hey everbody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after calling the function queryLandmarks() and queryPoints(out points) I'm trying to use the Landmark names(alias) to analyse certrain face features. Unfortunately all 78 Landmarks get the name Landmark_Not_Named. According to the documentation only some enum LandmarkTypes which don't have a value are supposed to get Not_Named.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found another Question posted last year. Not sure if anything has changed. Does anyone have any further information or a better idea to work around it?&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/672672"&gt;https://software.intel.com/en-us/forums/realsense/topic/672672&lt;/A&gt; Bug: LandMarkPointSource::alias has value LANDMARK_NOT_NAMED for all face landmarks (SDK v10)&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;var ldata = face.QueryLandmarks();&lt;/P&gt;&lt;P&gt;                        PXCMFaceData.LandmarkPoint[] points;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                        if (ldata != null)&lt;/P&gt;&lt;P&gt;                        {&lt;/P&gt;&lt;P&gt;                            ldata.QueryPoints(out points);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            if (points != null)&lt;/P&gt;&lt;P&gt;                            {&lt;/P&gt;&lt;P&gt;                                DrawLandmark(f);&lt;/P&gt;&lt;P&gt;                                //fake check&lt;/P&gt;&lt;P&gt;                                int cntLm = 0;&lt;/P&gt;&lt;P&gt;                                foreach (PXCMFaceData.LandmarkPoint pnt in points)&lt;/P&gt;&lt;P&gt;                                {&lt;/P&gt;&lt;P&gt;                                    LandMarkPoint LP = new LandMarkPoint();&lt;/P&gt;&lt;P&gt;                                    LP.ColorImageCoordinate = new IntPoint((int)pnt.image.x, (int)pnt.image.y);&lt;/P&gt;&lt;P&gt;                                    LP.WorldCoordinate = new NamedVector3D() { X = pnt.world.x, Y = pnt.world.y, Z = pnt.world.z, Name = &lt;A href="http://LP.Name"&gt;LP.Name&lt;/A&gt; };&lt;/P&gt;&lt;P&gt;                            &lt;/P&gt;&lt;P&gt;                                    if (pnt.source.alias != PXCMFaceData.LandmarkType.LANDMARK_NOT_NAMED)&lt;/P&gt;&lt;P&gt;                                    {&lt;/P&gt;&lt;P&gt;                                        &lt;A href="http://LP.Name"&gt;LP.Name&lt;/A&gt; = pnt.source.alias.ToString();&lt;/P&gt;&lt;P&gt;                                    }&lt;/P&gt;&lt;P&gt;                                    else&lt;/P&gt;&lt;P&gt;                                    {&lt;/P&gt;&lt;P&gt;                                        cntLm++;&lt;/P&gt;&lt;P&gt;                                        &lt;A href="http://LP.Name"&gt;LP.Name&lt;/A&gt; = pnt.source.alias.ToString() + "_" + cntLm.ToString();&lt;/P&gt;&lt;P&gt;                                    }&lt;/P&gt;&lt;P&gt;                                    myFaceInfo.Landmarks.Add(&lt;A href="http://LP.Name"&gt;LP.Name&lt;/A&gt;, LP);&lt;/P&gt;&lt;P&gt;                                }&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 14:55:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465097#M4077</guid>
      <dc:creator>TSahi</dc:creator>
      <dc:date>2017-05-12T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: queryPoints() | alias has value LANDMARK_NOT_NAMED</title>
      <link>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465098#M4078</link>
      <description>&lt;P&gt;Hi Talha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for your interest in the Intel® RealSense Technology.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;We would like to investigate a little bit more regarding your inquiry and as soon as we have useful information we'll let you know.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Additionally, could you please let us know which SDK version and RealSense camera you are using?&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;-Yermi A.&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 22:32:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465098#M4078</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-12T22:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: queryPoints() | alias has value LANDMARK_NOT_NAMED</title>
      <link>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465099#M4079</link>
      <description>&lt;P&gt;Hello Yermi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply. I have Version 10.0.26.8396 inastalled. If there is anything you need to know, let me know.&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 07:20:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465099#M4079</guid>
      <dc:creator>TSahi</dc:creator>
      <dc:date>2017-05-13T07:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: queryPoints() | alias has value LANDMARK_NOT_NAMED</title>
      <link>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465100#M4080</link>
      <description>&lt;P&gt;Hi Talha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for the information. We'll continue investigating about it and we'll let you know any updates as soon as possible.&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;-Yermi A.&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 15:36:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465100#M4080</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-15T15:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: queryPoints() | alias has value LANDMARK_NOT_NAMED</title>
      <link>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465101#M4081</link>
      <description>&lt;P&gt;Hi Talha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;We double checked with the proper department and figured out that the issue with Landmark_Not_Named is a known issue that our engineering team is aware of. However, at this moment there is no fix planned.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Our apologies for any inconvenience it may cause.&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;-Yermi A  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 00:14:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465101#M4081</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-05-16T00:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: queryPoints() | alias has value LANDMARK_NOT_NAMED</title>
      <link>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465102#M4082</link>
      <description>&lt;P&gt;Hey Yermi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply anyways. I'll look into using sdk version 8 or try another work around then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Where is the best place to download sdk version 8? Could you help me with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Talha&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 06:39:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/queryPoints-alias-has-value-LANDMARK-NOT-NAMED/m-p/465102#M4082</guid>
      <dc:creator>TSahi</dc:creator>
      <dc:date>2017-05-16T06:39:17Z</dc:date>
    </item>
  </channel>
</rss>

