
MyFace
Source (link to git-repo or to original if based on someone elses unmodified work):
With MyFace you can snap photos or record videos from a webcam.
It supports (with plugins) a lot of effects (like sepia, grayscale, blur, edge detection, oil paint...).
NEW! Requirements:
-Qt 4.3
-Linux (no more Opencv!)
PLEASE NOTE:
This version is very SLOW and buggy, but it has simple and funny features.
I'm searching for programmers that would like to help me with this software!
*0.2.2-alfa:
-add more debug messages, set NMAP to preferred image function
-set the all the pixel_format
*0.2.1-alfa:
-removed the stupid dep on opencv at sceneitem.h
*0.2-alfa:
-removed all the deps on OpenCv, now it uses V4L over possible
-speed up, removed the stupid thread, now it uses QTimer
*0.1-alfa:
-first slow slow slow release based on OpenCv
Ratings & Comments
11 Comments
Hey, very nice piece of software. I just came across as I was searching for such an app. Are you still working on it? I am not very experienced, but I might have a look at how I can contribute.
Very nice app. I was looking for this kind piece of software for a long time. Is there anywhere ubuntu 64bit deb's around?
"Added new plugin: Blur effect (libblureffectplugin.so)" "Added new plugin: Charcoal effect (libcharcoaleffectplugin.so)" "Added new plugin: Edges recognition effect (libedgeseffectplugin.so)" "Added new plugin: Grayscale effect (libgrayeffectplugin.so)" "Added new plugin: Implode effect (libimplodeeffectplugin.so)" "Added new plugin: Negative effect (libnegativeeffectplugin.so)" "Added new plugin: No effect (libnoeffectplugin.so)" "Added new plugin: Oilpaint effect (liboilpainteffectplugin.so)" "Added new plugin: Sepia effect (libsepiaeffectplugin.so)" "Added new plugin: Spread effect (libspreadeffectplugin.so)" "Added new plugin: Swirl effect (libswirleffectplugin.so)" Checking device... Opening /dev/video0 is a V4L2 device (support for V4L2 is under development). Palette is not VIDEO_PALETTE_RGB24 Fixme! and then nothing happens... though my webcam is already broken by other apps
i search a long time for your very nice program. can you kompile an .deb package for debian-lenny please.
Hey, like your app (so far on the screenshots) I tried to compile this on Kubuntu Intrepid, when I try to execute it in /bin/myface. A window pops up telling me this is alpha software etc.. etc.. Then nothing happens, I get an Error: solardeity@solardeity-netbook:~/myface-0.2.2.alfa/bin$ ./myface "Added new plugin: No effect (libnoeffectplugin.so)" Checking device... Opening /dev/video0 is a V4L2 device (support for V4L2 is under development). Palette is not VIDEO_PALETTE_RGB24 Fixme! Any idea??
This is a problem regarding the PALETTE used by your webcam.. Now I don't have the time to continue to this project, so I don't know when I will fix that problem... Sorry, use webkam or cheese instead
Basic of program look good but webkam is better but i look the option to list al images and save them direct so thats good.
Hi, great work on this program and the name is great too. There's a similar program called webKam (at http://www.kde-apps.org/content/show.php/webKam?content=76902&PHPSESSID=053dcf0740880269dd3580835db686b3). Do you reckon you and the other of that program could pool your resources to create one uber-cool app?
indeed, a collaborative work with WebKam is a great idea but the interface should be kept clean (in other word, don't let the effects become too intrusive in the GUI) cheers :)
There's a bug in libnegative when compiling: " g++ -shared -o libnegativeeffectplugin.so negativeeffectplugin.o moc_negativeeffectplugin.o -L/usr/lib -lQtGui -lQtCore -lpthread collect2: ld terminated with signal 11 [Segmentation fault], core dumped make[1]: *** [../plugins/libnegativeeffectplugin.so] Error 1 make[1]: Leaving directory `/home/fabrizio/Scaricati/myface-0.1.alfa/negativeeffectplugin' make: *** [sub-negativeeffectplugin-make_default] Error 2 " Perpahs only on my arch...
mmm... try this: open myface.pro end delete the line: negativeeffectplugin \