Real Time Image/Marker tracker Augmented Reality based Web Script
See original GitHub issueDescription
A Script to track Image/Markers in Real Time Web Application.
In Augmented Reality applications, a particular element/event is triggered/shown based on some defined Image
or a Marker
. Once Image or a Marker is tracked, some object/event can be shown to the user in order to give an acknowledgement of the functionality.
This Script can be a good start-point for anyone who wants to refer the implementation of such AR tasks in Web.
Language
- Javascript
Checklist:
- Details on the Script
name | about | labels | assignees |
---|---|---|---|
Real Time Image/Marker Tracker AR-based Web Script | A web script that can perform Image tracking using AR tech | Augmented Reality, Hard, Javascript, good first issue |
Additional Context:
This Script must detect an Image/Marker via Laptop Webcam or Phone Camera. Once detected, some action such as showing an object to the screen, playing music or similar can be triggered (creativity appreciated). Importantly, this script must NOT be application specific but more reusable and general (comment accordingly while writing code) and thus try keeping it short and crisp.
AR.js or similar JS libraries can be used for solving this issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
@priyanshu20 I have assigned this issue to you. Let me know if any help is needed from my end.
I’m afraid I wont be able to work on it right now. Sorry for inconvenience.