eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

How to turn on webcam for mobile terminal? #382

Open weiyaofeng opened 4 years ago

weiyaofeng commented 4 years ago

The mobile phone terminal has been unable to open the camera, but the PC terminal can open the camera. I hope you can help me. Thank you

murat-aka commented 4 years ago

Chrome finally implemented the new navigator.mediaDevices.getUserMedia() method, but they added a security that will prevent the calls from unsecure address (non https or non localhost servers)