-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! I have an issue with saving captured images through camera. #29
Comments
Can you try Also please provide all your essential info to help us investigate, including |
hey! and this is my flutter doctor -v:
|
Error logs? |
I should clarify that provide error logs is the basic rules for debug process. If there are still no helpful information I'll close this issue. |
no errors on the console, but it is simply losing connection with device when I try using camera, but when I open installed app on the emulator without connection with flutter console the camera also working, but video recording is not working, and IU is freezing |
I am using android 5.0 x86_64 |
Follow below instructions:
|
This time it is giving these errors: Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored |
Is this an emulator? |
yes |
I was wondering why you use such old version, could you try a newer one by increase the major version of Android each time? (e.g. try Android 6.x first) |
this time it is giving this error on android 5.0 x86_64: log
|
And this error on android 10 x86: log
|
both errors are given while using Pick from camera feature |
You didn't run from the example, as you package name tells |
I run the demo package, the result is almost the same.
|
What is this error W/Gralloc3( 3582): allocator 3.x is not supported ? |
W means it's a warning. |
Do you use flutter beta or stable? |
You can try with stable, or the latest beta, or master. I'm using stable currently. |
Anyway I should make this code work on my devices. |
I didn't noticed that your beta might be outdated, since the latest beta is |
I upgraded flutter version to the latest beta 1.25.0-8.3.pre.. Still have that error |
I suggest you record a complete run process, from the very start of the usage. |
hey! |
Please disable it. AFAIK you're hiding your path in how to use you apps, so I'm going to lock the issue since after 26 conversations you start to telling me the pattern of your running. |
I am using this plugin with wechat asset picker. But when I tried older versions of both plugins I could not take a photo, but could record a video.
But this time when I upgraded these two plugins I can take a photo but cannot save it while pressing green button, but when I go back to the home page and return to the image picking screens there appear my taken photos. I think this bug is about navigations. But one more bug is I cant take a video properly. The circular duration line sometimes working but sometimes not.
wechat_assets_picker: ^4.2.2
wechat_camera_picker: ^2.0.0-dev.1
My flutter doctor and others are OK.
But one more question. Is it possible to make minsdkversion decrease till 16?
The text was updated successfully, but these errors were encountered: