<?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: 3D object scan with the SR300 in Unity in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610664#M12824</link>
    <description>&lt;P&gt;You're very welcome.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bear in mind that I'm not sure if Unity RawStreams is a Unity implementation of the original C#  code, or a program with different code but the same name because it performs the same purpose.  But it's as good a place as any to start researching conversion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the R3 SDK has considerable architectural differences to R2, I would compare C#  RawStreams in R3 to Unity RawStreams in R3 so you are comparing like for like.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the documentation page for C#  RawStreams in R3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/724967"&gt;https://software.intel.com/en-us/node/724967&lt;/A&gt; Sample: RawStreams [C++, C# ] | Intel® Software &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And its R3 Unity equivalent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/724968"&gt;https://software.intel.com/en-us/node/724968&lt;/A&gt; Sample: RawStreams [Unity] | Intel® Software &lt;/P&gt;</description>
    <pubDate>Sat, 14 Apr 2018 16:56:54 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2018-04-14T16:56:54Z</dc:date>
    <item>
      <title>3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610659#M12819</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attempting to take in the point cloud values of an object, with the SR300 in Unity, and create a mesh that will reconstruct the object it is scanning. I have thought of using OpenCV and placing a tag of some sort beneath the object to enable tracking, but I'm not sure if that is the right approach. I would love to be able to place the object on some surface and move the camera around the object while capturing the data. The project needs to be code based therefore the 3Dscan program can't be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed this community for a long time as a lurker only but need to ask this question in case someone may be able to help. I have gone through the extremely helpful tutorials by MartyG (The man is a legend and a saint) and have a decent grasp on the concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know of any existing attempts at this with Unity ? Or am I wasting my time ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for taking a look at this for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Conor.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 14:55:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610659#M12819</guid>
      <dc:creator>CMcQu</dc:creator>
      <dc:date>2018-04-14T14:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610660#M12820</link>
      <description>&lt;P&gt;Thank you very much for your kind words, Conor!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Textured point-clouds in Unity were implemented in RealSense SDK 2.0's previous version before the current one, 2.10.2.  You can download the latest version of the SDK (2.10.3) from here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/releases/"&gt;https://github.com/IntelRealSense/librealsense/releases/&lt;/A&gt; Releases · IntelRealSense/librealsense · GitHub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quoting from the SDK release notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the RealSenseDeivce object in Unity's Hierarchy view, you can find PointCloud object that provides a 3D point cloud of the depth data in the form of Unity Particles (Using the Particle System).  The PointCloud object uses the PointCloudGenerator.cs script which allows some user control over the output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gradient - is a color gradient used to color the particles&lt;/P&gt;&lt;P&gt;Points Size - Controls the size of the Particles&lt;/P&gt;&lt;P&gt;Skip Particles - A factor &amp;gt;= 1 meaning how many points to skip when creating the particles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would prefer to do it in the old SDKs (2016 R2 and 2016 R3), it would be feasible for you to use 3DScan, as the source code for it is provided in the Sample Browser application that comes with the R2 and R3 SDKs so you can create your own custom version.  The Browser is inside the 'Intel RealSense SDK Gold' folder that installation of R2 or R3 places on your desktop.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 16:04:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610660#M12820</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-14T16:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610661#M12821</link>
      <description>&lt;P&gt;Hi Marty !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll definitely be using that Unity script you mentioned there, the particle system seems like it will useful for other parts of the project as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think that it would be feasible for me to create a bootleg c#  script from that 3D scan program you mentioned ? I've managed to get the point cloud rendering to work but now I need to start implementing the scanning feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conor.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 16:38:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610661#M12821</guid>
      <dc:creator>CMcQu</dc:creator>
      <dc:date>2018-04-14T16:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610662#M12822</link>
      <description>&lt;P&gt;The 3DScan sample program is fortunately in C#  language, so converting it into another C#  scanning program should be straightforward.  If you want to integrate it into a Unity app, that may be trickier.  Fortunately Unity uses C#  too, so that is helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The '2016 R3' SDK has a Unity version of the C#  RawStreams sample.  So if you could compare the C#  RawStreams sample's code to the code of the Unity RawStreams sample, that may give you some useful indicators about how to make a Unity version of 3DScan.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 16:46:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610662#M12822</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-14T16:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610663#M12823</link>
      <description>&lt;P&gt;Thank you very much, I'm going to jump in with what you're suggesting and hopefully it'll be successful !&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 16:47:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610663#M12823</guid>
      <dc:creator>CMcQu</dc:creator>
      <dc:date>2018-04-14T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610664#M12824</link>
      <description>&lt;P&gt;You're very welcome.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bear in mind that I'm not sure if Unity RawStreams is a Unity implementation of the original C#  code, or a program with different code but the same name because it performs the same purpose.  But it's as good a place as any to start researching conversion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the R3 SDK has considerable architectural differences to R2, I would compare C#  RawStreams in R3 to Unity RawStreams in R3 so you are comparing like for like.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the documentation page for C#  RawStreams in R3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/724967"&gt;https://software.intel.com/en-us/node/724967&lt;/A&gt; Sample: RawStreams [C++, C# ] | Intel® Software &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And its R3 Unity equivalent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/724968"&gt;https://software.intel.com/en-us/node/724968&lt;/A&gt; Sample: RawStreams [Unity] | Intel® Software &lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 16:56:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610664#M12824</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-14T16:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610665#M12825</link>
      <description>&lt;P&gt;Hi Marty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having trouble finding the R3 SDK. This website asks me to register when I attempt to download the 3dscan standalone component. Is there a method to download the entire sdk in one package ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 15:19:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610665#M12825</guid>
      <dc:creator>CMcQu</dc:creator>
      <dc:date>2018-04-16T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610666#M12826</link>
      <description>&lt;P&gt;The R3 SDK has to be installed in modules, with the Essentials module first and then the other modules for the features that you need after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some links to launch the downloads immediately in your browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ESSENTIALS&lt;/P&gt;&lt;P&gt;&lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9558/intel_rs_sdk_mw_core_offline_11.0.27.1384.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9558/intel_rs_sdk_mw_core_offline_11.0.27.1384.exe&lt;/A&gt; &lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9558/intel_rs_sdk_mw_core_offline_11.0.27.1384.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9558/intel_rs_sdk_mw_core_offline_11.0.27.1384.exe&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3D SCAN&lt;/P&gt;&lt;P&gt;&lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9546/intel_rs_sdk_mw_scan3d_hybrid_11.0.27.8892.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9546/intel_rs_sdk_mw_scan3d_hybrid_11.0.27.8892.exe&lt;/A&gt; &lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9546/intel_rs_sdk_mw_scan3d_hybrid_11.0.27.8892.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9546/intel_rs_sdk_mw_scan3d_hybrid_11.0.27.8892.exe&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURSOR MODE&lt;/P&gt;&lt;P&gt;&lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9556/intel_rs_sdk_mw_cursor_hybrid_11.0.27.1404.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9556/intel_rs_sdk_mw_cursor_hybrid_11.0.27.1404.exe&lt;/A&gt; &lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9556/intel_rs_sdk_mw_cursor_hybrid_11.0.27.1404.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9556/intel_rs_sdk_mw_cursor_hybrid_11.0.27.1404.exe&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FACE TRACKING AND RECOGNITION&lt;/P&gt;&lt;P&gt;&lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9560/intel_rs_sdk_mw_face_hybrid_11.0.28.2787.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9560/intel_rs_sdk_mw_face_hybrid_11.0.28.2787.exe&lt;/A&gt; &lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9560/intel_rs_sdk_mw_face_hybrid_11.0.28.2787.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9560/intel_rs_sdk_mw_face_hybrid_11.0.28.2787.exe&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HAND TRACKING&lt;/P&gt;&lt;P&gt;&lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9562/intel_rs_sdk_mw_hand_hybrid_11.0.27.1404.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9562/intel_rs_sdk_mw_hand_hybrid_11.0.27.1404.exe&lt;/A&gt; &lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9562/intel_rs_sdk_mw_hand_hybrid_11.0.27.1404.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9562/intel_rs_sdk_mw_hand_hybrid_11.0.27.1404.exe&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER BACKGROUND SEGMENTATION&lt;/P&gt;&lt;P&gt;&lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9554/intel_rs_sdk_mw_seg3d_hybrid_11.0.27.2322.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9554/intel_rs_sdk_mw_seg3d_hybrid_11.0.27.2322.exe&lt;/A&gt; &lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9554/intel_rs_sdk_mw_seg3d_hybrid_11.0.27.2322.exe"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/9554/intel_rs_sdk_mw_seg3d_hybrid_11.0.27.2322.exe&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 15:33:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610666#M12826</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-16T15:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610667#M12827</link>
      <description>&lt;P&gt;Perfect, thank you very much !&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:19:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610667#M12827</guid>
      <dc:creator>CMcQu</dc:creator>
      <dc:date>2018-04-16T16:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610668#M12828</link>
      <description>&lt;P&gt;Hi MartyG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask how the RealSense 3dScan algorithm works ? As in, how does it match the point cloud taken from one saved frame to the next ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm covering the ICP algorithm in my thesis and wonder if that's what's going on here too. Does the 3DScan program detect features of an object, and does the camera know it's own world coordinates ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for all of your help and I promise that this will be my last question &lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 18:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610668#M12828</guid>
      <dc:creator>CMcQu</dc:creator>
      <dc:date>2018-04-18T18:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610669#M12829</link>
      <description>&lt;P&gt;There's no limit on the number of times you can ask for help.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The old SDK was not fully open source and some of the algorithms were kept private by Intel as their intellectual property.  The old R3 SDK's documentation does have a series of guide pages for its 3D scan feature that you can browse through with selector arrows or the side-menu though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/node/724971"&gt;https://software.intel.com/en-us/node/724971&lt;/A&gt; 3D Scan [F200, SR300] | Intel® Software &lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 19:06:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610669#M12829</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-18T19:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610670#M12830</link>
      <description>&lt;P&gt;Haha, no worries I won't try to pry. Thank you again by the way and I actually do have another question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a method to get the camera's world coordinates ? If I want to scan then the transformation matrix multiplications will be handy if I know the position of the camera once I move it for scanning. If not then I understand that I may need to look into feature recognition or some sort of marker tag.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 15:06:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610670#M12830</guid>
      <dc:creator>CMcQu</dc:creator>
      <dc:date>2018-04-19T15:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610671#M12831</link>
      <description>&lt;P&gt;If you are using the old 2016 R3 SDK then the instruction to project world coordinates to the depth coordinates is ProjectCameratoDepth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?projectcameratodepth_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?projectcameratodepth_pxcprojection.html&lt;/A&gt; Intel® RealSense™ SDK 2016 R3 Documentation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The opposite process (projecting depth to the world coordinates) is ProjectDepthToCamera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?projectdepthtocamera_pxcprojection.html"&gt;https://software.intel.com/sites/landingpage/realsense/camera-sdk/v2016r3/documentation/html/index.html?projectdepthtocamera_pxcprojection.html&lt;/A&gt; Intel® RealSense™ SDK 2016 R3 Documentation &lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 15:40:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610671#M12831</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-19T15:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: 3D object scan with the SR300 in Unity</title>
      <link>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610672#M12832</link>
      <description>&lt;P&gt;Perfect, thank you so much.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 15:46:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/3D-object-scan-with-the-SR300-in-Unity/m-p/610672#M12832</guid>
      <dc:creator>CMcQu</dc:creator>
      <dc:date>2018-04-19T15:46:30Z</dc:date>
    </item>
  </channel>
</rss>

