<?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 Yes, I am using the most in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059933#M53604</link>
    <description>&lt;P&gt;Yes, I am using the most recent chrome as my dev browser.&lt;/P&gt;

&lt;P&gt;I stepped through the code, and thats where the issue was at.&lt;/P&gt;

&lt;P&gt;I am going to set up a clean user environment for chrome, without any of my extensions.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Nov 2014 17:59:30 GMT</pubDate>
    <dc:creator>germ13</dc:creator>
    <dc:date>2014-11-20T17:59:30Z</dc:date>
    <item>
      <title>SDK Sample Browser - Hands Viewer Javascript</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059931#M53602</link>
      <description>&lt;P&gt;I was testing &amp;nbsp;the "Hands Viewer (Javascript)" &amp;nbsp;code from &amp;nbsp;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;the SDK Sample Browser and the example would not work, until I went into the code and changed the file:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;&lt;STRONG&gt;hands_viewer.html&lt;/STRONG&gt; (line 104)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="line-height: 19.5120010375977px;"&gt;from&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;if (data.hands == 'undefined') return;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;to&amp;nbsp;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 1em; line-height: 1.5;"&gt;if (data.hands === 'undefined') return;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Just thought I'd share, might help someone.&lt;/P&gt;

&lt;P&gt;And if any Intel personnel is reading this, is there a code repository where we can maybe share code bugs/suggestions? &amp;nbsp;If no, why not? :) Thanks :)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 10:21:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059931#M53602</guid>
      <dc:creator>germ13</dc:creator>
      <dc:date>2014-11-20T10:21:34Z</dc:date>
    </item>
    <item>
      <title>It works under Chrome. Are</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059932#M53603</link>
      <description>&lt;P&gt;It works under Chrome. Are you using IE?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 17:13:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059932#M53603</guid>
      <dc:creator>Xusheng_L_Intel</dc:creator>
      <dc:date>2014-11-20T17:13:35Z</dc:date>
    </item>
    <item>
      <title>Yes, I am using the most</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059933#M53604</link>
      <description>&lt;P&gt;Yes, I am using the most recent chrome as my dev browser.&lt;/P&gt;

&lt;P&gt;I stepped through the code, and thats where the issue was at.&lt;/P&gt;

&lt;P&gt;I am going to set up a clean user environment for chrome, without any of my extensions.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 17:59:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059933#M53604</guid>
      <dc:creator>germ13</dc:creator>
      <dc:date>2014-11-20T17:59:30Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059934#M53605</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;the problem still exists in the latest versions of the SDK.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;hands_viewer.html&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp;(line 104)&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;if (data.hands == 'undefined') return;
&lt;/PRE&gt;

&lt;P&gt;This doesn't work in Chrome nor Firefox.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Reason&lt;/STRONG&gt;: your need to check the type via 'typeof'.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;See also&lt;/STRONG&gt;:&amp;nbsp;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof&lt;/P&gt;

&lt;P&gt;Correct code:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;if (typeof data.hands === 'undefined') return;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;@IntelDevelopers: please update the SDK :-)&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;BR /&gt;
	Martin&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2014 18:55:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059934#M53605</guid>
      <dc:creator>Martin_W__K_</dc:creator>
      <dc:date>2014-12-06T18:55:53Z</dc:date>
    </item>
    <item>
      <title>There is a second issue in</title>
      <link>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059935#M53606</link>
      <description>&lt;P&gt;There is a second issue in this example file.&lt;/P&gt;

&lt;P&gt;From time to time, this error occurs: &amp;nbsp;&lt;STRONG&gt;Uncaught TypeError: Cannot read property 'positionImage' of undefined&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I've found the root cause and fixed it.&lt;BR /&gt;
	Please, see this github ghist revisions for the two fixes:&amp;nbsp;&lt;BR /&gt;
	&lt;A href="https://gist.github.com/nitram509/7d8869f30d76db97c683/revisions" target="_blank"&gt;https://gist.github.com/nitram509/7d8869f30d76db97c683/revisions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2014 19:44:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/SDK-Sample-Browser-Hands-Viewer-Javascript/m-p/1059935#M53606</guid>
      <dc:creator>Martin_W__K_</dc:creator>
      <dc:date>2014-12-06T19:44:19Z</dc:date>
    </item>
  </channel>
</rss>

