From d8fd5fc7d62734a8a78566c596cc106e27c0fe8a Mon Sep 17 00:00:00 2001 From: akhilkedia94 Date: Wed, 28 Sep 2016 12:45:34 +0900 Subject: [PATCH] [face_down_sensor] increasing the window size to increase detection rate Change-Id: I7095440151ff4117442f0d0f2d8e22717a2b3a97 Signed-off-by: akhilkedia94 --- src/sensor/gesture/face_down_alg_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sensor/gesture/face_down_alg_impl.cpp b/src/sensor/gesture/face_down_alg_impl.cpp index 93e3762..611d539 100644 --- a/src/sensor/gesture/face_down_alg_impl.cpp +++ b/src/sensor/gesture/face_down_alg_impl.cpp @@ -24,7 +24,7 @@ #define GRAVITY 9.80665 #define TWENTY_DEGREES 0.349066 #define ONE_SIXTY_DEGREES 2.79253 -#define WINDOW_SIZE (2000*100) +#define WINDOW_SIZE (2000*1000) face_down_alg_impl::face_down_alg_impl() { -- 2.7.4