Marc Rousavy

Results 1816 comments of Marc Rousavy

On iOS there's `regionOfInterest`. Otherwise the Frame has a bounding box. And yes, resizeMode also exists for the preview

Closing this for now as this is the issue orientation is being tracked in: https://github.com/mrousavy/react-native-vision-camera/issues/1891

On iOS I use the native QR scanner from Apple, on Android I use Google's MLKit model. If there are differences, there's nothing I can do. You can instead write...

Hey @Couzix - [Apple's Vision library doesn't support UPC-A](https://developer.apple.com/documentation/vision/vnbarcodesymbology) though, so it would not be a cross-platform feature, which I like to avoid.

Oh, interesting. Well I guess I could add those types and just mark them as `@platform Android` then..

Heyo! Does https://github.com/mrousavy/react-native-vision-camera/pull/2355 maybe fix your issue?

@parlet I just went thru the changes again and nothing seems to be related to the CodeScanner. I don't know why this is happening, on my test devices it does...

Agree that we should comment on the Google Issue Tracker instead - this does not seem like an issue on my end. See the issues [#294890843](https://issuetracker.google.com/issues/294890843) and [#314930525](https://issuetracker.google.com/issues/314930525).

That error is thrown in `FrameProcessorPlugins.ts` when the worklets lib is not found: https://github.com/mrousavy/react-native-vision-camera/blob/86b3b9e1d73ebee0a1938135616935c7e479b116/package/src/FrameProcessorPlugins.ts#L75-L85 Did you install `react-native-worklets-core`?

But not in your root package.json: https://github.com/tony-xlh/vision-camera-dynamsoft-barcode-reader/blob/34b367ea4539bac219ad1113ba32ca480efaef80/package.json#L70-L72 Maybe you also need it there, idk