14

Is there software that allows the webcam to be used as a camera?

I'm using Ubuntu 12.04 desktop.

Thanks!

itsols
  • 1,200

3 Answers3

24

As your goal is to take pictures of your desk, I'd suggest to install cheese

Open a terminal (Ctrl+Alt+t) and type:

sudo apt-get install cheese

Then start it with just cheese from the same terminal or from the Dash:

enter image description here

8

Another nice alternative to cheese: GTK UCV Video Viewer

Install it using sudo apt-get install guvcview

Back.Slash
  • 2,176
2

May I assume you wish to be able to take a still photo with your webcam? If so, I recommend cheese. It is available in the Ubuntu repositories:

sudo apt-get install cheese

After you start it, there is an option to take a photo, photos in a burst or videos.

chili555
  • 61,330