tony-xlh / vision-camera-dynamsoft-barcode-reader

React Native Vision Camera Frame Processor Plugin of Dynamsoft Barcode Reader
MIT License
76 stars 16 forks source link

Vision Camera V3 support #15

Closed niStee closed 11 months ago

niStee commented 1 year ago

An update that removes the reanimated dependency and supports worklets-core would be most welcome.

xulihang commented 1 year ago

This is on my plan. I will try to upgrade the plugins soon.

xulihang commented 1 year ago

V3 is just released and has bugs. The progress is stuck.

I've opened several issues:

ArturoTorresMartinez commented 1 year ago

Much appreciated @xulihang Hope the recent push on 3.1.0 helped out the progress

alex-benoit commented 12 months ago

Good luck @xulihang we appreciate your time and effort maintaining this!

tgreco commented 11 months ago

@xulihang same question for this repo, do you have an ETA on when it will work with v3? If not would you like some help? I can try to put in a PR to make it work.

xulihang commented 11 months ago

I got stuck running Android at this issue: https://github.com/mrousavy/react-native-vision-camera/issues/2066 I will try to build it on Mac to try again. PRs are welcome. V3's code lies in the vision-camera-v3 branch.

xulihang commented 11 months ago

I've made the plugin work with v3 on Android: https://github.com/tony-xlh/vision-camera-dynamsoft-barcode-reader/tree/vision-camera-v3-new

As for iOS, it is possible to read barcodes from an image. Since I cannot find a way to register the frame processor in Swift, I may have to rewrite the code in Objective-C to make the live scanning work.

xulihang commented 11 months ago

Version 1.0.0 of the plugin is now compatible with vision camera v3.