-
Notifications
You must be signed in to change notification settings - Fork 66
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
Recognition is much better when further away? #24
Comments
To make sure it's not an issue with the bridge or my phone's performance, I tried running a simple opencv face recognition in python on my computer. I got similar results. |
Hi axcasella,
It sounds like an underlying opencv issue I have not really worked with
live recognition. But react-native-opencv3 is really just a wrapper around
OpenCV.
Best regards,
Adam
…On Thu, May 21, 2020 at 2:25 PM axcasella ***@***.***> wrote:
I made an interesting discovery when experimenting with live recognition.
The recognition is much better and has much less flickering when I am
further away from the camera (one arm length). It even recognizes the face
when my head is tilted. If I am closer to the camera (8 inches away from
camera), then recognition barely works. Why is that? Could it be an
underlying opencv issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ6V3ZW5R6ZK4QHUXIJA7DRSWL2ZANCNFSM4NHF4MPQ>
.
|
Hi @axcasella, |
I made an interesting discovery when experimenting with live recognition.
The recognition is much better and has much less flickering when I am further away from the camera (one arm length). It even recognizes the face when my head is tilted. If I am closer to the camera (8 inches away from camera), then recognition barely works. Why is that? Could it be an underlying opencv issue?
The text was updated successfully, but these errors were encountered: