Releases: Cet412/drivera
Releases · Cet412/drivera
Drivera 0.1.0
Drivera v0.1.0-beta
First public beta of Drivera — an on-device Android driver monitoring system.
This release contains the core detection engine. The app can detect eye closure in real-time and trigger an alarm when drowsiness is detected. UI is minimal and functional — full interface polish is coming in later releases.
What's Working
- EAR-based eye closure detection via MediaPipe Face Landmarker
- Moving average filter to reduce false positives from normal blinking
- Dominant eye logic — handles head tilt without triggering false alarms
- 3-state system:
SAFE→WARNING→CRITICAL - CRITICAL alarm — max volume override + repeating haptic vibration
- Background detection — keeps running when screen is off
Known Limitations
- No calibration UI — EAR threshold is hardcoded (
0.16) - No settings screen (alarm tone, sensitivity)
- Permission flow is bare minimum
- Only tested on a limited range of devices and lighting conditions
Requirements
- Android 8.0 (API 26) or higher
- Front-facing camera
- Allow Camera and Notifications permissions on first launch
Installation
- Download
drivera-v0.1.0-beta.apkbelow - Enable Install from unknown sources on your device
- Install and open the app
- Grant permissions, point front camera at your face, and drive safe
Beta disclaimer: This is an early build intended for testing. Do not rely on this app as your sole safety measure while driving.