bensonruan / webcam-easy

javascript access webcam stream and take photo
https://bensonruan.com/how-to-access-webcam-and-take-photo-with-javascript
MIT License
241 stars 110 forks source link

Can't access to webcam-easy with localhost #44

Open IMingGarson opened 2 years ago

IMingGarson commented 2 years ago

Hi, today I encounter a CORS issue when using webcam-easy.

I use the CDN <script type="text/javascript" src="https://unpkg.com/webcam-easy/dist/webcam-easy.min.js"></script>.

It worked great yesterday, but today I got CORS issue.

I was developing on MacBook Pro/iPhone 12 iOS 15.4.1 with the latest Chrome installed.

Thanks.