Pierre
Pierre
Did any of you guys manage to display anything with your camera when using useSkiaFrameProcessor?
Hey thanks for replying! I did not forget, I am actually using exactly the code you provided in the guide as an example: ``` const invertColorsFilter = Skia.RuntimeEffect.Make(` uniform shader...
Thanks for sharing your suggestion @meleffendi unfortunately it didnt change anything; still a blank screen on both front and back camera on emulator; and only back camera working on device
> Did you disable the CodeScanner? > > Maybe that's what's increasing the storage. > > Can you try to remove the MLKit CodeScanner dependency from VisionCamera's build.gradle, then also...
what's blocking this from being merged? the crash is indeed a mean one with new arch on rn 0.79
Thank you @isaac-mason , I had seen that link, tried to implement it as well, but the same keeps happening at random. I was looking for a more robust solution...
Yes I completely understand without a link it might be hard to help. Unfortunately the project is so big and with so many inter-dependencies between components that it would be...
Yes I am indeed using a trimesh; can you clarify what is "ccd" on the other hand? :/ I am using whatever is the default regarding timestep, I am not...
did you guys ever find a solution to this? Happening since I enabled new arch, if that matters, and upgrade react-navigation to v7+
> Hey, thanks for the patch. Ran into this recently and that fixed it. About the other problems, I read the PR and it seems to be a concurrency issue?...