issue50:critique
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue50:critique [2011/06/26 23:04] – créée fredphil91 | issue50:critique [2011/08/15 08:33] (Version actuelle) – fredphil91 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | Have you ever imagined logging in to your system using only your face? Sounds like science fiction, but it is now possible with an application called PAM Face Authentication. Using a webcam, it scans your face and allows you to log in without typing a password. No more passwords. The application was developed as part of the Google Summer-of-Code 2008 for openSUSE. The project was then extended during the Google Summer-of-Code 2009 to make it compatible with the KDE and Pardus distributions. | + | **Have you ever imagined logging in to your system using only your face? Sounds like science fiction, but it is now possible with an application called PAM Face Authentication. Using a webcam, it scans your face and allows you to log in without typing a password. No more passwords. The application was developed as part of the Google Summer-of-Code 2008 for openSUSE. The project was then extended during the Google Summer-of-Code 2009 to make it compatible with the KDE and Pardus distributions. |
- | The official website is pam-face-authentication.org, | + | The official website is pam-face-authentication.org, |
+ | |||
+ | Vous êtes-vous jamais vu en train de vous connecter à votre système avec rien d' | ||
+ | |||
+ | Le site officiel est pam-face-authentication.org et vous y trouverez des instructions pour l' | ||
- | Let’s start with the installation. | + | **Let’s start with the installation. |
Installation | Installation | ||
Ligne 23: | Ligne 27: | ||
make | make | ||
- | sudo make install | + | sudo make install** |
+ | Commençons par l' | ||
- | Configuration | + | Installation |
+ | |||
+ | La première chose à faire est d' | ||
+ | |||
+ | sudo apt-get install build-essential cmake qt4-qmake libx11-dev libcv-dev libcvaux-dev libhighgui2.1 libhighgui-dev libqt4-dev libpam0g-dev checkinstall | ||
+ | |||
+ | Quand nous avons installé toutes les dépendances, | ||
+ | |||
+ | cd /tmp && wget http:// | ||
+ | |||
+ | tar zxf pam-face-authentication-0.3.tar.gz && cd pam-face-authentication-* | ||
+ | |||
+ | mkdir build && cd build | ||
+ | |||
+ | cmake -D CMAKE_INSTALL_PREFIX=/ | ||
+ | |||
+ | make | ||
+ | |||
+ | sudo make install | ||
+ | |||
+ | **Configuration | ||
To login to your system with face recognition, | To login to your system with face recognition, | ||
Ligne 47: | Ligne 72: | ||
sudo pam-auth-update --package face_authentication | sudo pam-auth-update --package face_authentication | ||
- | Finally, you are finished with the installation. Users with enabled Auto login must disable it manually by going to System Administration > Login Screen > Convenience, | + | Finally, you are finished with the installation. Users with enabled Auto login must disable it manually by going to System Administration > Login Screen > Convenience, |
- | Problems | + | Configuration |
+ | |||
+ | Pour se connecter à votre système au moyen de la reconnaissance de votre visage, vous devez commencer par l' | ||
+ | |||
+ | La prochaine étape est de créer un fichier pour contenir les informations concernant le greffon. Saisissez ces commandes l'une après l' | ||
+ | |||
+ | cat << EOF | sudo tee / | ||
+ | |||
+ | Name: face_authentication profile | ||
+ | Default: yes | ||
+ | Priority: 900 | ||
+ | Auth-Type: Primary | ||
+ | Auth: | ||
+ | [success=end default=ignore] pam_face_authentication.so enableX | ||
+ | EOF | ||
+ | |||
+ | Ensuite, activez le greffon au moyen de ce qui suit : | ||
+ | |||
+ | sudo pam-auth-update --package face_authentication | ||
+ | |||
+ | L' | ||
+ | |||
+ | **Problems | ||
During testing, in a few cases, the application was unable to recognize me and it was frustrating. Fortunately, | During testing, in a few cases, the application was unable to recognize me and it was frustrating. Fortunately, | ||
Ligne 65: | Ligne 112: | ||
Since this is the only application of this type available for Linux, it does a good job. It can even be compared to commercial applications. Currently, all applications of this type aren't accurate. In a few years, we could expect it to be the default way to log in to your system with increased usage of these applications. Until then, there is no need to install it. Sooner or later, you will be frustrated by the accuracy of recognition. | Since this is the only application of this type available for Linux, it does a good job. It can even be compared to commercial applications. Currently, all applications of this type aren't accurate. In a few years, we could expect it to be the default way to log in to your system with increased usage of these applications. Until then, there is no need to install it. Sooner or later, you will be frustrated by the accuracy of recognition. | ||
- | The best thing about PAM face authentication is it is free. | + | The best thing about PAM face authentication is it is free.** |
+ | |||
+ | Problèmes | ||
+ | |||
+ | Parfois, pendant les tests, l' | ||
+ | |||
+ | En lisant cet article, vous vous êtes sans doute demandé quelque chose comme : « Peut-on tromper l' | ||
+ | |||
+ | Bon point : | ||
+ | Facile à utiliser. | ||
+ | |||
+ | Mauvais points : | ||
+ | La documentation est périmée, quelques bogues, difficulté d' | ||
+ | |||
+ | Dans l' | ||
+ | |||
+ | Puisque c'est la seule application du genre disponible pour Linux, elle fait du bon travail. On peut même la comparer à des applications commerciales. Actuellement, | ||
+ | |||
+ | Le plus intéressant est que PAM face authentication est gratuit. |
issue50/critique.1309122253.txt.gz · Dernière modification : 2011/06/26 23:04 de fredphil91