<?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 Debug the PXCM3DScan will in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115988#M74087</link>
    <description>&lt;P&gt;Debug the PXCM3DScan will show up "PXCM_STATUS_ITEM_UNAVAILABLE". Once the "&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 14.3088006973267px;"&gt;scanConfig.options =scanConfig.options | PXCM3DScan.ReconstructionOption.LANDMARKS;" &lt;/SPAN&gt;was set, no matter&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 14.3088006973267px;"&gt;&amp;nbsp;"reconstructionOption.TEXTURE" &amp;nbsp;&lt;/SPAN&gt;or&amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 14.3088006973267px;"&gt;"reconstructionOption.TEXTURE" &lt;/SPAN&gt;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;will come out the same error.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2015 04:31:29 GMT</pubDate>
    <dc:creator>志成_符_</dc:creator>
    <dc:date>2015-12-22T04:31:29Z</dc:date>
    <item>
      <title>Output landmarkPoints(*.json) files error</title>
      <link>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115986#M74085</link>
      <description>&lt;P&gt;Hi everyone. I can got the landmarkPoint sucessfully, but while I want to save the obj files with texture &amp;nbsp;and output the &amp;nbsp;landmark files together, and error turn out. While I just save the obj &amp;nbsp;files with texture, no error will happen. The developement enviroment is U3D 5.1+ Win10 +SDK R5V7 + SR300. Do anyone successfully output the lankmark files(*.json) ? Can u share the succefull example? My code is followed, while setting the config, error won`t show up until the output step.&lt;/P&gt;

&lt;PRE class="brush:csharp;"&gt;PXCM3DScan.Configuration scanConfig = new PXCM3DScan.Configuration();
scanConfig.mode = PXCM3DScan.ScanningMode.FACE;
scanConfig.options = PXCM3DScan.ReconstructionOption.NONE;

scanConfig.options =scanConfig.options | PXCM3DScan.ReconstructionOption.LANDMARKS;
scanConfig.startScan = true;
scanner.SetConfiguration(scanConfig);&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 02:37:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115986#M74085</guid>
      <dc:creator>志成_符_</dc:creator>
      <dc:date>2015-12-21T02:37:36Z</dc:date>
    </item>
    <item>
      <title>Kevin, I cannot reproduce</title>
      <link>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115987#M74086</link>
      <description>&lt;P&gt;Kevin, I cannot reproduce your issue. What error did you get when you save obj file with landmark? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 23:17:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115987#M74086</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2015-12-21T23:17:47Z</dc:date>
    </item>
    <item>
      <title>Debug the PXCM3DScan will</title>
      <link>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115988#M74087</link>
      <description>&lt;P&gt;Debug the PXCM3DScan will show up "PXCM_STATUS_ITEM_UNAVAILABLE". Once the "&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 14.3088006973267px;"&gt;scanConfig.options =scanConfig.options | PXCM3DScan.ReconstructionOption.LANDMARKS;" &lt;/SPAN&gt;was set, no matter&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 14.3088006973267px;"&gt;&amp;nbsp;"reconstructionOption.TEXTURE" &amp;nbsp;&lt;/SPAN&gt;or&amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 14.3088006973267px;"&gt;"reconstructionOption.TEXTURE" &lt;/SPAN&gt;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;will come out the same error.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 04:31:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115988#M74087</guid>
      <dc:creator>志成_符_</dc:creator>
      <dc:date>2015-12-22T04:31:29Z</dc:date>
    </item>
    <item>
      <title>I did not have this issue</title>
      <link>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115989#M74088</link>
      <description>&lt;P&gt;Sorry, I can reproduce this issue. It looks like there is a bug there. We will fix it in future release. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Output-landmarkPoints-json-files-error/m-p/1115989#M74088</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2015-12-22T16:32:00Z</dc:date>
    </item>
  </channel>
</rss>

