Questions tagged [8thwall-xr]

8th Wall XR enables any developer to quickly and easily build Augmented Reality (AR) apps that run on any Android or iOS device.

8th Wall XR enables any developer to quickly and easily build AR apps that run on any Android or iOS device.

8th Wall XR works by bringing the best possible AR experience to each user's device. It integrates seamlessly with native APIs like ARCore and ARKit, while allowing the very same apps to be run on any Android or iPhone by using the phone's camera and inertial sensors. It provides easy-to use APIs for lighting, surfaces, textures, and 3D tracking and installs natively into a standard Unity workflow.

iPhone 7 with iOS 11 showing augmented 3d model placed on a surface

Useful links

57 questions
0
votes
2 answers

How to use AFrame Inspector tool with 8th wall

I'm currently using 8th Wall paid plan to develop some scenes for mobile web AR. In their docs, they mention running the A-Frame Inspector tool: 8th Wall Docs- Visual Inspector and Dev Tools. They don't mention how to actually run the A-Frame…
0
votes
1 answer

Hot Swapping 3d Frameworks

The AR project I'm working on requires that I transition back and forth a few times between a .hcap volumetric video scene and an interactive game scene. I'm using 8th wall / three.js (HoloVideoObject) for the .hcap scene, and would like to use…
Spencer
  • 41
  • 4
0
votes
1 answer

Unity 2020.2.1f1 markerless AR plugins

I'm trying to create an application with AR, using surface detection plugins that work with all devices no matter of ARcore installed. Well, I have got a problem, 8th wall works terrible in unity, EasyAR shows a black screen instead of camera image…
0
votes
1 answer

How do I pass multiple clips to animation-mixer

I just wanted to know, how do I pass multiple clips to animation-mixer? The extension GitHub mentions that the clip parameter accepts clips(s). I have tried to add multiple clip names separated by comma and in array, but nothing works. How does it…
Danielok1993
  • 359
  • 1
  • 6
  • 14
0
votes
0 answers

Blending Mode in GLB model has partly geometries [three.js] [aframe] [8thwall-xr]

e.g. a box should be Blending Mode, but when it run perfectly in aframe debug inspector, but it does not work in the 8thwall WebAR Camera, since the "camera" plane also Addiative become White within once second. Can this be solve? it eventually turn…
0
votes
1 answer

8th wall with Ipad pro IOS 13 loops on requesting camera access

When using the Ipad with the demos, it seems to be looping with requesting access to the camera. "Refresh the page to enable camera access for AR."
Bohdan
  • 13
  • 1
  • 5
0
votes
1 answer

needed Trigger face effect and image-marker manually by JS

I need the face effects and image marker action to wait until the verification result is true then they can access them in order. Get verification from API -> open image marker -> found image -> trigger face effect any help is very appreciated, I'm…
0
votes
1 answer

How to add a custom texture image for particle system in 8th wall?

I am working on 8th wall particle system (https://www.8thwall.com/8thwall/fireworks-aframe) and I want to add a custom texture instead of the default 'star2.png'. I created an 'images' folder under assets and tried to reference it but it is not…
0
votes
1 answer

How to add custom button in Hologram Play mode in 8th Wall

I am developing 8th wall Hologram project. I want to add my custom button while hologram video is getting played. How to do it?
Laxminarayan
  • 188
  • 2
  • 16
0
votes
2 answers

Aframe Texture Change

I am working on the following script. To change the image of the .glb model. It producing only a white color. No proper texture change is happening. Please help me. const nextButtonComponent = () => ({ init: function() { const…
0
votes
1 answer

8th Wall tap to place example not showing model replacement

I've replaced the tree.glb model in the ThreeJS placeground example (https://github.com/8thwall/web/tree/master/examples/threejs/placeground), but it's not showing. It works fine when using tree.glb. To debug, I've also tried replacing it with the…
0
votes
2 answers

8th wall Image Target Not tracking image

I have downloaded 8th wall web starter project from github. I am trying to run flyer demo locally. Flyer demo index.html, I have replaced app key with newly created web project with 8th wall console. Next, code below is used to achieve image target…
Akki619
  • 2,386
  • 6
  • 26
  • 56
0
votes
1 answer

How to know object position in AR space? (inconsisten behavior between desktop and mobile)

I'm trying to move an element to another position in Unity using 8th Wall (new position selected by user on click) but this element is not going in the right direction. Everything work fine on desktop, but once I'm on AR mode the behavior is…
J'hack le lezard
  • 413
  • 7
  • 23
0
votes
1 answer

8thWall Web : How to implement the multiple image target function?

I want to use the multiple image target function. im using aframe. where do i put this line : XR.XrController.configure({imageTargets: ['image-target1', 'image-target2', 'image-target3']}) and what do i do with the attribute as i…
user2395639
0
votes
2 answers

8th wall web app setup child compilation failed

I am new to 8th wall. I have cloned 8th wall web from git and executed below steps properly # cd # cd serve # npm install # cd .. # ./serve/bin/serve -d but on execution of…
Akki619
  • 2,386
  • 6
  • 26
  • 56