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
screen shoot with user already selected 4:3 from the system app camera :
after user change to 16:9 then open the app the problem of the black area disappear which
kinda solve the problem except for that the camera width is not filling the whole screen :
test handsets :
-google pixel (both problems)
-sony z3 (only the match_parent problem ).
The text was updated successfully, but these errors were encountered:
ahna92
changed the title
How to change Option
How to change Option s
Dec 27, 2017
ahna92
changed the title
How to change Option s
How to change Options
Dec 27, 2017
I was wondering if it's possible to change the option returned in the
Cameralistener
when camera opens :@Override public void onCameraOpened(CameraOptions options) { super.onCameraOpened(options); }
in the
CameraOptions
there isoptions.getSupportedPictureAspectRatios()
which return a list of Aspect Ratios, one of them is 16:9
is there a way to select that Ratio , because it is the most fit in my situation .
this might be off topic, but the reason I want to select it is because
match_parent
is not working as descried.this is my fragment layout :
`
screen shoot with user already selected 4:3 from the system app camera :
after user change to 16:9 then open the app the problem of the black area disappear which
kinda solve the problem except for that the camera width is not filling the whole screen :
test handsets :
-google pixel (both problems)
-sony z3 (only the match_parent problem ).
The text was updated successfully, but these errors were encountered: