0

I am implementing webcam.js in my website. I have downloaded script https://github.com/jhuckaby/webcamjs This script is working fine in mozilla firefox browser. But Not working in google chrome. Please check below link

http://beta.phygee.com/webcam-to-gif

enter image description here

Please Let me know what is error with my code :(

Chinmay235
  • 3,236
  • 8
  • 62
  • 93

2 Answers2

0

this is because in google crome you are not allowed to use webcam js in http for this you have to use proper ssl or you can use other browser like firefox or you can call it in i frame

Shakti Singh
  • 61
  • 1
  • 2
0

Access your website using https instead of just http

VJPPaz
  • 917
  • 7
  • 21