ng-webcam icon indicating copy to clipboard operation
ng-webcam copied to clipboard

ngWebcam is an AngularJS directive for capturing images from your computer's camera, and delivering then to you as data uri.

Results 8 ng-webcam issues
Sort by recently updated
recently updated
newest added

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

After a update on firefox that recently was applied in chrome too, the camera doest not work anymore. Probably because of this: https://www.fxsitecompat.com/en-CA/docs/2018/url-createobjecturl-no-longer-accepts-mediastream-as-argument/ Can someone help-me ? On the console...

when i broadcast capture first time it work fine. when i broadcast it again it not perform capture. why is that?

Hi, I am using the directive inside an ng-repeat but the problem I have is that when I click on capture, it does it 3 times (number of repeated elements...

```javascript vm.config = { delay: 0, shots: 1, countdown: 0, flashFallbackUrl: 'vendors/webcamjs/webcam.swf', flashNotDetectedText: 'You\'re using an unsupported browser!' }; ``` When clicking the capture button it still takes about 3...

enhancement
help wanted

Is there a proper way to don't have the camera go live on page load?

Whenever I add outputWidth or outputHeight to my config in Chrome on OSX the viewer then falls back to Flash. Only happens when I set it to 1280x960. 640x480 works...