A remote multi-sites communication system providing gaze control by body movement

Size: px
Start display at page:

Download "A remote multi-sites communication system providing gaze control by body movement"

Transcription

1 The Second International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies A remote multi-sites communication system providing gaze control by body movement Akihiko Yoshida*1 Sadanori Ito*2 and Masaki Nakagawa*3 Faculty of Engineering, Tokyo University of Agriculture and Technology Nakamachi, Koganei-shi, Tokyo, Japan *1 akihiko.y0412@gmail.com *2 sito@cc.tuat.ac.jp *3 nakagawa@cc.tuat.ac.jp Abstract Various remote communication systems so far developed are still far away from the awareness of face-to-face communication. There may be several reasons. One of them may be due to the fact that even if a participant changes his/her position and posture, the pictures of other participants on the display does not change. Here, we regard a display for remote communication as a real and simulate communication through the real. We propose a method of capturing the position and posture of each the view of the others on their s as if they were talking through the s. This enables each participant to change the view of the other participants by changing his/her position and posture. We designed a remote communication system incorporating this feature, made a prototype and preliminary evaluated the feature. 1. Introduction So far, various remote communication systems have been developed. Videoconferencing by voice and image is getting common due to the proliferation of less expensive cameras and the wide spread of computer networks. However, they are still far away from the awareness of the face-to-face communication. We regard "Face-to-face (f2f) situation" as an ideal condition. In the f2f situation, people are aware of communicating partners gazes, expressions, gestures and even ambient surroundings. Moreover, the range of the view including the partners from each participant changes according to the change of the standing position and posture of the participant. However, the current remote communication systems do not reflect this change and only display the view of partners from fixed positions and angles. We consider that this can be one of several reasons why the current communication systems cannot provide with the awareness of the f2f situation. Here, we regard conversation through a real can be a metaphor of remote conversation by simulating a distant partner as if he/she is standing over the simulated. We call it a virtual. By placing multiple virtual s on a display, we can make remote communication among participants of more than two remote sites. We propose a method of capturing the position and posture of each the view of the partners on their s as if they are talking through the s. This enables the user to change the view of the partners by changing his/her position and posture. The research and development of remote communication considering gaze direction, gaze movement and virtual f2f communication started in 1970's [1]. MAJIC [2] employs a large-scale and curved surface screen around each participant and displays remote participants in full scale on the screen like sitting around a round table. It is one of the researches that avail the effect of f2f. Hyper-Mirror [3] displays the self-image of a talker in the image of the listener with the listener s background and they are enabled to share the space of the listener with the result that they can point to some object in the space and change their gaze direction with being aware by each other. GAZE-2 [4] arranges face images of all the other participants in a 3-dimensional virtual conference room and turns those face images according to their gaze directions with the result that it can convey the gazes among the participants. The GAZE Groupware System [5] looks like GAZE-2. It also employs faces images and a 3-dimensional virtual conference room. Its conference room has a round table and participants can use it as the shared workspace. Although these systems can convey gaze direction and movement, sharing of background is limited to one side, only face images are transmitted and so on. They also require /08 $ IEEE DOI /UBICOMM

2 large-scale facilities. They are unable to allow participants to talk on something around all the participants, which are common in real situations. We consider that there is another dimension which enhances the awareness of remote communication while it is less expensive so that it can be incorporated into common video conferencing systems and be employed to other applications. We propose a method of capturing the position and posture of each the view of other participants on their s as if they are talking through the s. This enables each participant to change the view of other participants by changing his/her position and posture In this paper, section 2 presents the design, section 3 describes implementation, section 4 present a preliminary evaluation, section 5 discusses remaining issues and section 6 draws conclusion. 2. Design of virtual This method aims to connect remote participants through virtual s and imitate f2f situation where they are talking over real s. Figure 1. Simulation of f2f situation through a virtual. In the f2f situation, there is no sense of incompatibility of size and position of seen objects. Therefore, the system must reproduce them as the same as the real situation. When a person looks into a, the angle and the size of the object seen through the are decided by his/her position (Figure 2). We assume that each participant is looking to the center of the display. Then, the system only has to know his/her eye s x-, y- and z-position and capture image of a distant participant with the background from the center of the display. From these information and image, it can calculate where and how large the image of the distant participant should be displayed. It can change the view according to the participant s movement if it can get the x-, y- and z-position of the participant. person Figure 2. View according to the position of a participant. 3. Implementation of virtual 3.1. Detection of participant s position It is necessary to detect participant's eye position. The eye position detection on the condition of enabling free posture change is difficult, however, under various sources of light. In this research, the head position detection was adopted as approximation. For this system, a participant wears a hat shown in Figure 3 with infrared rays LED and a Wii remote control shown in Figure 4 detects the head position. LED is arranged in the parietal region of the hat at two intervals of 10cm. The Wii remote control with a wideangle lens attached to expand the range of detection is set up 260cm above from the floor as shown in Figure 5. It acquires three-dimensional positional coordinates of the hat with infrared rays LED as shown in Figure Formation of view View through a In an arbitrary site, say site A, a network camera is placed at the center of the display. It captures image of the room with a sufficiently wide angle so that it can display the entire room when necessary, i.e., when another participant looks into the room from a very near point from his/her camera. In another site, say site B, from where the above sited is connected, the position of the participant in the site B is censored and the distance and angle form the center of the display in the site B is calculated. Then, the view of the site A form the site B with the detected angle is determined 264

3 from the above information, the necessary portion of image is cut out from the entire image of the site A and displayed on the screen of the site B with right position and size. The hardware used to achieve this function is shown in Table 1. Figure 3. A hat with infrared rays LED. Machine PC Infrared sensor Network camera Largescale display Table 1. hardware. Type (Manufacturer) Usage VOSTLO 200 (DELL) Execution of program Wii remote User's position tracking control (x-, y-detection range: (Nintendo) 2m-3m) Axis 212 PTZ (Axis) Starboard (HitachiSoft) Wide-range image capturing with frame rate 30fps Displaying remote participants in full scale with the resolution of How it works Figure 4. Wii remote control. Figure 7 and Figure 8 show the view change according to participant s movement by the implemented system. The system is being used in our laboratory between two rooms to call someone in another room, chat between the two rooms and so on. The use among three rooms is possible but not yet tuned and practiced at this moment. Wii remote control display User wearing the hat with infrared rays LED Figure 5. Position tracking by the Wii remote control. X axis: The amount of the movement parallel to the display. Y axis: The amount of the movement vertical to the display. Z axis: The height of the user s head. Figure 7. View change according to participant s movement in parallel to the display. Figure 6. Three-dimensional detection. far Distance from display near Figure 8. Vie change according to participant s movement perpendicular to the display. 265

4 4. Preliminary evaluation We made a preliminary evaluation of view change according to user s movement. camera Figure 9. A scene of the evaluation experiment Method of the evaluation We asked 16 subjects, 15 students and 1 teacher, to move freely, communicate whatever they like and test gaze agreement in the following three situations: Situation A: communication through a real frame. Situation B: communication through the virtual with fixed view. Situation C: communication through the virtual with adjusted view Result of the evaluation Subjective evaluation of each situation. Figure 10 shows the result of evaluating each situation by the subjects into five ranks in respect to the gaze agreement. hands, they pointed out several problems such as Improve the resolution of the image, The camera in front of the screen is annoying or View change was sudden or not smooth. We consider that they are rather technical so that we can revise them Effectiveness of view change by participant's position. In the evaluation experiment, when a participant moved to explain something in his/her room, the other participant often moved to see it naturally. This view change was made without explanation by most of subjects. Therefore, we consider that the view change feature by body movement can be effective for remote communication where people can move rather than sitting on fixed places Difference by experience. There may be a possibility that users having experiences of video conferencing of fixed viewpoint could make the gaze agreement even without the view change feature by body movement. Therefore, we examined the result according to the participant s experience of this sort of video conferencing. The result was that among the subjects who ranked the situation C as very good or good, the ratio of experienced subjects were almost the same as those in the entire subjects. Therefore, we consider that the proposed feature is accepted regardless of the experience of video conferencing Opinions on purposes. For the question For what purpose do you want to use it?, many answered daily communication tools such as Video conferencing telephone, Video Chat and Interphone. Therefore, it is necessary to make the system more small or handy. 5. Future Tasks There remain problems in this research as follows Difference from ideal implementation Figure 10. Subjective Evaluation of each situation. Preference to the situation A is clear while advantage of situation C against B is small. Nevertheless, free descriptions on situation C by the subjects were positive such as I could move so that I could see the partner better, I was moving naturally to better communicate with the partner. On the other Although reproduction of f2f situation as close as possible to the real is ideal, there still some technical problems in the prototype implementation. First problem is as to the fixed position of a camera. If a participant moves his/her position and posture, not just view of connected remote rooms but also angle should be changed. The camera position is fixed, however, so that the angle is fixed and occlusion becomes different from the reality. Figure 11 shows a typical example. A person of object just in front of the 266

5 camera is seen just from the front rather than other directions even if remote participants move his/her position. People might tolerate this difference or adjust themselves to some extent. We need to examine this incompatibility and evaluate it. If it is serious, we may use multiple cameras and produce view of an arbitrary angle using CV and CG technologies. Otherwise, we may move a camera in front of the display but multiple requests may come to the camera from multiple remote participants. Real [Real] [This System] 6. Conclusion As a reason of lacking awareness in remote communication systems so far developed, we considered the feedback of participant s position and posture into the view of remote participants. Here, we regarded a display for remote communication as a real and simulated communication through the real. We proposed a method of capturing the position and posture of each participant by an infrared sensor and reflecting it into the view of the others on their s as if they were talking through the s. We made a prototype and preliminary evaluation. Although there remains several technical problems, participants were positive to the proposed method and they were enjoying the proposed feature very naturally. Acknowledgments Virtual View through a real and the virtual Figure 11. Difference from the reality due to the fixed position of camera. Second problem is as to the resolution and frame rate of cameras. We are currently employing the resolution and 30 fps in order to achieve realtime image processing. Other problems are distortion of image, poor accuracy of position sensing by the commercially lessexpensive Wii remote control, delay in the feedback of view change and so on Employment of voice We made the prototype by only considering video and neglecting audio. Although we simply employing a single microphone at each site, adjusting position of voice according to participant s position using multiple microphones is also possible and promising. The research on stereophony is active so that the combination with the stereophony seems feasible and effective. We thank the members of the electronic organ circle of our university for participating in the evaluation experiment. We thank Tatsuya Terada and Akihito Kitadai for various advices. This research is being partially supported by Grant-in-Aid for Scientific Research under the contract number and the MEXT Research and Education Fund for Promoting Research on Symbiotic Information Technology. References [1] Negroponte, N., Being Digital, Vintage Books, [2] Kenichi Okada, Fumihiko Maeda, Yusuke Ichikawa, and Yutaka Matsushita, Multiparty Video conferencing at Virtual Social Distance: MAJIC DESIGN, CSCW 94, 1994, pp [3] Osamu Morikawa, Juli Yamashita, Yukio Fukui and Shigeru Sato, The relationship between arrangement of participants and comfortableness of communication in HyperMirror, Interaction 2001, 2001, pp [4] Roel Vertegaal, Ivo Weevers and Changuk Sohn, An Attentive Video Conferencing System, CHI 2002, 2002, pp [5] Roel Vertegaal, The GAZE groupware system: mediating joint attention in multiparty communication and collaboration, CHI 99, 1999, pp

