Releases: jhuckaby/webcamjs
Version 1.0.6
Version 1.0.5
This version contains support for the new navigator.mediaDevices
API, replacing the now-deprecated navigator.getUserMedia
. It contains a polyfill for older browsers (currently Chrome). For details, see this MDN document. Thanks to users @NscAdmin and @MattyBalaam for reporting this issue!
Version 1.0.4
This release contains an optional constraints
parameter, which will override the default mandatory minimum video resolution for the user media video stream. This is an advanced feature and should only be used if you understand exactly which browsers you are targeting, and which browsers support which constraints. See the docs for details.
Version 1.0.3
Made the form element name configurable in params (thanks to user @mex).
Now explicitly stopping the media stream on page unload, to properly free up the camera on some browsers (thanks to user @inthegarage).