<?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 I am having the same problem, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/RealSense-Java-Hand-Joint-Tracking-Fails/m-p/1013802#M35220</link>
    <description>&lt;P&gt;I am having the same problem, calling&amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 14.3088006973267px;"&gt;QueryTrackedJoint&amp;nbsp;&lt;/SPAN&gt;crashes the program. I have tried different combinations following the documentation, but the result is always the same. Anyway, it looks like the Java wrapper is pretty messed up, lots of the code snippets from the documentation are wrong.&lt;/P&gt;

&lt;P&gt;Is there any expected date for the next release of the SDK? Looks like there is no way of having a demo for the early submision &amp;nbsp;deadline based on Java.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Dec 2014 00:12:35 GMT</pubDate>
    <dc:creator>Nacho_C_</dc:creator>
    <dc:date>2014-12-09T00:12:35Z</dc:date>
    <item>
      <title>RealSense Java Hand Joint Tracking Fails</title>
      <link>https://community.intel.com/t5/Software-Archive/RealSense-Java-Hand-Joint-Tracking-Fails/m-p/1013801#M35219</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to get hand joints with Processing 2.2.1&amp;nbsp;using:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:java;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( handConfig.IsTrackedJointsEnabled() ) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PXCMHandData.JointData hd = new PXCMHandData.JointData();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sts = hand.QueryTrackedJoint(PXCMHandData.JointType.JOINT_CENTER, hd);
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But&amp;nbsp;QueryTrakedJoint() fails :&lt;/P&gt;

&lt;P&gt;Error Log&lt;/P&gt;

&lt;P&gt;#&lt;BR /&gt;
	# A fatal error has been detected by the Java Runtime Environment:&lt;BR /&gt;
	#&lt;BR /&gt;
	#&amp;nbsp; EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff8d13c171a, pid=828, tid=1912&lt;BR /&gt;
	#&lt;BR /&gt;
	# JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)&lt;BR /&gt;
	# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode windows-amd64 compressed oops)&lt;BR /&gt;
	# Problematic frame:&lt;BR /&gt;
	# C&amp;nbsp; [libpxcclr.jni.dll+0x171a]&lt;/P&gt;

&lt;P&gt;Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)&lt;BR /&gt;
	j&amp;nbsp; intel.rssdk.PXCMHandData$IHand.PXCMHandData_IHand_QueryTrackedJoint(JLintel/rssdk/PXCMHandData$JointType;Lintel/rssdk/PXCMHandData$JointData;)Lintel/rssdk/pxcmStatus;+0&lt;BR /&gt;
	j&amp;nbsp; intel.rssdk.PXCMHandData$IHand.QueryTrackedJoint(Lintel/rssdk/PXCMHandData$JointType;Lintel/rssdk/PXCMHandData$JointData;)Lintel/rssdk/pxcmStatus;+6&lt;BR /&gt;
	j&amp;nbsp; HandTracking.draw()V+450&lt;BR /&gt;
	j&amp;nbsp; processing.core.PApplet.handleDraw()V+231&lt;BR /&gt;
	j&amp;nbsp; processing.core.PGraphicsJava2D.requestDraw()V+4&lt;BR /&gt;
	j&amp;nbsp; processing.core.PApplet.run()V+156&lt;BR /&gt;
	j&amp;nbsp; java.lang.Thread.run()V+11&lt;BR /&gt;
	v&amp;nbsp; ~StubRoutines::call_stub&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2014 07:09:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/RealSense-Java-Hand-Joint-Tracking-Fails/m-p/1013801#M35219</guid>
      <dc:creator>Alberto_P_</dc:creator>
      <dc:date>2014-12-07T07:09:59Z</dc:date>
    </item>
    <item>
      <title>I am having the same problem,</title>
      <link>https://community.intel.com/t5/Software-Archive/RealSense-Java-Hand-Joint-Tracking-Fails/m-p/1013802#M35220</link>
      <description>&lt;P&gt;I am having the same problem, calling&amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 14.3088006973267px;"&gt;QueryTrackedJoint&amp;nbsp;&lt;/SPAN&gt;crashes the program. I have tried different combinations following the documentation, but the result is always the same. Anyway, it looks like the Java wrapper is pretty messed up, lots of the code snippets from the documentation are wrong.&lt;/P&gt;

&lt;P&gt;Is there any expected date for the next release of the SDK? Looks like there is no way of having a demo for the early submision &amp;nbsp;deadline based on Java.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2014 00:12:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/RealSense-Java-Hand-Joint-Tracking-Fails/m-p/1013802#M35220</guid>
      <dc:creator>Nacho_C_</dc:creator>
      <dc:date>2014-12-09T00:12:35Z</dc:date>
    </item>
    <item>
      <title>+1</title>
      <link>https://community.intel.com/t5/Software-Archive/RealSense-Java-Hand-Joint-Tracking-Fails/m-p/1013803#M35221</link>
      <description>&lt;P&gt;+1&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2014 19:06:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/RealSense-Java-Hand-Joint-Tracking-Fails/m-p/1013803#M35221</guid>
      <dc:creator>Alberto_P_</dc:creator>
      <dc:date>2014-12-09T19:06:48Z</dc:date>
    </item>
  </channel>
</rss>