Intuitive Navigation in an Enormous Virtual Environment

Intuitive Navigation in an Enormous Virtual Environment / International Conference on Artificial Reality and Tele-Existence 98 Intuitive Navigation in an Enormous Virtual Environment Yoshifumi Kitamura Shinji Fukatsu Toshihiro Masaki Fumio Kishino Graduate

More information

HDTV: A challenge to traditional video conferencing?

HDTV: A challenge to traditional video conferencing? HDTV: A challenge to traditional video conferencing? Gloria Mark 1 and Paul DeFlorio 2 University of California, Irvine 1 and Jet Propulsion Lab, California Institute of Technology 2 gmark@ics.uci.edu,

More information

One-Way Pseudo Transparent Display

One-Way Pseudo Transparent Display One-Way Pseudo Transparent Display Andy Wu GVU Center Georgia Institute of Technology TSRB, 85 5th St. NW Atlanta, GA 30332 andywu@gatech.edu Ali Mazalek GVU Center Georgia Institute of Technology TSRB,

More information

A method of generating free-route walk-through animation using vehicle-borne video image

A method of generating free-route walk-through animation using vehicle-borne video image A method of generating free-route walk-through animation using vehicle-borne video image Jun KUMAGAI* Ryosuke SHIBASAKI* *Graduate School of Frontier Sciences, Shibasaki lab. University of Tokyo 4-6-1

More information

Group Support Systems

Group Support Systems Group Support Systems Dr Sherif Kamel Department of Management School of Business, Economics and Communication Collaborative Work (Groupware) Collaboration and communication Members can be located in different

More information

Beyond Built-in: Why a Better Webcam Matters

Beyond Built-in: Why a Better Webcam Matters Whitepaper: Beyond Built-in: Why a Better Webcam Matters How to Uplevel Your Ability to Connect, Communicate and Collaborate Using Your Laptop or PC Introduction The ability to virtually communicate and

More information

Triple-View: Improving Persuasion in Group Video Conferencing through spatial Faithfulness

Triple-View: Improving Persuasion in Group Video Conferencing through spatial Faithfulness Triple-View: Improving Persuasion in Group Video Conferencing through spatial Faithfulness Apoorva Sachdev University of California, Berkeley Berkeley, CA apoorvas@berkeley.edu John Canny University of

More information

Conveying Gaze-Awareness by Using a Faint Light with a Video-Conferencing System

Conveying Gaze-Awareness by Using a Faint Light with a Video-Conferencing System Conveying Gaze-Awareness by Using a Faint Light with a Video-Conferencing System Mikifumi Shikida Abstract A method for conveying gaze-awareness by using a faint light is proposed. It is useful for conference-room

More information

ARTICLE. Sound in surveillance Adding audio to your IP video solution

ARTICLE. Sound in surveillance Adding audio to your IP video solution ARTICLE Sound in surveillance Adding audio to your IP video solution Table of contents 1. First things first 4 2. Sound advice 4 3. Get closer 5 4. Back and forth 6 5. Get to it 7 Introduction Using audio

More information

Supporting Cross-Cultural Communication with a Large-Screen System

Supporting Cross-Cultural Communication with a Large-Screen System Supporting Cross-Cultural Communication with a Large-Screen System 1 Supporting Cross-Cultural Communication with a Large-Screen System Masayuki OKAMOTO, Katherine ISBISTER, Hideyuki NAKANISHI and Toru

More information

High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com

High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com High speed 3D capture for Configuration Management DOE SBIR Phase II Paul Banks Paul.banks@tetravue.com Advanced Methods for Manufacturing Workshop September 29, 2015 1 TetraVue does high resolution 3D

More information

2D & 3D TelePresence

2D & 3D TelePresence 2D & 3D TelePresence delivers the ultimate experience in communication over a distance with aligned eye contact and a life-size sense of presence in a room setting. Eye Contact systems achieve eye-to-eye

More information

Eye-contact in Multipoint Videoconferencing

Eye-contact in Multipoint Videoconferencing Eye-contact in Multipoint Videoconferencing Birgit Quante and Lothar Mühlbach Heinrich-Hertz-Institut für Nachrichtentechnik Berlin GmbH (HHI) Einsteinufer 37, D-15087 Berlin, Germany, http://www.hhi.de/

More information

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC Masahiro Matsuda Kazuki Matsui Yuichi Sato Hiroaki Kameyama Thin client systems on smart devices have been attracting interest from

More information

How To Compress Video For Real Time Transmission

How To Compress Video For Real Time Transmission University of Edinburgh College of Science and Engineering School of Informatics Informatics Research Proposal supervised by Dr. Sethu Vijayakumar Optimized bandwidth usage for real-time remote surveillance

More information

Applications and Benefits of Ethnographic Research

Applications and Benefits of Ethnographic Research Hitachi Review Vol. 62 (2013), No. 6 317 Applications and Benefits of Ethnographic Research Case Study of Management System Upgrade for Power Plant Construction Site Takafumi Kawasaki Masaki Takano Kazuaki

More information

Life is on. Interact freely. Communicate with confidence. Live without limit. Life is on. www.phonak.com www.dynamicsoundfield.com

Life is on. Interact freely. Communicate with confidence. Live without limit. Life is on. www.phonak.com www.dynamicsoundfield.com Life is on We are sensitive to the needs of everyone who depends on our knowledge, ideas and care. And by creatively challenging the limits of technology, we develop innovations that help people hear,

