webcam detection in chromium on fresh ubuntu install
Thanks to Nikita to point me at the snap install. I found on this launchpad the way to connect the camera to a snap install. It works perfectly
$ sudo snap connect chromium:camera :camera
My sister had the same problem.
It looks like Chromium is now available as an Ubuntu Snap, maybe that caused the problem. We removed the Chromium Snap via the Ubuntu Software Center, and installed official Google Chrome Ubuntu browser.
To do this, go to chrome.google.com
, download a .deb
file, then open your terminal and run sudo dpkg -i path/to/downloaded.deb
. It will fail with error (probably), so finish your installation with sudo apt-get -f install
.
After that you will be able to access Google chrome using google-chrome
command in launcher (Alt + F2
).
Also we switched to Xorg instead of Wayland to make sure the screen can be shared in Hangouts. But this is probably another problem, but you may want to try, if first recommendation won't help.
I had a similar problem with Opera Browser Version 72.0.3815.378; I solved it by accessing Settings > Applications > Opera (or your browser) > Use your camera (on/off) - Set it to on. I hope this helps to solve this problem for someone who is having the same issue.
Allow camera to work on opera, or other browsers