What webcam apps are available and how to check if your webcam is working?

Cheese Install Cheese

enter image description here

Cheese uses your webcam to take photos and videos, applies fancy special effects and lets you share the fun with others. It was written as part of Google's 2007 Summer of Code lead by daniel g. siegel and mentored by Raphaël Slinckx. Under the hood, Cheese uses GStreamer to apply fancy effects to photos and videos. With Cheese it is easy to take photos of you, your friends, pets or whatever you want and share them with others.


VLC can be used for the given purpose.

Media - Open capture device...

enter image description here

Click drop-down menu for Device selection - Video device name.

When something like/dev/video0 appears, just click Enter.

enter image description here

Then Play.

One can also launch directly the VLC webcam.

Save the playlist as the VLC webcam is running. Media - Save playlist to file... (e.g. save as vlc-webcam.xspf playlist file). Starting that playlist file in VLC will start the webcam.

Then one may create a desktop file for the same purpose; it should be similar to this:

[Desktop Entry]
Name=VLC Webcam 
Comment=Webcam vlc 
Exec=vlc /path/to/vlc-webcam.xspf
Icon=/add/some/image/png/file.png
Terminal=false
Type=Application
StartupNotify=true
Categories=AudioVideo;Player;Recorder;

Make it executable. If you copy that into /usr/share/applications it will be searched and launched directly as any other application. In Synapse:

enter image description here