Webcamoid, webcam capture plasmoid

Webcamoid is a webcam plasmoid for the KDE desktop environment.

Features

Build and install

Webcamoid's dependencies are:

NOTE: Some distributions doesn't provides FFmpeg packages, if this is your case, enable the USE3DPARTYLIBS options in qmake.

Build dependecies:

Build dependecies for USE3DPARTYLIBS:

You can build Webcamoid with the following commands:

qmake-qt4 Webcamoid.pro PREFIX=/usr #USE3DPARTYLIBS=1
make
su -c 'make install'
kbuildsycoca4

The PREFIX variable is where the files will be copyed with the make install command. The INSTALLPREFIX is the final installation path of Webcamoid. If INSTALLPREFIX is not specified, INSTALLPREFIX will be equal to PREFIX.

Custom Streams

Webcamoid is not just a webcam capture software. You can, for example, use it to capture from a video, image file, IP cameras, or the desktop. If you want to add a new stream, go to the "Configure Custom Streams" option, and click in the "Add" button. Give it a human readable "Device Name" and write the path to the stream in the "URI" field. Here are some examples:

You can search some online IP cameras here and here

Translating

Edit the Lib.pro file and add you language code to the TRANSLATIONS macro, then, in the root directory of the project run:

lupdate-qt4 -verbose -noobsolete Webcamoid.pro

A share/ts/yourlang_code.ts_ will be created. Translate that file to your language using Qt Linguist.

Supported languages

Some languages are officially supported and other are supported through Google Translator.

Reporting Bugs

Run this command:

plasma-windowed webcamoid

use Webcamoid until an abnormal event happen, write a list with the following information:

  1. Your Webcamoid version.
  2. Your distribution name and version (numeric, please).
  3. Your KDE and Qt version.
  4. Your GCC version.
  5. The output of the previous command.
  6. Any other useful information.

Send this list to the issues page.