Improvement 21/01/2025
This commit is contained in:
@@ -3,5 +3,7 @@ package Camera;
|
||||
public interface LiveCamEvent {
|
||||
void onDetectedQRCode(String qrCode);
|
||||
void onFaceDetector(boolean hasface, int width, int height);
|
||||
void onEyeDetector(boolean hasEye, int width, int height);
|
||||
void onLog(String log);
|
||||
void onBlink(int counter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user