Releases: nok/leap-motion-processing
Releases · nok/leap-motion-processing
Leap Motion Software 2.3.1+31549
Leap Motion Software 2.3.1+31549
v2.3.1.2
- Add support for Processing 3.0.X
- Add support for SDK 2.3.1+31549
- Improve examples (draw() methods)
Leap Motion Software 2.2.5+26752
v2.2.5.1
- Add support for SDK 2.2.5+26752
- Update libraries
Leap Motion Software 2.2.4+26750
v2.2.4.1
- Add support for SDK 2.2.4+26750
- Update libraries
Leap Motion Software 2.2.3+25971
v2.2.3.1
- Add support for SDK 2.2.3+25971
- Update libraries
Leap Motion Software 2.2.1+24116
v2.2.1.1
- Add support for SDK 2.2.1+24116
- Updated libraries
- Change public methods:
- Class
LeapMotionArrayList<Finger> getOutstretchedFingers()
- Class
HandArrayList<Finger> getOutstretchedFingers()
- Class
- Add public methods:
- Class
LeapMotionArrayList<Finger> getOutstretchedFingersByAngle()ArrayList<Finger> getOutstretchedFingersByAngle(int similarity)[0-100]
- Class
HandArrayList<Finger> getOutstretchedFingersByAngle()ArrayList<Finger> getOutstretchedFingersByAngle(int similarity)[0-100]
- Class
Leap Motion Software 2.2.0+23475
v2.2.0
- Add support for SDK 2.2.0+23475
- Update libraries
Leap Motion Software 2.1.6+23110
v2.1.6
- Add support for SDK 2.1.6+23110
- Updated libraries
- Improved policy handling
- Add public methods:
- Class
LeapMotionLeapMotion withBackgroundFrames()LeapMotion withoutBackgroundFrames()LeapMotion withCameraImages()LeapMotion withoutCameraImages()LeapMotion withOptimizedHdm()LeapMotion withoutOptimizedHdm()void printPolicyFlags()
- Class
- Add public methods:
- Class
LeapMotionLeapMotion allowRunInBackground()
- Class
- Clean up
Leap Motion Software 2.1.5+22699
v2.1.5.1
- Add Image API
- Add new class:
- Class
Image
- Class
- Add public methods:
- Class
LeapMotionLeapMotion withCameraImages()boolean hasImages()ArrayList<Image> getImages()LeapMotion withOptimizedHdm()
- Class
Imageboolean isValid()int getId()int getWidth()int getHeight()boolean isLeft()boolean isRight()
- Class
- Add new example e3_camera_images.pde, which demonstrates the use of the Image API
v2.1.5
- Add support for SDK 2.1.5+22699
- Update libraries
- Add public methods:
- Class
ArmPVector getPosition()PVector getRawPosition()
- Class
LeapMotionLeapMotion allowRunInBackground()←LeapMotion runInBackground()
- Class
- Add public methods:
- Class
LeapMotion- Add deprecation message to
LeapMotion runInBackground()
- Add deprecation message to
- Class
Leap Motion Software 2.0.4+17546 BETA
v2.0.4.1 BETA
- Added public methods:
- Class
LeapMotionArrayList<Finger> getOutstrechtedFingers()(default: 75%)*ArrayList<Finger> getOutstrechtedFingers(int similarity)*
- Class
HandArrayList<Finger> getOutstrechtedFingers()(default: 75%)*ArrayList<Finger> getOutstrechtedFingers(int similarity)*
- Class
"*" = custom