Software Archive
Read-only legacy content
17061 Discussions

Extremely frustrated with Java support!

Rupam_D_
Beginner
660 Views

I am working on an app in processing. Firstly I found it really difficult to get the libraries imported followed by publishing the App in processing. So I went for Java's processing support and got everything( I mean few things that was needed for a start) running.

But to my horror:

1) When I tried to use streams, the app crashed exactly after 255 frames. It worked only if I reduced the frame rate to say about 5 FPS which is as good as nothing. It simply means that ReleaseAccess() is improper in JNI.

2) There is no finger data available. Most of the methods which takes an object as argument which is expected to put the result in the argument is not doing so! Finger Data is not available. I could get to work with gestures after some really bad tweaks but only tap works with accuracy. 

So I just have hand coordinates, it's distance from camera, openness and tap to work with. Has anybody got it working or just me getting it wrong?

 

PS: Are modules working with libGdx?

0 Kudos
1 Reply
Nacho_C_
Beginner
660 Views

Hi Rupam,

 

no, it's not you getting anything wrong, Most functionality in the Java wrapper does not work. There are several threads with people mentioning the same thing. In one of them, someone from Intel acknowledged it and said that nothing can be done until the nest release of the SDK.

 

It seems like libGdx is the way to go until then. I haven't tried it yet, but someone mentioned using it for the early demo submision.

0 Kudos
Reply