Open merkourisa opened 2 years ago
Το μικρόφωνο πρέπει να το βάλω κάπως εγώ γιατί μου ζητάει άδεια μόνο για την κάμερα
@dpsd16015 λογικά την πρώτη φορά που θα εκτελέσεις την εφαρμογή με το speech command θα σου ζητήσει άδεια και για το μικρόφωνο
Η εντολη a-entity id="annyang" annyang-speech-recognition></a-entity ενεργοποιει το speech command?
@dpsd16015 δεν μπορώ να σου απαντήσω σε αυτό, θα πρέπει να το ψάξεις μόνος/μόνη σου
Καλα παντως ουτε στο δικο σας λινκ δεν ζηταει αδεια απο μικροφωνο
@dpsd16015 φυσικά και δεν ζητάει άδεια από μικρόφωνο, αφού στην αρχική εφαρμογή δεν έχει υλοποιηθεί η αναγνώριση φωνής
Please check your emails concerning the grading of the 1st Deliverable
hello. i have this code but the snow appear since the first time and i cant find how can i hide it.
<a-entity camera></a-entity>
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.5.0/annyang.min.js"></script>
<script src="aframe-speech-command-component.js"></script>
<a-entity id="annyang" annyang-speech-recognition></a-entity>
<a-entity id="menu"
speech-command__start="command: show menu; type: snow; attribute: visible; value: true;"
speech-command__stop="command: hide menu; type: snow; attribute: visible; value: false;">
...
...
Hello @dpsd21903, you have to study the code and make the appropriate adjustment
In this deliverable, you will develop Interactive Web-based Augmented Reality Applications, where a camera recognizes a default marker, named hiro. Therefore, you will have to edit index.html found in the marker_based folder.
The deliverable's tasks are:
Once you have completed the tasks of the deliverable, you must upload the source code on your repository, so the application runs on the Web via Github Pages.