Navaron Bracke

Results 472 comments of Navaron Bracke

If you want to get the image that is contained inside the barcode, you have to use the `BarcodeCapture.image` field. That returns the bytes of the image. Both `analyzeImage()` and...

You can get the corners of the barcode, using the `corners` property. > image of the entire scanned barcode or qr So you want a frame of the video output?

In that case, we _could_ add a hook to capture a video frame, similar to https://pub.dev/documentation/camera/latest/camera/CameraController/startVideoRecording.html However, before we consider that, what is your use case for needing an image...

There are possibilities to do this with the image proxy (Android) / image buffer (iOS / MacOS) but we would have to look into how we would structure this as...

@adey69 The `returnImage` flag does allow returning the input media image. (The docs are misleading, though) Although, I have to mention, I did fix a bug with that flag in...

If you have any suggestions for updating the docs of that parameter, feel free to open a PR to address that :) For the record, the bug on iOS was...

> this does affect archiving, right? cause sometimes it archives with the selected sheme and sometimes not Yes, I initially encountered this during archiving, so it is the case.

@Xa69 I did reach out to Loïc Sharma in Flutter's #hackers-ios channel on the Flutter Discord. He sent an email to the respective people for MLKit to see what we...

@Xa69 I did reach out to a Googler for the MLKit problem. Unfortunately, the MLKit repository is closed-source, and they don't have plans to add SPM support right now. According...

> According to the migration guide for SPM, the tool will fall back to using CocoaPods for dependencies that do not have SwiftPM support, though. That is a mixed mode...