How do I turn on the integrated web-cam on Dell Vostro I have Ubuntu 10.10
5 Answers
To use the webcam, simply type `cheese` in the terminal.
Read below to understand more.
The package cheese
is required for opening webcam on ubuntu. Please follow the steps below to get it on your ubuntu.
Open your terminal (Ctrl + Alt + T).
Type
cheese
.if
cheese
is already installed then it will promptcheese
with webcam on. Now you can use your webcam.if
cheese
is not installed, try the steps given below.In the terminal ,enter
sudo apt-get install cheese
. This will installcheese
.To use the webcam, simply type
cheese
in the terminal.Direct link for installing cheese http://apt.ubuntu.com/p/cheese
- 141
- 1
- 6
-
1In 2022 still this solution work for Kubuntu 20.04.✔ – SaidbakR Jan 07 '22 at 20:02
This isn't an exact answer but still you can make use of VLC Media Player for this too.
Go to File > Open Capture Device -> Capture Mode select Direct Show
You can take snapshots as well as record videos as well.
- 202
- 2
- 9
-
3Although not an answer... it is interesting that VLC allows for video capture from camera!
:)
– dearN Jul 16 '16 at 13:02
If Cheese doesnt work for you, try Camorama. Its also found in the Software Center. I think its better than Cheese. I couldn't get Cheese to work on my Acer Aspire One but Camorama worked right out of the box!
- 11
- 1
Google hangout should also activate the webcam. Invite someone to a video hangout, and it should fire up.
Cheese also worked for me.
-
The user is probably asking about a key combination, or an Ubuntu application, therefore in the future, put cheese first. – Fabby Nov 25 '14 at 22:19