SceneView / sceneview-android

SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin
Apache License 2.0
758 stars 151 forks source link

Black screen on 2.0.3 version of code #425

Closed Kliuchko closed 1 month ago

Kliuchko commented 4 months ago

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?

SyedMoizoffical commented 4 months ago

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

Kliuchko commented 4 months ago

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

SyedMoizoffical commented 4 months ago

Check Camera permission ,it Allow

Kliuchko commented 4 months ago

Yes, everything is allow

Kliuchko commented 4 months ago

Any thoughts?

SyedMoizoffical commented 4 months ago

back to 2.0.2

devR2id commented 4 months ago

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

Kliuchko commented 4 months ago

@devR2id Didn't find any errors