
Various KDE 1.-4. Improvements
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
This is a modified version of Password & User Account section in System Settings, add webcam support for user image. This modification is based on Opencv library basically because it is multiplatform.
Is tested in KDE 4.4 (4.4.1)
Compile as tipical KDE application.
Extract files with
tar -xzf kcm.tar.gz
Enter to kcm directory
cd kcm/
Create a build directory
mkdir build
Exectue cmake:
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
Then excute make
and finally install
make install (as root)
Enjoy!
IMPORTANT: In order to compile this files you need the OpenCV module, you can download from http://opencv.willowgarage.com/wiki/Getting_started?action=AttachFile&do=view&target=FindOpenCV.cmake
NOTE: When compiling you could have problems with a cvconfig.h, apparently this is a OpenCV bug but only need copy this file to your OpenCV's include directory.
10 years ago
Version 0.2.2.1
- Bug fix: If no webcam detected the "From Cam" button is disabled (thank to Nicolas Lécureuil).
Version 0.2.2
- Fix bug with ~/.faces directory, now when you take a photo and the folder does not exist this is created. (thanks to mikala and jmiahman).
- Now add picture from webcam uses the same method as when add image from file
Version 0.2.1
- This new version fix a bug that occurred when you delete an image and then add new image from cam.
- New dialog for webcam (see the second screenshot).
- Allow select different webcams (using Solid)
10 years ago
Version 0.2.2.1
- Bug fix: If no webcam detected the "From Cam" button is disabled (thank to Nicolas Lécureuil).
Version 0.2.2
- Fix bug with ~/.faces directory, now when you take a photo and the folder does not exist this is created. (thanks to mikala and jmiahman).
- Now add picture from webcam uses the same method as when add image from file
Version 0.2.1
- This new version fix a bug that occurred when you delete an image and then add new image from cam.
- New dialog for webcam (see the second screenshot).
- Allow select different webcams (using Solid)
maxxs
10 years ago
Report
jmiahman
10 years ago
If I run:
kcmshell4 kcm_useraccount
as user I get:
mmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
Unable to stop the stream.: Bad file descriptor
munmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
munmap: Invalid argument
I'm running Mandriva
OpenCV 2.0
and using a UVC based Webcam
Report
jmiahman
10 years ago
Report
f3lip3
10 years ago
Report
mikala
10 years ago
i created the folder ~/.face & not ~/.faces
with the last one it's of course working like a charm :)
Regards,
Report
f3lip3
10 years ago
Report
f3lip3
10 years ago
Report
neoclust
10 years ago
Why don't you propose your great work to be used in main KDE ?
Report
neoclust
10 years ago
Report
mikala
10 years ago
i tested this app under kde 4.4.1 (mdv 2010.1) without success:
it's recognizing my webcam, i'm able to take a screenshot, to save it (well at least it's asking for the file name) but after nothing happends : the avatar does not change
According to systemsettings configuration, kde is supposed to use by default user's avatar
Regards,
Report
f3lip3
10 years ago
When you take a picture does this appear with the rest of the images? you also check if the picture is saved in ~/.face directory
Report
mikala
10 years ago
either more there 's no pic saved in ~/.face which did not exist initially
after creating this folder it still does not save inside this folder.
Report
f3lip3
10 years ago
Report
Supreme1012
11 years ago
Report
f3lip3
11 years ago
Report
f3lip3
11 years ago
chfacedlg.h 2010-02-03 01:38:50.714194628 -0300
chfacedlg.h 2010-01-30 18:23:05.000000000 -0300
And Review board needs something like this:
http.cpp (revision 1083209)
http.cpp (working copy)
I use diff -u -p someone can help me?
Report
cyberbeat
11 years ago
svn diff
instead. It always produced the output required by reviewboard for me. but you need your changes based on an svn checkout from the original kcm module.
Report
f3lip3
11 years ago
Report
BruceCadieux
11 years ago
There was a time when just about every package included some basic install and configuration instructions.
The lack of such severely limits the number of people who would use and try new software.
Report
plaristote
11 years ago
Because it should =) ! Very nice work !
Report
f3lip3
11 years ago
Report
Typhoner
11 years ago
Report
panda84
11 years ago
Maybe using reviewboard will help the process of reviewing it...
Report