Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 656 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 656 Bytes

Gnome Extension V4L

Simple Gnome extension to control your webcam settings via the top panel

Example top panel v4l settings menu

Install

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

Uninstall

Simply remove the extension folder or use the script:

cd gnome-extension-v4l
make remove