<?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 Thanks for the answer David, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068914#M57375</link>
    <description>&lt;P&gt;Thanks for the answer David, did the trick!&lt;/P&gt;

&lt;P&gt;Klaus; i think there used to be an C++ example but it has been left out at some point. I found this example useful (C++),&amp;nbsp;https://github.com/GameTechDev/FaceMapping/blob/master/facescan/GameFaceScan.cpp and quite supportive ;)&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2016 20:14:58 GMT</pubDate>
    <dc:creator>Tom_D_1</dc:creator>
    <dc:date>2016-06-30T20:14:58Z</dc:date>
    <item>
      <title>3D Scan Error with Texture Flag</title>
      <link>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068909#M57370</link>
      <description>&lt;P&gt;I've seen the 3D Scan demo work in the SDK and in my own c++ code, but when I try to initialize it with the Textures flag, either in my code or in the demo C# app, I get an error. The demo app reports "SetConfiguration returned an error." And the SDK in my own app returns from SetConfiguration() with "PXC_STATUS_INIT_FAILED (-503)"&lt;/P&gt;

&lt;P&gt;I have a RealSense R200, running VS2015 on Windows 8.1, 64 bit, on a 2014 MacBook Pro with Bootcamp.&lt;/P&gt;

&lt;P&gt;If I was having other trouble getting the SDK working, I'd revisit the hardware setup. But everything else seems to be working just fine. It's just the Texture flag on the 3D Scanning that's failing me. Any ideas?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;Here's my code:&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:;"&gt;    PXCSenseManager *sm = PXCSenseManager::CreateInstance();

    pxcStatus s = sm-&amp;gt;Enable3DScan();

    s = sm-&amp;gt;Init();

    PXC3DScan *scan = sm-&amp;gt;Query3DScan();

    PXC3DScan::Configuration scan_config = scan-&amp;gt;QueryConfiguration();

    scan_config.startScan = false;

    scan_config.mode = PXC3DScan::ScanningMode::FACE;

    scan_config.options = PXC3DScan::ReconstructionOption::TEXTURE;

    s = scan-&amp;gt;SetConfiguration(scan_config);

//s is coming back as PXC_STATUS_INIT_FAILED&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 18:01:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068909#M57370</guid>
      <dc:creator>josh_s_2</dc:creator>
      <dc:date>2016-03-31T18:01:41Z</dc:date>
    </item>
    <item>
      <title>Thanks for reporting this</title>
      <link>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068910#M57371</link>
      <description>&lt;P&gt;Thanks for reporting this issue. I will look at it and see if it is a bug. Will keep you post.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 22:12:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068910#M57371</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2016-03-31T22:12:44Z</dc:date>
    </item>
    <item>
      <title>It is a known issue for 32bit</title>
      <link>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068911#M57372</link>
      <description>&lt;P&gt;It is a known issue for 32bit app. Please try our 64bit app @C:\Program Files (x86)\Intel\RSSDK\bin\x64\DF_3DScan.cs.exe. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 19:01:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068911#M57372</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2016-04-01T19:01:17Z</dc:date>
    </item>
    <item>
      <title>Hello Josh!</title>
      <link>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068912#M57373</link>
      <description>&lt;P&gt;Hello Josh!&lt;/P&gt;

&lt;P&gt;Since I won't get any support from Intel, I wanted to ask you if you maybe have the c++ version of the 3D-scan-sample. My SDK seems to be "too new" and I only have the C# version which is useless for me, since I don't have the necessary qualifications to fix a C# program. So I'd really need the C++ code. Maybe you can help me out.&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Kind regards, Klaus&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:03:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068912#M57373</guid>
      <dc:creator>Klaus_V_</dc:creator>
      <dc:date>2016-04-12T14:03:54Z</dc:date>
    </item>
    <item>
      <title>Klaus,</title>
      <link>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068913#M57374</link>
      <description>&lt;P&gt;Klaus,&lt;/P&gt;

&lt;P&gt;I don't think there is a 3D Scan c++ sample app. I was able to find the x64 version of the c# sample to test the scanning with the texture flag, and I was able to get my code (above) working when I compiled for x64.&lt;/P&gt;

&lt;P&gt;-Josh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 17:47:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068913#M57374</guid>
      <dc:creator>josh_s_2</dc:creator>
      <dc:date>2016-04-12T17:47:17Z</dc:date>
    </item>
    <item>
      <title>Thanks for the answer David,</title>
      <link>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068914#M57375</link>
      <description>&lt;P&gt;Thanks for the answer David, did the trick!&lt;/P&gt;

&lt;P&gt;Klaus; i think there used to be an C++ example but it has been left out at some point. I found this example useful (C++),&amp;nbsp;https://github.com/GameTechDev/FaceMapping/blob/master/facescan/GameFaceScan.cpp and quite supportive ;)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 20:14:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/3D-Scan-Error-with-Texture-Flag/m-p/1068914#M57375</guid>
      <dc:creator>Tom_D_1</dc:creator>
      <dc:date>2016-06-30T20:14:58Z</dc:date>
    </item>
  </channel>
</rss>

