-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'markersAreaEnabled' / 'minConfidence' parameter is undefined. #106
Comments
Seeing the logs I guess that this could be a problem related to arjs (I ask to @nicolocarpignoli ) Ty |
@dirkk0 those warnings should not be a problem. Can you please host the project and give us:
I see no problems on the code but we need those two things in order to test better. |
Sure thing! Just for reference, the Stemkoski examples are working: |
the problem is that you are using a HIRO marker but as a 'pattern' marker. Artoolkit fails to recognize it (if you look the .patt file with VSCode you will see the 'hiro' letters are not interpreted). So you either use a different marker (like the default that Studio suggests you) ore you modify your code (HTML) in order to handle the default HIRO marker (you can find examples on the AR.js docs ) like this:
(consider only the preset='hiro' part and replace only that) |
Yes, it's a particular case when the user uploads on of the 'two' premade markers (Hiro and Kanjii ones). In those case, it may fail :) |
@gciandro13 we should modify the 'guide' (the linked one) and state to NOT use HIRO marker (also include the HIRO marker image as a lot of users mistake this with barcodes). Please open a new issue with this little enhancement |
Related issue: #109 Thanks @dirkk0 @nicolocarpignoli |
Hi!
Great idea! But the exported project is not working here.
The console shows:
aframe-ar.js:2023 THREEx.ArMarkerControls: 'markersAreaEnabled' is not a property of this material.
and
aframe-ar.js:2016 THREEx.ArMarkerControls: 'minConfidence' parameter is undefined.
This was a Hiro marker plus glTF model in glb format.
I attached the project for reference.
Thanks, Dirk
ar.zip
The text was updated successfully, but these errors were encountered: