Frequently Asked Questions (FAQ)¶

Why the benchmark application is faster than VideoRecognizer?

The VideoRecognizer application have many background threads to: read from the camera, draw the preview, draw the recognitions, render the UI elements… The CPU is a shared resource and all these background threads are fighting against each other for their share of the resources.