-
-
Notifications
You must be signed in to change notification settings - Fork 939
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
Preview Distortion when toggling BACK / FRONT #16
Comments
You will need to give a lot more information than that to debug the problem. Log outputs if possible, model of device, what steps are you taking before this happens. |
@nonstoplm can you provide more information? I can not reproduce this. Are you testing on a tablet? Which device? Is BACK always good while FRONT is distorted, or what? Which steps are you taking and when do you start seeing the issue? |
Hi, |
@devalticode are you using latest version? |
Yes, I did. |
I got an error fitting to this issue. The crucial steps to reproduce seem to be:
Toggling itself does not seem to affect it. It's always the front camera, even if I start it directly in that mode. The back camera is just fine. Furthermore, it's only about the preview. The captured image / video is all good. In my case, distorted means stretched horizontally. Changing to If I set both dimensions to Tested on a Samsung Galaxy S6 Edge using commit cf3bfc1. Any specific log parts that could help? Right now I don't see anything obvious. Update: |
@Johnson145 thanks. Does this happen with the demo app? Can you start the app directly with the buggy parameters (sessionType = video, dim = match_parent, facing = front) and post logs? You can post all, we are interested in anything related to |
In order to reproduce the described behavior in your demo app, I need to change the surrounding |
@Johnson145 thanks again, I hope we can sort this out. |
Yes, it does. |
Can you guys check now? Demo app has changed and also a bug was fixed. |
Looks good! In the demo app as well as in my own app! Thanks for the changes. |
Ok, closing this, feel free to reopen |
preview distortion when camera toggle BACK / FRONT.
The text was updated successfully, but these errors were encountered: