BoBoiBoy Interactive Holographic Action Card Game Application

Size: px
Start display at page:

Download "BoBoiBoy Interactive Holographic Action Card Game Application"

Transcription

1 UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: BoBoiBoy Interactive Holographic Action Card Game Application Chan Vei Siang 1 and Farhan Mohamed 2 1,2 Faculty of Computing, Universiti Teknologi Malaysia (UTM), 81310, Johor Bharu, Johor, Malaysia {chanveisiang@hotmail.my, farhan@utm.my} Abstract. Augmented reality (AR) is a technology that integrate the virtual objects, such as graphics, sounds, with the real world environment to improve the users sensory perception toward the world they are viewing and experiencing. As for the hologram, this technology allows the virtual objects appears realistically in the real world environment, by letting the user to look at different perspective of these holograms when viewing from different angles. However, these technological devices are expensive and far reach from general consumers, such as Google Glass. The current technologies also make human-computer interaction difficult and makes holographic effect less realistic and unnatural. Therefore, a method of implementation of AR tracking and holographic display in the action card game is introduced. Keywords: Feature-based augmented reality (AR), holographic projection, holographic pyramid, action card game, human-computer interaction. 1 Introduction Nowadays, many researchers and computer engineers are trying to bring the computer graphics out from the television screen and displaying them in our real world environment. Such technologies include the augmented reality (AR) as well as the hologram, which changed the way people view and interact with the world. With the help of AR display devices, such as smartphones and smart glasess, user can receive additional information, which is in the form of informative graphics based on his or her field of view through the devices. AR is now significance in many area, such as engineering design, entertainment, gaming, and other industries. On the other hand, the use of holographic pyramid prism can produce the holographic results that can display 3D objects in the real world environment, by letting the user to look at different perspective of these holograms when viewing from different angles. Although technically holographic pyramid is not considered a hologram, but it can still create a holographic effect and illusion that can trick the end-user s eyes. However, there are also some issues and problems found in the current scenario. The current AR application is displayed in a small screen of smartphone where not many information can be displayed on the screen and the user is difficult to view the content on the screen [1]. Users also need to always hold their smartphones or tablets and target their devices to an image target, in order to view the virtual objects present in the real world environment [1]. Besides that, these AR technologies are only available for only one user to view the AR object at a time, socially separated user experience [2]. Furthermore, most of the current application of holographic pyramid is static display where user cannot interact

2 2 with the holographic display. Although there is some effort being made to improve the interactivity of holographic display, such as the addition of tracking sensor that allow the user to interact with the 3D objects using hand gestures [2][3]. This also created an issue where each holographic display device can accommodates one 3D objects only. In this project, a method to implementat the AR tracking technique and holographic pyramid in the action card game is introduced. The objectives of this project are: 1) to analyse the requirements of AR and holographic effect in the interaction on action card; 2) to design and develop a prototype that can shows the interaction on action card by using AR and holographic pyramid, as well as human-centric design; 3) to implement the AR technology and holographic pyramid into the action card application and then integrate the application into the computer. 2 Related Work 2.1 Choki Choki s BoBoiBoy AR In 2016, Anantarupa Studios cooperated with the Mayora Group a large Indonesian consumer products company, had created the Choki Choki s AR BoBoiBoy action card game application. By using this application, the characters in BoBoiBoy the Movie are superimposed in the real world environment with the help of handheld devices and AR technology. Besides that, the player can also initiate the battle between BoBoiBoy & Friend card and Enemy card, when the characters are facing toward each other. Figure 1 shows the BoBoiBoy AR characters (left) and the battle between AR characters (right) that are displayed in the smartphone screen. Figure 1. The BoBoiBoy AR characters (left) and the battle between AR characters (right) that are displayed in the smartphone screen [4] 2.2 Holus Tabletop Holographic Display Holus is a microwave-sized device with a projector inside the lid that beams four images of the same object onto the walls of Plexiglas prism and create an optical illusion to the user that the images appear to form in thin air, and the users can control the virtual objects with smartphone or tablet connected via Bluetooth or Wi-Fi [5]. The aim of this product is to let digital content can be easily shared in a group of people [6], without the use of smart glasses and wearable devices. The Holus is created based on the Pepper s Ghost illusion. Figure 2 shows a group of users share the same digital content by using the Holus.

3 3 Figure 2. A group of users share the same digital content by using the Holus [6] 3 Project Methodology Figure 3 illustrates the project methodology. In order to implement AR tracking technique and holographic display in the action card game, AR marker need to be detected in real-time and then the generated AR 3D object need to be projected to the real world environment through the use of holographic pyramid. Figure 3. Project methodology Several phases of project development to achieve the stated requirement are planned as follow:

4 4 Phase 1. Preliminary investigation and information collection of AR for holographic action card game: Research was conducted on exploring the existing AR and holographic display technology, as well as the technique to implement them, in order to achieve a highly interactivity and enhancing experience when playing the action card game. Phase 2. Design the AR tracking with holographic display technique: The AR tracking with holographic display technique is designed. The AR tracking technique uses the feature-based tracking, while the holographic display requires configuration, such as render texture facet process, as well as the design of holographic pyramid for display the 3D objects. Phase 3. Develop the action card game prototype: The frameworks of action card game are setting up, which includes the design of game concept and gameplay. The game prototype is developed in this phase by using suitable tools and game engine, such as Unity 3D. Phase 4. Integrate the AR tracking with holographic display technique for the action card game prototype: The AR tracking with holographic display technique is integrated into the action card game prototype. The holographic action card game is developed to support real-time 3D object generation based on the AR marker in the real-world environment and allow the interaction between the virtual objects. Phase 5. Testing and evaluation. This phase will test and evaluate the AR tracking with holographic display technique in the action card game. This will include the black-box testing as well as the usability testing. 4 Implementation Figure 4 shows the framework to integrate action card game with holographic display. The Vuforia SDK enable AR to detect and track the action card, while the application represents the game application developed by the Unity 3D. Figure 4. The integration of action card game with holographic display framework

5 5 The final outcome of the game application is to display the holographic characters in the holographic pyramid. 4.1 Implementing AR Tracking with Holographic Display The tracking technique used for this project is the feature-based tracking. The action card represents the image target that will be detected by the Vuforia. From the Vuforia Configuration found in the ARCamera, the Max Simultaneous Tracked Image field is set to 2, which means that the Vuforia can only detected and tracked maximum two image targets at the same time when there are two AR action cards presented in the webcam s field of view. Besides that, the AR Camera has fixed position and orientation, while the target objects can move around the virtual world according to the position of the AR action card, by set the World Center Mode to CAMERA in the the Vuforia Behaviour component under the ARCamera. In order to display the holographic 3D object in the real world environment, the texture facet rendering in the Unity 3D by placing four cameras in the Unity 3D scene to render the four viewports, which represent front view, back view, left view and right view, of the virtual object to be projected onto each side of the pyramid [7], as shown in Figure 5. Ultimately, all the cameras viewport are feed onto a TextureFacetCanvas that act as the final output to be projected on the monitor screen as shown in Figure 6 and the hardware configuration is as shown in Figure 7. Figure 5. The four-sided camera setup in the Unity scene (clockwise from top: FrontCam, LeftCam, BackCam, RightCam )

6 6 Figure 6. The TextureFacetCanvas displayed in the monitor screen (clockwise from top: render textures from FrontCam, RightCam, BackCam, LeftCam ) Figure 7. The hardware configuration of holographic pyramid 4.2 Developing Action Card Game The development of the holographic action card game is done in Unity 3D. There are three important processes involves when developing the game prototype, which are the preparation of BoBoiBoy character 3D models, create prefabs of the character and projectile, as well as scripting the characters behaviour and game logic. Figure 8 shows the concept and gameplay of this project.

7 7 Figure 8. The steps to generate the holographic display: 1) The AR action card before placing into the holographic pyramid; 2) The AR action card being placed into the holographic pyramid; 3) the 3D object displayed in holographic pyramid. 5 Result of the Project The result of this project is a standalone PC game application that integrating action card game with augmented reality (AR) tracking and holographic display. The main content of the action card game used the BoBoiBoy animation, such as the characters and the fighting style of each character. The user can interact with the game by placing the specially designed action card onto the action card platform, which is within the viewing range of the web camera to track the image target. Once the image target is detected, the 3D model of the action card character is displayed in the holographic pyramid. Besides display the characters, the user can also perform some action to invoke the interaction between the action card characters. There are two type of action card, which are the Allies and the Enemies. If there are two action cards tracked by the application where each card has type Allies and Enemies respectively, the 3D characters fought against with each other. If the two action cards tracked are of the same type, the 3D characters are also playing the running animation. When the characters fought against each other, the health bar of character who reaches 0 first is lost, and the battle ends. The lose character is destroyed and removed from the scene which leaves the win character and a text panel that display the winning character s name that wins the game in the scene. If the user to remove all action cards from the card platform, the scene is restarted as well as the game. Figure 9 shows the results of the project.

8 8 Figure 9. The result of the project: 1) The start scene; 2) The 3D character displayed in the scene; 3) The characters fought against each other in the scene; 4) The characters of same card type playing the running animation in the scene; 5) The battle result scene. 6 Conclusion The BoBoiBoy interactive holographic action card game application is one of the starting point to revolutionise the action card game, as well as the holographic application with user interaction using AR tracking technique. The project achieved all the stated objectives in Section 1. However, there are still have some limitation observed during the development of this project, such as the use of small monitor that results in small pyramid prism and hence, reduce the size of the holographic characters generated on the pyramid prism as well as reduced the space that can display necessary information, for example graphical user interface (GUI). Besides that, the small viewing range of webcam also sacrificed the performance of the system, such as can only detect the image target in a small area. References 9. Nazri, N. I. A. M., & Rambli, D. R. A. (2014). Current limitations and opportunities in mobile augmented reality applications. In Computer and Information Sciences (ICCOINS), 2014 International Conference, pp Available from: IEEE. [11 June 2017]. 10. Sutter, J. D. (2010). New phone apps seek to 'augment' reality. CNN. Available from: >. [7 June 2017]. 11. Bovier, F., Caggianese, G., De Pietro, G., Gallo, L., & Neroni, P. (2016). An Interactive 3D Holographic Pyramid for Museum Exhibition. In Signal-Image Technology & Internet-Based Systems (SITIS), th International Conference, pp Available from: IEEE. [11 June 2017]. 12. Anantarupa Studios (2016). Choki-Choki AR Boboiboy v19.0 [Mobile Application Software]. Available from: < &hl=en>. [10 June 2017]. 13. Metz, R. (2015). Virtual Creatures in a Box, Controlled by You. Available from:

9 < [11 June 2017]. 14. Holus (2017). The World s First Interactive, Tabletop Holographic Display. Available from: < [11 June 2017]. 15. Muhammad, A. B. A., Ismail, N. A. F., & Sunar, M. S. (2016). Reflective Prism Display Using Pepper s Ghost Technique Software Toolkit Plugin for Unity 3D. Jurnal Teknologi (Sciences & Engineering). 78(12 3), pp

ADVANCED WHACK A MOLE VR

ADVANCED WHACK A MOLE VR ADVANCED WHACK A MOLE VR Tal Pilo, Or Gitli and Mirit Alush TABLE OF CONTENTS Introduction 2 Development Environment 3 Application overview 4-8 Development Process - 9 1 Introduction We developed a VR

More information

PROPOSED SYSTEM FOR MID-AIR HOLOGRAPHY PROJECTION USING CONVERSION OF 2D TO 3D VISUALIZATION

PROPOSED SYSTEM FOR MID-AIR HOLOGRAPHY PROJECTION USING CONVERSION OF 2D TO 3D VISUALIZATION International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 159 167, Article ID: IJARET_07_02_015 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY

DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY DESIGN STYLE FOR BUILDING INTERIOR 3D OBJECTS USING MARKER BASED AUGMENTED REALITY 1 RAJU RATHOD, 2 GEORGE PHILIP.C, 3 VIJAY KUMAR B.P 1,2,3 MSRIT Bangalore Abstract- To ensure the best place, position,

More information

Learning Based Interface Modeling using Augmented Reality

Learning Based Interface Modeling using Augmented Reality Learning Based Interface Modeling using Augmented Reality Akshay Indalkar 1, Akshay Gunjal 2, Mihir Ashok Dalal 3, Nikhil Sharma 4 1 Student, Department of Computer Engineering, Smt. Kashibai Navale College

More information

Exhibition Strategy of Digital 3D Data of Object in Archives using Digitally Mediated Technologies for High User Experience

Exhibition Strategy of Digital 3D Data of Object in Archives using Digitally Mediated Technologies for High User Experience , pp.150-156 http://dx.doi.org/10.14257/astl.2016.140.29 Exhibition Strategy of Digital 3D Data of Object in Archives using Digitally Mediated Technologies for High User Experience Jaeho Ryu 1, Minsuk

More information

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY

A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Volume 117 No. 22 2017, 209-213 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A SURVEY OF MOBILE APPLICATION USING AUGMENTED REALITY Mrs.S.Hemamalini

More information

Project Plan Augmented Reality Mechanic Training

Project Plan Augmented Reality Mechanic Training Project Plan Augmented Reality Mechanic Training From Students to Professionals The Capstone Experience Team Union Pacific Justin Barber Jake Cousineau Colleen Little Nicholas MacDonald Luke Sperling Department

More information

CONTENT RICH INTERACTIVE, AND IMMERSIVE EXPERIENCES, IN ADVERTISING, MARKETING, AND EDUCATION

CONTENT RICH INTERACTIVE, AND IMMERSIVE EXPERIENCES, IN ADVERTISING, MARKETING, AND EDUCATION CONTENT RICH INTERACTIVE, AND IMMERSIVE EXPERIENCES, IN ADVERTISING, MARKETING, AND EDUCATION USA 212.483.0043 info@uvph.com WORLDWIDE hello@appshaker.eu DIGITAL STORYTELLING BY HARNESSING FUTURE TECHNOLOGY,

More information

Apple ARKit Overview. 1. Purpose. 2. Apple ARKit. 2.1 Overview. 2.2 Functions

Apple ARKit Overview. 1. Purpose. 2. Apple ARKit. 2.1 Overview. 2.2 Functions Apple ARKit Overview 1. Purpose In the 2017 Apple Worldwide Developers Conference, Apple announced a tool called ARKit, which provides advanced augmented reality capabilities on ios. Augmented reality

More information

Portfolio. Swaroop Kumar Pal swarooppal.wordpress.com github.com/swarooppal1088

Portfolio. Swaroop Kumar Pal swarooppal.wordpress.com github.com/swarooppal1088 Portfolio About Me: I am a Computer Science graduate student at The University of Texas at Dallas. I am currently working as Augmented Reality Engineer at Aireal, Dallas and also as a Graduate Researcher

More information

FlexAR: A Tangible Augmented Reality Experience for Teaching Anatomy

FlexAR: A Tangible Augmented Reality Experience for Teaching Anatomy FlexAR: A Tangible Augmented Reality Experience for Teaching Anatomy Michael Saenz Texas A&M University 401 Joe Routt Boulevard College Station, TX 77843 msaenz015@gmail.com Kelly Maset Texas A&M University

More information

Interior Design with Augmented Reality

Interior Design with Augmented Reality Interior Design with Augmented Reality Ananda Poudel and Omar Al-Azzam Department of Computer Science and Information Technology Saint Cloud State University Saint Cloud, MN, 56301 {apoudel, oalazzam}@stcloudstate.edu

More information

Mixed / Augmented Reality in Action

Mixed / Augmented Reality in Action Mixed / Augmented Reality in Action AR: Augmented Reality Augmented reality (AR) takes your existing reality and changes aspects of it through the lens of a smartphone, a set of glasses, or even a headset.

More information

Enhancing Shipboard Maintenance with Augmented Reality

Enhancing Shipboard Maintenance with Augmented Reality Enhancing Shipboard Maintenance with Augmented Reality CACI Oxnard, CA Dennis Giannoni dgiannoni@caci.com (805) 288-6630 INFORMATION DEPLOYED. SOLUTIONS ADVANCED. MISSIONS ACCOMPLISHED. Agenda Virtual

More information

Augmented Reality e-maintenance modelization

Augmented Reality e-maintenance modelization Augmented Reality e-maintenance modelization Context and problematic Wind turbine are off-shore (Mer Innovate) ~1 hour for accessing a wind farm. Accessibility depends on weather conditions. => Few time

More information

REPORT ON THE CURRENT STATE OF FOR DESIGN. XL: Experiments in Landscape and Urbanism

REPORT ON THE CURRENT STATE OF FOR DESIGN. XL: Experiments in Landscape and Urbanism REPORT ON THE CURRENT STATE OF FOR DESIGN XL: Experiments in Landscape and Urbanism This report was produced by XL: Experiments in Landscape and Urbanism, SWA Group s innovation lab. It began as an internal

More information

Development of Pick Up Sticks Game in a 3D Virtual Environment Using Leap Motion

Development of Pick Up Sticks Game in a 3D Virtual Environment Using Leap Motion UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 Development of Pick Up Sticks Game in a 3D Virtual Environment Using Leap Motion

More information

Immersive Training. David Lafferty President of Scientific Technical Services And ARC Associate

Immersive Training. David Lafferty President of Scientific Technical Services And ARC Associate Immersive Training David Lafferty President of Scientific Technical Services And ARC Associate Current Situation Great Shift Change Drive The Need For Training Conventional Training Methods Are Expensive

More information

What is Augmented Reality?

What is Augmented Reality? What is Augmented Reality? Well, this is clearly a good place to start. I ll explain what Augmented Reality (AR) is, and then what the typical applications are. We re going to concentrate on only one area

More information

AUGMENTED REALITY, FEATURE DETECTION Applications on camera phones. Prof. Charles Woodward, Digital Systems VTT TECHNICAL RESEARCH CENTRE OF FINLAND

AUGMENTED REALITY, FEATURE DETECTION Applications on camera phones. Prof. Charles Woodward, Digital Systems VTT TECHNICAL RESEARCH CENTRE OF FINLAND AUGMENTED REALITY, FEATURE DETECTION Applications on camera phones Prof. Charles Woodward, Digital Systems VTT TECHNICAL RESEARCH CENTRE OF FINLAND AUGMENTED REALITY (AR) Mixes virtual objects with view

More information

SMART GUIDE FOR AR TOYS AND GAMES

SMART GUIDE FOR AR TOYS AND GAMES SMART GUIDE FOR AR TOYS AND GAMES Table of contents: WHAT IS AUGMENTED REALITY? 3 AR HORIZONS 4 WHERE IS AR CURRENTLY USED THE MOST (INDUSTRIES AND PRODUCTS)? 7 AR AND CHILDREN 9 WHAT KINDS OF TOYS ARE

More information

Virtual Reality as Innovative Approach to the Interior Designing

Virtual Reality as Innovative Approach to the Interior Designing SSP - JOURNAL OF CIVIL ENGINEERING Vol. 12, Issue 1, 2017 DOI: 10.1515/sspjce-2017-0011 Virtual Reality as Innovative Approach to the Interior Designing Pavol Kaleja, Mária Kozlovská Technical University

More information

Paper on: Optical Camouflage

Paper on: Optical Camouflage Paper on: Optical Camouflage PRESENTED BY: I. Harish teja V. Keerthi E.C.E E.C.E E-MAIL: Harish.teja123@gmail.com kkeerthi54@gmail.com 9533822365 9866042466 ABSTRACT: Optical Camouflage delivers a similar

More information

Waves Nx VIRTUAL REALITY AUDIO

Waves Nx VIRTUAL REALITY AUDIO Waves Nx VIRTUAL REALITY AUDIO WAVES VIRTUAL REALITY AUDIO THE FUTURE OF AUDIO REPRODUCTION AND CREATION Today s entertainment is on a mission to recreate the real world. Just as VR makes us feel like

More information

Perform light and optic experiments in Augmented Reality

Perform light and optic experiments in Augmented Reality Perform light and optic experiments in Augmented Reality Peter Wozniak *a, Oliver Vauderwange a, Dan Curticapean a, Nicolas Javahiraly b, Kai Israel a a Offenburg University, Badstr. 24, 77652 Offenburg,

More information

Hologram Table 2018 EUCLIDEON PTY LTD

Hologram Table 2018 EUCLIDEON PTY LTD Hologram Table 2018 EUCLIDEON PTY LTD Introduction to Euclideon s 3D Hologram Table There s a scene that often appears in Science Fiction movies where, in the command room, there is a 3-dimensional miniature

More information

Implementation of Image processing using augmented reality

Implementation of Image processing using augmented reality Implementation of Image processing using augmented reality Konjengbam Jackichand Singh 1, L.P.Saikia 2 1 MTech Computer Sc & Engg, Assam Downtown University, India 2 Professor, Computer Sc& Engg, Assam

More information

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project Digital Interactive Game Interface Table Apps for ipad Supervised by: Professor Michael R. Lyu Student: Ng Ka Hung (1009615714) Chan Hing Faat (1009618344) Year 2011 2012 Final Year Project Department

More information

AUGMENTED REALITY AS AN AID FOR THE USE OF MACHINE TOOLS

AUGMENTED REALITY AS AN AID FOR THE USE OF MACHINE TOOLS Engineering AUGMENTED REALITY AS AN AID FOR THE USE OF MACHINE TOOLS Jean-Rémy CHARDONNET 1 Guillaume FROMENTIN 2 José OUTEIRO 3 ABSTRACT: THIS ARTICLE PRESENTS A WORK IN PROGRESS OF USING AUGMENTED REALITY

More information

Game Design 1. Unit 1: Games and Gameplay. Learning Objectives. After studying this unit, you will be able to:

Game Design 1. Unit 1: Games and Gameplay. Learning Objectives. After studying this unit, you will be able to: Game Design 1 Are you a gamer? Do you enjoy playing video games or coding? Does the idea of creating and designing your own virtual world excite you? If so, this is the course for you! When it comes to

More information

FATE WEAVER. Lingbing Jiang U Final Game Pitch

FATE WEAVER. Lingbing Jiang U Final Game Pitch FATE WEAVER Lingbing Jiang U0746929 Final Game Pitch Table of Contents Introduction... 3 Target Audience... 3 Requirement... 3 Connection & Calibration... 4 Tablet and Table Detection... 4 Table World...

More information

Educational Augmented Reality Tools: Development, Implementation, and Assessment of Phase I

Educational Augmented Reality Tools: Development, Implementation, and Assessment of Phase I Educational Augmented Reality Tools: Development, Implementation, and Assessment of Phase I Dr Konstantinos E. Kakosimos, Dr Ghada Salama, Dr Marcelo Castier & Marcin Kozusznik Texas A&M University at

More information

SPIDERMAN VR. Adam Elgressy and Dmitry Vlasenko

SPIDERMAN VR. Adam Elgressy and Dmitry Vlasenko SPIDERMAN VR Adam Elgressy and Dmitry Vlasenko Supervisors: Boaz Sternfeld and Yaron Honen Submission Date: 09/01/2019 Contents Who We Are:... 2 Abstract:... 2 Previous Work:... 3 Tangent Systems & Development

More information

Augmented Reality Multiplayer Gaming

Augmented Reality Multiplayer Gaming GRD Journals Global Research and Development Journal for Engineering National Conference on Computational Intelligence Systems (NCCIS 17) March 2017 e-issn: 2455-5703 Augmented Reality Multiplayer Gaming

More information

Global Virtual Reality Market: Industry Analysis & Outlook ( )

Global Virtual Reality Market: Industry Analysis & Outlook ( ) Industry Research by Koncept Analytics Global Virtual Reality Market: Industry Analysis & Outlook ----------------------------------------- (2017-2021) October 2017 1 Executive Summary Virtual Reality

More information

Optical camouflage technology

Optical camouflage technology Optical camouflage technology M.Ashrith Reddy 1,K.Prasanna 2, T.Venkata Kalyani 3 1 Department of ECE, SLC s Institute of Engineering & Technology,Hyderabad-501512, 2 Department of ECE, SLC s Institute

More information

Augmented reality as an aid for the use of machine tools

Augmented reality as an aid for the use of machine tools Augmented reality as an aid for the use of machine tools Jean-Rémy Chardonnet, Guillaume Fromentin, José Outeiro To cite this version: Jean-Rémy Chardonnet, Guillaume Fromentin, José Outeiro. Augmented

More information

EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS

EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS EMPOWERING THE CONNECTED FIELD FORCE WORKER WITH ADVANCED ANALYTICS MATTHEW SHORT ACCENTURE LABS ACCENTURE LABS DUBLIN Artificial Intelligence Security SILICON VALLEY Digital Experiences Artificial Intelligence

More information

Augmented Reality based on markers: explaining a distillation column

Augmented Reality based on markers: explaining a distillation column Howest Augmented Reality based on markers: explaining a distillation column Vermeulen Igor Digital Arts & Entertainment Content 1.Introduction... 4 2.Project details... 5 3.Augmented Reality based on markers...

More information

Closing Thoughts.

Closing Thoughts. Closing Thoughts With so many advancements, breakthroughs, failures, and creativity, there s no better way to keep up on what s happening with holograms and mixed reality than to actively insert yourself

More information

UbiBeam++: Augmenting Interactive Projection with Head-Mounted Displays

UbiBeam++: Augmenting Interactive Projection with Head-Mounted Displays UbiBeam++: Augmenting Interactive Projection with Head-Mounted Displays Pascal Knierim, Markus Funk, Thomas Kosch Institute for Visualization and Interactive Systems University of Stuttgart Stuttgart,

More information

Fig.1 AR as mixed reality[3]

Fig.1 AR as mixed reality[3] Marker Based Augmented Reality Application in Education: Teaching and Learning Gayathri D 1, Om Kumar S 2, Sunitha Ram C 3 1,3 Research Scholar, CSE Department, SCSVMV University 2 Associate Professor,

More information

Team 4. Kari Cieslak, Jakob Wulf-Eck, Austin Irvine, Alex Crane, Dylan Vondracek. Project SoundAround

Team 4. Kari Cieslak, Jakob Wulf-Eck, Austin Irvine, Alex Crane, Dylan Vondracek. Project SoundAround Team 4 Kari Cieslak, Jakob Wulf-Eck, Austin Irvine, Alex Crane, Dylan Vondracek Project SoundAround Contents 1. Contents, Figures 2. Synopsis, Description 3. Milestones 4. Budget/Materials 5. Work Plan,

More information

Figure 1. The game was developed to be played on a large multi-touch tablet and multiple smartphones.

Figure 1. The game was developed to be played on a large multi-touch tablet and multiple smartphones. Capture The Flag: Engaging In A Multi- Device Augmented Reality Game Suzanne Mueller Massachusetts Institute of Technology Cambridge, MA suzmue@mit.edu Andreas Dippon Technische Universitat München Boltzmannstr.

More information

TOUCHABLE HOLOGRAMS AND HAPTIC FEEDBACK: REAL EXPERIENCE IN A VIRTUAL WORLD

TOUCHABLE HOLOGRAMS AND HAPTIC FEEDBACK: REAL EXPERIENCE IN A VIRTUAL WORLD TOUCHABLE HOLOGRAMS AND HAPTIC FEEDBACK: REAL EXPERIENCE IN A VIRTUAL WORLD 1 PRAJAKTA RATHOD, 2 SANKET MODI 1 Assistant Professor, CSE Dept, NIRMA University, Ahmedabad, Gujrat 2 Student, CSE Dept, NIRMA

More information

Design and Development of a Marker-based Augmented Reality System using OpenCV and OpenGL

Design and Development of a Marker-based Augmented Reality System using OpenCV and OpenGL Design and Development of a Marker-based Augmented Reality System using OpenCV and OpenGL Yap Hwa Jentl, Zahari Taha 2, Eng Tat Hong", Chew Jouh Yeong" Centre for Product Design and Manufacturing (CPDM).

More information

Augmented Reality From Science to Mass-Market Stefan Misslinger, metaio, Inc.

Augmented Reality From Science to Mass-Market Stefan Misslinger, metaio, Inc. Augmented Reality From Science to Mass-Market Stefan Misslinger, metaio, Inc. Overview metaio company profile Augmented Reality Industrial AR solutions Marketing AR solutions Mobile AR Contact information

More information

Advances In Natural And Applied Sciences 2018 April; 12(4): pages DOI: /anas

Advances In Natural And Applied Sciences 2018 April; 12(4): pages DOI: /anas Research Article Advances In Natural And Applied Sciences 2018 April; 12(4): pages 22-26 DOI: 10.22587/anas.2018.12.4.5 AENSI Publications Implementation of Chemical Reaction Based on Augmented Reality

More information

AR Cannon. Multimodal Interfaces. Students: Arnaud Durand 1, Léonard Stalder 2, Thomas Rouvinez 3 Professors: Dr. Denis Lalane 4, May 23, 2014

AR Cannon. Multimodal Interfaces. Students: Arnaud Durand 1, Léonard Stalder 2, Thomas Rouvinez 3 Professors: Dr. Denis Lalane 4, May 23, 2014 AR Cannon Multimodal Interfaces Students: Arnaud Durand 1, Léonard Stalder 2, Thomas Rouvinez 3 Professors: Dr. Denis Lalane 4, May 23, 2014 University of Freiburg 5 // Freiburg University of Freiburg

More information

A Quality Watch Android Based Application for Monitoring Robotic Arm Statistics Using Augmented Reality

A Quality Watch Android Based Application for Monitoring Robotic Arm Statistics Using Augmented Reality A Quality Watch Android Based Application for Monitoring Robotic Arm Statistics Using Augmented Reality Ankit kothawade 1, Kamesh Yadav 2, Varad Kulkarni 3, Varun Edake 4, Vishal Kanhurkar 5, Mrs. Mehzabin

More information

AR 2 kanoid: Augmented Reality ARkanoid

AR 2 kanoid: Augmented Reality ARkanoid AR 2 kanoid: Augmented Reality ARkanoid B. Smith and R. Gosine C-CORE and Memorial University of Newfoundland Abstract AR 2 kanoid, Augmented Reality ARkanoid, is an augmented reality version of the popular

More information

Building a bimanual gesture based 3D user interface for Blender

Building a bimanual gesture based 3D user interface for Blender Modeling by Hand Building a bimanual gesture based 3D user interface for Blender Tatu Harviainen Helsinki University of Technology Telecommunications Software and Multimedia Laboratory Content 1. Background

More information

Pangolin: A Look at the Conceptual Architecture of SuperTuxKart. Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy

Pangolin: A Look at the Conceptual Architecture of SuperTuxKart. Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy Pangolin: A Look at the Conceptual Architecture of SuperTuxKart Caleb Aikens Russell Dawes Mohammed Gasmallah Leonard Ha Vincent Hung Joseph Landy Abstract This report will be taking a look at the conceptual

More information

10/18/2010. Focus. Information technology landscape

10/18/2010. Focus. Information technology landscape Emerging Tools to Enable Construction Engineering Construction Engineering Conference: Opportunity and Vision for Education, Practice, and Research Blacksburg, VA October 1, 2010 A. B. Cleveland, Jr. Senior

More information

Enhanced Virtual Transparency in Handheld AR: Digital Magnifying Glass

Enhanced Virtual Transparency in Handheld AR: Digital Magnifying Glass Enhanced Virtual Transparency in Handheld AR: Digital Magnifying Glass Klen Čopič Pucihar School of Computing and Communications Lancaster University Lancaster, UK LA1 4YW k.copicpuc@lancaster.ac.uk Paul

More information

Ball Color Switch. Game document and tutorial

Ball Color Switch. Game document and tutorial Ball Color Switch Game document and tutorial This template is ready for release. It is optimized for mobile (iphone, ipad, Android, Windows Mobile) standalone (Windows PC and Mac OSX), web player and webgl.

More information

Digital Education in Museums and Science Centers.

Digital Education in Museums and Science Centers. Digital Education in Museums and Science Centers www.e-real.net 6 under the e-real umbrella Educational SOLUTIONS 2 Interactive Walls Immersive Experiences holograms Digital Education in Museums and Science

More information

Job Description. Commitment: Must be available to work full-time hours, M-F for weeks beginning Summer of 2018.

Job Description. Commitment: Must be available to work full-time hours, M-F for weeks beginning Summer of 2018. Research Intern Director of Research We are seeking a summer intern to support the team to develop prototype 3D sensing systems based on state-of-the-art sensing technologies along with computer vision

More information

VR/AR Concepts in Architecture And Available Tools

VR/AR Concepts in Architecture And Available Tools VR/AR Concepts in Architecture And Available Tools Peter Kán Interactive Media Systems Group Institute of Software Technology and Interactive Systems TU Wien Outline 1. What can you do with virtual reality

More information

Implementation of Augmented Reality System for Smartphone Advertisements

Implementation of Augmented Reality System for Smartphone Advertisements , pp.385-392 http://dx.doi.org/10.14257/ijmue.2014.9.2.39 Implementation of Augmented Reality System for Smartphone Advertisements Young-geun Kim and Won-jung Kim Department of Computer Science Sunchon

More information

Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology

Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology 2017 International Conference on Arts and Design, Education and Social Sciences (ADESS 2017) ISBN: 978-1-60595-511-7 Design Principles of Virtual Exhibits in Museums based on Virtual Reality Technology

More information

Afrofuturism in Black Panther: STEM Focused Teacher Guide

Afrofuturism in Black Panther: STEM Focused Teacher Guide Afrofuturism in Black Panther: STEM Focused Teacher Guide STEM Based Curriculum for Middle and High School Students By: The Woke STEM Teacher Introductory Lesson: Afrofuturism Materials -Cell phone or

More information

Interior Design using Augmented Reality Environment

Interior Design using Augmented Reality Environment Interior Design using Augmented Reality Environment Kalyani Pampattiwar 2, Akshay Adiyodi 1, Manasvini Agrahara 1, Pankaj Gamnani 1 Assistant Professor, Department of Computer Engineering, SIES Graduate

More information

The presentation based on AR technologies

The presentation based on AR technologies Building Virtual and Augmented Reality Museum Exhibitions Web3D '04 M09051 선정욱 2009. 05. 13 Abstract Museums to build and manage Virtual and Augmented Reality exhibitions 3D models of artifacts is presented

More information

Attack of Township. Moniruzzaman, Md. Daffodil International University Institutional Repository Daffodil International University

Attack of Township. Moniruzzaman, Md. Daffodil International University Institutional Repository Daffodil International University Daffodil International University Institutional Repository Computer Science and Engineering Project Report of M.Sc 2018-05 Attack of Township Moniruzzaman, Md Daffodil International University http://hdl.handle.net/20.500.11948/2705

More information

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real...

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real... v preface Motivation Augmented reality (AR) research aims to develop technologies that allow the real-time fusion of computer-generated digital content with the real world. Unlike virtual reality (VR)

More information

Microsoft ESP Developer profile white paper

Microsoft ESP Developer profile white paper Microsoft ESP Developer profile white paper Reality XP Simulation www.reality-xp.com Background Microsoft ESP is a visual simulation platform that brings immersive games-based technology to training and

More information

Catch The Kites A Lightweight Android Game

Catch The Kites A Lightweight Android Game Catch The Kites A Lightweight Android Game Submitted By Woaraka Been Mahbub ID: 2012-2-60-033 Md. Tanzir Ahasion ID: 2012-2-60-036 Supervised By Md. Shamsujjoha Senior Lecturer Department of Computer Science

More information

Real Estate Marketing

Real Estate Marketing Real Estate Marketing Real Estate Marketing Renderings 360 -Tours Virtual Reality Real Estate Mobile Animations Our commitment is to provide state-of-the-art multimedia products for real estate. We are

More information

For many things people are annoyed about in this game or even any other board game, there seems to be an updated version to solve this problem.

For many things people are annoyed about in this game or even any other board game, there seems to be an updated version to solve this problem. Solutions For many things people are annoyed about in this game or even any other board game, there seems to be an updated version to solve this problem. Board size The problem of reaching the pawns on

More information

Virtual Reality Development ADD ANOTHER DIMENSION TO YOUR BUSINESS

Virtual Reality Development ADD ANOTHER DIMENSION TO YOUR BUSINESS Virtual Reality Development ADD ANOTHER DIMENSION TO YOUR BUSINESS Technology Solutions 01 VR-Ready 3D Content Full-Cycle VR Development We augment businesses with interactive, low-poly 3D content without

More information

Digital and Non-Digital Media. Media 8 and 9

Digital and Non-Digital Media. Media 8 and 9 Digital and Non-Digital Media Media 8 and 9 Digital Media Digital Media 1 Definition: is a combination of content and technology that requires a team of experts in a variety of fields to create Examples:

More information

Microsoft Services. Mixed Reality: Helping manufacturers develop transformative customer solutions

Microsoft Services. Mixed Reality: Helping manufacturers develop transformative customer solutions Microsoft Services Mixed Reality: Helping manufacturers develop transformative customer solutions Technology is rapidly changing how manufacturers innovate Big data, automation, Internet of Things, 3D

More information

Unifeye Platform - Universal Framework for All Tasks involving Augmented Reality Ismar 2008

Unifeye Platform - Universal Framework for All Tasks involving Augmented Reality Ismar 2008 Unifeye Platform - Universal Framework for All Tasks involving Augmented Reality Ismar 2008 Overview 1. metaio 2. Unifeye Platform AR Applications 3. Open Platform 4. Discussion 2 Company key-milestones

More information

INTERIOR DESIGN USING AUGMENTED REALITY

INTERIOR DESIGN USING AUGMENTED REALITY INTERIOR DESIGN USING AUGMENTED REALITY Ms. Tanmayi Samant 1, Ms. Shreya Vartak 2 1,2Student, Department of Computer Engineering DJ Sanghvi College of Engineeing, Vile Parle, Mumbai-400056 Maharashtra

More information

Augmented Reality Application for Training in Maritime Operations

Augmented Reality Application for Training in Maritime Operations Faculty of Engineering Science and Technology Department of Computer Science and Computational Engineering Augmented Reality Application for Training in Maritime Operations A Proof of Concept AR Application

More information

Virtual Reality Game using Oculus Rift

Virtual Reality Game using Oculus Rift CN1 Final Report Virtual Reality Game using Oculus Rift Group Members Chatpol Akkawattanakul (5422792135) Photpinit Kalayanuwatchai (5422770669) Advisor: Dr. Cholwich Nattee Dr. Nirattaya Khamsemanan School

More information

Learning Media Based on Augmented Reality Applied on the Lesson of Electrical Network Protection System

Learning Media Based on Augmented Reality Applied on the Lesson of Electrical Network Protection System IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Learning Media Based on Augmented Reality Applied on the Lesson of Electrical Network Protection System To cite this article:

More information

Available online at ScienceDirect. Procedia Computer Science 75 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 75 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 75 (2015 ) 408 412 2015 International Conference on Virtual and Augmented Reality in Education Virtual reincarnation of

More information

Remote Shoulder-to-shoulder Communication Enhancing Co-located Sensation

Remote Shoulder-to-shoulder Communication Enhancing Co-located Sensation Remote Shoulder-to-shoulder Communication Enhancing Co-located Sensation Minghao Cai and Jiro Tanaka Graduate School of Information, Production and Systems Waseda University Kitakyushu, Japan Email: mhcai@toki.waseda.jp,

More information

Markerless 3D Gesture-based Interaction for Handheld Augmented Reality Interfaces

Markerless 3D Gesture-based Interaction for Handheld Augmented Reality Interfaces Markerless 3D Gesture-based Interaction for Handheld Augmented Reality Interfaces Huidong Bai The HIT Lab NZ, University of Canterbury, Christchurch, 8041 New Zealand huidong.bai@pg.canterbury.ac.nz Lei

More information

Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt

Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt Mobile Virtual Reality what is that and how it works? Alexey Rybakov, Senior Engineer, Technical Evangelist at DataArt alexey.rybakov@dataart.com Agenda 1. XR/AR/MR/MR/VR/MVR? 2. Mobile Hardware 3. SDK/Tools/Development

More information

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project

Department of Computer Science and Engineering The Chinese University of Hong Kong. Year Final Year Project Digital Interactive Game Interface Table Apps for ipad Supervised by: Professor Michael R. Lyu Student: Ng Ka Hung (1009615714) Chan Hing Faat (1009618344) Year 2011 2012 Final Year Project Department

More information

A Survey of Mobile Augmentation for Mobile Augmented Reality System

