haruiz / RiggingJs

Tensorflow.js and Three.js skeletal animation tool
Apache License 2.0
265 stars 31 forks source link

can not open camera on macOS safari #25

Open lucasjinreal opened 2 years ago

lucasjinreal commented 2 years ago

can not open camera on macOS safari

cgarvis commented 1 year ago

Seems to be a problem with calling enumerateDevices before getUserMedia. If you go into safari's settings you can change localhost from "Ask" to "Allow"

haruiz commented 1 year ago

Thanks @cgarvis and @jinfagang, for letting me know about that. I will try to fix it