Webcamoid is a webcam plasmoid for the KDE desktop environment.
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.
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
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.
Some languages are officially supported and other are supported through Google Translator.
Run this command:
plasma-windowed webcamoid
use Webcamoid until an abnormal event happen, write a list with the following information:
Send this list to the issues page.