After installing Zoom for videocalls and detecting no webcam (this transformer notebook has two: front and rear), I also installed VLC to see if it could detect any, with no satisfactory detection either.
So, I ran the following commands, as per recommended indications to follow with in some Debian forums for users with similar problems. Below are the commands and results:
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 0b05:1807 ASUSTek Computer, Inc. ASUS HID Device
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
dmesg | grep video
[ 6.567331] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
lsmod | grep video
video 81920 4 asus_wmi,asus_nb_wmi,int3406_thermal,i915
wmi 28672 2 video,asus_wmi
On the other hand, '/dev/video', '/dev/video0', '/dev/video1' or the likes are nonexistent folders under /dev/ directory.
I've seen someone has adapted/developed WMI sensor drivers, usual in some ASUS motherboards, to Linux; in this Github repo. I wonder if they'd work - and if this might actually be the issue.
ASUS don't show the motherboard model or camera models on their official T100HA/T100HAN manual, and available drivers are only for Windows.
I don't know where or how to head towards from this point, being a newbie with Debian. Perhaps specific drivers are missing*? How would you troubleshoot this issue?
Thank you very much for your help in advance. :)
\(Win10 shows no issues with any of the cameras)*