Leon
Results
1
issues of
Leon
I got an error when using the webcam. It seems that createObjectURL() is deprecated: [https://github.com/sourcey/libsourcey/issues/264](https://github.com/sourcey/libsourcey/issues/264) It worked when I changed the file atom\packages\veda\node_modules\vedajs\lib\camera-loader.js from `this.video.src = window.URL.createObjectURL(stream);` to `this.video.srcObject =...