Releases: victordibia/handtrack.js
Releases · victordibia/handtrack.js
v0.0.6
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