Questions tagged [8thwall-web]
45 questions
7
votes
2 answers
Is there a way to switch between front and back cameras mid application
I am trying to develop a web-ar experience that allows the user to switch between front and back cameras throughout the experience, while utilizing SLAM/6dof while using the back camera. Ideally I'd like to use PlayCanvas, but was unable to get the…

David Ayliff
- 116
- 5
3
votes
0 answers
8th wall option page does not function when toggle off the splash screen in commercial mode
I have 8th wall project which the user flow is like this
Screen start - Permission for camera and motion - tap to start - page to select AR portal - Camera active and portal shows
However, after turning on the commercial plan and then once I get…

cybr
- 51
- 3
2
votes
2 answers
How to make background audio pause when the web is on background
The page is mainly for mobile device.
In my web AR project I have a background music playing automatically with no control button.
Current issue: When user goes to other app or close the phone it still plays the music just like how Youtube premium…

cybr
- 51
- 3
2
votes
1 answer
Three.js use multiple materials on one mesh
I am trying to understand how to add multiple materials to a mesh. I want to take the existing material and apply another slightly transparent material to my existing mesh. Right now, passing it as an array it just disappears. I know I am missing…

I am Dan Gavin
- 75
- 6
1
vote
1 answer
button has no function with 8thwall
I have an webapp created using 8thwall and I implemented a new button for the animation. I added the same logic for this button as the other ones (the prior ones are working fine), but for some reason this button has no functionality.
The button…

Drinos Shala
- 105
- 6
1
vote
1 answer
Keep 3D model after image target is lost
I am using 8th wall web to detect image target and place model when the target is found. However when the image target is not in view of the camera, the model disappears. I want the model to stay even if the image target is not in view. Such like…

Saif
- 178
- 10
1
vote
1 answer
Null in 8th Wall but not in Aframe?
So, I'm trying to get the position of some text in 8th wall and it keeps erroring as "null" but when I log the same thing in aframe it works just fine.
Aframe HTML & JS
//-- HTML

irina fawcett
- 41
- 3
1
vote
2 answers
how to code in Mac for 8thwall web ar and test it?
how to setup 8th wall project for web ar for Mac and use our system instead of using their web editor . I want to code in my computer and test and then upload that to their console rather then coding it in their web editor .

rbkavin
- 69
- 7
1
vote
0 answers
Replaying ThreeJs Animation with Button Interactions
I am working on developing a Web-AR animation on 8th Wall and have a model which includes 5 animations. Those animations belong to different components of the model. I want to interact with animations via buttons on the screen. Thanks to these…

ufukkurt
- 11
- 2
1
vote
0 answers
Minimizing Drift in 8thWall Web
I'm trying to develop a web AR experience with 8thwall web. It needs to be synced with the physical world and I need 6DOF for this project. I can place my objects and augment them but the problem is that the drift I experience is too much, For…

m0j1
- 4,067
- 8
- 31
- 54
1
vote
1 answer
Augmentation Using 8th Wall SDK With Multiple Image Targets
I want to augment a video on multiple images .So i am trying to implementing 8th wall image tracking augmentation with multiple images . But I am not able to get the augmentation. I have an issue with image targets . If i mention the image target…

Aryan
- 83
- 1
- 13
1
vote
1 answer
How to make OrbitControls work with 8thWall Web using ThreeJS
I have integrated the Basic Tap to Place example of 8th Wall using ThreeJS and entred some modifications on it, now I am trying to add Pinch Zoom and Rotation feature to the Augmented Scene/Object I tried to follow every ThreeJS tutorial but when it…

Hamouda Arfaoui
- 70
- 8
1
vote
0 answers
Why does 8thWall restrict image aspect resolution for image tracking
I'm into computer vision and I came across 8thWall web and their image detection feature. https://www.8thwall.com/docs/web/#image-targets
Ever since I read the spec I can't stop wondering why they restrict the image aspect to 3:4. As I couldn't find…

Thor_Bux
- 1,137
- 12
- 26
1
vote
1 answer
Can 8thWall Web ( i.e. 8thWall integrated in amazon sumerian application for Browser) do marker based tracking or marker recognition successfully?
I am looking to create a WebAR app which recognizes custom image markers and show content augmented on top of them, have looked in to "blippar" and "zappar" both of which are a no go because of pricing.
8th Wall and amazon sumerian combo seems the…

Gkills
- 587
- 1
- 6
- 28
0
votes
0 answers
A-frame physics system: adding dynamic objects on click
I have a coin object that I want to instantiate on every click and make them drop from the clicked position.
Within the scene I have:

pnk6
- 276
- 3
- 15