Marc Rousavy
Marc Rousavy
yea, this is a bug.
Well it does start updating location, but the initial value is set to the cached value. It should give an update within the first 5 seconds of running, does that...
Can you maybe help debug this a bit? I'm not sure what values I need to put in here: https://github.com/mrousavy/react-native-vision-camera/blob/5a350c6dc9f8328cadf8982e59b4ae69146952ad/package/android/src/main/java/com/mrousavy/camera/core/MetadataProvider.kt#L38-L40 Currently those values are: - `UPDATE_INTERVAL_MS = 5000L` (= 5...
> I searched for [similar feature requests in this repository](https://github.com/mrousavy/react-native-vision-camera/issues?q=is%3Aopen+is%3Aissue+label%3A%22%E2%9C%A8+enhancement%22) and found none. This is a duplicate of https://github.com/mrousavy/react-native-vision-camera/issues/2572. Anyways - we _can_ leave this open, but there is no...
If you absolutely need binary data - just use a Frame Processor Plugin, as mentioned in #2572. You can easily use MLKit's APIs from Frame Processor Plugins with just a...
Did you try to reproduce that in the example app on the `v4` branch?
will push a new beta soon hopefully that fixes this
@SveBo @ChristopherGabba you can just play around with the settings used in `configureOutputs(..)` in `CameraSession.kt`. Try to tweak those values, rebuild, and see if that changes anything.
Could you build alpha05? I couldn't build it and get errors..
hm, weird - the CI also fails to build: https://github.com/mrousavy/react-native-vision-camera/pull/2779