A Survey of Mobile Augmentation for Mobile Augmented Reality System A Survey of Mobile Augmentation for Mobile Augmented Reality System Mr.A.T.Vasaya 1, Mr.A.S.Gohil 2 1 PG Student, C.U.Shah College of Engineering and Technology, Gujarat, India 2 Asst.Proffesor, Sir Bhavsinhji

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

Computer Graphics. Spring April Ghada Ahmed, PhD Dept. of Computer Science Helwan University

Computer Graphics. Spring April Ghada Ahmed, PhD Dept. of Computer Science Helwan University Spring 2018 10 April 2018, PhD ghada@fcih.net Agenda Augmented reality (AR) is a field of computer research which deals with the combination of real-world and computer-generated data. 2 Augmented reality

More information

The Mixed Reality Book: A New Multimedia Reading Experience

The Mixed Reality Book: A New Multimedia Reading Experience The Mixed Reality Book: A New Multimedia Reading Experience Raphaël Grasset raphael.grasset@hitlabnz.org Andreas Dünser andreas.duenser@hitlabnz.org Mark Billinghurst mark.billinghurst@hitlabnz.org Hartmut

More information

AUGMENTED REALITY-ASSISTED NAVIGATION IN A UNIVERSITY CAMPUS

AUGMENTED REALITY-ASSISTED NAVIGATION IN A UNIVERSITY CAMPUS AUGMENTED REALITY-ASSISTED NAVIGATION IN A UNIVERSITY CAMPUS Vassiliki Kokorogianni 1, Evi Papaioannou 2 *, Christos Kaklamanis 3 1 University of Patras, GREECE, kokorogian@ceid.upatras.gr 2 University

More information

HOLOGRAPHY All rights Reserved. Page 3923

HOLOGRAPHY All rights Reserved. Page 3923 HOLOGRAPHY G.A.HARINI B.Tech Student, Department of CSE, Sphoorthy Engineering College, Nadergul(Vill),Sagar Road, Saroonagar(Mdl),R.R Dist.T.S. T.SOMA SHEKAR Associate Professor, Department of CSE, Sphoorthy

More information

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING (Application to IMAGE PROCESSING) DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING SUBMITTED BY KANTA ABHISHEK IV/IV C.S.E INTELL ENGINEERING COLLEGE ANANTAPUR EMAIL:besmile.2k9@gmail.com,abhi1431123@gmail.com

More information

AUGMENTED VIRTUAL REALITY APPLICATIONS IN MANUFACTURING

AUGMENTED VIRTUAL REALITY APPLICATIONS IN MANUFACTURING 6 th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE AUGMENTED VIRTUAL REALITY APPLICATIONS IN MANUFACTURING Peter Brázda, Jozef Novák-Marcinčin, Faculty of Manufacturing Technologies, TU Košice Bayerova 1,

More information

Exploring Virtual Reality (VR) with ArcGIS. Euan Cameron Simon Haegler Mark Baird

Exploring Virtual Reality (VR) with ArcGIS. Euan Cameron Simon Haegler Mark Baird Exploring Virtual Reality (VR) with ArcGIS Euan Cameron Simon Haegler Mark Baird Agenda Introduction & Terminology Application & Market Potential Mobile VR with ArcGIS 360VR Desktop VR with CityEngine

More information

Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space

Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space Yuki Fujibayashi and Hiroki Imamura Department of Information Systems Science, Graduate School

More information

LOOKING AHEAD: UE4 VR Roadmap. Nick Whiting Technical Director VR / AR

LOOKING AHEAD: UE4 VR Roadmap. Nick Whiting Technical Director VR / AR LOOKING AHEAD: UE4 VR Roadmap Nick Whiting Technical Director VR / AR HEADLINE AND IMAGE LAYOUT RECENT DEVELOPMENTS RECENT DEVELOPMENTS At Epic, we drive our engine development by creating content. We

More information

SteamVR Unity Plugin Quickstart Guide

SteamVR Unity Plugin Quickstart Guide The SteamVR Unity plugin comes in three different versions depending on which version of Unity is used to download it. 1) v4 - For use with Unity version 4.x (tested going back to 4.6.8f1) 2) v5 - For

More information

Head Tracking for Google Cardboard by Simond Lee

Head Tracking for Google Cardboard by Simond Lee Head Tracking for Google Cardboard by Simond Lee (slee74@student.monash.edu) Virtual Reality Through Head-mounted Displays A head-mounted display (HMD) is a device which is worn on the head with screen

More information

Admin. Today: Designing for Virtual Reality VR and 3D interfaces Interaction design for VR Prototyping for VR

Admin. Today: Designing for Virtual Reality VR and 3D interfaces Interaction design for VR Prototyping for VR HCI and Design Admin Reminder: Assignment 4 Due Thursday before class Questions? Today: Designing for Virtual Reality VR and 3D interfaces Interaction design for VR Prototyping for VR 3D Interfaces We

More information

Beginning 3D Game Development with Unity:

Beginning 3D Game Development with Unity: Beginning 3D Game Development with Unity: The World's Most Widely Used Multi-platform Game Engine Sue Blackman Apress* Contents About the Author About the Technical Reviewer Acknowledgments Introduction

More information

Technical Disclosure Commons

Technical Disclosure Commons Technical Disclosure Commons Defensive Publications Series November 22, 2017 Beacon-Based Gaming Laurence Moroney Follow this and additional works at: http://www.tdcommons.org/dpubs_series Recommended

More information

Huawei ilab Superior Experience. Research Report on Pokémon Go's Requirements for Mobile Bearer Networks. Released by Huawei ilab

Huawei ilab Superior Experience. Research Report on Pokémon Go's Requirements for Mobile Bearer Networks. Released by Huawei ilab Huawei ilab Superior Experience Research Report on Pokémon Go's Requirements for Mobile Bearer Networks Released by Huawei ilab Document Description The document analyzes Pokémon Go, a global-popular game,

More information