Provides a flag detailing the status of the IDFrameReader.
public enum IDReaderFeedStatus
Value | Member | Description |
---|---|---|
0 | Success | The feed bitmap was successfully processed. |
1 | Failure | Initial status, something went wrong processing the bitmap. |
2 | Failure_Alignment | There was an alignment error during processing, check if the bitmap is correctly positioned in the frame with limited skew angle. |
3 | Failure_BlurDetected | There was an excess amount of blur in the bitmap. |
4 | Failure_GlareDetected | There was an overlap in the glare detected compared to a previously fed bitmap. |
If the status continues to return Failure_GlareDetected
, try adjusting the angle of the card while keeping it within the designated bounds.