Mar. 14. 2018

Dependencies:   GraphicsFramework GR-PEACH_video LCD_shield_config AsciiFont R_BSP USBHost_custom

Files at this revision

API Documentation at this revision

Comitter:
dkato
Date:
Tue Sep 26 09:19:48 2017 +0000
Parent:
6:8c0c70710090
Commit message:
The number of STB retries has been changed

Changed in this revision

recognition_proc/recognition_proc.h Show annotated file Show diff for this revision Revisions of this file
diff -r 8c0c70710090 -r 85ba09eb46b3 recognition_proc/recognition_proc.h
--- a/recognition_proc/recognition_proc.h	Wed Sep 06 01:30:17 2017 +0000
+++ b/recognition_proc/recognition_proc.h	Tue Sep 26 09:19:48 2017 +0000
@@ -22,7 +22,7 @@
 #define FACE_ANGLE_DEFAULT                   0            /* Face Detection roll angle (±15°)*/
 
 /* STB */
-#define STB_RETRYCOUNT_DEFAULT              25            /* Retry Count for STB */
+#define STB_RETRYCOUNT_DEFAULT               5            /* Retry Count for STB */
 #define STB_POSSTEADINESS_DEFAULT           30            /* Position Steadiness for STB */
 #define STB_SIZESTEADINESS_DEFAULT          30            /* Size Steadiness for STB */
 #define STB_PE_FRAME_DEFAULT                10            /* Complete Frame Count for property estimation in STB */