Marc Rousavy
Marc Rousavy
Yep that should work! I'd recommend creating this in your private project first (just a single file per platform), then extracting it into a public package once it works for...
Huh this is really weird, apparently the native camera library cannot get that value, hence it's default value of `0`. https://github.com/mrousavy/react-native-vision-camera/blob/fb2156ec397f573fc7beac56de6b8975f5831500/android/src/main/java/com/mrousavy/camera/utils/ExifInterface%2BbuildMetadataMap.kt#L30 I don't think I'm doing anything wrong here, might...
Hi! That's not yet supported by the underlying native Android CameraX library, I've created an issue in their issue tracker and they're working on it.
> But when zooming in and out, the camera is switched to zoom / wide angle automatically on my Pixel 6 pro Wait, really? This means CameraX does have multi-cam...
Haha awesome, maybe they do it fully on hardware level.
What? If you don't use CameraX you don't have a camera at all?
Hi @Hirbod, thanks for the feature request! ### Android This is possible with the newest CameraX version, I'm working on upgrading here: https://github.com/mrousavy/react-native-vision-camera/pull/543 - that's a completely new API for...
I always prefer to do those things on the JS side, avoids complex logic. So after `startRecording` has returned, start a timer for 2 mins that then stops, and also...
That's already written, if you want to separate that it would be cleaner to actually stop recording in between and stich the videos together in post processing. This also has...
Interesting, does this work if you create a symlink to `node_modules` in the `mobile/` directory?