We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error: Exception in HostFunction: system/frame-processors-unavailable: Frame Processors are disabled!
package.json "react-native": "0.76.2", "react-native-vision-camera": "^4.6.3", "react-native-vision-camera-face-detector": "^1.7.2", "react-native-worklets-core": "^1.5.0",
"react-native": "0.76.2", "react-native-vision-camera": "^4.6.3", "react-native-vision-camera-face-detector": "^1.7.2", "react-native-worklets-core": "^1.5.0",
The text was updated successfully, but these errors were encountered:
I fixed this problem
Sorry, something went wrong.
I am facing the same issue, can you please share the fix.
You can take a look at this link, remove the unnecessary line in gradle.properties
VisionCamera_enableFrameProcessors=false
https://react-native-vision-camera.com/docs/guides/frame-processors#disabling-frame-processors
No branches or pull requests
Error: Exception in HostFunction: system/frame-processors-unavailable: Frame Processors are disabled!
package.json
"react-native": "0.76.2", "react-native-vision-camera": "^4.6.3", "react-native-vision-camera-face-detector": "^1.7.2", "react-native-worklets-core": "^1.5.0",
The text was updated successfully, but these errors were encountered: