mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add AcqiredInfo.RETRYING_CAPTURE to IFingerprint" into sc-dev
This commit is contained in:
@@ -45,4 +45,5 @@ enum AcquiredInfo {
|
||||
TOO_DARK = 8,
|
||||
TOO_BRIGHT = 9,
|
||||
IMMOBILE = 10,
|
||||
RETRYING_CAPTURE = 11,
|
||||
}
|
||||
|
||||
@@ -82,5 +82,11 @@ enum AcquiredInfo {
|
||||
* same finger can help against false rejections.
|
||||
*/
|
||||
IMMOBILE,
|
||||
}
|
||||
|
||||
/**
|
||||
* This message may be sent to notify the framework that an additional image capture is taking
|
||||
* place. Multiple RETRYING_CAPTURE may be sent before an ACQUIRED_GOOD message is sent.
|
||||
* However, RETRYING_CAPTURE must not be sent after ACQUIRED_GOOD is sent.
|
||||
*/
|
||||
RETRYING_CAPTURE,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user