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

Angularjs directive to access the webcam

Results 11 webcam-directive issues
Sort by recently updated
recently updated
newest added

starting the webcam by default causes it to load unnecessarily. disabling the automatic start of the webcam leaves it at the discretion of the developer to start the webcam on...

I am having a permission error denied when accessing the webcam by the android application:

`createObjectURL ` is not a valid function in safari/ios. https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL states that all browsers only need to set the srcObject directly to the stream rather than creating the object url.

Uncaught TypeError:: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided. at h (webcam.min.js:1). I dont know weather am messing up with my code...

Hi Jonas, how are you ? I'm writing you because I have an issue with the release number `3.0.0`. The issue I have with this version is: ``` webcam.min.js:1 Uncaught...

After installing it with npm `npm install webcam` and adding a script it gives `` `angular.module('myapp', ['webcam']);` It gives Module 'webcam' is not available! in application module Is this compatible...

Uncaught TypeError: Cannot read property 'width' of undefined at Object.WebcamService.webcam.onSuccess (WebcamService.js:56) at fn (eval at compile (angular.js:15351), :4:214) at Scope.destination. [as onStreaming] (angular.js:10546) at HTMLVideoElement. (webcam.min.js:1) Any ideas? Thanks 👍

module exports for import in es6

Hi, I would like to use this module to get the video recorded from the webcam and save it to a server. I saw the example of how capturing an...

Does the directive work with angularjs version 1.5? I can see in `bower.json` that it requires angularjs ~1.4.0 which would only resolve to 1.4.x. If the library supports 1.5 then...