Browse Source

Changed detection overtime from 10 seconds to 5 seconds

master
Bastian Kohler 1 year ago
parent
commit
681a2f0230

+ 1
- 1
app/src/main/java/com/example/ueberwachungssystem/Detection/Detector.java View File

private boolean extendViolation = false; private boolean extendViolation = false;


// Countdown parameters // Countdown parameters
private final int COUNTDOWN_TIME = 10000; // milliseconds
private final int COUNTDOWN_TIME = 5000; // milliseconds
private final int COUNTDOWN_POLLING_TIME = 100; // milliseconds private final int COUNTDOWN_POLLING_TIME = 100; // milliseconds


/** Constructor - takes context of current activity */ /** Constructor - takes context of current activity */

Loading…
Cancel
Save