8000 GitHub - imagemlt/PiLocker: Face recognition application build on raspberry pi with webpy and face++ api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

imagemlt/PiLocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiLocker

what is it

This application is a face recognition application build on raspberry pi with webpy and face++ api.

requires

  • Raspberry Pi with Raspbian
  • Specific camera module for RPi
  • Python with webpy and PiCamera extension
  • Face++ sdk

note: this application run on 800x600 screen,and by default uses the gpio 7.

start

just type

./PiLocker.py  

then the web application will run and you can lauch it with your browser. To make the application be accessed after the raspberry pi booted, you should do the following to enable the application run with full-screen chrome browser.
edit the file:

sudo nano /etc/xdg/lxsession/LXDE-pi/autostart

Comment out this line:

@xscreensaver -no-splash

Add these lines:

@xset s off @xset -dpms @xset s noblank /usr/bin/chromium --noerrdialogs --kiosk --incognito "http://localhost:8080"

edit the /etc/rc.local, add these lines before the line "exit 0":

cd YOUR_PROJECT_BASE_DIR && python ./PiLocker.py &

Then you can enjoy the lock.

About

Face recognition application build on raspberry pi with webpy and face++ api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0