sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

Black screen on 2.0.3 version of code

Open Kliuchko opened this issue 1 year ago • 8 comments

Does anyone know what's going on with version 2.0.3? (io.github.sceneview:arsceneview:2.0.3) In 2.0.2 everything I use works fine, but in 2.0.3 I launch the application and a black screen appears instead of the camera. I can see the planeRenderer points but the screen is black and I can also render the view. Can anyone help me with this?

Kliuchko avatar Feb 26 '24 20:02 Kliuchko

check configureSession comment this (config.textureUpdateMode=Config.TextureUpdateMode.EXPOSE_HARDWARE_BUFFER) if issue not resolve comment configureSession ,config One by one

SyedMoizoffical avatar Feb 27 '24 08:02 SyedMoizoffical

I don’t use these methods because I don’t configure the session in a special way; for my case I need a basic configuration of ARCore

Kliuchko avatar Feb 27 '24 11:02 Kliuchko

Check Camera permission ,it Allow

SyedMoizoffical avatar Feb 27 '24 12:02 SyedMoizoffical

Yes, everything is allow

Kliuchko avatar Feb 27 '24 12:02 Kliuchko

Any thoughts?

Kliuchko avatar Feb 27 '24 13:02 Kliuchko

back to 2.0.2

SyedMoizoffical avatar Feb 27 '24 14:02 SyedMoizoffical

Black screen indicates some type of error, check your logcat and tell us if it gives you any errors

devR2id avatar Feb 27 '24 22:02 devR2id

@devR2id Didn't find any errors

Kliuchko avatar Mar 01 '24 11:03 Kliuchko