Skip to content

Instantly share code, notes, and snippets.

@nd3w
Created July 29, 2021 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nd3w/614af9872bed0c6d82698029a04f8b74 to your computer and use it in GitHub Desktop.
Save nd3w/614af9872bed0c6d82698029a04f8b74 to your computer and use it in GitHub Desktop.
Multimedia on Linux

Disabling webcam on Linux

sudo modprobe -r uvcvideo

Enabling webcam on Linux

sudo modprobe uvcvideo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment