About HawkGuard
HawkGuard Surveillance System captures license plate detections from cameras, stores records (entries/exits), and shows real-time registered/unregistered plate events. When a camera scans a plate it is stored in the ENTRIES or UNREGISTERED LOGS table, which the dashboard reads live to show counts and images.
How it works (summary)
- Camera captures plate image and posts into Supabase (ENTRIES / UNREGISTERED LOGS).
- Registered plates are matched to the users table; unregistered plates are logged as alerts.
- Admin logs in using email + password; backend sends a 6-digit OTP to their email for verification.
- Dashboard updates in real-time when new entries or unregistered logs are inserted (no refresh needed).