Enviado em 24/09/2015 - 17:25h
No W7 eu usava um software que me permitia fazer login usando o reconhecimento facial, no ubuntu tem alguma alternativa? Se sim, qual?
Enviado em 24/09/2015 - 17:25h
Enviado em 24/01/2016 - 21:32h
Enviado em 25/01/2016 - 06:11h
Enviado em 25/01/2016 - 09:46h
wget http://pam-face-authentication.googlecode.com/files/pam-face-authentication-0.3.tar.gz
$ tar -zxvf pam-face-authentication-0.3.tar.gz
$ cd pam-face-authentication-0.3/
$ mkdir build
$ cd build
$ cmake -D CMAKE_INSTALL_DIR=/usr ..
$ make
$ sudo make install
qt-facetrainer
auth sufficient pam_face_authentication.so enableX
Enviado em 25/01/2016 - 20:33h
wget http://pam-face-authentication.googlecode.com/files/pam-face-authentication-0.3.tar.gz
$ tar -zxvf pam-face-authentication-0.3.tar.gz
$ cd pam-face-authentication-0.3/
$ mkdir build
$ cd build
$ cmake -D CMAKE_INSTALL_DIR=/usr ..
$ make
$ sudo make install
qt-facetrainer
auth sufficient pam_face_authentication.so enableX
CMake Error at /usr/share/cmake-3.2/Modules/FindX11.cmake:439 (message):
Could not find X11
Call Stack (most recent call first):
CMakeLists.txt:72 (FIND_PACKAGE)
Enviado em 25/01/2016 - 20:47h
sudo apt-get install libx11-dev
Enviado em 25/01/2016 - 20:58h
sudo apt-get install libx11-dev
Enviado em 25/01/2016 - 21:51h
sudo apt-get install libopencv-dev
Enviado em 26/01/2016 - 00:04h
Enviado em 26/01/2016 - 18:35h
kevin@kevin-notebook:~/pam-face-authentication-0.3/build$ cmake -D CMAKE_INSTALL_DIR=/usr ..
-- Checking GNUCXX version 3/4 to determine OpenCV /opt/net/ path
CMake Error at cmake/modules/FindOpenCV.cmake:239 (MESSAGE):
OpenCV required but some headers or libs not found. Please specify it's
location with OpenCV_ROOT_DIR env. variable.
Call Stack (most recent call first):
CMakeLists.txt:75 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/home/kevin/pam-face-authentication-0.3/build/CMakeFiles/CMakeOutput.log".
See also "/home/kevin/pam-face-authentication-0.3/build/CMakeFiles/CMakeError.log".
Enviado em 14/04/2017 - 09:49h
Entre na sua conta para responder.