More information

White Paper. Interactive Multicast Technology. Changing the Rules of Enterprise Streaming Video

White Paper. Interactive Multicast Technology. Changing the Rules of Enterprise Streaming Video Interactive Multicast Technology Changing the Rules of Enterprise Streaming Video V Table of Contents Introduction IP Multicast Technology in a Nutshell The Missing Interactivity: VCON Interactive Multicast

More information

Avoid the biggest pitfalls with Video Conferencing

Avoid the biggest pitfalls with Video Conferencing Avoid the biggest pitfalls with Video Conferencing We share with you 8 points that in our experience are frequently overlooked in Video Conferencing projects A Video Conferencing Guide by Kevin Wilson

More information

Create a Basic Skype* Account. Intel Easy Steps 1 2012 Intel Corporation All rights reserved.

Create a Basic Skype* Account. Intel Easy Steps 1 2012 Intel Corporation All rights reserved. Create a Basic Skype* Account Intel Easy Steps 1 2012 Intel Corporation Using Skype* to Communicate: Create and use a Basic Skype Account There are different ways of communicating and sharing through the

More information

GAZE-2: Conveying Eye Contact in Group Video Conferencing Using Eye-Controlled Camera Direction

GAZE-2: Conveying Eye Contact in Group Video Conferencing Using Eye-Controlled Camera Direction GAZE-2: Conveying Eye Contact in Group Video Conferencing Using Eye-Controlled Camera Direction Roel Vertegaal, Ivo Weevers, Changuk Sohn and Chris Cheung Human Media Lab Queen s University Kingston, ON

More information

Study of Large-Scale Data Visualization

Study of Large-Scale Data Visualization Study of Large-Scale Data Visualization Project Representative Fumiaki Araki The Earth Simulator Center, Japan Agency for Marine-Earth Science and Technology Authors Fumiaki Araki 1, Shintaro Kawahara

More information

AR-based video-mediated communication:

AR-based video-mediated communication: 2012 14th Symposium on Virtual and Augmented Reality AR-based video-mediated communication: A social presence enhancing experience Igor de Souza Almeida, Marina Atsumi Oikawa, Jordi Polo Carres, Jun Miyazaki,

More information

Development of The Next Generation Document Reader -Eye Scanner-

Development of The Next Generation Document Reader -Eye Scanner- Development of The Next Generation Document Reader -Eye Scanner- Toshiyuki Amano *a, Tsutomu Abe b, Tetsuo Iyoda b, Osamu Nishikawa b and Yukio Sato a a Dept. of Electrical and Computer Engineering, Nagoya

More information

The Benefits of Real Presence Experience High Definition

The Benefits of Real Presence Experience High Definition and Polycom RealPresence Experience High Definition (RPX HD) End User Features Seamless Video Displays Large format, seamless video wall provides an uninterrupted view of the other room. Cinematic View

More information

2) A convex lens is known as a diverging lens and a concave lens is known as a converging lens. Answer: FALSE Diff: 1 Var: 1 Page Ref: Sec.

2) A convex lens is known as a diverging lens and a concave lens is known as a converging lens. Answer: FALSE Diff: 1 Var: 1 Page Ref: Sec. Physics for Scientists and Engineers, 4e (Giancoli) Chapter 33 Lenses and Optical Instruments 33.1 Conceptual Questions 1) State how to draw the three rays for finding the image position due to a thin

More information

3D Te l epr e s e n c e

3D Te l epr e s e n c e 3D Te l epr e s e n c e 3D TelePresence delivers the ultimate experience in communication over a distance with aligned eye contact and a three dimensional, life-size sense of presence. Eye Contact systems

More information

How To Test An Echo Cancelling Loudspeaker

How To Test An Echo Cancelling Loudspeaker Tests of USB-connected echo-cancelling loudspeaker/microphone systems for video-conferencing applications Document Authors Ronnie Gibb and Stephen Lawrence at Glasgow University 28 th April 2011 This series

More information

Video Conferencing System Buyer s Guide

Video Conferencing System Buyer s Guide Video Conferencing System Buyer s Guide Video conferencing is the greatest advancement in business communications technology since the dawning of the mobile phone. Video enables users to connect face-to-face

More information

Development and Application of a Distance Learning System by Using Virtual Reality Technology

Development and Application of a Distance Learning System by Using Virtual Reality Technology Systems and Computers in Japan, Vol. 33, No. 4, 2002 Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol. J83-D-I, No. 6, June 2000, pp. 619 6 26 Development and Application of a Distance Learning

More information

Applying Videogame Technologies to Video Conferencing Systems

Applying Videogame Technologies to Video Conferencing Systems CM SC 98 (Symposium on pplied Computing) pplying Videogame Technologies to Video Conferencing Systems Toshikazu Nishimura Hideyuki Nakanishi Chikara Yoshida Toru Ishida Department of Information Science,

More information

Shape Measurement of a Sewer Pipe. Using a Mobile Robot with Computer Vision

Shape Measurement of a Sewer Pipe. Using a Mobile Robot with Computer Vision International Journal of Advanced Robotic Systems ARTICLE Shape Measurement of a Sewer Pipe Using a Mobile Robot with Computer Vision Regular Paper Kikuhito Kawasue 1,* and Takayuki Komatsu 1 1 Department

More information

The GAZE Groupware System: Mediating Joint Attention in Multiparty Communication and Collaboration

The GAZE Groupware System: Mediating Joint Attention in Multiparty Communication and Collaboration The GAZE Groupware System: Mediating Joint Attention in Multiparty Communication and Collaboration Roel Vertegaal Cognitive Ergonomics Department Twente University The Netherlands roel@acm.org ABSTRACT

