Getting error while using file jeelizFaceTransfer.js
parasjain06 opened this issue · 1 comments
parasjain06 commented
i am using this file " jeelizFaceTransfer.js" in my project to call a function
but i am getting below error in the console:-
Error:-
Steps to reproduce:-
- Download the project from :- https://github.com/abhilash26/sit-straight
- run index.html in chrome
it will ask for camera permission, click ok
now camera does not open and black screen with loading logo is displayed continuosly and console displays error.
Also try to run this project in Internet Explorer, camera is open and working fine
NOTE:- Issue is with browser compatibility. not working with chrome/Firefox
xavierjs commented
You need to run it using an HTTPS local server, not as a local file.
I close the issue since it is not related to the lib, but to the basics of web dev.