FingerTemplate.toBit Method¶
Module: FingerTemplate
Definition¶
Exports the finger template object to a Biometric Information Template (BIT) buffer.
This buffer can only be used with id3 Finger Match-on-Card specific implementations to enroll a finger template.
Threshold value is required and should be set according to the desired security level. Threshold values are specific and can be found in the id3 finger Match-On-Card documentation.
Rotation tolerance defines the maximum rotation allowed between two finger templates in degrees. The operational range is from 17 to 180 degrees. Any value outside this range is automatically adjusted to the limits. Recommended value is 42 degrees.
Important
Reference data qualifier should be set according to the smart card requirements.
Uint8List toBit(int threshold, int angleTolerance, int referenceDataQualifier)
Parameters
threshold intangleTolerance intreferenceDataQualifier intReturns
Uint8ListExceptions