<?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: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll) in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461619#M3889</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did both steps but in the last one I can't build the project.&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;/P&gt;&lt;P&gt;Error  The command "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp&lt;A&gt;\\copy_dependencies.bat&lt;/A&gt; x64 Debug "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\" "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\bin\x64\Debug\"" exited with code 9009. Intel.RealSense   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;/P&gt;&lt;P&gt;Error CS0006 Metadata file '&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\bin\x64\Debug\LibrealsenseWrapper.dll' could not be found cs-tutorial-2-capture &lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\cs-tutorial-2-capture\CSC 1 Active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;/P&gt;&lt;P&gt;Error CS0006 Metadata file '&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\bin\x64\Debug\LibrealsenseWrapper.dll' could not be found cs-tutorial-1-depth &lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\cs-tutorial-1-depth\CSC 1 Active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinícius&lt;/P&gt;</description>
    <pubDate>Tue, 06 Mar 2018 15:16:48 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2018-03-06T15:16:48Z</dc:date>
    <item>
      <title>Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461609#M3879</link>
      <description>&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;i would like find a tutorial for beginner to use my &lt;B&gt;D435&lt;/B&gt; in &lt;A href="http://vb.net"&gt;vb.net&lt;/A&gt; or C# .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;i've  downloaded &amp;amp; install &lt;B&gt;SDK 2.0&lt;/B&gt; from  &lt;A href="https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_windows.md"&gt;https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_windows.md&lt;/A&gt; librealsense/distribution_windows.md at master · IntelRealSense/librealsense · GitHub (last release).&lt;P&gt;i can use my camera with viewer downloaded, but when i want use by the Cs-tutorial-1-deph from wrappers directoy, i can't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in first, i've compiled  the &lt;B&gt;LibrealsenseWrapper.dll&lt;/B&gt; in &lt;B&gt;BIN\x64\DEBUG&lt;/B&gt; from the &lt;B&gt;intel.Realsense.csproject.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;And i've found in the directory the copy (automatic) of&lt;B&gt; realsense2.dl&lt;/B&gt;l from (SDK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when i open a tutorial project like &lt;B&gt;CS-tutorial-1-deph&lt;/B&gt;, the project doesn't find reference of "&lt;B&gt;Intel.Realsense&lt;/B&gt;".&lt;/P&gt;&lt;P&gt;i try different method to resolve this :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;delete this old reference (unknow &lt;B&gt;Intel.Realsense&lt;/B&gt;) to add &lt;B&gt;LibrealsenseWrapper.dll&lt;/B&gt; and &lt;B&gt;realsense2.dll. &lt;/B&gt;But realsense2.dll can't be added because i've a message :&lt;B&gt; "Please make sure that the file is accessible, and that is a valid assembly or COM component."&lt;/B&gt;&lt;/LI&gt;&lt;LI&gt;So i try to undersant why i can't insert this reference, and i try put it in system32 + regsvr32 =&amp;gt; doesn't work&lt;/LI&gt;&lt;LI&gt;in project, i insert code in post build event :&lt;B&gt; xcopy/y "$(ProgramFiles)\Intel Realsense SDK 2.0\bin\x64$(PlatformShortName)Realsense2.dll" "$Outdir)"&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't know how can i reference realsense2.dll in the project.&lt;/P&gt;&lt;P&gt;i've no idea to continue...can you help me, please?&lt;/P&gt;&lt;P&gt;thank's a lot.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 13:34:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461609#M3879</guid>
      <dc:creator>HH_</dc:creator>
      <dc:date>2018-03-03T13:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461610#M3880</link>
      <description>&lt;P&gt;Once you have obtained realsense2.dll by downloading the SDK 2.0, the next stage in the instructions is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Next navigate to /wrappers/csharp and open Intel.RealSense.SDK.sln with Visual Studio.  Press Ctrl + Shift + B to build the solution."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you done this, please?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 14:11:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461610#M3880</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-03T14:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461611#M3881</link>
      <description>&lt;P&gt;Thank you Marty to help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In first, it's possible we don't have same files downloaded because the in the directories &lt;B&gt;wrappers/csharp/&lt;/B&gt; (from librealsense-master i've found in Github), i' haven't got the file &lt;B&gt;Intel.RealSense.SDK.sln&lt;/B&gt;.&lt;/P&gt;&lt;P&gt;I've just a project file and not a solution project like you. Actualy with my files downloaded, i can just open the&lt;B&gt; intel.Realsense.csproj&lt;/B&gt; and generate the&lt;B&gt; lirealsenseWrapper &lt;/B&gt;with a copy (automatic) of&lt;B&gt; realsense2.dll &lt;/B&gt;in bin/x64/Debug.&lt;/P&gt;&lt;P&gt;Can you confirm me where you have find &lt;B&gt;Intel.RealSense.SDK.sln&lt;/B&gt; ?&lt;/P&gt;&lt;P&gt;i know just this link to access wrapper/csharp for Realsense D435 : &lt;A href="https://github.com/IntelRealSense/librealsense"&gt;https://github.com/IntelRealSense/librealsense&lt;/A&gt; GitHub - IntelRealSense/librealsense: Intel® RealSense™ SDK &lt;/P&gt;&lt;P&gt;i hope it's just a problem of files.&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 16:04:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461611#M3881</guid>
      <dc:creator>HH_</dc:creator>
      <dc:date>2018-03-03T16:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461612#M3882</link>
      <description>&lt;P&gt;i've found another package &lt;B&gt;librealsense-2.10.0.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;With this, i happy to find the same file .&lt;B&gt;sln&lt;/B&gt; like you. &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've build the solution and open tutorial 1 or 2, both projects have found all reference. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;But when i build, and debug that stop at lign 13: &lt;B&gt;NativeMethods.rs2_keep_frame(m_instance.handle);&lt;/B&gt;&lt;P&gt;with message in french : &lt;B&gt;impossible de trouver le point d'entree 'rs2_keep_frame' dans la dll 'realsense2&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with my first package, i've also this error when i've replaced the &lt;B&gt;Intel.Realsense (without reference) by&lt;/B&gt; the librealsenseWrapper.dll generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you an idea about?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 16:34:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461612#M3882</guid>
      <dc:creator>HH_</dc:creator>
      <dc:date>2018-03-03T16:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461613#M3883</link>
      <description>&lt;P&gt;I had just written a guide to explain about how to find the file in the latest SDK version's source code package, but you got there first before I could post the message.  I'm just happy you found it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know about those errors, so will have to do further research.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 16:41:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461613#M3883</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-03T16:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461614#M3884</link>
      <description>&lt;P&gt;The documentation says this about rs2_keep_frame:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"This function can be used to preserve specific frame for longer processing.  Calling it signals the intention to not return this frame to the pool within next 100ms."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rs2_keep_frame was only added to the SDK a couple of versions ago.  So I would make sure that you are using the realsense2.dll from the latest SDK version to make sure that the rs2_keep_frames instruction is supported in the dll you are using.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 16:55:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461614#M3884</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-03T16:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461615#M3885</link>
      <description>&lt;P&gt;Thank you really Marty&lt;/P&gt;&lt;P&gt;my version of SDK was dowloaded last month and a release is avalaible now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Sorry for the derrangement, and 1000 merci &lt;P&gt;&amp;nbsp;&lt;/P&gt;the Bird can fly itself now !</description>
      <pubDate>Sat, 03 Mar 2018 18:06:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461615#M3885</guid>
      <dc:creator>HH_</dc:creator>
      <dc:date>2018-03-03T18:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461616#M3886</link>
      <description>&lt;P&gt;I was glad to be able to help.  Bonne chance!  &lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 18:14:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461616#M3886</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-03T18:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461617#M3887</link>
      <description>&lt;P&gt;Hi to everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build the c#  wrapper from the GitHub c#  wrapper project but with no success.&lt;/P&gt;&lt;P&gt;I get the following errors:&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;/P&gt;&lt;P&gt;Error  The command "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp&lt;A&gt;\\copy_dependencies.bat&lt;/A&gt; x64 Debug "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\" "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\bin\x64\Debug\"" exited with code 9009. Intel.RealSense   &lt;/P&gt;&lt;P&gt;I already installed the most recent sdk (2.10.1). I've found the realsense2.dll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinícius&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:00:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461617#M3887</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-06T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461618#M3888</link>
      <description>&lt;P&gt;Your problem sounds similar to the user above who had trouble when they compiled x64/ debug.  The procedure I recommend following is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Downloading the latest RealSense SDK to get RealSense2.dll.  You have already done this step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  Navigate to /wrappers/csharp and open Intel.RealSense.SDK.sln with Visual Studio.  Press Ctrl + Shift + B to build the solution.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:12:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461618#M3888</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-06T15:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461619#M3889</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did both steps but in the last one I can't build the project.&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;/P&gt;&lt;P&gt;Error  The command "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp&lt;A&gt;\\copy_dependencies.bat&lt;/A&gt; x64 Debug "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\" "&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\bin\x64\Debug\"" exited with code 9009. Intel.RealSense   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;/P&gt;&lt;P&gt;Error CS0006 Metadata file '&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\bin\x64\Debug\LibrealsenseWrapper.dll' could not be found cs-tutorial-2-capture &lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\cs-tutorial-2-capture\CSC 1 Active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Severity Code Description Project File Line Suppression State&lt;/P&gt;&lt;P&gt;Error CS0006 Metadata file '&lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\bin\x64\Debug\LibrealsenseWrapper.dll' could not be found cs-tutorial-1-depth &lt;A&gt;C:\Users\User_Lab\Desktop\Intel&lt;/A&gt; RealSense C# \librealsense\wrappers\csharp\cs-tutorial-1-depth\CSC 1 Active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinícius&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:16:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461619#M3889</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-06T15:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461620#M3890</link>
      <description>&lt;P&gt;The severity error is generated by Visual Studio, and Error 9009 means that a file's path cannot be found by Visual Studio.    The error can sometimes be caused by having a space somewhere in the path name. &lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:34:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461620#M3890</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-06T15:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461621#M3891</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to build it.&lt;/P&gt;&lt;P&gt;I removed the following pre-build command that run the batch file.&lt;/P&gt;&lt;P&gt;Then I copied the realsense2.dll to the bin/x64/Debug folder.&lt;/P&gt;&lt;P&gt;Finally Ctrl+Shift+B command on VS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinícius&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 15:38:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461621#M3891</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-03-06T15:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461622#M3892</link>
      <description>&lt;P&gt;Awesome news!  Thanks so much for the feedback in case others have a similar problem.  Have a great day!  &lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 16:30:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461622#M3892</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-03-06T16:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461623#M3893</link>
      <description>&lt;P&gt;Hello, i can run successful the cs-tutorial-1-depth, but for the cs-tutorial-2-capture VS give me this exception&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frame didn't arrived within 5000 rs2_pipeline_wait_for_frames&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me? Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:54:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461623#M3893</guid>
      <dc:creator>DZamu</dc:creator>
      <dc:date>2018-04-17T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461624#M3894</link>
      <description>&lt;P&gt;A waiting for frames error can indicate that there is an issue with reliable detection of the camera by the computer.  This can be due to an instability in the supply of power to the USB port  Have you tried the camera in a different USB 3.0 port if you have one?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:59:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461624#M3894</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-17T13:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461625#M3895</link>
      <description>&lt;P&gt;Well now happen something interesting&lt;/P&gt;&lt;P&gt;I have switched the usb 3.0 port and the example run perfectly! But alter to stop the debugin and run it again it returned the same exception, then i go back to the first port but now the two port give the exception&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 14:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461625#M3895</guid>
      <dc:creator>DZamu</dc:creator>
      <dc:date>2018-04-17T14:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461626#M3896</link>
      <description>&lt;P&gt;Even with the Intel RealSense Viewer start well the RGB camera, depth and infrared, but for the VS solution i still geting the:&lt;/P&gt;&lt;P&gt;System.Exception: 'Frame didn't arrived within 5000&lt;/P&gt;&lt;P&gt;rs2_pipeline_wait_for_frames(pipe:000000001CE9BA20)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This only work the first time i run it after startup the pc, The RealSense Viewer work ever so i think maybe is not a problem of the power suply, maybe a problem of resources release?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i was trying to add the two reference in a new proyect (i installed the lasted release of the SDK) as said in the github; for Intel.RealSense.dll there is no problem, but when i try to add realsense2.dll it returned:&lt;/P&gt;&lt;P&gt;realsense2.dll could not be added. Please make sure that the file is accesible, and that it is a valid assembly or COM component.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:33:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461626#M3896</guid>
      <dc:creator>DZamu</dc:creator>
      <dc:date>2018-04-17T18:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cs-tutorial-1-deph from SKD 2.0 D435 (realsense2.dll)</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461627#M3897</link>
      <description>&lt;P&gt;The thread linked to below suggests a workaround for 'Frame didn't arrived within 5000' - calling hardware_reset() at the start of a script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/IntelRealSense/librealsense/issues/1086"&gt;https://github.com/IntelRealSense/librealsense/issues/1086&lt;/A&gt; Frames didn't arrive error - after improper shutdown · Issue # 1086 · IntelRealSense/librealsense · GitHub&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 22:06:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Cs-tutorial-1-deph-from-SKD-2-0-D435-realsense2-dll/m-p/461627#M3897</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2018-04-17T22:06:20Z</dc:date>
    </item>
  </channel>
</rss>

