You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess is that the whole useSkiaFrameProcessor in combination with react-native-vision-camera is not working since react-native-skia version 2, but I was wondering if anyone has been able to patch it and make it work?
It's as simple as calling:
const frameProcessor = useSkiaFrameProcessor((frame) => {
'worklet';
frame.render();
}, []);
It breaks on both android and ios for different causes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My guess is that the whole useSkiaFrameProcessor in combination with react-native-vision-camera is not working since react-native-skia version 2, but I was wondering if anyone has been able to patch it and make it work?
It's as simple as calling:
const frameProcessor = useSkiaFrameProcessor((frame) => {
'worklet';
frame.render();
}, []);
It breaks on both android and ios for different causes.
Beta Was this translation helpful? Give feedback.
All reactions