commit 27/03/2025

This commit is contained in:
rdkartono
2025-03-27 13:39:38 +07:00
parent 532979807b
commit fc5bc8ada8
9 changed files with 155 additions and 28 deletions

View File

@@ -859,7 +859,7 @@ public class Cameradetail {
int fpsval = fps.getAndSet(0);
if (fpsval!=LiveFPS){
LiveFPS = fpsval;
if (event!=null) event.onStartCapturing();
if (event!=null) event.onIntervalUpdate();
}
}
};