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

Unsupported session configuration #182

Open
tesh-bhatia opened this issue May 4, 2018 · 0 comments
Open

Unsupported session configuration #182

tesh-bhatia opened this issue May 4, 2018 · 0 comments

Comments

@tesh-bhatia
Copy link

Hi,

I'm having an issue with the ARKit component. I'm also using a react native camera component on another screen, but during certain sequences of switching between the two, I get the following error:

userInfo: NSLocalizedDescription: "Unsupported capture session configuration." NSLocalizedFailureReason: "Input device and/or format of the provided capture session are not supported for the given configuration." NSLocalizedRecoverySuggestion: "Make sure that the correct device and format are being used for capture."

This only happens when switching in the following order:
ARKit (works fine here) --> RNCamera --> ARKit (fails here)

Whereas sequences like this work fine:
ARKit . --> screen without RNCamera --> ARKit
RNCamera --> ARKit --> screen without RNCamera --> ARKit

The react native camera component works fine no matter the order, and I'm using an iPhone 8 for development. Let me know if you need any other info to debug, any help is appreciated!

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

No branches or pull requests

1 participant