Skip to content

Bug: scanner is broken on v 1.0.0 on android 10, shows rainbow pixels instead of image from camera #280

@7wpehsk

Description

@7wpehsk

Hello, I've installed v1.0.0 and during product scan i am getting rainbow pixels(looks like random noise) instead of image from camera. I've downloaded source code and compiled the apk with disabled impeller and got scanner working. Latest version that has scanner working on my device is v 0.6.14. Looks like the issue is in the Vulkan/Mali/Impeller combination that worked previously but not working in latest version. Could you please take a look?

Device: Samsung Galaxy Note 9 with latest updates, Android 10
Android SDK version: Android 10 ("Q")
Flutter Version: 3.27.4
Dart Version: 3.6.2
Gradle version: 8.6.0

the fix:
adding <meta-data android:name="io.flutter.embedding.android.EnableImpeller" android:value="false" /> under <application tag in AndroidManifest.xml or running debug with --no-enable-impeller e.g. flutter run --no-enable-impeller

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions