You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your issue. If applicable, add screenshots to help explain your problem.
Dear Google ML Kit Team,
We are experiencing issues with the Google ML Kit Document Scanner on Android 15. The scanner activity is consistently being canceled with resultCode: 0, despite the Intent sender being obtained successfully and the activity starting.
Key Observations from Logcat:
E/GmsDocScanDelAct( 8220): Failed to handle scanning result
E/GmsDocScanDelAct( 8220): java.lang.IllegalStateException: Failed to handle result
Graphics allocation errors:
E/qdgralloc( 8220): GetGpuPixelFormat: No map for format: 0x38 and 0x3b
E/GraphicBufferAllocator( 8220): Failed to allocate (4 x 4) layerCount 1 format 56 usage b00: 7
These errors suggest an issue with the GmsDocumentScanningDelegateActivity and potential graphics allocation problems.
Environment:
Android 15 (Tested on redmi note 12 mobile)
Google ML Kit Document Scanner version: google_mlkit_document_scanner: ^0.4.0
Steps to Reproduce:
Observe the scanner activity starting.
The activity is canceled, returning resultCode: 0.
We have tried updating the Google ML Kit library and testing on multiple devices, but the issue persists.
Could you please investigate this issue? We would appreciate any guidance or updates on potential fixes.
Thank you for your time and assistance.
Sincerely,
Ahmed Maher
Steps to reproduce.
Start scan document
What is the expected result?
return to me scanned file
Did you try our example app?
Yes
Is it reproducible in the example app?
Yes
Reproducible in which OS?
Android
Flutter/Dart Version?
No response
Plugin Version?
google_mlkit_document_scanner: ^0.4.0
The text was updated successfully, but these errors were encountered:
Describe your issue. If applicable, add screenshots to help explain your problem.
Dear Google ML Kit Team,
We are experiencing issues with the Google ML Kit Document Scanner on Android 15. The scanner activity is consistently being canceled with resultCode: 0, despite the Intent sender being obtained successfully and the activity starting.
Key Observations from Logcat:
E/GmsDocScanDelAct( 8220): Failed to handle scanning result
E/GmsDocScanDelAct( 8220): java.lang.IllegalStateException: Failed to handle result
Graphics allocation errors:
E/qdgralloc( 8220): GetGpuPixelFormat: No map for format: 0x38 and 0x3b
E/GraphicBufferAllocator( 8220): Failed to allocate (4 x 4) layerCount 1 format 56 usage b00: 7
These errors suggest an issue with the GmsDocumentScanningDelegateActivity and potential graphics allocation problems.
Environment:
Android 15 (Tested on redmi note 12 mobile)
Google ML Kit Document Scanner version: google_mlkit_document_scanner: ^0.4.0
Steps to Reproduce:
Observe the scanner activity starting.
The activity is canceled, returning resultCode: 0.
We have tried updating the Google ML Kit library and testing on multiple devices, but the issue persists.
Could you please investigate this issue? We would appreciate any guidance or updates on potential fixes.
Thank you for your time and assistance.
Sincerely,
Ahmed Maher
Steps to reproduce.
Start scan document
What is the expected result?
return to me scanned file
Did you try our example app?
Yes
Is it reproducible in the example app?
Yes
Reproducible in which OS?
Android
Flutter/Dart Version?
No response
Plugin Version?
google_mlkit_document_scanner: ^0.4.0
The text was updated successfully, but these errors were encountered: