[face_down_sensor] increasing the window size to increase detection rate 87/89987/1
authorakhilkedia94 <akhil.kedia@samsung.com>
Wed, 28 Sep 2016 03:45:34 +0000 (12:45 +0900)
committerakhilkedia94 <akhil.kedia@samsung.com>
Wed, 28 Sep 2016 03:45:34 +0000 (12:45 +0900)
Change-Id: I7095440151ff4117442f0d0f2d8e22717a2b3a97
Signed-off-by: akhilkedia94 <akhil.kedia@samsung.com>
src/sensor/gesture/face_down_alg_impl.cpp

index 93e37620129dcaf8b0451bdc7d76778a5989d80e..611d539bd3ee9bfd3a49161a0c31f215efe7c855 100644 (file)
@@ -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()
 {