[PYTHON] The Python programming language and all associated documentation is available via anonymous ftp from: ftp.cwi.nl. [DIVER] R. Gossweiler, C.

Size: px
Start display at page:

Download "[PYTHON] The Python programming language and all associated documentation is available via anonymous ftp from: ftp.cwi.nl. [DIVER] R. Gossweiler, C."

Transcription

1 [PYTHON] The Python programming language and all associated documentation is available via anonymous ftp from: ftp.cwi.nl. [DIVER] R. Gossweiler, C. Long, S. Koga, R. Pausch. DIVER: A Distributed Virtual Environment Research Platform. IEEE [TCR] R. Gossweler, R. Pausch. A System for Application-Independent Time Critical Rendering. Short paper in CHI 94 proceeedings. [HEAD] R. Pausch, M. Shackelford, D. Proffitt. A User Study Comparing Head-Mounted and Stationary Displays. IEEE

2 Infrastructure While building two-handed interaction in Alice is relatively straight forward, Alice presently has no event model; application programmers poll the devices directly and perform their own pick correlation. Application programmers should not have to attend to these low-level details: it distracts them from the more important issues of building new applications and demonstrating new interaction techniques. Building a full multi-modal event-based input model (two hands, voice input, 3D sound, etc.) remains an open area of research. Programmers must also not be distracted by building and rebuilding low-level mechanisms required to maintain immersive update rates. Keeping the frame rate sufficiently high is a concern that all 3D interactive applications will have, and because scenes can become arbitrarily complex, this concern cannot ever be fully resolved by simply employing more powerful hardware. When the scene complexity rises beyond the capabilities of the hardware, the system can degrade either the frame rate or the image quality. While it is easier for current systems simply to degrade the frame rate, perceptual psychologists contend that this is an inappropriate compromise, and that there are techniques for degrading the image quality which exploit the human perceptual system. Collaboration Over the past two years, our collaboration with perceptual psychologist Dennis Proffitt at the University of Virginia has been extremely valuable, producing important results in both Computer Science and Psychology. Thanks to the help of Dr. Proffitt, we have the first known confirmation of a task in which a headtracked point of view outperforms a point of view controlled by the user s hand [HEAD]. In other research, Dr. Proffit worked with us in an experiment that measures people s ability to estimate the incline of hills. In this work, we were able to show that people overestimate the incline of virtual hills seen in a head mounted display (HMD) by the same amount as they do with hills in the real world. At least in this limited domain, 3D interactive immersive graphics proved to be a powerful lab apparatus for the perceptual psychologists. Clearly, this collaboration benefits both fields. Psychologists benefit by gaining powerful new tools and a new domain in which to conduct and extend their research. Computer scientists benefit from the expertise and experience of psychologists, who have already faced in the real world many of the issues we are now facing in our synthetic worlds. This exchange of ideas has lead to very concrete benefits: we are persuing patent protection of several new display methodologies based on insights from Dennis Proffitt. Our perceptual psychologist colleagues have, in our minds, increased the urgency of addressing the socalled registration problem. This is the general problem of ensuring that graphics in the HMD align correctly with objects in the real world (incliuding the user). Not solving this problem, (or failing to uderstand the scope of this problem) may limit the future utiliy of HMD s for perceptual psychology research and will hamper the progress of research in the area of Augmented Reality, where synthetic graphics are superimposed over a view of the real world. Closing Rapid prototyping tools and collaboration with members of the perceptual psychology community may help us take advantage of what to date has remained something the insurmountable opportunity of 3D interaction research. References [ALICE] M. Conway, R. Pausch, R. Gossweiler, T. Burnette. Alice: A Rapid Prototyping System for Building Virtual Environments. Short paper in CHI 94 proceeedings.

3 UVa Position Paper for CHI 94 Workshop on 3D Interaction Introduction Matthew Conway, Rich Gossweiler, and Randy Pausch Department of Computer Science, University of Virginia, Charlottesville, VA {conway rich pausch Three-dimensional user interface research represents a broad new domain. Working in this field is time consuming and laborious, in part, because there are so many possibilities to explore. Progress remains slow, unfortunately, because the development tools are still primitive and because most systems are still hampered by the edit-test-compile cycle imposed by C and C++. We must have tools which allow rapid prototyping so that we can quickly build and experiment with new interaction ideas. As long as the tools impose long delays between design iterations, our output will remain small and good ideas will remain untried. Simply being able to iterate quickly over designs is not sufficient. Blindly trying one thing after another is not likely to yield better research. In a domain as large as this, instead of using our own intuition to guide our research, we need to embrace the expertise of researchers in other fields. Just as 2D GUI researchers reached out to graphics designers and anthropologists, we should reach now to architects and perceptual psychologists, who have important insights into the questions we are asking regarding the ways in which people percieve space and how they interact with the objects in space around them. These experts will help guide our ideas and keep us from exploring blind avenues of research, and along the way, we will uncover ideas and phenomena new to both our fields. In fact, this has already happened. Development Tools Our rapid prototyping system, Alice [ALICE], is a distributed system whose design emphasizes quick turnaround time for the programmer while not sacrificing the update rates that the user requires in order to remain immersed. Alice gains its flexibility via an object oriented, interpreted language called Python, which was developed by Guido Van Rossum at CWI [PYTHON]. In this system, the rendering engine and the simulation engine run asynchronously on different machines, so that the update of the user s view point and the feedback of the user s hands remain unaffected by heavy loads imposed by any computation that the application may be performing. Because Alice is object oriented, we find that we can encapsulate powerful abstractions in easy-to-use reusable modules and classes. For example: researchers from Brown were able to assemble a new twohanded ladder climbing interaction after their first two sessions with Alice, using a glove class developed previously for another application. We have included for reference a videotape detailing some of Alice s features that we included in our recent ARPA funding proposal.

4 [PYTHON] The Python programming language and all associated documentation is available via anonymous ftp from: ftp.cwi.nl. [DIVER] R. Gossweiler, C. Long, S. Koga, R. Pausch. DIVER: A Distributed Virtual Environment Research Platform. IEEE [TCR] R. Gossweler, R. Pausch. A System for Application-Independent Time Critical Rendering. Short paper in CHI 94 proceeedings. [HEAD] R. Pausch, M. Shackelford, D. Proffitt. A User Study Comparing Head-Mounted and Stationary Displays. IEEE

5 Infrastructure While building two-handed interaction in Alice is relatively straight forward, Alice presently has no event model; application programmers poll the devices directly and perform their own pick correlation. Application programmers should not have to attend to these low-level details: it distracts them from the more important issues of building new applications and demonstrating new interaction techniques. Building a full multi-modal event-based input model (two hands, voice input, 3D sound, etc.) remains an open area of research. Programmers must also not be distracted by building and rebuilding low-level mechanisms required to maintain immersive update rates. Keeping the frame rate sufficiently high is a concern that all 3D interactive applications will have, and because scenes can become arbitrarily complex, this concern cannot ever be fully resolved by simply employing more powerful hardware. When the scene complexity rises beyond the capabilities of the hardware, the system can degrade either the frame rate or the image quality. While it is easier for current systems simply to degrade the frame rate, perceptual psychologists contend that this is an inappropriate compromise, and that there are techniques for degrading the image quality which exploit the human perceptual system. Collaboration Over the past two years, our collaboration with perceptual psychologist Dennis Proffitt at the University of Virginia has been extremely valuable, producing important results in both Computer Science and Psychology. Thanks to the help of Dr. Proffitt, we have the first known confirmation of a task in which a headtracked point of view outperforms a point of view controlled by the user s hand [HEAD]. In other research, Dr. Proffit worked with us in an experiment that measures people s ability to estimate the incline of hills. In this work, we were able to show that people overestimate the incline of virtual hills seen in a head mounted display (HMD) by the same amount as they do with hills in the real world. At least in this limited domain, 3D interactive immersive graphics proved to be a powerful lab apparatus for the perceptual psychologists. Clearly, this collaboration benefits both fields. Psychologists benefit by gaining powerful new tools and a new domain in which to conduct and extend their research. Computer scientists benefit from the expertise and experience of psychologists, who have already faced in the real world many of the issues we are now facing in our synthetic worlds. This exchange of ideas has lead to very concrete benefits: we are persuing patent protection of several new display methodologies based on insights from Dennis Proffitt. Our perceptual psychologist colleagues have, in our minds, increased the urgency of addressing the socalled registration problem. This is the general problem of ensuring that graphics in the HMD align correctly with objects in the real world (incliuding the user). Not solving this problem, (or failing to uderstand the scope of this problem) may limit the future utiliy of HMD s for perceptual psychology research and will hamper the progress of research in the area of Augmented Reality, where synthetic graphics are superimposed over a view of the real world. Closing Rapid prototyping tools and collaboration with members of the perceptual psychology community may help us take advantage of what to date has remained something the insurmountable opportunity of 3D interaction research. References [ALICE] M. Conway, R. Pausch, R. Gossweiler, T. Burnette. Alice: A Rapid Prototyping System for Building Virtual Environments. Short paper in CHI 94 proceeedings.

6 UVa Position Paper for CHI 94 Workshop on 3D Interaction Introduction Matthew Conway, Rich Gossweiler, and Randy Pausch Department of Computer Science, University of Virginia, Charlottesville, VA {conway rich pausch Three-dimensional user interface research represents a broad new domain. Working in this field is time consuming and laborious, in part, because there are so many possibilities to explore. Progress remains slow, unfortunately, because the development tools are still primitive and because most systems are still hampered by the edit-test-compile cycle imposed by C and C++. We must have tools which allow rapid prototyping so that we can quickly build and experiment with new interaction ideas. As long as the tools impose long delays between design iterations, our output will remain small and good ideas will remain untried. Simply being able to iterate quickly over designs is not sufficient. Blindly trying one thing after another is not likely to yield better research. In a domain as large as this, instead of using our own intuition to guide our research, we need to embrace the expertise of researchers in other fields. Just as 2D GUI researchers reached out to graphics designers and anthropologists, we should reach now to architects and perceptual psychologists, who have important insights into the questions we are asking regarding the ways in which people percieve space and how they interact with the objects in space around them. These experts will help guide our ideas and keep us from exploring blind avenues of research, and along the way, we will uncover ideas and phenomena new to both our fields. In fact, this has already happened. Development Tools Our rapid prototyping system, Alice [ALICE], is a distributed system whose design emphasizes quick turnaround time for the programmer while not sacrificing the update rates that the user requires in order to remain immersed. Alice gains its flexibility via an object oriented, interpreted language called Python, which was developed by Guido Van Rossum at CWI [PYTHON]. In this system, the rendering engine and the simulation engine run asynchronously on different machines, so that the update of the user s view point and the feedback of the user s hands remain unaffected by heavy loads imposed by any computation that the application may be performing. Because Alice is object oriented, we find that we can encapsulate powerful abstractions in easy-to-use reusable modules and classes. For example: researchers from Brown were able to assemble a new twohanded ladder climbing interaction after their first two sessions with Alice, using a glove class developed previously for another application. We have included for reference a videotape detailing some of Alice s features that we included in our recent ARPA funding proposal.

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

immersive visualization workflow

immersive visualization workflow 5 essential benefits of a BIM to immersive visualization workflow EBOOK 1 Building Information Modeling (BIM) has transformed the way architects design buildings. Information-rich 3D models allow architects

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

VEWL: A Framework for Building a Windowing Interface in a Virtual Environment Daniel Larimer and Doug A. Bowman Dept. of Computer Science, Virginia Tech, 660 McBryde, Blacksburg, VA dlarimer@vt.edu, bowman@vt.edu

More information

Mobile Audio Designs Monkey: A Tool for Audio Augmented Reality

Mobile Audio Designs Monkey: A Tool for Audio Augmented Reality Mobile Audio Designs Monkey: A Tool for Audio Augmented Reality Bruce N. Walker and Kevin Stamper Sonification Lab, School of Psychology Georgia Institute of Technology 654 Cherry Street, Atlanta, GA,

More information

CASE STUDY. For Lifepod the most natural, intuitive user interface was the human voice.

CASE STUDY. For Lifepod the most natural, intuitive user interface was the human voice. CASE STUDY For Lifepod the most natural, intuitive user interface was the human voice. Voice-activated products, such as Amazon s Echo, are taking the world by storm, and voice control is predicted to

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

More Efficient and Intuitive PLM by Integrated AR/VR. Round Table Session Georg Fiechtner

More Efficient and Intuitive PLM by Integrated AR/VR. Round Table Session Georg Fiechtner More Efficient and Intuitive PLM by Integrated AR/VR Round Table Session Georg Fiechtner Service Portfolio PLM Consulting PLM Software Development Human- System Interaction AMS Processes Systems Technologies

More information

Approaches to the Successful Design and Implementation of VR Applications

Approaches to the Successful Design and Implementation of VR Applications Approaches to the Successful Design and Implementation of VR Applications Steve Bryson Computer Science Corporation/NASA Ames Research Center Moffett Field, Ca. 1 Introduction Virtual reality is the use

More information

PRESS RELEASE EUROSATORY 2018

PRESS RELEASE EUROSATORY 2018 PRESS RELEASE EUROSATORY 2018 Booth Hall 5 #B367 June 2018 Press contact: Emmanuel Chiva chiva@agueris.com #+33 6 09 76 66 81 www.agueris.com SUMMARY Who we are Our solutions: Generic Virtual Trainer Embedded

More information

DEMIGOD DEMIGOD. characterize stalls and pop-ups during game play. Serious gamers play games at their maximum settings driving HD monitors.

DEMIGOD DEMIGOD. characterize stalls and pop-ups during game play. Serious gamers play games at their maximum settings driving HD monitors. Intel Solid-State Drives (Intel SSDs) are revolutionizing storage performance on desktop and laptop PCs, delivering dramatically faster load times than hard disk drives (HDDs). When Intel SSDs are used

More information

1 VR Juggler: A Virtual Platform for Virtual Reality Application Development. Allen Douglas Bierbaum

1 VR Juggler: A Virtual Platform for Virtual Reality Application Development. Allen Douglas Bierbaum 1 VR Juggler: A Virtual Platform for Virtual Reality Application Development Allen Douglas Bierbaum Major Professor: Carolina Cruz-Neira Iowa State University Virtual reality technology has begun to emerge

More information

MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL REALITY TECHNOLOGIES

MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL REALITY TECHNOLOGIES INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION 4 & 5 SEPTEMBER 2008, UNIVERSITAT POLITECNICA DE CATALUNYA, BARCELONA, SPAIN MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL

More information

Haptic Camera Manipulation: Extending the Camera In Hand Metaphor

Haptic Camera Manipulation: Extending the Camera In Hand Metaphor Haptic Camera Manipulation: Extending the Camera In Hand Metaphor Joan De Boeck, Karin Coninx Expertise Center for Digital Media Limburgs Universitair Centrum Wetenschapspark 2, B-3590 Diepenbeek, Belgium

More information

Six steps to measurable design. Matt Bernius Lead Experience Planner. Kristin Youngling Sr. Director, Data Strategy

Six steps to measurable design. Matt Bernius Lead Experience Planner. Kristin Youngling Sr. Director, Data Strategy Matt Bernius Lead Experience Planner Kristin Youngling Sr. Director, Data Strategy When it comes to purchasing user experience design strategy and services, how do you know you re getting the results you

More information

Using VR and simulation to enable agile processes for safety-critical environments

Using VR and simulation to enable agile processes for safety-critical environments Using VR and simulation to enable agile processes for safety-critical environments Michael N. Louka Department Head, VR & AR IFE Digital Systems Virtual Reality Virtual Reality: A computer system used

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

The Application of Virtual Reality in Art Design: A New Approach CHEN Dalei 1, a

The Application of Virtual Reality in Art Design: A New Approach CHEN Dalei 1, a International Conference on Education Technology, Management and Humanities Science (ETMHS 2015) The Application of Virtual Reality in Art Design: A New Approach CHEN Dalei 1, a 1 School of Art, Henan

More information

Imagine your future lab. Designed using Virtual Reality and Computer Simulation

Imagine your future lab. Designed using Virtual Reality and Computer Simulation Imagine your future lab Designed using Virtual Reality and Computer Simulation Bio At Roche Healthcare Consulting our talented professionals are committed to optimising patient care. Our diverse range

More information

Chapter 1 - Introduction

Chapter 1 - Introduction 1 "We all agree that your theory is crazy, but is it crazy enough?" Niels Bohr (1885-1962) Chapter 1 - Introduction Augmented reality (AR) is the registration of projected computer-generated images over

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

Digital Health Strategy

Digital Health Strategy Digital Health Strategy i3 Digital Health Strategy Digital health requires a change in mindset Purpose Drive a change in mindset towards engagement online Goal Exceptional and safe online behaviour and

More information

Architecting Systems of the Future, page 1

Architecting Systems of the Future, page 1 Architecting Systems of the Future featuring Eric Werner interviewed by Suzanne Miller ---------------------------------------------------------------------------------------------Suzanne Miller: Welcome

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

Emergent s Gamebryo. Casey Brandt. Technical Account Manager Emergent Game Technologies. Game Tech 2009

Emergent s Gamebryo. Casey Brandt. Technical Account Manager Emergent Game Technologies. Game Tech 2009 Emergent s Gamebryo Game Tech 2009 Casey Brandt Technical Account Manager Emergent Game Technologies Questions To Answer What is Gamebryo? How does it look today? How is it designed? What titles are in

More information

Design Research & Tangible Interaction

Design Research & Tangible Interaction Design Research & Tangible Interaction Elise van den Hoven, Joep Frens, Dima Aliakseyeu, Jean-Bernard Martens, Kees Overbeeke, Peter Peters Industrial Design department Eindhoven University of Technology,

More information

One Size Doesn't Fit All Aligning VR Environments to Workflows

One Size Doesn't Fit All Aligning VR Environments to Workflows One Size Doesn't Fit All Aligning VR Environments to Workflows PRESENTATION TITLE DATE GOES HERE By Show of Hands Who frequently uses a VR system? By Show of Hands Immersive System? Head Mounted Display?

More information

Automated Test Summit 2005 Keynote

Automated Test Summit 2005 Keynote 1 Automated Test Summit 2005 Keynote Trends and Techniques Across the Development Cycle Welcome to the Automated Test Summit 2005. Thank you all for joining us. We have a very exciting day full of great

More information

Playware Research Methodological Considerations

Playware Research Methodological Considerations Journal of Robotics, Networks and Artificial Life, Vol. 1, No. 1 (June 2014), 23-27 Playware Research Methodological Considerations Henrik Hautop Lund Centre for Playware, Technical University of Denmark,

More information

Easy Robot Software. And the MoveIt! Setup Assistant 2.0. Dave Coleman, PhD davetcoleman

Easy Robot Software. And the MoveIt! Setup Assistant 2.0. Dave Coleman, PhD davetcoleman Easy Robot Software And the MoveIt! Setup Assistant 2.0 Reducing the Barrier to Entry of Complex Robotic Software: a MoveIt! Case Study David Coleman, Ioan Sucan, Sachin Chitta, Nikolaus Correll Journal

More information

Virtual Co-Location for Crime Scene Investigation and Going Beyond

Virtual Co-Location for Crime Scene Investigation and Going Beyond Virtual Co-Location for Crime Scene Investigation and Going Beyond Stephan Lukosch Faculty of Technology, Policy and Management, Systems Engineering Section Delft University of Technology Challenge the

More information

VIRTUAL REALITY FOR NONDESTRUCTIVE EVALUATION APPLICATIONS

VIRTUAL REALITY FOR NONDESTRUCTIVE EVALUATION APPLICATIONS VIRTUAL REALITY FOR NONDESTRUCTIVE EVALUATION APPLICATIONS Jaejoon Kim, S. Mandayam, S. Udpa, W. Lord, and L. Udpa Department of Electrical and Computer Engineering Iowa State University Ames, Iowa 500

More information

Interaction Design in Digital Libraries : Some critical issues

Interaction Design in Digital Libraries : Some critical issues Interaction Design in Digital Libraries : Some critical issues Constantine Stephanidis Foundation for Research and Technology-Hellas (FORTH) Institute of Computer Science (ICS) Science and Technology Park

More information

NETIS Networking International School. 2 nd edition. An event organized by MIV Imaging Venture and supported by ACEOLE - a Marie Curie program

NETIS Networking International School. 2 nd edition. An event organized by MIV Imaging Venture and supported by ACEOLE - a Marie Curie program NETIS 2011 Networking International School 2 nd edition An event organized by MIV Imaging Venture and supported by ACEOLE - a Marie Curie program PROGRAMME DAYONE 24 th February 2011 8:30 9:00 Registration

More information

15+ Interactive Sessions. 5+ Workshops. 6+ Keynote Lectures. 20+ Exhibitors. 50+ Plenary Lectures. Forensic Psychology and Criminology.

15+ Interactive Sessions. 5+ Workshops. 6+ Keynote Lectures. 20+ Exhibitors. 50+ Plenary Lectures. Forensic Psychology and Criminology. 3 rd International Conference on conferenceseries.com Forensic Psychology and Criminology August 16-17, 2018 Stockholm, Sweden Dear Attendees, Invitation We are glad to announce the 3 rd International

More information

Modeling and Simulation: Linking Entertainment & Defense

Modeling and Simulation: Linking Entertainment & Defense Calhoun: The NPS Institutional Archive Faculty and Researcher Publications Faculty and Researcher Publications 1998 Modeling and Simulation: Linking Entertainment & Defense Zyda, Michael 1 April 98: "Modeling

More information

On-demand printable robots

On-demand printable robots On-demand printable robots Ankur Mehta Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology 3 Computational problem? 4 Physical problem? There s a robot for that.

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

Chapter 1 Virtual World Fundamentals

Chapter 1 Virtual World Fundamentals Chapter 1 Virtual World Fundamentals 1.0 What Is A Virtual World? {Definition} Virtual: to exist in effect, though not in actual fact. You are probably familiar with arcade games such as pinball and target

More information

Description of and Insights into Augmented Reality Projects from

Description of and Insights into Augmented Reality Projects from Description of and Insights into Augmented Reality Projects from 2003-2010 Jan Torpus, Institute for Research in Art and Design, Basel, August 16, 2010 The present document offers and overview of a series

More information

Solving industrial problems using the Virtual NanoLab: a collaborative approach to translation

Solving industrial problems using the Virtual NanoLab: a collaborative approach to translation Visit us in the exhibitors area at booth 3 Solving industrial problems using the Virtual NanoLab: a collaborative approach to translation Daniele Stradi daniele.stradi@quantumwise.com QuantumWise A/S Founded

More information

CSC 2524, Fall 2017 AR/VR Interaction Interface

CSC 2524, Fall 2017 AR/VR Interaction Interface CSC 2524, Fall 2017 AR/VR Interaction Interface Karan Singh Adapted from and with thanks to Mark Billinghurst Typical Virtual Reality System HMD User Interface Input Tracking How can we Interact in VR?

More information

VISUAL REQUIREMENTS ON AUGMENTED VIRTUAL REALITY SYSTEM

VISUAL REQUIREMENTS ON AUGMENTED VIRTUAL REALITY SYSTEM Annals of the University of Petroşani, Mechanical Engineering, 8 (2006), 73-78 73 VISUAL REQUIREMENTS ON AUGMENTED VIRTUAL REALITY SYSTEM JOZEF NOVÁK-MARCINČIN 1, PETER BRÁZDA 2 Abstract: Paper describes

More information

Issues and Challenges in Coupling Tropos with User-Centred Design

Issues and Challenges in Coupling Tropos with User-Centred Design Issues and Challenges in Coupling Tropos with User-Centred Design L. Sabatucci, C. Leonardi, A. Susi, and M. Zancanaro Fondazione Bruno Kessler - IRST CIT sabatucci,cleonardi,susi,zancana@fbk.eu Abstract.

More information

ThumbsUp: Integrated Command and Pointer Interactions for Mobile Outdoor Augmented Reality Systems

ThumbsUp: Integrated Command and Pointer Interactions for Mobile Outdoor Augmented Reality Systems ThumbsUp: Integrated Command and Pointer Interactions for Mobile Outdoor Augmented Reality Systems Wayne Piekarski and Bruce H. Thomas Wearable Computer Laboratory School of Computer and Information Science

More information

RISE OF THE HUDDLE SPACE

RISE OF THE HUDDLE SPACE RISE OF THE HUDDLE SPACE November 2018 Sponsored by Introduction A total of 1,005 international participants from medium-sized businesses and enterprises completed the survey on the use of smaller meeting

More information

Attorney Docket No Date: 25 April 2008

Attorney Docket No Date: 25 April 2008 DEPARTMENT OF THE NAVY NAVAL UNDERSEA WARFARE CENTER DIVISION NEWPORT OFFICE OF COUNSEL PHONE: (401) 832-3653 FAX: (401) 832-4432 NEWPORT DSN: 432-3853 Attorney Docket No. 98580 Date: 25 April 2008 The

More information

Mid-term report - Virtual reality and spatial mobility

Mid-term report - Virtual reality and spatial mobility Mid-term report - Virtual reality and spatial mobility Jarl Erik Cedergren & Stian Kongsvik October 10, 2017 The group members: - Jarl Erik Cedergren (jarlec@uio.no) - Stian Kongsvik (stiako@uio.no) 1

More information

in the New Zealand Curriculum

in the New Zealand Curriculum Technology in the New Zealand Curriculum We ve revised the Technology learning area to strengthen the positioning of digital technologies in the New Zealand Curriculum. The goal of this change is to ensure

More information

DESIGN OF AN AUGMENTED REALITY

DESIGN OF AN AUGMENTED REALITY DESIGN OF AN AUGMENTED REALITY MAGNIFICATION AID FOR LOW VISION USERS Lee Stearns University of Maryland Email: lstearns@umd.edu Jon Froehlich Leah Findlater University of Washington Common reading aids

More information

New Challenges of immersive Gaming Services

New Challenges of immersive Gaming Services New Challenges of immersive Gaming Services Agenda State-of-the-Art of Gaming QoE The Delay Sensitivity of Games Added value of Virtual Reality Quality and Usability Lab Telekom Innovation Laboratories,

More information

POWERED BY SOGETILABS. Accelerating your ideas to reality

POWERED BY SOGETILABS. Accelerating your ideas to reality THiNKUBATOR POWERED BY SOGETILABS Accelerating your ideas to reality Agenda The speed of innovation SogetiLabs THiNKUBATOR Applying the approach 1 2 3 The speed of innovation 1 In the last 15 years, 52%

More information

Ubiquitous Computing Summer Episode 16: HCI. Hannes Frey and Peter Sturm University of Trier. Hannes Frey and Peter Sturm, University of Trier 1

Ubiquitous Computing Summer Episode 16: HCI. Hannes Frey and Peter Sturm University of Trier. Hannes Frey and Peter Sturm, University of Trier 1 Episode 16: HCI Hannes Frey and Peter Sturm University of Trier University of Trier 1 Shrinking User Interface Small devices Narrow user interface Only few pixels graphical output No keyboard Mobility

More information

A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS

A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS Tools and methodologies for ITS design and drivers awareness A SERVICE-ORIENTED SYSTEM ARCHITECTURE FOR THE HUMAN CENTERED DESIGN OF INTELLIGENT TRANSPORTATION SYSTEMS Jan Gačnik, Oliver Häger, Marco Hannibal

More information

FRONT END INNOVATION Multidisciplinary innovation process

FRONT END INNOVATION Multidisciplinary innovation process FRONT END INNOVATION Multidisciplinary innovation process CONTENT Front end innovation process Multidisciplinary innovation FRONT END AS A PART OF PRODUCT DEVELOPMENT PROCESS Business planning Production

More information

SUNY Immersive Augmented Reality Classroom. IITG Grant Dr. Ibrahim Yucel Dr. Michael J. Reale

SUNY Immersive Augmented Reality Classroom. IITG Grant Dr. Ibrahim Yucel Dr. Michael J. Reale SUNY Immersive Augmented Reality Classroom IITG Grant 2017-2018 Dr. Ibrahim Yucel Dr. Michael J. Reale Who are we Dr. Ibrahim Yucel Interactive Media and Game Design Dr. Mohammed Abdallah Engineering Technology

More information

Edward Waller Joseph Chaput Presented at the IAEA International Conference on Physical Protection of Nuclear Material and Facilities

Edward Waller Joseph Chaput Presented at the IAEA International Conference on Physical Protection of Nuclear Material and Facilities Training and Exercising the Nuclear Safety and Nuclear Security Interface Incident Response through Synthetic Environment, Augmented Reality and Virtual Reality Simulations Edward Waller Joseph Chaput

More information

synchrolight: Three-dimensional Pointing System for Remote Video Communication

synchrolight: Three-dimensional Pointing System for Remote Video Communication synchrolight: Three-dimensional Pointing System for Remote Video Communication Jifei Ou MIT Media Lab 75 Amherst St. Cambridge, MA 02139 jifei@media.mit.edu Sheng Kai Tang MIT Media Lab 75 Amherst St.

More information

EnVis and Hector Tools for Ocean Model Visualization LONG TERM GOALS OBJECTIVES

EnVis and Hector Tools for Ocean Model Visualization LONG TERM GOALS OBJECTIVES EnVis and Hector Tools for Ocean Model Visualization Robert Moorhead and Sam Russ Engineering Research Center Mississippi State University Miss. State, MS 39759 phone: (601) 325 8278 fax: (601) 325 7692

More information

X3D Capabilities for DecWebVR

X3D Capabilities for DecWebVR X3D Capabilities for DecWebVR W3C TPAC Don Brutzman brutzman@nps.edu 6 November 2017 Web3D Consortium + World Wide Web Consortium Web3D Consortium is W3C Member as standards liaison partner since 1 April

More information

The Science In Computer Science

The Science In Computer Science Editor s Introduction Ubiquity Symposium The Science In Computer Science The Computing Sciences and STEM Education by Paul S. Rosenbloom In this latest installment of The Science in Computer Science, Prof.

More information

Required Course Numbers. Test Content Categories. Computer Science 8 12 Curriculum Crosswalk Page 2 of 14

Required Course Numbers. Test Content Categories. Computer Science 8 12 Curriculum Crosswalk Page 2 of 14 TExES Computer Science 8 12 Curriculum Crosswalk Test Content Categories Domain I Technology Applications Core Competency 001: The computer science teacher knows technology terminology and concepts; the

More information

Project Lead the Way: Civil Engineering and Architecture, (CEA) Grades 9-12

Project Lead the Way: Civil Engineering and Architecture, (CEA) Grades 9-12 1. Students will develop an understanding of the J The nature and development of technological knowledge and processes are functions of the setting. characteristics and scope of M Most development of technologies

More information

UMI3D Unified Model for Interaction in 3D. White Paper

UMI3D Unified Model for Interaction in 3D. White Paper UMI3D Unified Model for Interaction in 3D White Paper 30/04/2018 Introduction 2 The objectives of the UMI3D project are to simplify the collaboration between multiple and potentially asymmetrical devices

More information

Multiple Presence through Auditory Bots in Virtual Environments

Multiple Presence through Auditory Bots in Virtual Environments Multiple Presence through Auditory Bots in Virtual Environments Martin Kaltenbrunner FH Hagenberg Hauptstrasse 117 A-4232 Hagenberg Austria modin@yuri.at Avon Huxor (Corresponding author) Centre for Electronic

More information

THE ROLE OF USER CENTERED DESIGN PROCESS IN UNDERSTANDING YOUR USERS

THE ROLE OF USER CENTERED DESIGN PROCESS IN UNDERSTANDING YOUR USERS THE ROLE OF USER CENTERED DESIGN PROCESS IN UNDERSTANDING YOUR USERS ANDREA F. KRAVETZ, Esq. Vice President User Centered Design Elsevier 8080 Beckett Center, Suite 225 West Chester, OH 45069 USA a.kravetz@elsevier.com

More information

SIMGRAPH - A FLIGHT SIMULATION DATA VISUALIZATION WORKSTATION. Joseph A. Kaplan NASA Langley Research Center Hampton, Virginia

SIMGRAPH - A FLIGHT SIMULATION DATA VISUALIZATION WORKSTATION. Joseph A. Kaplan NASA Langley Research Center Hampton, Virginia SIMGRAPH - A FLIGHT SIMULATION DATA VISUALIZATION WORKSTATION Joseph A. Kaplan NASA Langley Research Center Hampton, Virginia Patrick S. Kenney UNISYS Corporation Hampton, Virginia Abstract Today's modern

More information

Ubiquitous Home Simulation Using Augmented Reality

Ubiquitous Home Simulation Using Augmented Reality Proceedings of the 2007 WSEAS International Conference on Computer Engineering and Applications, Gold Coast, Australia, January 17-19, 2007 112 Ubiquitous Home Simulation Using Augmented Reality JAE YEOL

More information

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM Aniket D. Kulkarni *1, Dr.Sayyad Ajij D. *2 *1(Student of E&C Department, MIT Aurangabad, India) *2(HOD of E&C department, MIT Aurangabad, India) aniket2212@gmail.com*1,

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

David Jones President, Quantified Design

David Jones President, Quantified Design Cabin Crew Virtual Reality Training Guidelines Based on Cross- Industry Lessons Learned: Guidance and Use Case Results David Jones President, Quantified Design Solutions @DJonesCreates 2 David Jones Human

More information

ARK: Augmented Reality Kiosk*

ARK: Augmented Reality Kiosk* ARK: Augmented Reality Kiosk* Nuno Matos, Pedro Pereira 1 Computer Graphics Centre Rua Teixeira Pascoais, 596 4800-073 Guimarães, Portugal {Nuno.Matos, Pedro.Pereira}@ccg.pt Adérito Marcos 1,2 2 University

More information

Virtual Environments. Ruth Aylett

Virtual Environments. Ruth Aylett Virtual Environments Ruth Aylett Aims of the course 1. To demonstrate a critical understanding of modern VE systems, evaluating the strengths and weaknesses of the current VR technologies 2. To be able

More information

International Workshop On Hydrogen Safety Training for First Responders

International Workshop On Hydrogen Safety Training for First Responders International Workshop On Hydrogen Safety Training for First Responders European Hydrogen Emergency Response training programme for First Responders ENSOSP September 3 4 2014 Lieutenant-colonel François

More information

TECHNOLOGY, MIND & SOCIETY

TECHNOLOGY, MIND & SOCIETY MEDIA KIT TECHNOLOGY, MIND & SOCIETY AN APA CONFERENCE OCTOBER 3-5, 2019 WASHINGTON, DC GRAND HYATT AN APA CONFERENCE TMS.APA.ORG In 2018, the American Psychological Association hosted the inaugural Technology,

More information

Project Lead the Way: Robotics Grades 9-12

Project Lead the Way: Robotics Grades 9-12 Bemidji High School Industrial Standards Project Lead the Way: Robotics Grades 1.J 1.K 1.L 1.M 2.W 2.X 2.Z 2.AA 2.BB 2.CC 2.EE 2.FF 3.G 3.H 3.I 3.J characteristics and scope characteristics and scope characteristics

More information

Introduction to adoption of lean canvas in software test architecture design

Introduction to adoption of lean canvas in software test architecture design Introduction to adoption of lean canvas in software test architecture design Padmaraj Nidagundi 1, Margarita Lukjanska 2 1 Riga Technical University, Kaļķu iela 1, Riga, Latvia. 2 Politecnico di Milano,

More information

COLLABORATION WITH TANGIBLE AUGMENTED REALITY INTERFACES.

COLLABORATION WITH TANGIBLE AUGMENTED REALITY INTERFACES. COLLABORATION WITH TANGIBLE AUGMENTED REALITY INTERFACES. Mark Billinghurst a, Hirokazu Kato b, Ivan Poupyrev c a Human Interface Technology Laboratory, University of Washington, Box 352-142, Seattle,

More information

Rethinking Prototyping for Audio Games: On Different Modalities in the Prototyping Process

Rethinking Prototyping for Audio Games: On Different Modalities in the Prototyping Process http://dx.doi.org/10.14236/ewic/hci2017.18 Rethinking Prototyping for Audio Games: On Different Modalities in the Prototyping Process Michael Urbanek and Florian Güldenpfennig Vienna University of Technology

More information

Short Course on Computational Illumination

Short Course on Computational Illumination Short Course on Computational Illumination University of Tampere August 9/10, 2012 Matthew Turk Computer Science Department and Media Arts and Technology Program University of California, Santa Barbara

More information

Creating a Culture of Self-Reflection and Mutual Accountability

Creating a Culture of Self-Reflection and Mutual Accountability Vol. 13, Issue 2, February 2018 pp. 47 51 Creating a Culture of Self-Reflection and Mutual Accountability Elizabeth Rosenzweig Principal UX Consultant User Experience Center Bentley University 175 Forest

More information

Methodology for Agent-Oriented Software

Methodology for Agent-Oriented Software ب.ظ 03:55 1 of 7 2006/10/27 Next: About this document... Methodology for Agent-Oriented Software Design Principal Investigator dr. Frank S. de Boer (frankb@cs.uu.nl) Summary The main research goal of this

More information

MIRACLE: Mixed Reality Applications for City-based Leisure and Experience. Mark Billinghurst HIT Lab NZ October 2009

MIRACLE: Mixed Reality Applications for City-based Leisure and Experience. Mark Billinghurst HIT Lab NZ October 2009 MIRACLE: Mixed Reality Applications for City-based Leisure and Experience Mark Billinghurst HIT Lab NZ October 2009 Looking to the Future Mobile devices MIRACLE Project Goal: Explore User Generated

More information

Subject Description Form. Upon completion of the subject, students will be able to:

Subject Description Form. Upon completion of the subject, students will be able to: Subject Description Form Subject Code Subject Title EIE408 Principles of Virtual Reality Credit Value 3 Level 4 Pre-requisite/ Corequisite/ Exclusion Objectives Intended Subject Learning Outcomes Nil To

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

Haptic presentation of 3D objects in virtual reality for the visually disabled

Haptic presentation of 3D objects in virtual reality for the visually disabled Haptic presentation of 3D objects in virtual reality for the visually disabled M Moranski, A Materka Institute of Electronics, Technical University of Lodz, Wolczanska 211/215, Lodz, POLAND marcin.moranski@p.lodz.pl,

More information

PROJECT CHARTER. (DRAFT Version 1.0, 16-AUG-07)

PROJECT CHARTER. (DRAFT Version 1.0, 16-AUG-07) PROJECT CHARTER (DRAFT Version 1.0, 16-AUG-07) PROJECT NAME Next Generation, Common User NRAO Pulsar Backend (AKA Scott Ransom s Dream Pulsar Machine ) PROJECT PERSONNEL Project Sponsor Scott Ransom Project

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

User Interface Software Projects

User Interface Software Projects User Interface Software Projects Assoc. Professor Donald J. Patterson INF 134 Winter 2012 The author of this work license copyright to it according to the Creative Commons Attribution-Noncommercial-Share

More information

Innovation for Defence Excellence and Security (IDEaS)

Innovation for Defence Excellence and Security (IDEaS) ASSISTANT DEPUTY MINISTER (SCIENCE AND TECHNOLOGY) Innovation for Defence Excellence and Security (IDEaS) Department of National Defence November 2017 Innovative technology, knowledge, and problem solving

More information

Effective Iconography....convey ideas without words; attract attention...

Effective Iconography....convey ideas without words; attract attention... Effective Iconography...convey ideas without words; attract attention... Visual Thinking and Icons An icon is an image, picture, or symbol representing a concept Icon-specific guidelines Represent the

More information

A STUDY ON THE DOCUMENT INFORMATION SERVICE OF THE NATIONAL AGRICULTURAL LIBRARY FOR AGRICULTURAL SCI-TECH INNOVATION IN CHINA

A STUDY ON THE DOCUMENT INFORMATION SERVICE OF THE NATIONAL AGRICULTURAL LIBRARY FOR AGRICULTURAL SCI-TECH INNOVATION IN CHINA A STUDY ON THE DOCUMENT INFORMATION SERVICE OF THE NATIONAL AGRICULTURAL LIBRARY FOR AGRICULTURAL SCI-TECH INNOVATION IN CHINA Qian Xu *, Xianxue Meng Agricultural Information Institute of Chinese Academy

More information

Volume 3, Number 3 The Researcher s Toolbox, Part II May 2011

Volume 3, Number 3 The Researcher s Toolbox, Part II May 2011 Volume 3, Number 3 The Researcher s Toolbox, Part II May 2011 Editor-in-Chief Jeremiah Spence Image Art!"##$%"#&&'()*+,-*.)/%0.1+2' ' ' ' ' ' ' ' ',..34556-789)5/:;

More information

THE FUTURE OF EXPERIENCE WITH VIRTUAL AND AUGMENTED REALITY

THE FUTURE OF EXPERIENCE WITH VIRTUAL AND AUGMENTED REALITY THE FUTURE OF EXPERIENCE WITH VIRTUAL AND AUGMENTED REALITY INTRODUCTION As the world, business and consumers are moving everyday closer to the digital era, relationships are also transforming into a digital

More information

Invitation for involvement: NASA Frontier Development Lab (FDL) 2018

Invitation for involvement: NASA Frontier Development Lab (FDL) 2018 NASA Frontier Development Lab 189 N Bernardo Ave #200, Mountain View, CA 94043, USA www.frontierdevelopmentlab.org January 2, 2018 Invitation for involvement: NASA Frontier Development Lab (FDL) 2018 Dear

More information

Lecture 26: Eye Tracking

Lecture 26: Eye Tracking Lecture 26: Eye Tracking Inf1-Introduction to Cognitive Science Diego Frassinelli March 21, 2013 Experiments at the University of Edinburgh Student and Graduate Employment (SAGE): www.employerdatabase.careers.ed.ac.uk

More information

1. GENERAL PROVISIONS

1. GENERAL PROVISIONS RECOMMENDATIONS OF THE 18th SESSION OF THE EXECUTIVE COMMITTEE The International Campaign for the Establishment of the Nubia Museum in Aswan and the National Museum of Egyptian Civilization in Cairo Paris,

More information

Design Thinking Workshop: Solving Real Problems (Part 1 & 2)

Design Thinking Workshop: Solving Real Problems (Part 1 & 2) Design Thinking Workshop: Solving Real Problems (Part 1 & 2) Challenge - How might we create an experience in the first week of rolling out ALERT that would increase lawyer engagement and lay the groundwork

More information

Augmented reality for machinery systems design and development

Augmented reality for machinery systems design and development Published in: J. Pokojski et al. (eds.), New World Situation: New Directions in Concurrent Engineering, Springer-Verlag London, 2010, pp. 79-86 Augmented reality for machinery systems design and development

More information

Theory and Practice of Tangible User Interfaces Tuesday, Week 9

Theory and Practice of Tangible User Interfaces Tuesday, Week 9 Augmented Reality Theory and Practice of Tangible User Interfaces Tuesday, Week 9 Outline Overview Examples Theory Examples Supporting AR Designs Examples Theory Outline Overview Examples Theory Examples

More information