kdzwinel / JS-OCR-demo

JavaScript optical character recognition demo
https://kdzwinel.github.io/JS-OCR-demo/
GNU General Public License v2.0
479 stars 154 forks source link

Changed from createObjectURL() to srcObject #12

Closed simduchaine closed 5 years ago

simduchaine commented 5 years ago

Camera not working anymore because createObjectURL function is deprecated (in Chrome at least). Updated code to simply set srcObject to the MediaStream directly.

simduchaine commented 5 years ago

Yeah, we can merge both pull request together.. sorry about this. In fact, I'll close this pull request as #13 has more commits at the moment.