jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

Can webcamjs support live detection ? #284

Open liumapp opened 5 years ago

liumapp commented 5 years ago

Can webcamjs support live detection ?

Using camera to capture the face photos, including a live detection function (by shaking his head left and right to get photos or something like this) .

Frixoe commented 5 years ago

This might do it:

  1. Get the data URI of the current image.
  2. Somehow without saving, convert it into a numpy array.

And that shoud be it.