Celeb Glow
updates | March 30, 2026

How do I install video4linux2 in Ubuntu 12.10, and do I need to?

I'm still pretty new to Ubuntu so please bear with me.

I am running Ubuntu 12.10 and I am trying to get a couple of old external USB webcams working on my laptops. The built-in laptop webcams work just fine, but sometimes I need an external cam. I can make the cams work in VLC, but my other cam apps like Camorama and Empathy don't "see" the external cams and there is no place in the apps to specify a device path to choose between the default (built-in) or an external cam.

Do I need to install video4linux2 to make these cams work on my other apps?

If so, how do I install it? I downloaded a packed file from the V4L2 website, but they don't seem to have any detailed instructions on how to install it on Ubuntu.

Any help would be most appreciated. Thank you.

0

2 Answers

In a terminal:

sudo apt-get install v4l-utils

In Terminal,

sudo add-apt-repository "deb `lsb_release -cs` main universe"
sudo apt-get update
sudo apt-get install gem-plugin-v4l2 libpt-1.10.10-plugins-v4l2 libpt-1.11.2-plugins-v4l2 qv4l2 v4l2loopback-dkms v4l2loopback-source v4l2loopback-utils v4l2ucp

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy