Skip to content
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

Deliverable 1 #1

Open
5 tasks done
merkourisa opened this issue Feb 15, 2022 · 9 comments
Open
5 tasks done

Deliverable 1 #1

merkourisa opened this issue Feb 15, 2022 · 9 comments

Comments

@merkourisa
Copy link
Owner

merkourisa commented Feb 15, 2022

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:

  • Initial settings (as described in the README.md of the repository)
  • Link of the application in your repository and your report.
  • You should add and display a cylinder and a sphere in your scene, when the camera recognizes hiro, besides the box that already exists.
  • Using the Α-Frame particle system component you have to modify the source code, so it snows in your scene.
  • Using the Α-Frame speech command component you have to modify the source code, so when you give the speech command: stop it stops snowing, while when you give the speech command: start it starts snowing.

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.

@merkourisa merkourisa changed the title Παραδοτέο 1 Deliverable 1 Feb 27, 2022
@dpsd16015
Copy link

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

@merkourisa
Copy link
Owner Author

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

@dpsd16015
Copy link

dpsd16015 commented Mar 21, 2022

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

@merkourisa
Copy link
Owner Author

merkourisa commented Mar 21, 2022

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

@dpsd16015
Copy link

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

@merkourisa
Copy link
Owner Author

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

@merkourisa
Copy link
Owner Author

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

@dpsd21903
Copy link

hello.
i have this code but the snow appear since the first time and i cant find how can i hide it.

          <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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants