processingTimeMs property
Processing time for the current frame in milliseconds.
This includes the time for model inference and result processing, but excludes camera capture and UI rendering time.
Implementation
final double processingTimeMs;
Processing time for the current frame in milliseconds.
This includes the time for model inference and result processing, but excludes camera capture and UI rendering time.
final double processingTimeMs;