Detecting faces from the webcam in JavaScript
As we looked at the face detection API yesterday, let's see how we can make it like the barcode from the webcam example.
We will be doing this one a little bit differently, due to the high drawing rate, we will draw everything on the canvas, which ma...
h.daily-dev-tips.com3 min read