I want to lower the latency of detection because I get too many words in a second. I've tried to lower it by changing variables like FPS, maxFrameMs, minFramems, etc(almost everything regarding to latency) in VisonProcessorBase.java and InferenceInfoGraphic.java class but it didn't work. How can I lower the speed of detection?
Asked
Active
Viewed 323 times
1 Answers
0
Those variables are just used for counting rather configuring camera.
You can play with REQUESTED_FPS constant and #selectPreviewFpsRange method inside the CameraSource.java class to lower the speed of frame feeding for detection.

zhouyi
- 226
- 1
- 4