
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
MyFace is a program like Apple PhotoBooth or Cheese. It's written in C++ and it uses the power of Qt4.
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!
12 years ago
*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
12 years ago
*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
denisq
10 years ago
Are you still working on it? I am not very experienced, but I might have a look at how I can contribute.
Report
obsrv
10 years ago
Report
kuchumovn
11 years ago
"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
Report
skynix
11 years ago
Report
solardeity
12 years ago
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??
Report
LukA4e
12 years ago
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
Report
Kenichi
12 years ago
Report
greengoose
12 years ago
Do you reckon you and the other of that program could pool your resources to create one uber-cool app?
Report
DanaKil
12 years ago
cheers :)
Report
ramiel
12 years ago
"
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...
Report
LukA4e
12 years ago
open myface.pro
end delete the line:
negativeeffectplugin \
Report