You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AI_MultiBarcodes_Capture/src/main/java/com/zebra/ai_multibarcodes_capture/barcodedecoder/BarcodeAnalyzer.java
+51-30Lines changed: 51 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -64,15 +64,15 @@ public interface DetectionCallback {
64
64
65
65
/**
66
66
* Interface for receiving analysis timing data.
67
-
* Implement this interface to display performance metrics (FPS, analysis time).
67
+
* Implement this interface to display performance metrics (analysis count, analysis time).
68
68
*/
69
69
publicinterfaceAnalysisTimingCallback {
70
70
/**
71
71
* Called with timing information after each analysis completes.
72
72
* @param analysisTimeMs The time in milliseconds taken to analyze the frame
73
-
* @param fps The current frames per second (analysis rate)
73
+
* @param analysisPerSecond The number of analyses completed in the last second
Copy file name to clipboardExpand all lines: AI_MultiBarcodes_Capture/src/main/java/com/zebra/ai_multibarcodes_capture/java/CameraXLivePreviewActivity.java
<stringname="display_analysis_per_second_description">Display an overlay on the camera preview showing real-time performance metrics: number of image analyses per second and processing time in milliseconds.</string>
0 commit comments