Closed s-mikulich closed 2 months ago
You should use useRunOnJS
function from worklets for accessing data or you can import Camera
and acces data from callback function.
Thank you very much! It so easy, I don't know why I started to use runOnJS for this purpose.
When I try to send a data from useFrameProcessor (or useSkiaFrameProcessor) I have gotten the error "Frame Processor Error: Property '_WORKLET' doesn't exist, js engine: VisionCamera".
I thought that runOnJS should work, but it doesn't. I have gotten the scanned text, but I couldn't use it outside the useFrameProcessor. Do we have an ability to set the data outside the processor?
"react-native-reanimated": "^3.12.1", "react-native-vision-camera-text-recognition": "^3.1.1", "react-native": "0.74.2", "@shopify/react-native-skia": "^1.3.6"