Marc Rousavy

Results 1813 comments of Marc Rousavy

Hm this is very weird. Why would I be able to write to that path if it doesn't exist....

> but /private is not allowed at the main app level, only in the Swift code? This can't be, maybe I return a different path. Either way, I am using...

I dont think this changes anything. After I take a photo, what do you do with the path? 1. In the example app here I immediately display it in an...

> Why are you nesting runAsync with runAtTargetFps? I think you should use one or the other. No you can also nest them.

Can you try setting your `pixelFormat` to `rgb` or `yuv` to see if there's a difference?

Does it render if you do not pass a `paint` to the `render(..)` function?

Then it surely is the `paint` (or the shader) that's wrong. I think this is more of a question than a VisionCamera bug report. Overhead; yea I can see that...

Ah interesting - i didnt read those logs my bad. It looks like an error, yep. Not sure if it's RN Skia related or VisionCamera related tho

@wcandillon there's quite a few places in the codebase where RN Skia just swallows errors and logs them to the console (and returns null, or doesnt do anything) - I...