react-native-worklets-core icon indicating copy to clipboard operation
react-native-worklets-core copied to clipboard

Problem with frame processors, Frame Processors are disabled!

Open abdulholiq-ahmad opened this issue 1 year ago • 3 comments

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",

abdulholiq-ahmad avatar Jan 07 '25 07:01 abdulholiq-ahmad

I fixed this problem

abdulholiq-ahmad avatar Jan 07 '25 11:01 abdulholiq-ahmad

I fixed this problem

I am facing the same issue, can you please share the fix.

uplsuman avatar Jan 17 '25 10:01 uplsuman

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

abdulholiq-ahmad avatar Jan 17 '25 11:01 abdulholiq-ahmad