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
816 stars 159 forks source link

Issue with Video Texture when we using chroma Video function. #421

Closed dhavalenstead closed 4 months ago

dhavalenstead commented 7 months ago

Default video material not working from sdk, So I just implemented custom material for Video texture with chroma video or plane video, So Now issue is plain video ( without chroma color) working fine but when I try to play video with chroma color then else of showing video texture its showing camera feed on object.

You can find screenshot and my implemented code at bellow.

Not working proper if (chromaColor == null) "materials/video_texture.filamat" else "materials/video_texture_chroma_key.filamat", withChromaColor

Working if (chromaColor == null) "materials/video_texture.filamat" else "materials/video_texture.filamat", withoutChroma png

Here is my whole code snap

github-actions[bot] commented 4 months ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 4 months ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.