-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Absent Turn Right Step #10
Comments
In the face detect view,only 3 steps appear(Smile,Blink,Turn Left),then face detect successfully and finished! But Turn Right Step is absent! |
Hello @doublearsen, first of all, thank you so much for using the package. Secondly, I would not suggest you to keep the |
And still, if you face the issue, please let me know in the comments, I'll help you to get what you're looking for. Just a humble request, can you please tell me from where did you hear about this package? |
I change the step parameter like this put TurnRight at 1st place |
I search in the pub.dev. Recently the poject need face deteact in a flutter project! |
So what exactly are you looking for? |
I am looking the function which your package provided already! It is a very good package. I need the four functions steps: |
Okay, let me get back to you in sometime, will try to fix the bug as soon as possible. But I hope there's no dependency on the package. And on an another note, if you want to alter the code to the desired output, please create a PR, I'll merge it with the existing code. |
Sorry I dont known how to alter the code to fix this issue,so I post this topic 'Absent Turn Right Step' |
same issue - Turn Right step is skipping. Any solutions for this? |
??? |
I'm facing the same issue any solution for this? |
??? |
Please raise the PR in this repo. @Tabarek. @faisalmushtaq007. @doublearsen |
After I download the soure code and Test face detection, I can see the Turn Left Step successfully,but Turn Right Step is always absent in the face dection view! No matter I add the step source code b manual or open the switch at the item.
Could you help me check why Turn right Step is absent?
void _initValues() {
_veificationSteps.addAll(
[
M7LivelynessStepItem(
step: M7LivelynessStep.smile,
title: "Smile",
isCompleted: false,
),
M7LivelynessStepItem(
step: M7LivelynessStep.blink,
title: "Blink",
isCompleted: false,
),
M7LivelynessStepItem(
step: M7LivelynessStep.turnLeft,
title: "TurnLeft",
isCompleted: false,
),
M7LivelynessStepItem(
step: M7LivelynessStep.turnRight,
title: "TurnRight",
isCompleted: false,
),
],
);
The text was updated successfully, but these errors were encountered: