Skip to content

Ascaf0/Webcamoid

 
 

Repository files navigation

Webcamoid, webcam capture plasmoid

Webcamoid is a webcam plasmoid for the KDE desktop environment.

Features

  • Take pictures with the webcam.
  • Record videos.
  • Manages multiple webcams.
  • Play/Stop capture, this saves resources while the plasmoid is not in use.
  • Written in C++.
  • 100% Qt based software, for KDE/Qt purists.
  • Custom controls for each webcam.
  • Popup applet support (you can embed Webcamoid in the panel).
  • Add funny effects to the webcam (requires Frei0r plugins and QImageBlitz).
  • +50 effects available.
  • Effects with live previews.
  • Translated to many languages.
  • Stand alone installation mode (use it as a normal program).
  • Use custom network and local files as capture devices.
  • Capture from desktop.

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:

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/your_lang_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.

  • Catalan
  • Chinese Simplified
  • Chinese Traditional
  • English (official)
  • French
  • Galician
  • German
  • Greek
  • Italian
  • Japanese (official)
  • Korean
  • Portuguese
  • Russian
  • Spanish (official)

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.

About

Webcamoid is a webcam capturing plasmoid for the KDE desktop environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.2%
  • TypeScript 22.1%
  • Prolog 6.4%
  • C 2.7%
  • Other 0.6%