Husseinfo / tracker

Face recognition based attendance system
GNU General Public License v3.0
42 stars 24 forks source link

Provide instructions for marking attendance using remote device #2

Closed mayank26saxena closed 6 years ago

mayank26saxena commented 6 years ago

Please provide instructions regarding marking attendance using a remote device (RPi) and a local device.

Husseinfo commented 6 years ago

You can use one of the scripts realtime.py, tracker.py and rtracker.py with slight modifications regarding the connection configuration. You can also develop your own RESTful client to talk to the web service (see receive_recognize in views.py).

mayank26saxena commented 6 years ago

Is it possible to do real-time attendance marking with the webcam (on my system) using the Django web app?

Husseinfo commented 6 years ago

The purpose of Capture is to test the system recognition. The attendance is marked from outside (using the RESTful API) without the user interaction.