More information

Faculty of Science and Engineering Placements. Stand out from the competition! Be prepared for your Interviews

Faculty of Science and Engineering Placements. Stand out from the competition! Be prepared for your Interviews Faculty of Science and Engineering Placements Stand out from the competition! Be prepared for your Interviews Interviews Getting an invitation to attend for an interview means you has passed the first

More information

VoIP Conferencing Best Practices. Ultimate Guide for Hosting VoIP Conferences. A detailed guide on best practices for VoIP conferences:

VoIP Conferencing Best Practices. Ultimate Guide for Hosting VoIP Conferences. A detailed guide on best practices for VoIP conferences: VoIP Conferencing Best Practices Ultimate Guide for Hosting VoIP Conferences A detailed guide on best practices for VoIP conferences: 1. Setting Up Your Hardware 2. VoIP Conference Software and Its Settings

More information

VIRTUAL TRIAL ROOM USING AUGMENTED REALITY

VIRTUAL TRIAL ROOM USING AUGMENTED REALITY VIRTUAL TRIAL ROOM USING AUGMENTED REALITY Shreya Kamani, Neel Vasa, Kriti Srivastava, D. J. Sanghvi College of Engineering, Mumbai 53 Abstract This paper presents a Virtual Trial Room application using

More information

360 Degree Action Camera

360 Degree Action Camera US360 360 Degree Action Camera 10 megapixel panorama image US 360 is a whole new multi-lens 360 camera offers real-time full view image. It is built-in with 4 Sony 2.4M CMOS sensors and 4 wide angle lenses

More information

Motion tracking using Matlab, a Nintendo Wii Remote, and infrared LEDs.

Motion tracking using Matlab, a Nintendo Wii Remote, and infrared LEDs. Motion tracking using Matlab, a Nintendo Wii Remote, and infrared LEDs. Dr W. Owen Brimijoin MRC Institute of Hearing Research (Scottish Section) Glasgow Royal Infirmary 16 Alexandra Parade Glasgow G31

More information

Axis video encoders. Where analog and network video meet.

Axis video encoders. Where analog and network video meet. Axis video encoders. Where analog and network video meet. Why it pays to switch to network video. Network video can save you money, help you work more efficiently and give you better quality images. But

More information

OptimizedIR in Axis cameras

OptimizedIR in Axis cameras Whitepaper OptimizedIR in Axis cameras Leveraging new, smart and long-life LED technology Table of contents Introduction 3 1. Why do you need ir illumination? 3 2. Built-in or stand-alone ir illumination?

More information

Video Conferencing 101

Video Conferencing 101 1 Video Conferencing 101 Tips for the Early Childhood Field Larry Edelman, M.S. Senior Clinical Instructor, Department of Pediatrics, University of Colorado School of Medicine larry.edelman@ucdenver.edu

More information

Morae. Remote Participant Testing Tips. Release 3. January 2010. 2010 TechSmith Corporation. All rights reserved.

Morae. Remote Participant Testing Tips. Release 3. January 2010. 2010 TechSmith Corporation. All rights reserved. Morae Remote Participant Testing Tips Release 3 January 2010 2010 TechSmith Corporation. All rights reserved. Contents Contents Remote Participant Testing with Morae...3 Who Needs What...4 Screen Sharing

More information

PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY

PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY PHOTOGRAMMETRIC TECHNIQUES FOR MEASUREMENTS IN WOODWORKING INDUSTRY V. Knyaz a, *, Yu. Visilter, S. Zheltov a State Research Institute for Aviation System (GosNIIAS), 7, Victorenko str., Moscow, Russia

More information

CHILD S NAME INSERT CHILD S PHOTO HERE

CHILD S NAME INSERT CHILD S PHOTO HERE RECORD OF F DEVELOPMENT T A AND N PROGRESS AT KINDERGARTEN RT LEVEL CHILD S NAME INSERT CHILD S PHOTO HERE GUIDELINES for Kindergarten Assistants: Every Kindergarten Assistant (KGA) must know if each child

More information

INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal

INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal Research Article ISSN 2277 9140 Virtual conferencing using Artificial

More information

Microsoft Lync: Getting Started

Microsoft Lync: Getting Started Quick Glance: Lync is a text, voice, and video conference application. Lync is free on Mac, Windows, ios, and Android devices for current staff, faculty, and students of Ithaca College. Lync uses your

More information

Program Visualization for Programming Education Case of Jeliot 3

Program Visualization for Programming Education Case of Jeliot 3 Program Visualization for Programming Education Case of Jeliot 3 Roman Bednarik, Andrés Moreno, Niko Myller Department of Computer Science University of Joensuu firstname.lastname@cs.joensuu.fi Abstract:

More information

D E F I N E V E L O D O. Telemedicine Room Design PROGRAM GUIDE. CTEConline.org

D E F I N E V E L O D O. Telemedicine Room Design PROGRAM GUIDE. CTEConline.org L O D E F I N E D E V E P D O Telemedicine Room Design PROGRAM GUIDE CTEConline.org Telemedicine Room Design Program Guide A Publication of: California Telemedicine and ehealth Center Christine Martin,

More information

Introduction to the Perceptual Computing

Introduction to the Perceptual Computing 23.09.2013 1 Introduction to the Perceptual Computing Designed by employees of The Center of Innovative Education Introduction to the Perceptual Computing 23.09.2013 2 This course is aimed to study and

More information

Residential District Security Using Home Computers

