DEV Community

Cover image for How to disable camera devices in Linux systems ?
Franklin Thaker
Franklin Thaker

Posted on

How to disable camera devices in Linux systems ?

lsusb lsmod [to identify camera devices] sudo nano /etc/modprobe.d/blacklist.conf ****add the following lines in above file**** ##Disable webcam. blacklist uvcvideo 
Enter fullscreen mode Exit fullscreen mode

References: https://forums.linuxmint.com/viewtopic.php?t=370960

Top comments (0)