Simple Gnome extension to control your webcam settings via the top panel
v4l-utils must be installed.
# Arch
pacman -S v4l-utils
# Debian
apt-get install v4l-utils
# Fedora
dnf install v4l-utils
Then copy the src files into a subfolder of gnome-shell/extensions or use the script:
git clone https://github.com/bztes/gnome-extension-v4l.git
cd gnome-extension-v4l
make install
Simply remove the extension folder or use the script:
cd gnome-extension-v4l
make remove