Samsung Internet Dev Hub - Resources for developers

Developer Hub

Bringing AR to the Web

The day you can interact with the world through the web is a lot closer than you think.

Today, QR codes are widely used to navigate to a web page on your web browser by scanning a barcode in the real world. QR codes hold text information with URLs being the most popular type of information, because scanning a QR code is easier and quicker than typing a URL into your browser. This is especially true for URLs that contain foreign characters you may not be familiar with. QR codes can be placed strategically around tourist attractions and other public places to help people discover relevant information on the web. Samsung Internet has a built in QR code reader.

CloseBy makes the discovery of information even more seamless. CloseBy enables a bluetooth beacon based interaction with the real world right from your Samsung Internet Browser. This will allow you to find out more information about your environment.

QR codes and CloseBy are great pieces of technology, but both are very limited. QR codes can only detect matrix barcodes and display limited information. CloseBy requires setting up bluetooth beacons and display limited information as well. AR will enable more complex interaction with the world and display more complex information. For example, at a museum, instead of walking up to a QR code or bluetooth beacon to find out information about a dinosaur fossil on display, you can just aim your camera at the fossil. Then the AR application will detect the fossil and instantly get information about the dinosaur, including a live rendering of the dinosaur.

The state of AR on the web

Currently, there is no native support for AR on the Samsung Internet Browser, but the browser has all the necessary tools to demonstrate the possibilities of AR on the web. There are several web based AR examples, including this threex.webar project, which I used as a starting point to create my own AR examples. The results are shown below.

Samsung Logo (png)

Gear 360 Camera

Components of the demos

1. Grabbing the rear view camera

Most modern web browsers already have an API to fetch both the rear view camera and the front facing camera. HTML5rocks has a great article on grabbing the rear view camera. However, the method used in the article is deprecated and the new method can be found here and here.

2. AR markers

Object detection is still costly on the web. Facial tracking libraries exist, but the frame-rate drop is noticeable. AR makers is great alternative for detecting objects. There is a great Javascript AR marker library on the web.

3. Three.js

Three.js is a great WebGL library that is widely used in many projects including WebVR.

4. Tying everything together

The webar extension provided useful insight on transposing the Three.js objects onto the ar marker. Recently, Jerome Etienne released a promising AR library that is worth checking out to get started with AR on the web.

I also built another AR example with tracking.js. Tracking.js is a great library that has built-in camera fetching and object tracking. The demo uses the front facing camera and overlays a jester hat on a detected face.

The demos can be found here and the source code can be found here. These demos were first shown at the ARinAction event this past January, in which Samsung was one of the sponsors. You can watch Samsung’s talk on AR here and here.

Future of WebAR

Recently at Google IO, Google announced bringing these ideas even one step further by adding some of the AR technologies to Chromium using Tango devices.

A fundamental challenge the AR industry is facing is interoperability and lack of standards. The web is a great way to address these challenges and provide a low friction environment that most people have access to. These AR demos demonstrate that modern web browsers are capable of supporting AR. Consider adding AR features to your web platforms and work with the steadily growing WebAR (and WebVR) communities around the world. You can help move AR forward and change the way people interact with the web.

Tagged in Qr Code, Closeby, AR, Webar, Samsung Internet

By Winston Chen on June 7, 2017.

Read this article on Medium