DEV Community

Sanket N Jain
Sanket N Jain

Posted on

Is it possible to add augmented reality to a website?

I am making a website and I'm planing to include augmented reality which uses both desktop webcam or camera in mobile. I want to make something like Instagram filters but it's totally different. And what do I need to learn for that?

Top comments (5)

Collapse
 
rabbitninja profile image
Shubham Mishra • Edited

Yes it's not just possible but used widely in architecture field. Yuo should check these links:
1) developers.google.com/web/updates/...

2)
github.com/jeromeetienne/AR.js/blo...

3)
opensource.com/article/18/6/open-s...

Collapse
 
sanketnjain5 profile image
Sanket N Jain

Does these work with computer's webcam?

Collapse
 
rabbitninja profile image
Shubham Mishra

Yes you can access computer webcam by writing a small javascript code.

Collapse
 
seanolad profile image
Sean

Using Aframe is probably your best bet

Collapse
 
sanketnjain5 profile image
Sanket N Jain

Does this work with computer's webcam?