changfu2021

Results 2 issues of changfu2021

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"); })...

**BUG Description** 1, parameter host='0.0.0.0' can not be used but "localhost" works if original Flask application integrated with PyWebIO. 2, papameter debug=True can not be used too, in my application,...

bug