We are developing an application using C# .NET and encountering issues with processing the intermediate data retrieved from the WEB API. Specifically, when attempting to compare this data for fingerprint authentication, the operation consistently returns DP_FAILURE.
Details:
- The intermediate data is successfully retrieved from the WEB API but cannot be effectively utilized in the comparison process.
- The comparison logic always results in a DP_FAILURE, indicating an issue either with the data format, processing, or the comparison algorithm.
Any kind of information of how to compare the Intermediate data between each other would be helpful 🫠.