How to allow Chrome to access my camera on localhost?

前端 未结 9 2158
庸人自扰
庸人自扰 2020-11-29 03:10

I cloned a project about real-time image processing on a web browser from this link: Then I could not allow my browser to access my camera. I got this javascript alert:

9条回答
  •  一向
    一向 (楼主)
    2020-11-29 03:21

    Got this problem for days, only this helped:

    Reinstall Chrome by removing configuration as well. And try not to sync all the extensions, as they may interfere.

    sudo apt-get purge google-chrome-stable
    rm -rf ~/.config/google-chrome
    

    Then install from official.

提交回复
热议问题