eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

Add fps feature in video tracking #239

Open ChunxuTang opened 6 years ago

ChunxuTang commented 6 years ago

Hi,

In video tracking, requestAnimationFrame() may be too frequent, and it might be useful if the user could control the tracking count per second (fps). In this case, the user could control interval between detections, and performance might also be improved.

Thank you.