Marc Rousavy
Marc Rousavy
This has been fixed in the latest commit. I'll release this to npm later today
@xseignard wait what? That's weird - the [Android documentation of the `onError(.., code)` method](https://developer.android.com/reference/android/hardware/camera2/CameraDevice.StateCallback#onError(android.hardware.camera2.CameraDevice,%20int)) says that we need to compare to the `CameraDevice.StateCallback.____` error codes:
Maybe `ERROR_MAX_CAMERAS_IN_USE` means we didn't properly close the previous camera before opening a new one? Not sure but I think the way we read the error here is correct, at...
This is related to #2378 (new issue with logs)
@thomas-coldwell I didn't test this yet, just had this idea on the road - but do you think that makes sense? not sure how we deal with the timestamps -...
Hi thanks for your PR! What do you mean with "it fixes the might be empty problem"? When might this be empty? The docs say this key is available on...
Hi yes this is implemented in the latest version!
You're right, `regionOfInterest` is **not** implemented on Android. idk what was going on in my head when I said it is now implemented, I must've been tripping. I'll re-open this...
Hey - Frame Processor Plugins have nothing to do with native modules or expo, VisionCamera has it's fully custom plugin API built entirely with JSI/C++. This means, that it does...
Good point, yea I think the docs can be a bit more precise about that. Yes all of your steps sound right to me. For iOS you'd say `s.dependency "VisionCamera"`...