Residential District Security Using Home Computers XVIII IMEKO WORLD CONGRESS Metrology for a Sustainable Development September, 17 22, 2006, Rio de Janeiro, Brazil Residential District Security Using Home Computers Yusaku Fujii 1, Shigeru Kumakura 2,

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Basic Facts What does the name ASIMO stand for? ASIMO stands for Advanced Step in Innovative Mobility. Who created ASIMO? ASIMO was developed by Honda Motor Co., Ltd., a world

More information

Technical Report An Analysis on the Use of LED Lighting for Video Conferencing

Technical Report An Analysis on the Use of LED Lighting for Video Conferencing An Analysis on the Use of Lighting for Video Conferencing Jim Yorgey, PE Frank Neher, Joe Volkert, and Christina Katrinak March 14, 2016 03/2016 Lutron Electronics Co., Inc. I P/N 367-2622 REV A 1) Abstract...

More information

Telepresence vs Video Conferencing Finding the right fit for your business

Telepresence vs Video Conferencing Finding the right fit for your business Telepresence vs Video Conferencing Finding the right fit for your business Telepresence and video conferencing offer many benefits to organizations of all sizes. You don t have to dig very deep to understand

More information

PROJECT WORKPLACE DEVELOPMENT

PROJECT WORKPLACE DEVELOPMENT CISCO PROJECT WORKPLACE DEVELOPMENT New York Room Basic Meeting Room Integration Price $15,000.00 Annual Service Contract $2,250.00 Zdi is the valued Cisco partner that integrates this room s technology

More information

Reflection and Refraction

Reflection and Refraction Equipment Reflection and Refraction Acrylic block set, plane-concave-convex universal mirror, cork board, cork board stand, pins, flashlight, protractor, ruler, mirror worksheet, rectangular block worksheet,

More information

Standex-Meder Electronics. Custom Engineered Solutions for Tomorrow

Standex-Meder Electronics. Custom Engineered Solutions for Tomorrow Standex-Meder Electronics Custom Engineered Solutions for Tomorrow 3-Dimensional Magnetic Mapping for Reed Sensor Accuracy Product Training Copyright 2013 Standex-Meder Electronics. All rights reserved.

More information

INTRODUCTION TO RENDERING TECHNIQUES

INTRODUCTION TO RENDERING TECHNIQUES INTRODUCTION TO RENDERING TECHNIQUES 22 Mar. 212 Yanir Kleiman What is 3D Graphics? Why 3D? Draw one frame at a time Model only once X 24 frames per second Color / texture only once 15, frames for a feature

More information

Immersive Conferencing Directions at FX Palo Alto Laboratory

Immersive Conferencing Directions at FX Palo Alto Laboratory Immersive Conferencing Directions at FX Palo Alto Laboratory Jonathan Foote, Qiong Liu, Don Kimber, and Patrick Chiu FX Palo Alto Laboratory, 3400 Hillview Ave., Palo Alto, CA 94304 USA ABSTRACT For some

More information

Design Analysis of Everyday Thing: Nintendo Wii Remote

Design Analysis of Everyday Thing: Nintendo Wii Remote 1 Philip Stubbs Design Analysis of Everyday Thing: Nintendo Wii Remote I. Introduction: Ever since being released in November 2006, the Nintendo Wii gaming system has revolutionized the gaming experience

More information

Videoconferencing Operation Troubleshooting Procedures

