aframevr / aframevr/aframe

a-videosphere Black screen

Open
#4,832 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
17.6k
Forks
4.4k
PR merge metrics
No merged PRs in 30d

Description

issue. -->
Hello, i have issue, i am using this code

<a-scene
loading-screen="enabled:false"
embedded
vr-mode-ui="enabled:false"
style={{
width: '100%',
height: '100vh',
postion: 'fixed',
top: '0px',
left: '0px',
zIndex: '25',
}}
>

    <a-camera
      position="0 0 0"
      id="tour-cammera"
      zoom="0.4"

      // fov={fov}
    ></a-camera>
  </a-scene>

but the video sphere is working randomly, sometimes it working, and other show total black screen !
any one can help me please.
Thank you all.

  • A-Frame Version:
  • Platform / Device:
  • Reproducible Code Snippet or URL:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the supplied A-Frame scene and documenting the JavaScript environment, platform, and URL or minimal reproduction requested in the issue. Compare successful and black-screen runs; the issue is ready for triage when the failure is reproducible and its cause or a focused fix is established.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.