<?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: Any way to enable webpage functionality without JavaScript? in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559044#M9264</link>
    <description>&lt;P&gt;This is a great resource.  However, it looks like this project is Linux specific.  Is there a Windows version that you know of?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2017 20:41:34 GMT</pubDate>
    <dc:creator>JHenr5</dc:creator>
    <dc:date>2017-03-15T20:41:34Z</dc:date>
    <item>
      <title>Any way to enable webpage functionality without JavaScript?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559040#M9260</link>
      <description>&lt;P&gt;Now that there is no support for JavaScript and the web run-time is removed, is there any way to access the RealSense capabilities from a webpage?  I am trying to incorporate online video content with user interactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 14:22:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559040#M9260</guid>
      <dc:creator>JHenr5</dc:creator>
      <dc:date>2017-03-13T14:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to enable webpage functionality without JavaScript?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559041#M9261</link>
      <description>&lt;P&gt;Hi Gohorns,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for contacting us!&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;We would like to let you know that we are investigating a little bit more regarding your question and as soon as we have useful information we'll let you know.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;We'll appreciate your patience during the meantime.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Yermi A.&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 20:43:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559041#M9261</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-03-13T20:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to enable webpage functionality without JavaScript?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559042#M9262</link>
      <description>&lt;P&gt;Using RealSense online was difficult even before the JavaScript web runtime was removed.  In my own RealSense project in the Unity game creation engine, I use Unity's UNet networking system for the online functionality.  That's only useful though for communication between different instances of a Unity application, whereas you want your application to run in the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unity does have a web player, allowing Unity applications to run in the browser via a plugin.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://unity3d.com/webplayer"&gt;https://unity3d.com/webplayer&lt;/A&gt; Unity - Web Player Download &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, last time I investigated this a couple of years ago, I couldn't get it to work.  The suspected reason was that the security functions in browsers didn't want to let the camera's DLL library files run in a browser as a plugin, as it was regarded as being a security risk.  So without those, the camera couldn't activate when the application was run in the browser.  I don't know if this situation has changed since then.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 23:08:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559042#M9262</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-03-13T23:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to enable webpage functionality without JavaScript?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559043#M9263</link>
      <description>&lt;P&gt;Hi Gohorns,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Thanks for your patience. It cannot be done with the RealSense SDK and DCM but it can be done with Librealsense. The web based sample source code at &lt;A href="http://github.com/IntelRealSense/realsense_samples"&gt;http://github.com/IntelRealSense/realsense_samples&lt;/A&gt; &lt;A href="http://github.com/IntelRealSense/realsense_samples"&gt;http://github.com/IntelRealSense/realsense_samples&lt;/A&gt; shows how to marshall video from a single server using librealsense, to multiple web apps running in multiple local or remote processes.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Hope you find this information useful.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Yermi A.&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 21:07:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559043#M9263</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-03-14T21:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to enable webpage functionality without JavaScript?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559044#M9264</link>
      <description>&lt;P&gt;This is a great resource.  However, it looks like this project is Linux specific.  Is there a Windows version that you know of?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 20:41:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559044#M9264</guid>
      <dc:creator>JHenr5</dc:creator>
      <dc:date>2017-03-15T20:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to enable webpage functionality without JavaScript?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559045#M9265</link>
      <description>&lt;P&gt;Hi Gohorns,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;You could try installing Librealsense in Windows, please take a look at &lt;A href="https://github.com/IntelRealSense/librealsense#"&gt;https://github.com/IntelRealSense/librealsense#&lt;/A&gt; compatible-platforms Intel® RealSense™ Cross Platform API, and try to use those web based samples. Keep in mind that those samples are based on the ZR300 camera.&lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;-Yermi A.&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 18:08:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559045#M9265</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2017-03-16T18:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Any way to enable webpage functionality without JavaScript?</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559046#M9266</link>
      <description>&lt;P&gt;Great info.  This is exactly what I needed.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2017 23:53:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Any-way-to-enable-webpage-functionality-without-JavaScript/m-p/559046#M9266</guid>
      <dc:creator>JHenr5</dc:creator>
      <dc:date>2017-03-18T23:53:15Z</dc:date>
    </item>
  </channel>
</rss>

