Skip to content

Releases: victordibia/handtrack.js

v0.0.6

11 Feb 04:27
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

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