Closed prabucki closed 1 year ago
Not sure how I missed the build failing, just released a new version (https://github.com/mgcrea/vision-camera-barcode-scanner/releases/tag/0.6.3) without the problematic line and will look to implement the regionOfInterest properly in a future release (unfortunately it's not trivial on android!). Thanks for the quick feedback!
Hi - first of all, thank you for picking up code scanning through vision camera after rodgomesc.
I'm afraid the changes made starting from v0.6.0 are causing error when building on Android. Here is the output when building the example app from the repo:
From what I gathered, InputImage does not have a method setCropRegion: https://developers.google.com/android/reference/com/google/mlkit/vision/common/InputImage
Removing the following lines:
from
/android/src/main/java/com/visioncameracodescanner/CodeScannerProcessorPlugin.java
solves the issue, but I'm not sure how to properly implement the region of interest feature then (personally not an issue for me, but thought I'll mention).