{ 8thWall ~ Video Clip Lyrics Synchronisation } 🎤🎧🎶
- Use this video to trigger the AR experience.
- Face your phone towards the video player and then play the video.
- You tap on the emoji clock to show or hide the timer displayed.
demo_image_reco_video_clip_lyrics.mp4
- (1) Create
.env.local
file in the project root and add your 8th Wall key inside:
VITE_8THWALL_APP_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx
- (2) Run the following commands:
# Install dependencies (only the first time)
yarn
# Run the local server
yarn dev
# Build for production in the dist/ directory
yarn build