Closed jsabino closed 4 years ago
The plugin can now have multiple instances on the same page. To do this, your instance is no longer in the "window" and is to be returned at the time of the call.
var webcam1 = $("#webcam1").webcam(); var webcam2 = $("#webcam2").webcam();
webcam1.capture(); webcam2.capture();
The plugin can now have multiple instances on the same page. To do this, your instance is no longer in the "window" and is to be returned at the time of the call.
var webcam1 = $("#webcam1").webcam(); var webcam2 = $("#webcam2").webcam();
webcam1.capture(); webcam2.capture();