Skip to content

Releases: jhuckaby/webcamjs

Version 1.0.6

04 Dec 19:57
Compare
Choose a tag to compare

Support for new navigator.mediaDevices changes in latest Firefox and Chrome. Backward compatible with legacy getUserMedia.
Updated docs to reflect new Chrome 47 restriction (HTTPS only).

Version 1.0.5

15 Nov 17:46
Compare
Choose a tag to compare

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

23 Aug 19:21
Compare
Choose a tag to compare

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

06 Aug 16:39
Compare
Choose a tag to compare

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).