You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide the following information about your environment:
Development OS: Mac, Windows, Linux
Windows 11
Device OS & Version: What Android OS version (7.0, 8.0, etc.) or iOS version (11.0, 11.2) is your device running on?
Android LG Velvet using Android Version 13
Version: ViroReact version and React Native version
My Package.json
When I run npm start, this app gets loaded onto my Android phone. THen when I point my phone's camera at ./assets/mural/bird.jpg, the my phone plays the AUDIO of the ./assets/mp4/movie-file.mp4. But no VISUAL is ever displayed. I tried random values for position= and scale= for the <ViroVideo> tag, but the result is always the same: only the audio is heard and no video is displayed.
How do I show a video with <ViroVideo>?
The text was updated successfully, but these errors were encountered:
Environment
Please provide the following information about your environment:
Windows 11
Device OS & Version: What Android OS version (7.0, 8.0, etc.) or iOS version (11.0, 11.2) is your device running on?
Android LG Velvet using Android Version 13
Version: ViroReact version and React Native version
My Package.json
Android LG Velvet using Android Version 13
Problem
I am new to using ViroReact: https://viro-community.readme.io/docs/overview
I want to make an AR app. But I don't know how to get the video of the
<ViroVideo>
element to display: https://viro-community.readme.io/docs/virovideoThe
<ViroVideo>
seems to only be able to play audio. Here's the code for myApp.tsx
:When I run
npm start
, this app gets loaded onto my Android phone. THen when I point my phone's camera at./assets/mural/bird.jpg
, the my phone plays the AUDIO of the./assets/mp4/movie-file.mp4
. But no VISUAL is ever displayed. I tried random values forposition=
andscale=
for the<ViroVideo>
tag, but the result is always the same: only the audio is heard and no video is displayed.How do I show a video with
<ViroVideo>
?The text was updated successfully, but these errors were encountered: