Skip to content
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

Fixing ios front camera crash issue. #979

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gwest
Copy link

@gwest gwest commented Feb 12, 2021

Found the crash to be related to trying to set an unsupported focus mode on the camera. To fix it I've added a check using IsFocusModeSupport() to make sure it is ok to set the focus mode back to the original.

#978

@gwest
Copy link
Author

gwest commented Feb 12, 2021

Any chance this could be merged into the 3.0 branch too?

I'd like to use it in a project that doesn't support Xamarin Form 5.0 yet as it has other conflicting dependencies that I can't remove yet.

@ManuLin
Copy link

ManuLin commented Feb 23, 2021

We would also be interested in having this fix merged into the master as we are facing the very same issue when attempting to switch from front to back camera. Interestingly, when switching from back to front we could not observe this crash.

@simader
Copy link

simader commented Feb 24, 2021

please merge....

@kjfranklin
Copy link

Please merge

@MitchBomcanhao
Copy link

bump

@DmitryNikiforovCoherent

Please, when will it be merged and new release will appear?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants