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

When i tried to access Webcam.js in my windows laptop , Am facing this issue "Webcam.js Error: Flash Movie hasn't loaded yet" , Wasn't able to find this error reported...

In my website, there are 3 modals that uses the webcam library. Each modal is located in different pages. My problem comes when I use the webcam from 1 page...

In Laravel and Symfony, in example, this header is used to check whether the request is an ajax.

What is the suitable way to be able to capture 2 or more images with webcamjs thanks

I set the height of the camera to 270,220, and then I saved the image on the canvas, and the picture above the canvas was a problem.There are other proportions,...

Resolves #63. Actually resolves #45. Related to #47. Requires browserify to build. Install with `npm install -g browserify`, then run `tests/modularize/build.sh`. The test uses commonjs modules, but it should behave...

I'm using Safari 9.0.2 on OSX. ``` html ``` ``` js function take_snapshot() { Webcam.snap( function(dataUri) { document.getElementById('my-result').innerHTML = ''; currentImage = dataUri; } ); } Webcam.attach( '#my-camera' ); ```...

I just ran into the problem of having to raise the z-index of the div containing the webcam (particular app problem, nothing to do with webcam.js per se). I implemented...

Hi, I'm using this plugin for almost 8 months, however since 2 weeks ago the Webcam.freeze() doesn't work anymore. I haven't changed anything in my server side or client side...