Questions tagged [ar.js]

AR.js is an open source framework for three.js, and a-frame, enabling the creation of augmented reality apps / websites.

AR.js is an open-source lightweight Augmented Reality framework, coming with features like Image Tracking, Marker Tracking and Location based AR, and enabling the creation of apps and websites. It works great with its satellites three.js and aframe.io.

For anything related to AR.js - Efficient Augmented Reality for the Web.

321 questions
0
votes
1 answer

Implementing AR.js in Angular 6

I've been trying to implement AR.js in Angular 6 but I cant seem to get it working. I've implemented A-frame using this guide here: https://medium.com/@pitipon/a-frame-with-angular-setup-project-5797b2f2a03b Even with aframe seemingly working I…
Baastl
  • 23
  • 1
  • 5
0
votes
1 answer

using light in a frame

Hello a-Frame Users I'm trying to play with light in a-Frame in order to create a scene that shows the Lunar (Moon) Phases. Right now my problem is that I can't combine directional light with ambient light in a way that simulates the Sun, Earth and…
0
votes
1 answer

Dynamically changing the scale of an A-frame entity (GLTF model) from microphone input

I'm trying to use frequency data from a microphone to dynamically alter the scale and/or position of a GLTF model in A-Frame. Here is what I have so far:
Syed Saad
  • 705
  • 5
  • 15
0
votes
2 answers

AR.js framework for real time location tracking

Can AR.js web framework be used to build a Augmented Reality web application that guides user to navigate from the current location to given destination (lat,long) I want to make it run on available chrome/safari web browser available on…
Rohit
  • 6,941
  • 17
  • 58
  • 102
0
votes
1 answer

Camera feed goes black once entering VR Mode in A-Frame

Here's my code below, I'm fairly new to using a-frame and it's pretty interesting, and I can't seem to work out why I'm having the issue, can someone more experienced help me out? var errorCallback = function(e) { console.log('Not working!',…
Hexdro
  • 39
  • 1
  • 8
-1
votes
1 answer

3D model (.gltf format) from a local file is not being read through aframe

Please help why the local version of aframe code is not working. from flask import Flask, render_template app = Flask(__name__) @app.route('/') def main(): return render_template('tree1.html') return render_template('tree2.html') 'Version…
-1
votes
1 answer

AR.js animation doesn'i initialize

Only the first animation(attribute "animation__1_0_f1" in code) work. And without the event 'onclick' doesn't initialize alone. The size and position doesn't same in the unity project Tutorial…
-1
votes
1 answer

ar.js NFT Marker Generator Confidence rating

I was trying to generate NFT marker from: https://carnaux.github.io/NFT-Marker-Creator/ I always got no star rating at the bottom no matter what images I tried. Is the site broken?
adrian li
  • 457
  • 8
  • 19
-1
votes
1 answer

Aframe Multiple Pattern Ratio

Hello I want To Use Multiple Patterns With Different Ratio . Can Any One Help Me to Sort Out This . I Can Use Use Multiple Markers With Different Ratio But I Am Not Able To Use Multiple Markers With Dirrerent Ration . Like Pattern One (Hiro) - HIRO…
Aryan
  • 83
  • 1
  • 13
1 2 3
21
22