Skip to content

Instantly share code, notes, and snippets.

@ilikedata
Created October 1, 2020 01:13
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 ilikedata/7223713c879e66258b79f4c02dd71ff8 to your computer and use it in GitHub Desktop.
Save ilikedata/7223713c879e66258b79f4c02dd71ff8 to your computer and use it in GitHub Desktop.
Count how many applications are using video camera
lsmod | grep ^uvcvideo | tr -s ' ' | cut -d ' ' -f 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment