Webcam settings control on Ubuntu Linux operating system

Logitech QuickCam E3500 Web CamIn the last few years the functionality cost of running Linux operating system shrunk. Good hardware support is one of the last things Linux is lacking when compared to other operating systems. That isn't really Linux community's fault. The hardware manufacturers are to blame for not supporting their own hardware on operating systems other than the proprietary ones. The Linux community developers are actually doing miracles with hardware support and I thank them on doing such a great work. Web cam support was once blind spot on Linux supported hardware list. But today we have Video4Linux video capture framework supported by UVC and GSPCA web cam drivers and most web cams are working happily on our Linux PCs.

It can be very confusing for someone who have just installed Ubuntu to discover that his web cam is working, but that he has no control over settings like brightness, contrast, auto exposure etc. Typical proprietary operating system user would use controls provided by web-cam drivers to adjust these settings. But we're not left out in the cold because Linux community provides means to control our web cams. Let me present applications I use on my Ubuntu PC with my Logitech E3500, Logitech E2500 and many other no-name web cams to adjust their video and other settings.

First there is Gtk-v4l tool. It's basically control panel for your web cam and has all settings that web cam drivers for other operating system provide for your Video4Linux web cam device. On the screenshot bellow you can see Gtk-v4l user interface.

Gtk-v4l web cam control panel

Gtk-v4l isn't in Ubuntu 10.10 Maverick repositories so you must add its repository to you sources list. Here are the commands to do so:

sudo add-apt-repository ppa:libv4l/ppa
sudo apt-get update
sudo apt-get install gtk-v4l

Second application I use is called Guvcview and it is something like Gtk-v4l plus Cheese. You can control your web cam devices, record snapshots, videos and more. Guvcview like Gtk-v4l isn't in Ubuntu 10.10 Maverick repository so you must first add its repository to install it:

sudo add-apt-repository ppa:pj-assis/ppa
sudo apt-get update
sudo apt-get install guvcview

I think that those two application are all an average user needs to have control over his web cam devices on Ubuntu Linux operating system, don't you agree? if you aren't an average user and you want to control you webcam using CLI from the terminal you can find more info inside my article on that topic:

Webcam settings on Ubuntu and Fedora Linux CLI from terminal

Cheers!

DevGenii

A quality focused Magento specialized web development agency. Get in touch!

12 thoughts on “Webcam settings control on Ubuntu Linux operating system

  1. Paul

    Great! This is just what I have been looking for, thanks. Now I just have to solve my next problem of heavy pixelation/poor quality when using my cam via flash(Ub10.10 with Flash 10.2)

    Reply
  2. Marko Martinović Author

    Paul :

    Great! This is just what I have been looking for, thanks. Now I just have to solve my next problem of heavy pixelation/poor quality when using my cam via flash(Ub10.10 with Flash 10.2)

    Sorry to hear about you poor quality when using cam and Flash. Maybe you can play around with Adobe Flash Settings in its settings panel. If web cam is working properly in other applications, Flash is the one to blame and there’s nothing we can do about it cause it’s unfortunately proprietary.

    Reply
  3. Leah

    Hmm, this is useful but I wish I knew of one that also had settings for the resolution. When I use my C910 logitech pro webcam on websites I appear squished. I need to be able to control the aspect ratio somehow.

    Reply
  4. Leah

    Oh, to elaborate… it has a way for me to set resolution for taking videos, I know, but that doesn’t help for streaming my camera on websites.

    Reply
  5. AlexShinjuku

    Hi, I would like to change the settings of my webcam (contrast, etc…) but I need these changes to persist when I use it in AdobeConnect. I’m connecting to AdobeConnect through Chromium. Is there a way to do that? I tried with guvcview but the changes made are lost as soon as I start my webcam in AdobeConnect.

    Reply
  6. Boris Kazak

    Hi friends, apparently all of the above relates to the case when you have one single webcam. However it happens that I have 2 webcams working under SUSE Linux 42.1, providing my students the frontal view on my face and the downwards view on my desk. As it turns out, one of these webcams works under “uvcvideo” driver and it really works, another one works under “gspca_zc3xx” driver and it doesn’t work at all (black screen). The working one is Logitech QuickCam Communicate MP/55500, the nonworking one is Logitech QuickCam IM/Connect. Now I want to change the driver for the second one with the driver for the first one in hope that the “uvcvideo” driver will make the lazy webcam come back to senses.
    I have no idea where I must start in order to make this driver change, even not sure that it is possible in my case
    If any one of readers can provide any meaningful hint, it will be sincerely appreciated…

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *