merkourisa / Augmented-Reality

Individual Assignment for Interaction Design 2022
https://merkourisa.github.io/Augmented-Reality/
0 stars 106 forks source link

Deliverable 1 #1

Open merkourisa opened 2 years ago

merkourisa commented 2 years ago

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.

dpsd16015 commented 2 years ago

Το μικρόφωνο πρέπει να το βάλω κάπως εγώ γιατί μου ζητάει άδεια μόνο για την κάμερα

merkourisa commented 2 years ago

@dpsd16015 λογικά την πρώτη φορά που θα εκτελέσεις την εφαρμογή με το speech command θα σου ζητήσει άδεια και για το μικρόφωνο

dpsd16015 commented 2 years ago

Η εντολη a-entity id="annyang" annyang-speech-recognition></a-entity ενεργοποιει το speech command?

merkourisa commented 2 years ago

@dpsd16015 δεν μπορώ να σου απαντήσω σε αυτό, θα πρέπει να το ψάξεις μόνος/μόνη σου

dpsd16015 commented 2 years ago

Καλα παντως ουτε στο δικο σας λινκ δεν ζηταει αδεια απο μικροφωνο

merkourisa commented 2 years ago

@dpsd16015 φυσικά και δεν ζητάει άδεια από μικρόφωνο, αφού στην αρχική εφαρμογή δεν έχει υλοποιηθεί η αναγνώριση φωνής

merkourisa commented 2 years ago

Please check your emails concerning the grading of the 1st Deliverable

dpsd21903 commented 2 years ago

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;">
          ...
          ...

merkourisa commented 2 years ago

Hello @dpsd21903, you have to study the code and make the appropriate adjustment