14

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

I'm using Ubuntu 12.04 desktop.

Thanks!

itsols
  • 1,140

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

  • @itsols Let me get this straight: you were simply looking for recommendations for picture/video capture software? Did you search AskUbuntu first? A quick glance turns up http://askubuntu.com/questions/9775/picture-video-capture-programs and others... – Yatharth Agarwal Apr 23 '14 at 15:31
  • 1
    I did not know that I had to look for picture or video editing/capturing software. I just wanted to get my webcam working as a camera. Thanks for the link anyway! – itsols Apr 23 '14 at 16:02
8

Another nice alternative to cheese: GTK UCV Video Viewer

Install it using sudo apt-get install guvcview

Back.Slash
  • 2,166
  • 2
  • 17
  • 22
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
  • 60,188