summaryrefslogtreecommitdiff
path: root/ext/opencv/MotionCells.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/MotionCells.cpp')
-rw-r--r--ext/opencv/MotionCells.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/opencv/MotionCells.cpp b/ext/opencv/MotionCells.cpp
index 0b62ab19c..1adcbed05 100644
--- a/ext/opencv/MotionCells.cpp
+++ b/ext/opencv/MotionCells.cpp
@@ -146,7 +146,8 @@ MotionCells::performDetectionMotionCells (IplImage * p_frame,
: p_framerate <= 10 ? sumframecnt = 2
: p_framerate <= 15 ? sumframecnt = 3
: p_framerate <= 20 ? sumframecnt = 4
- : p_framerate <= 25 ? sumframecnt = 5 : sumframecnt = 0 : sumframecnt = 0;
+ : p_framerate <= 25 ? sumframecnt = 5
+ : p_framerate <= 30 ? sumframecnt = 6 : sumframecnt = 0 : sumframecnt = 0;
m_framecnt++;
m_changed_datafile = p_changed_datafile;