heuermh / leap-motion-processing

Leap Motion library for Processing
GNU General Public License v3.0
122 stars 31 forks source link

problem with launching samples #8

Closed akerbo closed 11 years ago

akerbo commented 11 years ago

hi!

i'm trying to launch some sample projects but here is a problem. It seems to be that there is no data receiving by application from Leap. The library was built correctly (i suppose that). While trying to launch leap_position_example there is application window with black background but without any hand ellipse markers or other activity.

Can the problem be in my dev kit? or there's another reason. Thank's.

upd: running on Mac, Processing is up to date.

heuermh commented 11 years ago

Hello,

Thanks for writing up your issue. I haven't seen this before, might you be able to tell me

OSX version (e.g. 10.8.4) JDK version (e.g. Oracle JDK 1.7.0_21-b12) Processing version (e.g. 2.0) Leap Motion SDK version (e.g. 0.8.0_5303) Leap Motion Processing library version (check library.properties, should be 1.9)

akerbo commented 11 years ago

hello again, thanks for quick response

OSX 10.7.5 Java version 1.6.0_45 Processing 2.0.1 LM SDK 0.8.1+6221 LM Processing library 1.9

heuermh commented 11 years ago

Great, thanks. I didn't notice a newer version of the SDK was available, I will update and see what happens.

heuermh commented 11 years ago

I have created a new 1.10 version of the library which uses 0.8.1+6221, please give that a try.

akerbo commented 11 years ago

Fixed. Works great, thanks!

heuermh commented 11 years ago

Thank you for the reply, marking as closed.