webcamjs icon indicating copy to clipboard operation
webcamjs copied to clipboard

HTML5 Webcam Image Capture Library with Flash Fallback

Results 101 webcamjs issues
Sort by recently updated
recently updated
newest added

I don't know nothing (John Snow) about Javascript. Could you please show an example of how to take a snap using the back camera? Thks!

I use the p:photocam component of primefaces 6.2, but it stopped working in the last few chrome the browser displays the following error: [Deprecation] URL.createObjectURL with media streams is deprecated...

Hi, how i can scan the vertices for an document and take an snapshot how Adobe Scan or similar?, thanks 🥇

It takes up to 7 seconds to capture an image with Flash while the native camera app snaps pics in less than a second at 720p. Device: Surface Pro 3...

Will the following be supported in the future? https://developer.mozilla.org/en-US/docs/Web/API/ImageCapture/takePhoto It allows the ability to use certain hardware features and take still photos at full size.

Hi .. Is is possible to record a video using Webcam.js ????

Without "var" it throws an error "Uncaught ReferenceError: IntermediateInheritor is not defined" in ionic2 RC1

Im using Webcam.js. Im trying to attach multiple wbcam on different DOM element. Trying to attach 2 webcam. So i'm using one Webcam.js lib for one camera and for another...

When embeds the webcam in , I got error "Webcam Error is: DOMException: Permission denied"

How common settings are used with the constraints limit setting? `if(Webcam.params.constraints === null){ Webcam.params.constraints = { facingMode: { exact: "environment" } } ; console.log(Webcam.params) } Webcam.set(config);` but it don't work