Marc Rousavy
Marc Rousavy
Ah, so the Preview is not mirrored with a Skia Frame Processor, but is properly mirrored without a Skia FP - is that what you're saying?
you can play around with this function to figure out where it goes wrong: https://github.com/mrousavy/react-native-vision-camera/blob/90be06b5534ecddb9b8157881aaea0ed49173cb5/package/src/skia/useSkiaFrameProcessor.ts#L61-L82
Please try if you can reproduce in the example app. If not, then it is a bug on your end. Maybe you have reanimated installed, then you need to enable...
Either way this should probably be posted in react-native-worklets-core repo.
Hey - I created a PR to potentially fix this: https://github.com/mrousavy/react-native-vision-camera/pull/3066 Can you test if this fixes the issue for you?
Thanks for the logs btw. A lot of people simply don't get this, but I just read the logs and I can understand what went wrong.
Hmm, okay then we need to reopen.
Did you try `pixelFormat="rgb"`?
This error is not thrown in VisionCamera or Skia. I'm assuming you are using the resize plugin? I don't see you mentioning that in your issue though.
Hey - good feature request. As Hans said, I work on this in my free time and at the moment Camera intrinsic data delivery has a very low priority for...