Videoconferencing Operation Troubleshooting Procedures Videoconferencing Operation Troubleshooting Procedures Starting the Vtel Unit: 1. Power up the computer (If you have a Compaq unit, the power switch is located on the front in the middle of the computer.

More information

PREFETCH VIDEO CONFERENCE OVER LAN THROUGH PC S OR LAPTOPS

PREFETCH VIDEO CONFERENCE OVER LAN THROUGH PC S OR LAPTOPS International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 7 No. 2 Aug. 2014, pp. 588-592 2014 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ PREFETCH

More information

4. CAMERA ADJUSTMENTS

4. CAMERA ADJUSTMENTS 4. CAMERA ADJUSTMENTS Only by the possibility of displacing lens and rear standard all advantages of a view camera are fully utilized. These displacements serve for control of perspective, positioning

More information

WHITE PAPER SMB Business Telephone Systems Options to Ensure Your Organization is Future Ready. By Peter Bernstein, Senior Editor TMCnet.

WHITE PAPER SMB Business Telephone Systems Options to Ensure Your Organization is Future Ready. By Peter Bernstein, Senior Editor TMCnet. WHITE PAPER SMB Business Telephone Systems Options to Ensure Your Organization is Future Ready By Peter Bernstein, Senior Editor TMCnet.com Technology Marketing Corporation: 800 Connecticut Ave, 1 st Floor

More information

ARTICLE. Site survey considerations

ARTICLE. Site survey considerations ARTICLE Site survey considerations Table of contents 1. Establishing the purpose 4 2. Site survey framework 5 3. Camera selection and placement 6 4. Network infrastructure 8 5. Power over Ethernet (PoE)

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Unit A451: Computer systems and programming. Section 2: Computing Hardware 4/5: Input and Output Devices

Unit A451: Computer systems and programming. Section 2: Computing Hardware 4/5: Input and Output Devices Unit A451: Computer systems and programming Section 2: Computing Hardware 4/5: Input and Output Devices Input and Output devices Candidates should be able to: (a) understand the need for input and output

More information

Introduction to Comparative Study

Introduction to Comparative Study Introduction to Comparative Study The comparative study question asks you to compare and contrast two texts under one of the three modes of comparison. The comparative modes for the exam in June 2014 are:

More information

Effects of Pronunciation Practice System Based on Personalized CG Animations of Mouth Movement Model

Effects of Pronunciation Practice System Based on Personalized CG Animations of Mouth Movement Model Effects of Pronunciation Practice System Based on Personalized CG Animations of Mouth Movement Model Kohei Arai 1 Graduate School of Science and Engineering Saga University Saga City, Japan Mariko Oda

More information

COMPARISONS OF TASK EFFICIENCY IN FACE-TO-FACE, DOLBY VOICE TECHNOLOGY, AND TRADITIONAL CONFERENCE SYSTEM COMMUNICATIONS

COMPARISONS OF TASK EFFICIENCY IN FACE-TO-FACE, DOLBY VOICE TECHNOLOGY, AND TRADITIONAL CONFERENCE SYSTEM COMMUNICATIONS IN FACE-TO-FACE, DOLBY VOICE TECHNOLOGY, AND TRADITIONAL CONFERENCE SYSTEM COMMUNICATIONS Introduction Dolby Voice, the next generation of audio conferencing offering high-quality audio with spatial rendering

More information

Under 20 of rotation the accuracy of data collected by 2D software is maintained?

Under 20 of rotation the accuracy of data collected by 2D software is maintained? Under 20 of rotation the accuracy of data collected by 2D software is maintained? Introduction This study was undertaken in order to validate the Quintic two-dimensional software. Unlike threedimensional

More information

Optimao. In control since 1995. Machine Vision: The key considerations for successful visual inspection

Optimao. In control since 1995. Machine Vision: The key considerations for successful visual inspection Optimao In control since 1995 Machine Vision: The key considerations for successful visual inspection There is no such a thing as an off-the-shelf vision system. Just like a drive- or a PLCbased control

More information

AW-SF100 Auto Tracking Software

AW-SF100 Auto Tracking Software FAQ AW-SF100 Auto Tracking Software This software offers the system that assists in tracking the target using our integrated camera*. By template matching and motion detection, the tracking target is automatically

More information

Interaction of the future. Education Family

Interaction of the future. Education Family Interaction of the future Education Family SILEX EDUCATION FAMILY immersive and fully interactive multimedia class room that empowers productivity and collaboration for a unique learning and teaching experience!

More information

Psychology equipment

Psychology equipment Psychology equipment Equipment Quantity Description Photo Biopac acquisition unit 1 The Biopac is used for measuring a range of physiological responses. The acquisition unit is the central component, to

More information

Chapter 4. Social Interaction. www.id-book.com

Chapter 4. Social Interaction. www.id-book.com Chapter 4 Social Interaction 1 Overview Being social Face to face conversations Remote conversations Tele-presence Co-presence Emergent social phenomena 2 Conversational mechanisms Various mechanisms and

More information

Effects of microphone arrangement on the accuracy of a spherical microphone array (SENZI) in acquiring high-definition 3D sound space information

Effects of microphone arrangement on the accuracy of a spherical microphone array (SENZI) in acquiring high-definition 3D sound space information November 1, 21 1:3 1 Effects of microphone arrangement on the accuracy of a spherical microphone array (SENZI) in acquiring high-definition 3D sound space information Shuichi Sakamoto 1, Jun ichi Kodama

More information

Wearable Finger-Braille Interface for Navigation of Deaf-Blind in Ubiquitous Barrier-Free Space

Wearable Finger-Braille Interface for Navigation of Deaf-Blind in Ubiquitous Barrier-Free Space Wearable Finger-Braille Interface for Navigation of Deaf-Blind in Ubiquitous Barrier-Free Space Michitaka Hirose Research Center for Advanced Science and Technology, The University of Tokyo 4-6-1 Komaba

More information

Sony 3D TelePresence. The new dimension.

Sony 3D TelePresence. The new dimension. Sony 3D TelePresence. The new dimension. The new dimension. Until now... every telepresence solution claiming to deliver eye-to-eye contact actually delivers only eye-to-camera contact. Until now... every

More information

Until now... every telepresence solution claiming to deliver eye-to-eye contact actually delivers only eye-to-camera contact.

Until now... every telepresence solution claiming to deliver eye-to-eye contact actually delivers only eye-to-camera contact. Until now... every telepresence solution claiming to deliver eye-to-eye contact actually delivers only eye-to-camera contact. Until now... every telepresence solution on the market attempts to replicate

More information

Conference Phone Buyer s Guide

Conference Phone Buyer s Guide Conference Phone Buyer s Guide Conference Phones are essential in most organizations. Almost every business, large or small, uses their conference phone regularly. Such regular use means choosing one is

More information

White paper. Sharpdome. Sharp images on every level

White paper. Sharpdome. Sharp images on every level White paper Sharpdome Sharp images on every level Table of contents 1. Introduction 3 2. Conventional dome limitations 3 2.1 L-value 4 3. Sharpdome 5 3.1 Transparent covering material 6 3.2 Axis Speed

More information

Do Handheld Devices Facilitate Face-to-Face Collaboration? Handheld Devices with Large Shared Display Groupware

Do Handheld Devices Facilitate Face-to-Face Collaboration? Handheld Devices with Large Shared Display Groupware Do Handheld Devices Facilitate Face-to-Face Collaboration? Handheld Devices with Large Shared Display Groupware Chen-Chung Liu Assistant Professor Graduate Institute of Network Learning Technology National

More information

Geometric Optics Converging Lenses and Mirrors Physics Lab IV

Geometric Optics Converging Lenses and Mirrors Physics Lab IV Objective Geometric Optics Converging Lenses and Mirrors Physics Lab IV In this set of lab exercises, the basic properties geometric optics concerning converging lenses and mirrors will be explored. The

More information

Chapter 8: Perceiving Depth and Size

Chapter 8: Perceiving Depth and Size Chapter 8: Perceiving Depth and Size Cues to Depth Perception Oculomotor - cues based on sensing the position of the eyes and muscle tension 1. Convergence knowing the inward movement of the eyes when

More information

Whitepaper Education. Video Collaboration for an enhanced Interactive Learning Experience with elearning Suite

Whitepaper Education. Video Collaboration for an enhanced Interactive Learning Experience with elearning Suite Whitepaper Education Video Collaboration for an enhanced Interactive Learning Experience with elearning Suite Introduction Video collaboration solutions for education, can bring the best of learning environment

More information

Boost the performance of your hearing aids. Phonak wireless add-ons

Boost the performance of your hearing aids. Phonak wireless add-ons Boost the performance of your hearing aids Phonak wireless add-ons Modern hearing aid technology makes hearing and understanding in most situations enjoyable. But when you re on the phone, watching TV

More information

Microsoft Skype for Business/Lync

Microsoft Skype for Business/Lync Quick Glance: } Skype for Business/Lync is a text, voice, and video conference application. } Skype for Business is available for Windows computers. } Lync is available for Mac, ios, and Android devices.

