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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
First of all, I say this is a great library.
With the help of this, I can easily implement a custom camera view in my application.
Here is my problem.
I'd like to show a full-screen preview window.
When camera view height is set wrap_content, it works well.
But when it is match_parent, the taken picture is different from what it is shown in the preview window.
It's pushed a little to the left.
I did everything I can. I set adjustViewBounds to true, aspectRatio to 16:9, but it doesn't work.
Can anybody help me fix this issue?
Any suggestion will be appreciated.
I need your help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, I say this is a great library.
With the help of this, I can easily implement a custom camera view in my application.
Here is my problem.
I'd like to show a full-screen preview window.
When camera view height is set wrap_content, it works well.
But when it is match_parent, the taken picture is different from what it is shown in the preview window.
It's pushed a little to the left.
I did everything I can. I set adjustViewBounds to true, aspectRatio to 16:9, but it doesn't work.
Can anybody help me fix this issue?
Any suggestion will be appreciated.
I need your help.
The text was updated successfully, but these errors were encountered: