Marc Rousavy
Marc Rousavy
Try it. If it builds, yes.-
Hm, it's hard to add such lifecycle listeners because the Camera has no connection or knowledge of any of it's plugins. You can add that code in the `deinit`/`dealloc` methods...
Good idea, yes we can add something like `addLifecycleListener` to VisionCameraProxy!
Also, Nitro Modules will have proper memory management and can be eagerly released - but that is still not public
Well it's a Camera library. If you need some custom audio processing I guess you should use a audio recording library. It's a good feature request, we can keep it...
I don't even have `activeColorSpace` in the codebase. This was in V2, but not in V3 or V4. Are you sure you are on 4.0.4?
This is a completely different issue @mars-lan. Also, what is the `NSInvalidArgumentException`'s message? There's only a stacktrace, but no error.
@mars-lan you're either on VisionCamera V2 (which is by far no longer supported), or this is an Apple bug. As I said above, `activeColorSpace` is not used by VisionCamera anymore.
Well then it might be an iOS bug? I don't see anything in the stacktrace that I'm doing wrong.. Also I can't reproduce this 😅