Hi MarkoApologies for the late reply. I have been attedning GUADEC, and then travelling afterwards, so have only had sporadic access to email.
On 2015-08-13 18:40, Marko Pudas <markopudas yahoo com> wrote:
Hi,Is there / or can you tell, for an old MS/VC user, how in linux/Ubuntu I can 1) build and 2) make your own effect on CheeseCam? I got the code, but how to build it? Guide for dummies? Where and how to filter each pixel, e.i. for (;x<maxX;x++) for (;y<maxY;y++) {Redpixel[x][y] /=2; }-> output modified picture, for example..? Thanks..
The effects which are used by Cheese are supplied by gnome-video-effects:
https://git.gnome.org/browse/gnome-video-effects/tree/effectsEach effect description includes a GStreamer pipeline, which is what transforms the video.
To create your own effect, you need to supply a GStreamer pipeline (possible creating a new element if you want something that is not available with the current elements), create a new .effect file (probably by copying an existing effect) and to place the effect either in the system location (/usr/share/gnome-video-effects) or the user location (generally ~/.local/share/gnome-video-effects).
-- http://amigadave.com/
Attachment:
signature.asc
Description: Digital signature