duanhong169 / Camera

📸 Use Android camera to take pictures and videos, based on `camera2` api.
Apache License 2.0
130 stars 45 forks source link

About ImageSize save problem #8

Closed mskocabay closed 5 years ago

mskocabay commented 5 years ago

I am using huawei for devoloping. when i was image mode imageSize return 4608*3456 from Camere2Photographer.java . and seems toast message your image saved . But not saved in files folder. When i choose imageSize from dialog smaller size , saved.

I tried in samsung phone no problem. All supported images saved. It is problem about Huawai phones ? How can i solve this problem.

Thank you.

duanhong169 commented 5 years ago

Sorry, it's hard for me to solve this problem because of the specified device, please do some debugging with the source code if possible.

mskocabay commented 5 years ago

ok thank you.