aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.65k stars 3.96k forks source link

Black screen above the webcam #4625

Closed chhamza closed 4 years ago

chhamza commented 4 years ago

Description:

a-scene is working fine with Vue but it has black screen above the webcam

sof

dmarcos commented 4 years ago

You're on an old version of A-Frame. Make sure you're using 1.0.4

chhamza commented 4 years ago

You're on an old version of A-Frame. Make sure you're using 1.0.4

I tried with all the versions but problem still remains

dmarcos commented 4 years ago

Issue is sparse in details. Is the webcam view rendered as part of the a-frame scene? Outside? What browser? Version? Device? OS Version? Also without simple code to reproduce is hard to help. Can you reproduce without Vue?

chhamza commented 4 years ago

yes it's part of the a-frame scene. In all the browsers behaviour is same whether its chrome or safari, android or iOS. Without vue its working fine. I did it in angularJS too, its working fine with it.

Here is the simple code: `

`

dmarcos commented 4 years ago

This looks like a Vue integration issue that I have no experience with. You will be more likely to get help over Stack Overflow. Nice folks there. A link with code to reproduce will help people help you. https://glitch.com/~aframe is nice because people can easily suggest fixes. I'm closing this because we we use github issues for bugs and feature requests and there doesn't seem to be anything actionable on the A-Frame side. Thanks for filing