DFTinc / onyx-android-demo

Demo app for developers that demonstrates the features of the current ONYX SDK
1 stars 3 forks source link

OnyxResult metrics not working #8

Open kishorejethava opened 3 years ago

kishorejethava commented 3 years ago

We are facing issues related to scanned hand identification.

Requirement: When the camera is initiated for left hand scan and the user tries to scan his/her right hand, there should be a toast message that: It seems you have scanned right hand fingers. Please scan your left hand four fingers.

For above requirement we have used getSide() method onyxResult.getMetrics().getSide()

Failed Case 1 Device : Motorola C Plus OS Version: 7.0 Issue : getSide() returns right always

Failed Case 2 Device : Motorola G3 OS Version: 6.1 Issue : sometime getSide() returns accurate and sometime its return right when initiate for left and vice versa

kishorejethava commented 3 years ago

Hello any update on this?