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

android-estimate3d-gui sample's camera preview won't start on some devices #34

Open
ayberkozgur opened this issue Apr 15, 2014 · 4 comments

Comments

@ayberkozgur
Copy link
Member

android-estimate3d-gui sample's camera preview doesn't start on some devices. The culprit is that it requires a SurfaceTexture attached even though it is not needed to start the preview. This is not documented in the official Android docs.

Attaching a dummy SurfaceTexture is still not enough to restart the camera preview after the application is suspended/resumed.

@ayberkozgur
Copy link
Member Author

@qbonnard, can you add the specific devices that are affected?

@qbonnard
Copy link
Member

Happens on an LG 4G LTE (F160S)

@qbonnard
Copy link
Member

Don't you mean android-estimate3d (non-gui) ? At least that's my case...

@ayberkozgur
Copy link
Member Author

It's the same issue with both samples.

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

No branches or pull requests

2 participants