Skip to content

fpcmoc: fix incorrect immobile handling during enrollment and add error handling to evt_finger_dwn

Haowei Lo requested to merge haowei.lo/libfprint:master into master

There are 2 fixes:

  1. fix incorrect immobile handling during enrollment For the custom enrollment, if the number of immobile touches have reached the maximum, we should treat this touch as normal (valid) and increase the enrollment progress.

  2. add error handling to evt_finger_dwn Redo the current task state if we got failed status from evt_finger_dwn

Edited by Haowei Lo

Merge request reports