commit 27/2025
Tambah Crop Setting
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,6 +2,9 @@ target/
|
|||||||
!.mvn/wrapper/maven-wrapper.jar
|
!.mvn/wrapper/maven-wrapper.jar
|
||||||
!**/src/main/**/target/
|
!**/src/main/**/target/
|
||||||
!**/src/test/**/target/
|
!**/src/test/**/target/
|
||||||
|
logs/
|
||||||
|
out/
|
||||||
|
hs_err*.log
|
||||||
|
|
||||||
### IntelliJ IDEA ###
|
### IntelliJ IDEA ###
|
||||||
.idea/modules.xml
|
.idea/modules.xml
|
||||||
|
|||||||
BIN
IU photoboth-01.jpg
Normal file
BIN
IU photoboth-01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 452 KiB |
BIN
IU photoboth-02.jpg
Normal file
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 |
BIN
banners/IU photoboth-01_old.jpg
Normal file
BIN
banners/IU photoboth-01_old.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 452 KiB |
12213
haarcascade_eye.xml
Normal file
12213
haarcascade_eye.xml
Normal file
File diff suppressed because it is too large
Load Diff
24350
haarcascade_frontalface_alt.xml
Normal file
24350
haarcascade_frontalface_alt.xml
Normal file
File diff suppressed because it is too large
Load Diff
29690
haarcascade_profileface.xml
Normal file
29690
haarcascade_profileface.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
hubungistafkami.wav
Normal file
BIN
hubungistafkami.wav
Normal file
Binary file not shown.
Binary file not shown.
BIN
pengambilan_berhasil_tunggu_lobby.wav
Normal file
BIN
pengambilan_berhasil_tunggu_lobby.wav
Normal file
Binary file not shown.
@@ -90,7 +90,7 @@ public class CaptureView {
|
|||||||
|
|
||||||
private final AtomicBoolean isTakingPhoto = new AtomicBoolean(false);
|
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
|
// for timeout 180 detik
|
||||||
private final int timeout = 180;
|
private final int timeout = 180;
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import static Config.SomeCodes.config;
|
|||||||
|
|
||||||
public class MainApplication extends Application {
|
public class MainApplication extends Application {
|
||||||
|
|
||||||
final String version = "27052025-012";
|
final String version = "30062025-PRODUCTION-1.0.0";
|
||||||
PhotoCleaner photoCleaner;
|
PhotoCleaner photoCleaner;
|
||||||
@Override
|
@Override
|
||||||
public void start(Stage stage) throws IOException {
|
public void start(Stage stage) throws IOException {
|
||||||
|
|||||||
Reference in New Issue
Block a user