Skip to content

Releases: Cet412/drivera

Drivera 0.1.0

03 Jun 01:09

Choose a tag to compare

Drivera 0.1.0 Pre-release
Pre-release

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: SAFEWARNINGCRITICAL
  • 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

  1. Download drivera-v0.1.0-beta.apk below
  2. Enable Install from unknown sources on your device
  3. Install and open the app
  4. 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.