Marc Rousavy

Results 1813 comments of Marc Rousavy

The native Samsung Camera app does not use CameraX. If you remember, VisionCamera V3 didn't use CameraX either - it was Camera2 and it was much faster. Like, a lot...

@ismaelsousa how much is it in VisionCamera?

cool, so it's not VisionCamera's fault. CameraX/Android is just slow.

~~If you don't have a device you shouldn't render the Camera. This is literally what the error message says. Use Typescript, you cannot pass null to device~~ EDIT: Sorry I...

closing in favor of https://github.com/mrousavy/react-native-vision-camera/issues/3159

> Is the frame compressed in some way No, but it might have multiple planes and `toArrayBuffer()` might only return the first plane (Y) or (R)

> Cocoapods react-native-mmkv uses MMKV as a submodule, not a cocoapod

Sure, can you give me some pointers on how I can find out if an instance exists? Try loading it? Looking for the file path? Some code pointers would be...