I´m doing an application that recognizes speed limit signs based on Face Detection Android sample. I´ve got application almost done, when I show to camera one photo with speed limit signal inide, app detects an identify signal, It takes less than 1 second. The problem starts when I started tests mounting device on a car dock because when I get moving detection step fails continually. I'm using native detection_based_tracker and seems that it get saturated so I want to pass less frames to it. Is there a way to fix native camera FPS? I would need only aprox 5-10 FPS.
Thaks in advance.