webcam-easy
webcam-easy copied to clipboard
javascript access webcam stream and take photo
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Prior to this commit the quality of the picture was taken from the video html component, which in general will lead to pretty low resolution. Instead of that, we add...
Hi, Please help me, how to fix a letters are reversed bug after snap a picture. Thank you.
window.addEventListener('load', function() { //js代码 const webcamElement = document.getElementById('webcam'); const canvasElement = document.getElementById('canvas'); //const snapSoundElement = document.getElementById('snapSound'); const webcam = new Webcam(webcamElement, 'environment', canvasElement); webcam.flip(); webcam.start() .then(result =>{ console.log("webcam started"); })...
Is there a way to change the aspect ratio of the image? Since I need the image to be 1x1 (480x480px).
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hi, I'm having trouble using the library for some Android devices, and it throws NotReadableError: Could not start video source error message in Chrome even though all permissions are provided....
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.11.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...