We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 we have this error.
webcamController.onError : Error: Argument 1 is not valid for any of the 1-argument overloads of URL.createObjectURL. attach/<@https://weberamaral.github.io/ng-webcam/vendors/webcamjs/webcam.min.js:2:3500
The text was updated successfully, but these errors were encountered:
Facing same problem after chrome update .
Sorry, something went wrong.
@kawsar71 I resolved with this:
scope.videoStream = $sce.trustAsResourceUrl(video.srcObject.toString())
You will need to change the library, do your own version.
No branches or pull requests
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 we have this error.
webcamController.onError : Error: Argument 1 is not valid for any of the 1-argument overloads of URL.createObjectURL.
attach/<@https://weberamaral.github.io/ng-webcam/vendors/webcamjs/webcam.min.js:2:3500
The text was updated successfully, but these errors were encountered: