commit 24/03/2025
This commit is contained in:
@@ -4,11 +4,12 @@ public interface LiveCamEvent {
|
||||
void onDetectedQRCode(String qrCode);
|
||||
void onFrontalFaceDetector(boolean hasface, int width, int height);
|
||||
void onProfileFaceDetector(boolean hasface, int width, int height);
|
||||
void onEyeDetector(boolean hasEye, int width, int height);
|
||||
void onEyeDetector(boolean hasEye);
|
||||
void onLeftEarDetector(boolean hasLeftEar, int width, int height);
|
||||
void onRightEarDetector(boolean hasRightEar, int width, int height);
|
||||
void onLeftEyeDetector(boolean hasLeftEye, int width, int height);
|
||||
void onRightEyeDetector(boolean hasRightEye, int width, int height);
|
||||
void onLog(String log);
|
||||
void onBlink(int counter);
|
||||
void onStartCapturing();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user