More information

Federal Telepresence: Dispelling The Myths

Federal Telepresence: Dispelling The Myths : Dispelling The Myths November 2010 White Paper 1 EXECUTIVE SUMMARY It comes as no surprise that high definition (HD) Video Conferencing or Telepresence is beginning to experience a rapid uptake and replace

More information

ME 111: Engineering Drawing

ME 111: Engineering Drawing ME 111: Engineering Drawing Lecture # 14 (10/10/2011) Development of Surfaces http://www.iitg.ernet.in/arindam.dey/me111.htm http://www.iitg.ernet.in/rkbc/me111.htm http://shilloi.iitg.ernet.in/~psr/ Indian

More information

High-definition 3D Image Processing Technology for Ultrasound Diagnostic Scanners

High-definition 3D Image Processing Technology for Ultrasound Diagnostic Scanners Hitachi Review Vol. 63 (204), No. 9 584 Featured Articles High-definition 3D Image Processing Technology for Ultrasound Diagnostic Scanners Realistic 3D Fetal Imaging Masahiro Ogino Takuma Shibahara, Ph.D.

More information

Guiding principles for the use of videoconferencing in ESL programming

Guiding principles for the use of videoconferencing in ESL programming Guiding principles for the use of videoconferencing in ESL programming Justine Light & Charlotte Beaubier Hana Imai Cameron Young Guiding Principles principles for the use of videoconferencing in ESL

More information

A Remote Maintenance System with the use of Virtual Reality.

A Remote Maintenance System with the use of Virtual Reality. ICAT 2001 December 5-7, Tokyo, JAPAN A Remote Maintenance System with the use of Virtual Reality. Moez BELLAMINE 1), Norihiro ABE 1), Kazuaki TANAKA 1), Hirokazu TAKI 2) 1) Kyushu Institute of Technology,

More information

Whitepaper. Image stabilization improving camera usability

Whitepaper. Image stabilization improving camera usability Whitepaper Image stabilization improving camera usability Table of contents 1. Introduction 3 2. Vibration Impact on Video Output 3 3. Image Stabilization Techniques 3 3.1 Optical Image Stabilization 3

More information

Internet Desktop Video Conferencing

Internet Desktop Video Conferencing Pekka Isto 13.11.1998 1(8) Internet Desktop Video Conferencing ABSTRACT: This is report outlines possible use of Internet desktop videoconferencing software in a distributed engineering project and presents

More information

Freehand Sketching. Sections

Freehand Sketching. Sections 3 Freehand Sketching Sections 3.1 Why Freehand Sketches? 3.2 Freehand Sketching Fundamentals 3.3 Basic Freehand Sketching 3.4 Advanced Freehand Sketching Key Terms Objectives Explain why freehand sketching

More information

How To Understand General Relativity

How To Understand General Relativity Chapter S3 Spacetime and Gravity What are the major ideas of special relativity? Spacetime Special relativity showed that space and time are not absolute Instead they are inextricably linked in a four-dimensional

More information

A Simple Guide To Understanding 3D Scanning Technologies

A Simple Guide To Understanding 3D Scanning Technologies A Simple Guide To Understanding 3D Scanning Technologies First Edition www.lmi3d.com Table of Contents Introduction At LMI Technologies, solving complex problems in a simple way is the philosophy that

More information

Automated Recording of Lectures using the Microsoft Kinect

Automated Recording of Lectures using the Microsoft Kinect Automated Recording of Lectures using the Microsoft Kinect Daniel Sailer 1, Karin Weiß 2, Manuel Braun 3, Wilhelm Büchner Hochschule Ostendstraße 3 64319 Pfungstadt, Germany 1 info@daniel-sailer.de 2 weisswieschwarz@gmx.net

More information

OPTICAL MEASURING MACHINES

OPTICAL MEASURING MACHINES OPTICAL MEASURIN MACHINES SYLVAC SCAN Dedicated to the fast and contactless measuring of cylindrical parts, our new SCAN machines are based on the principle of the scanner. This technique allows to reproduce

More information

Eye contact over video Kjeldskov, Jesper; Skov, Mikael; Smedegaard, Jacob Haubach; Paay, Jeni; Nielsen, Thomas S.

Eye contact over video Kjeldskov, Jesper; Skov, Mikael; Smedegaard, Jacob Haubach; Paay, Jeni; Nielsen, Thomas S. Aalborg Universitet Eye contact over video Kjeldskov, Jesper; Skov, Mikael; Smedegaard, Jacob Haubach; Paay, Jeni; Nielsen, Thomas S. Published in: Extended Abstracts of the AMC CHI Conference on Human

More information