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
Hello, I started a camera app project several days ago, in which I found your lib is really helpful.
But I found that the output image's resolution is reduced to the resolution of view (or the bitmap corresponding to it), which is out of my expectation. Is it a feature or bug?
Yes it is a feature,You can't load a origin image , if you select a image with huge size will occur a Out Of Memory ,So This library set image's width and height ( reset sample value)
Hello, I started a camera app project several days ago, in which I found your lib is really helpful.
But I found that the output image's resolution is reduced to the resolution of view (or the bitmap corresponding to it), which is out of my expectation. Is it a feature or bug?
I found the code may cause the problem:
in which
imageWidth
andimageHeight
was set by those code:After replace the code above with this:
Things seems to work perfectly.
The text was updated successfully, but these errors were encountered: