-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In some older devices the camera won't open when the quality is set and is not Default. (Rather, the issue here is the resolution of the camera I guess). i.e. 2019's Samsung Galaxy A20.
The culript seems to be this line of code:
return new ResolutionStrategy(GetTargetResolution(quality), ResolutionStrategy.FallbackRuleClosestHigher); |
Changing the fallback to ResolutionStrategy.FallbackRuleClosestHigherThenLower
seems to do the trick.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working