Marc Rousavy
Marc Rousavy
I think the snippet Scott shared in the CameraX issue tracker does not apply here. VisionCamera already grabs _all_ Cameras, so you can select the one you want. This is...
> From what I’ve read in the documentation, I expected to see naturalZoom = 2. @ugar0ff min/neutral/max zoom are _factors_. Max zoom of 8 means you can zoom in 8x...
Ha, it's funny how much of my code is in that repo/article. From the JSI integration, to even the error messages. Anyways - yea this article isn't very relevant as...
Cool stuff @niteshbalusu11 !
> Just write all core logic in rust and expose to C++ via FFI. It's really easy. Agreed - this could be super easy. My stance on this is; we/I...
> should be reverted yes then post a PR instead of an issue
I think this has been fixed in [react-native-mmkv 4.x.x-beta](https://github.com/mrousavy/react-native-mmkv/releases/tag/v4.0.0-beta.0). You need to be on the new architecture. This is mentioned in the README.
> merge this shit pls. Did you even bother to try this PR yourself to confirm everything works as expected?
This PR is not yet working as expected because it will stall the video pipeline. So it'll not be merged yet, until that's fixed. But I got lots of other...
@rologr35 CameraX doesn't support depth data streaming. And any code I'd write in manual Camera2 bridging code would be a workaround, I don't want to release that stuff to production.