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

Fix: dispose existing camera controller before initializing a new one #1900

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

sharjeelyunus
Copy link
Member

@sharjeelyunus sharjeelyunus commented Mar 3, 2025

Basically the issue was, when we open camera first time, and then closing it, it wasn't disposing the camera, so when we open it again the camera was locked so it was throwing error. This is happening only on android web, and only in release mode.

REF: https://discord.com/channels/1031982848485359626/1345056316141600798

@sharjeelyunus sharjeelyunus self-assigned this Mar 3, 2025
@sharjeelyunus sharjeelyunus merged commit 456990b into main Mar 3, 2025
3 checks passed
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.

2 participants