Home Devices Recognition: HTML Page Augementation

0 votes
asked Nov 16, 2017 by sharmmoh (160 points)
Hi

I am trying to use AR to identify Home devices and pop up html page when object is recognized . Help required to acheive the same as ai ma new to EasyAR

2 Answers

0 votes
answered Nov 24, 2017 by albert52 (31,850 points)
Hi,

Can you be more specific?

I'm not clear about your needs or problems.
commented Nov 24, 2017 by sharmmoh (160 points)
I am looking to augment home devices at home and control those devices like switch on lights by having gui button augmented over object identified
0 votes
answered Jun 12, 2023 by sanfurniture (140 points)

To use augmented reality (AR) to identify home devices and display an HTML page when an object is recognized, you can follow these general steps:

  1. Choose an AR development platform: In your case, you mentioned EasyAR. Make sure you have downloaded and installed EasyAR, and have a basic understanding of how to use the platform.

  2. Create your AR project: Open EasyAR and create a new AR project. Familiarize yourself with the tools and features available in EasyAR for object recognition and tracking.

  3. Prepare your home device models: Gather 3D models or images of the home devices you want to recognize. These models can be in common formats like .obj or .fbx. Ensure the models accurately represent the devices you want to identify.

  4. Train your AR model: Use EasyAR's tools to train your AR model with the home device models you prepared. This step involves capturing images or videos of the devices from different angles and distances to teach the AR system how to recognize them.

  5. Implement HTML page integration: When the AR system successfully recognizes a home device, you can trigger the display of an HTML page. In EasyAR, you can use their scripting functionality to write code that detects the object recognition event and opens the HTML page.

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...