Handtrack.js Versions Save

A library for prototyping realtime hand detection (bounding box), directly in the browser.

0.0.6

5 years ago

First release. Support for methods

  • load(params) : load model
  • detect(input) : get predictions given input
  • startVideo(video) : start video stream on given video element
  • getFPS() : get FPS calculated as
  • renderPredictions(predictions, canvas, context, mediasource): draw bounding box on canvas.
  • dispose() : delete model instance