How to limit the number of FPS from camera
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 inside, 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 approximately 5-10 FPS.
Thanks in advance.