-
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
Frame Processor threw an error: Can't find variable: __scanFaces #28
Comments
Can you clear the cache and try again. It worked for me.
|
I can't fix this error. I need you help me !!!! |
@DeepikaSharma5 your suggestion doesn't work to me :( |
@allangaldinosilva Why are you using as Also have you added If that doesn't work can you try this too, |
The same issue for IOS. On android works fine.
Xcode 14.0 Also, the same issue has an example from this project It seems that problem in the main react-native-vision-camera library @rodgomesc Do you have any idea? |
I am facing this issue too, in android. Is there a fix yet? |
Faced today with this error after updating ios to 16 and Xcode to 14 |
For me, I had two bable config files, and I was updating the incorrect file. |
Could you send to us the correct bable file? |
|
had the same issue on IOS... I saw the exception in the xcode and saw that the babel config was wrong.
|
have you imported ...'import 'react-native-reanimated';...on top of your index file?? |
Bug with ios 16 and xcode 14. |
Thanks, it helps |
It solves the error for while 👍 thanks |
does not work in release build |
I resolved the issue by add this line |
I solved the problem with the release build, added to my root file index.tsx - |
Instead of "__scanFaces", you can use "scanFace" from 'vision-camera-face-detector'.
Also, you can use the bellow repository for more detail and example. https://github.com/rodgomesc/vision-camera-face-detector |
nothing works in my case can anyone can please help me to do that? |
I fixed my issue after upgrading |
I was able to get it working.
Import the following: Inside your component:
Hope this helps |
I'm facing an error when I try to run the app on Android
error Frame Processor threw an error: Can't find variable: __scanFaces
My environment:
babel.config.js
Metro
I'm using the
FrameProcessor
The text was updated successfully, but these errors were encountered: