commit 27/08/2025

This commit is contained in:
2025-08-27 13:02:06 +07:00
parent 8f85e3fccd
commit 668a477289
5 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -1,4 +1,4 @@
#Mon Aug 18 16:11:28 WIB 2025
#Wed Aug 27 11:07:31 WIB 2025
AudioPhase1=C\:\\Users\\rdkar\\OneDrive\\Documents\\IntelliJ Project\\ErhaCam\\audio\\phase1.mp3
AudioPhase2=C\:\\Users\\rdkar\\OneDrive\\Documents\\IntelliJ Project\\ErhaCam\\audio\\phase2.mp3
AudioPhase3=C\:\\Users\\rdkar\\OneDrive\\Documents\\IntelliJ Project\\ErhaCam\\audio\\phase3.mp3
@@ -42,7 +42,7 @@ FTPUser=user
FlipCamera=false
MirrorCamera=false
PhotoDirectory=D\:\\Capture
Production=true
Production=false
SharpnessThreshold=850.0
cascadeMaxSize=360
cascadeMinNeighbors=3

Binary file not shown.

View File

@@ -1284,6 +1284,7 @@ public class Cameradetail {
@Override
public void run() {
if (Capturing.get()){
int fpsval = fps.getAndSet(0);
if (fpsval!=LiveFPS){
LiveFPS = fpsval;

View File

@@ -24,7 +24,7 @@ import static Config.SomeCodes.config;
public class MainApplication extends Application {
final String version = "18082025-PRODUCTION-1.0.7";
final String version = "27082025-PRODUCTION-1.0.7";
PhotoCleaner photoCleaner;
public static Map<Integer, Detectors> detectorsList = new HashMap<>();