webcamjs icon indicating copy to clipboard operation
webcamjs copied to clipboard

fix for new version of chrome and mozilla

Open MasterYura opened this issue 5 years ago • 1 comments

error in chrome webcam.js:133 Uncaught TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided. at webcam.js:133 https://monosnap.com/file/wLH34Uzr5Rz3sIxuUUnVy6x6zUkukG

need to update from video.src = window.URL.createObjectURL( stream ) || stream; to video.srcObject = stream;

MasterYura avatar Feb 12 '19 19:02 MasterYura

Thanks, works for me.

thiagom10 avatar Jan 12 '22 17:01 thiagom10