Skip to content

Commit

Permalink
set default motion value to a correct amount
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jan 19, 2018
1 parent b954746 commit 8ff99eb
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ public class LuminanceMotionDetector implements IMotionDetector {
/**
* Levels of motion detection
*/
public static final int MOTION_LOW = 0;
public static final int MOTION_MEDIUM = 1;
public static final int MOTION_HIGH = 2;

public static final int MOTION_MEDIUM = 30000;

/**
* Sets different sensitivity for the algorithm
* @param thresh sensitivity identifier
Expand Down

0 comments on commit 8ff99eb

Please sign in to comment.