processingTimeMs property

double processingTimeMs
final

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;