Hello, I'm trying to use the test project "Unosquare.Labs.LibFprint.Tests", but without success, it identifies and initializes the reader normally, but when trying to use the device.EnrollFingerprint ("enroll.pgm") command, the value of enrollResult.FingerprintData always returns NULL.
Looking at the file FingerprintDevice.cs at line 173 with the code enrollResultCode = Interop.fp_enroll_finger_img (this.RealDevicePtr, out printDataPtr, out printImagePtr); , the return of printDataPtr is always NULL, what could be done to make it work?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello, I'm trying to use the test project "Unosquare.Labs.LibFprint.Tests", but without success, it identifies and initializes the reader normally, but when trying to use the device.EnrollFingerprint ("enroll.pgm") command, the value of enrollResult.FingerprintData always returns NULL. Looking at the file FingerprintDevice.cs at line 173 with the code enrollResultCode = Interop.fp_enroll_finger_img (this.RealDevicePtr, out printDataPtr, out printImagePtr); , the return of printDataPtr is always NULL, what could be done to make it work?