Built-in webcam not recognized by Ubuntu

Solved
Rengoku -  
 Rengoku -
Hello,

My built-in webcam is not recognized by Ubuntu. The webcam is indeed enabled in my BIOS, and it works on my Windows (I am dual booting).

I tried to read and apply what is recommended on this page: https://doc.ubuntu-fr.org/webcam
But nothing works. When I launch Cheese from the terminal, I get the following errors:

(cheese:5042): Gtk-WARNING **: 13:23:21.980: Theme parsing error: cheese.css:7:35: The style property GtkScrollbar:min-slider-length is deprecated and shouldn't be used anymore. It will be removed in a future version 
      • Message: 13:23:22.141: cheese-application.vala:211: Error during camera setup: No device detected


Other errors follow that stem from the webcam not being detected. The same issue occurs with camorama.

Here's the output of the command lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:b722 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 0bda:57bc Realtek Semiconductor Corp.
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


The Logitech line corresponds to my mouse. I have absolutely no idea what the other lines mean. I don't have the impression that the webcam is detected at all.

Thanks in advance!
Laurent

Configuration: 
ASUS R752L laptop (sometimes referred to as X751LX, I'm not sure why there are 2 names anyway).
Dual Boot Ubuntu 18.04.4 LTS / Windows 10
64-bit OS

16 réponses

zipe31 Posted messages 34620 Registration date   Status Contributeur Last intervention   6 500
 
Hi,

Check if the package
v4l-utils
is installed on your system. If it isn't, install it.
sudo apt install v4l-utils


Then type the command:
v4l2-ctl --list-devices


Here's what it returns for me:
$ v4l2-ctl --list-devices
HD WebCam: HD WebCam (usb-0000:00:14.0-7):
/dev/video0
/dev/video1


For your information, the command
lsusb
also doesn't return anything regarding the webcam, which seems normal to me since it's integrated ;-\

--
_______________________________ ☯ Zen my nuggets ☮ _____________________________
Do something for the environment, close your windows, and adopt a penguin… ????
1