Giter Club home page Giter Club logo

webcamoid's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.