<?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 Marty for the details in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Is-Intel-RealSense-3D-Camera-Virtual-Driver-mandatory/m-p/1052458#M50577</link>
    <description>&lt;P&gt;Thanks Marty for the details on the driver.&lt;/P&gt;

&lt;P&gt;Actualy when i developed my app using Unity, i included a check for Camera connectivity by checking for '&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;Intel RealSense 3D Camera Front RGB'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;using device[0].name in unity script.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;Similar to below:&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;if(device[0].name ==&amp;nbsp;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;Intel RealSense 3D Camera Front RGB')&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Proceed with application module.&lt;/P&gt;

&lt;P&gt;else&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Print "Intel RealSense Camera is not connected properly. Please try again"&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Quit the app&lt;/P&gt;

&lt;P&gt;and it was working fine.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Lately i ran my app and it just kept quitting even though the camera was connected properly.&lt;/P&gt;

&lt;P&gt;And as i remember i havent done any changes to RealSense SDK installation or Camera firmware and driver installations.&lt;/P&gt;

&lt;P&gt;I used the same NUC for developing the app!.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;After debugging i found, device[0].name was getting the value '&lt;SPAN style="font-size: 12px; font-weight: bold; line-height: 18px;"&gt;Intel RealSense 3D Camera Virtual Driver'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;instead of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-weight: bold; line-height: 18px;"&gt;Intel RealSense 3D Camera Front RGB.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;When i disabled the '&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;Intel RealSense 3D Camera Virtual Driver', &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;my app started to work fine.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2015 11:21:50 GMT</pubDate>
    <dc:creator>Pruthviraj_N_</dc:creator>
    <dc:date>2015-05-04T11:21:50Z</dc:date>
    <item>
      <title>Is Intel RealSense 3D Camera Virtual Driver mandatory requirement while you develop Unity based app?</title>
      <link>https://community.intel.com/t5/Software-Archive/Is-Intel-RealSense-3D-Camera-Virtual-Driver-mandatory/m-p/1052456#M50575</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When i developed my app, &lt;STRONG&gt;Intel RealSense 3D Camera Virtual Driver&lt;/STRONG&gt; was NOT listed in Device Manager(I have installed both firmware and the driver for Camera).&lt;/P&gt;

&lt;P&gt;I had the below drivers listed for my Camera under Device Manager(No Virtual Driver).&lt;/P&gt;

&lt;UL style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Intel RealSense&amp;nbsp;&lt;/SPAN&gt;3D Camera Front Depth&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Intel RealSense&amp;nbsp;&lt;/SPAN&gt;3D Camera Front RGB&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;And my ap&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;p use to work fine.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;My query:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Please let me know whether&amp;nbsp;Intel RealSense 3D Camera Virtual Driver mandatory to have while you develop Unity based app?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2015 08:46:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Is-Intel-RealSense-3D-Camera-Virtual-Driver-mandatory/m-p/1052456#M50575</guid>
      <dc:creator>Pruthviraj_N_</dc:creator>
      <dc:date>2015-05-04T08:46:29Z</dc:date>
    </item>
    <item>
      <title>As far as I am aware, the</title>
      <link>https://community.intel.com/t5/Software-Archive/Is-Intel-RealSense-3D-Camera-Virtual-Driver-mandatory/m-p/1052457#M50576</link>
      <description>&lt;P&gt;As far as I am aware, the Virtual Driver is not compulsory. &amp;nbsp;It was not part of the beta version of the SDK and was introduced in the R1 Gold version to the best of my recollection. &amp;nbsp;It is designed for use in Augmented Reality (AR) applications particularly and allows the camera to be accessed by another application whilst a RealSense application is using the camera.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2015 10:32:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Is-Intel-RealSense-3D-Camera-Virtual-Driver-mandatory/m-p/1052457#M50576</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2015-05-04T10:32:55Z</dc:date>
    </item>
    <item>
      <title>Thanks Marty for the details</title>
      <link>https://community.intel.com/t5/Software-Archive/Is-Intel-RealSense-3D-Camera-Virtual-Driver-mandatory/m-p/1052458#M50577</link>
      <description>&lt;P&gt;Thanks Marty for the details on the driver.&lt;/P&gt;

&lt;P&gt;Actualy when i developed my app using Unity, i included a check for Camera connectivity by checking for '&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;Intel RealSense 3D Camera Front RGB'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;using device[0].name in unity script.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;Similar to below:&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;if(device[0].name ==&amp;nbsp;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;Intel RealSense 3D Camera Front RGB')&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Proceed with application module.&lt;/P&gt;

&lt;P&gt;else&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Print "Intel RealSense Camera is not connected properly. Please try again"&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Quit the app&lt;/P&gt;

&lt;P&gt;and it was working fine.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Lately i ran my app and it just kept quitting even though the camera was connected properly.&lt;/P&gt;

&lt;P&gt;And as i remember i havent done any changes to RealSense SDK installation or Camera firmware and driver installations.&lt;/P&gt;

&lt;P&gt;I used the same NUC for developing the app!.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;After debugging i found, device[0].name was getting the value '&lt;SPAN style="font-size: 12px; font-weight: bold; line-height: 18px;"&gt;Intel RealSense 3D Camera Virtual Driver'&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;instead of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-weight: bold; line-height: 18px;"&gt;Intel RealSense 3D Camera Front RGB.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;When i disabled the '&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;Intel RealSense 3D Camera Virtual Driver', &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;my app started to work fine.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2015 11:21:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Is-Intel-RealSense-3D-Camera-Virtual-Driver-mandatory/m-p/1052458#M50577</guid>
      <dc:creator>Pruthviraj_N_</dc:creator>
      <dc:date>2015-05-04T11:21:50Z</dc:date>
    </item>
  </channel>
</rss>

