commit 27/2025

Tambah Crop Setting
This commit is contained in:
2025-06-30 16:31:57 +07:00
parent 0728ae3ca2
commit e4d2bfa00e
13 changed files with 66258 additions and 2 deletions

3
.gitignore vendored
View File

@@ -2,6 +2,9 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
logs/
out/
hs_err*.log
### IntelliJ IDEA ###
.idea/modules.xml

BIN
IU photoboth-01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

BIN
IU photoboth-02.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

12213
haarcascade_eye.xml Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

29690
haarcascade_profileface.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
hubungistafkami.wav Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -90,7 +90,7 @@ public class CaptureView {
private final AtomicBoolean isTakingPhoto = new AtomicBoolean(false);
private final ErhaAPI erhaAPI = new ErhaAPI(false);
private final ErhaAPI erhaAPI = new ErhaAPI(true);
// for timeout 180 detik
private final int timeout = 180;

View File

@@ -22,7 +22,7 @@ import static Config.SomeCodes.config;
public class MainApplication extends Application {
final String version = "27052025-012";
final String version = "30062025-PRODUCTION-1.0.0";
PhotoCleaner photoCleaner;
@Override
public void start(Stage stage) throws IOException {