Marc Rousavy
Marc Rousavy
[NEON (SIMD)](https://developer.android.com/ndk/guides/cpu-arm-neon) only works on arm, and I'm definitely not gonna go down that rabbit hole 😂
No, because no one donated to the pool yet. It's at $0.
Heyo - looks like I never replied to this PR (sorry for that!), but this is actually quite helpful. I can't merge it because Frame Processors are required, but I...
Hey - thanks for the PR again, but I'm gonna close this now in favor of the new architeecture migration for VC V4
Hey thanks for your Pr this is really interesting!
Hey! Thanks for your PR. This is a really interesting topic, but I'm not sure if this is the right approach. I will be taking a closer look at orientation...
Hey yea I think I am a bit too overwhelmed right now with changes in VisionCamera, I'd love to leave this PR open and use it for reference for implementing...
Hey! Orientation is really complex. Sorry for the long radio silence here, I have been overwhelmed with PRs and work in general. This issue is now used to track orientation:...
So after focus is complete, it returns back to continuous auto focus? makes sense
I think such an API makes more sense: ```ts const recorder = await camera.current.prepareRecorder() await recorder.start() await recorder.pause() console.log(recorder.duration) await recorder.resume() await recorder.stop() ``` ..exposed as a HostObject using JSI....