leapmotion / LeapMotionCoreAssets

Unity Assets for Leap Motion v2 Skeletal Tracking
Apache License 2.0
166 stars 81 forks source link

Video Capture capabilities #103

Closed yuwilbur closed 9 years ago

yuwilbur commented 9 years ago

Produces ".[frameIndex].jpg/png" for countdown frames Produces "0.jpg/png" for the flash frame Produces "[frameIndex].jpg/png" (starting at 1) for the desired frames Produces "[frameIndex]-.jpg/png" for frames that were detected to be missing due to dropped frames which will be a duplicate of frameIndex-1.

Example:

.1.jpg :: Countdown frame 1 .2.jpg :: Countdown frame 1 0.jpg :: Flash frame 1.jpg :: Frame 1 2.jpg :: Frame 2 3-.jpg :: Frame 3 (Detected being dropped so is copied from frame 2) 4.jpg :: Frame 4