A Hands Free Browser Using EEG and Voice Inputs

Size: px
Start display at page:

Download "A Hands Free Browser Using EEG and Voice Inputs"

Transcription

1 A Hands Free Browser Using EEG and Voice Inputs Joy Bose, Amit Singhai, Ankur Trisal, Vinod Keshav, Utkarsh Dubey Web Solutions Samsung R&D Institute India- Bangalore Bangalore, India {joy.bose, a.singhai, ankur.trisal, v.keshav, Abstract Mobile web browsers are increasing in usage due to the widespread use of various mobile devices including smartphones and wearables. It is useful to enable such browsers to have hands free functionality to enable people to use them when their hands are occupied when driving or performing other tasks. A hands free browser would be also useful for disabled or paralyzed people. In this paper we describe the design of a hands free browser. It uses EEG inputs using a NeuroSky EEG sensor, as well as voice inputs. Various functions in the browser including add to favorites, scroll up or down, next and previous tab, open an URL that is part of the favorites, are mapped to varying attention and blink levels recognized by the EEG sensor. Maintaining of the concentration level higher than a threshold enables the user to cycle through a list of items, which could be menu items or history items or most visited sites in the browser. A deliberate double blink enables the user to open the currently selected URL or menu item. Other functionalities are performed using voice in a way that is more intuitive and user friendly. We describe the browser architecture and various implementation issues, as well as some screenshots from the implementation. Keywords EEG; voice based browsing; machine learning; mobile web browser; accessibility I. INTRODUCTION Wearable devices fitted with EEG sensors are becoming more popular for a wide variety of users, with a number of commercial kits developed mainly for the gaming market by a number of manufacturers such as NeuroSky. Nowadays the EEG kits available for mass consumer electronics are cheaper, faster and easy to use. They have dry electrodes, are portable and lighter and seem almost like an audio headset, making it possible to use with ordinary applications in daily life. Mobile web browsers are becoming more common as a means for many users to browse the web, due to the ubiquity of mobile phones and the portability of such browsers in devices such as smartwatches, smart TVs and cars and even in appliances such as fridges and washing machines. The importance of hands free functionality for mobile browsers can be described in the following ways: Hands free usability: When the user is driving a car or the hands are occupied for various tasks and not available for controlling the web browser, it might be useful to have a browser that does not require use of the hands at least for control functions. Many people use the web browser on their mobile phones when travelling in public transport or waiting in queues. A hands free browser can present a more intuitive and better user experience by taking advantage of multimodal inputs to complement or replace the touch functionality while using the browser. With the advent of a wide variety of wearable devices including smart watches and health bands and headsets, such a browser can become a reality. For paralyzed or disabled people who may not be able to use their hands for browsing, a hands free browser can be a great help. In this paper we present the design and implementation of a hands free version of the mobile browser by taking input from EEG sensors for navigation, along with voice inputs for opening URLs. The rest of the paper is organized as follows: in section 2 we look at related work in the area. Section 3 introduces our proposed solution combining EEG and voice based browsing. Section 4 gives the browser architecture, introducing the elements we needed to support EEG based navigation. Section 5 gives details of the Android implementation. Section 6 discusses some issues with the system. Section 7 proposes some user interfaces for various browser functions based on EEG input, and Section 8 suggests some avenues for future work, and concludes the paper. II. RELATED WORK EEG sensors have been in vogue for many decades, mostly for medical purposes. However, consumer oriented cheaper and mass produced EEG sensors that can easily interface with phones and other devices via publicly available APIs have only recently become popular. NeuroSky s MindWave [1], Emotiv s EPOC [2], Muse [3] and Melon [4] among others have kick started a revolution in EEG driven applications and gadgets, especially in the arena of games and virtual reality. We found one work related to web browsing using EEG sensors. Bensch, Karim et al developed Nessi [5], an EEG based browser where the user could move the mouse pointer by training and modulating their thoughts. However this work did not focus more on the widespread usability of the browser. Besides it used a full research grade EEG kit, which is difficult and cumbersome to set up and has no interfaces with devices

2 operating systems such as Android, instead of a widely available commercial one. Apple Siri [6] and the voice interface in Google Now [7] are more common solutions for Voice based browsing, although they are more geared towards web searches based on voice commands. the same. Tan et al [8] used a low cost NeuroSky EEG sensor (similar to the one used in this paper) to detect mental states. Liu et al [9] similarly used the NeuroSky Brainwave EEG sensor to detect attention levels. Vourvopoulos [10] used the NeuroSky kit to control robot navigation by manipulating the meditation and concentration levels. But till now we have not come across any implementation of a web browser or such core applications using any cheap commercially available EEG sensor. In this paper we propose such a system. Fig. 1. Illustration of the high level architecture of the hands free browser. Fig. 2. Flowchart illustrating various preprocessing steps for the EEG input on the web browser, where the recorded EEG output is compared to a pre-existing standard in order to determine the user s emotion or stress level. Fig. 3. Architecture of the web browser showing various EEG related components Using the NeuroSky sensor kit, some research has been done in detection of mental states and functionality based on III. PROPOSED SOLUTION: EEG WITH VOICE BASED BROWSING The steps to achieve the desired functionality of controlling the web browser via EEG and voice are as follows: The application on the mobile device maps the user s concentration level, meditation or relaxation level, blink to commands in web browser. The SDKs provided with the NeuroSky EEG sensor are used for this purpose. This is supplemented by voice functions. Mapping a pre-trained thought (a predefined fixed URL for example) with browsing action (such as browse to this URL). Yes-No thought pairs that are trained and recognized using a suitable machine learning algorithm over EEG raw data can be used for activating and deactivating certain functions in the browser. Only a fixed number of thoughts can be mapped in this way and requires training and a machine learning algorithm such as SVM for training and classification. This is far more difficult to achieve since the EEG signals may not be distinguishable, given the amount of noise and the fact that there is only one sensor in the NeuroSky headset. In the next few subsections we describe in detail the steps taken to process the EEG and voice inputs. A. Processing of EEG inputs Here we consider the general steps for processing the EEG inputs on the web browser. Data Capture: EEG Sensor output is captured through a wearable EEG kit, such as NeuroSky s Mindwave and sent to a mobile computing device such as a smartphone, which is paired using Bluetooth. Preprocessing and feature detection: The output is then preprocessed on an application running on the mobile computing device. Feature detection is done on the EEG output in the mobile device to detect and estimate the emotion, stress level, concentration and other EEG related parameters. Additional data from other sensors and sources such as the front camera, wearable heart rate monitor, pulse rate monitor etc. can also be combined with the EEG sensor output to produce a more accurate reading of the emotion. We have not needed this step in case of the NeuroSky kit since we have used their existing APIs. In case of the API available with the NeuroSky EEG kit, the concentration and meditation level of the user are detected and provided, as well as blink and heartbeats.

3 UI Changes in the web browser: The User Interface component of the web browser running on the smartphone is then updated in response to the EEG inputs. The flowchart in Fig. 2 illustrates these steps. B. Browser components related to voice based browsing In our implementation, as mentioned, EEG is used for taking user inputs. However in certain cases such as opening a specific URL, EEG inputs can be too clumsy and inconvenient for the user. For such cases we have taken voice as an additional input. In this subsection we consider browser components related to voice browsing. Voice browsing involves the following steps: Using the existing W3C MediaStream specification [11], the user s voice is captured by the browser. The captured audio stream is then sent to the server for Speech to Text translation. We used the Google Speech API [12-14] available with Google s Chrome browser and sent the voice to the Google server for conversion to text. The converted text is then received from the server by the browser in the form of a JSON response. This is then parsed by the web browser. If a command keyword or phrase (such as add favorite, add bookmark, open new tab, search, open ) is detected, then the browser translates the command to an executable action. For example, if Open New Tab command is provided as input, the browser will convert the text to a new tab command which is responsible for opening a new tab on the Browser. Input data can also be specified along with the command. For Example: When Open bbc command is detected, Open is taken as the command and bbc as the input to the command. The browser, will now look-up all actions (pre-configured and stored in the browser) that can be performed using that command. In this case, bbc.com webpage is loaded automatically. For our browser, we use the voice browsing component for opening URLs and the EEG component for performing navigation related functions. IV. PROPOSED BROWSER ARCHITECTURE In this section we describe the architecture of the mobile web browser that supports EEG and voice inputs. An activity on the Android device listens for inputs from the EEG sensor. Once the EEG input is detected, it classifies the input as belonging to one of the determined categories (concentration, blink, meditation, etc) and finally invokes the specific browser function as required. The SDK available with the EEG kit encapsulates much of the mentioned functionality. One thing to note is that the range of concentration levels varies from user to user and so it is important for us to establish the baseline concentration level for each browser function for each user. For this purpose we record and plot the concentration level and blink level of the user that is captured by the EEG sensor when the subject performs some common browser tasks including selection, and navigation. Then we determine the optimal concentration level to use as a threshold, in such a way that the user feels comfortable when using the browser and the automation of functions happens in an intuitive way. An additional factor is visual feedback (by seeing how the navigation and other controls) or biofeedback, which helps the user to better control their concentration levels when using the EEG device so as to get a more smooth operation when navigating the menus and other actions. Our focus is to optimize the usability of the hands free operation on the web browser. The components of the system for implementing the EEG interface on the web browser are listed below. It is to be noted that the provided SDK contains some of the functionality of the components. A. EEG Driver This is part of the OS kernel of the device. This is the low end driver that communicates with the EEG sensor (such as NeuroSky) and receives the user s raw EEG data stream in real time at the moment when they are using the browser application. B. EEGRec This is part of the hardware abstraction layer, the role of this component is to record, store and preprocess (filter out noisy components etc) the raw EEG data received from the EEG driver component and feed the filtered EEG data, corresponding to the user s concentration, meditation or emotion to the next layer. Since we are using the APIs provided by the manufacturer of the EEG kit, we did not perform any extra preprocessing. C. EEGLib This is a software library that takes as input the EEGRec output from the EEG recorder in the hardware abstraction layer, processes the EEG data to extract the concentration or meditation level, and outputs it to the browser component of the application layer. As mentioned, the SDK provided with the NeuroSky kit contained the required functionality of the library. D. Browser interface This is a service that runs in the background of the browser on the mobile device as part of the application layer and listens and responds to the EEG signals relayed via Bluetooth. It also implements the user interfaces to control various browser functions via EEG inputs. In our system we used an Android Web View to implement the browser interface. Details of the Web View are provided in the following section.

4 V. ANDROID IMPLEMENTATION In this section we describe the implementation details on the system on a mobile device running Android and communicating with the NeuroSky EEG kit via Bluetooth. First of all, we introduce the NeuroSky SDK and later we describe the web browser components to implement our system. A. NeuroSky SDK The NeuroSky SDK (Developer Tools 3, downloadable from the NeuroSky store) [15] includes the necessary APIs. We start a new activity in the Android system that listens for the EEG input from the NeuroSky sensor. The attention level, meditation level, blink and raw EEG data are obtained in the Android device from the output of the EEG sensor, using the NeuroSky EEG SDK [15]. B. WebView in the web browser We use a Web View in the Android operating system to implement the browser interface in a mobile device. A similar interface to the web view can be used in case of other mobile OS s such as ios (FSWebView) Mozilla Firefox OS, Tizen OS etc. For our purposes, we wrote a new web view that lists the favorites, bookmarks etc. In the Android application we create two Activities: the Main Activity and the Browser Activity. Fig. 5. Screenshot of a mobile web browser on an Android system, with category items to navigate. The currently selected item is shown in Orange. Using the EEG input data obtained in real time from the EEG sensor, the user navigates to items in the device home screen and selects a particular item to see the contents. For visualization for items under navigation a user friendly interface is provided. One such simple interface is shown in Fig. 5, where the currently selected item is highlighted. C. Main activity The Main Activity is visible to the user when the browser application is launched. It contains categories of websites which the user wants to view, such as Latest News, Weather etc. This is illustrated in Fig. 4. Fig. 6. Screenshot of a mobile web browser showing the browser activity with selected web page loaded Fig. 4. Screenshot of a mobile web browser on an Android system showing the Main Activity, with category items to navigate.

5 D. Browser Activity Once the item is selected by user, we launch the Browser Activity and the URL associated with the item is loaded into the embedded web view. This is illustrated in Fig. 6. From the browser activity in order to return back to the home screen or main activity, the user has to do a deliberate double blink. on this, we kept the difference of 20 as a threshold level to distinguish deliberate blinks for this user. In our web browser interface, we used deliberate double blinks to open the currently selected item or link in a new browser tab. Fig. 7. Plot of the blink level of the user as detected by the NeuroSky EEG sensor Vs time in seconds, distinguishing the deliberate blinks (red circles) with the casual blinks and other eye movements (peaks in the blue lines other than the red circles) for one user over a series of trials. E. Threshold level for deliberate double blink In our browser implementation, we use deliberate blinks detected by the EEG sensor to open a currently selected item in the web browser. It is to be noted that user blinks can also be detected using a front facing camera on a mobile device. However using the EEG sensor to detect the blinks makes it more accurate. The NeuroSky sensor fires a Blink event and the SDK gives a numerical indicator of blink strength (value between 0 and 100) when it recognizes a blink. We have seen that the blink event is fired sometimes for sudden eye movements as well. One issue while dealing with blinks is distinguishing a casual blink or eye movement from a deliberate blink, since we intend to use deliberate blinks by the user to select the menu items in the web browser. In order to determine this, we recorded the blink values for a series of trials on one user, with a mixture of deliberate double blinks and casual single blinks. In our experiment, we found that it is the difference between the current and previous values, rather than the absolute blink value, that determines if a blink is casual or deliberate. The blink levels obtained for a series of trials with the NeuroSky kit are plotted in Fig. 7. For plotting, we used the OpenWave visualizer tool code [18] and GraphView library [19] available from GitHub. From the graph in Fig. 7, we can see that the difference of 20 or more between the previously recorded blink level and current blink level correctly indicated a double blink. So it seems that the device can differentiate between a normal (or casual) eye blink and a deliberate or forceful eye blink. Based Fig. 8. Plot of the attention level of a user, recorded over three iterations (plotted in green, blue and red), while reading a Google news article on a mobile web browser. Scilab is used for plotting. 1 Hz is the recording frequency. The attention level is a value between on the Y axis, Vs time in seconds on the X axis. F. Threshold level for attention or concentration value We also recorded and used the concentration level recorded by the NeuroSky kit to navigate across a list of items (such as menu items or history items) in the web browser. Fig. 9. Plot of the meditation level of a user, recorded over the same three iterations as the attention level (plotted in green, blue and red), while reading a Google news article on a mobile web browser. Scilab is used for plotting. 1 Hz is the recording frequency. The meditation level is a value between on the Y axis, Vs time in seconds on the X axis.

6 The concentration or attention level recorded by the EEG kit is another value between 0 and 100. In order to determine the threshold for the attention or concentration level using the Neurosky kit, we made a series of recordings of the concentration level when the user was reading a google news article using the web browser. The results are plotted in Fig. 8 over three iterations, plotted using Scilab. We can see that the concentration level remains above 30 consistently (100 being the maximum) with comparatively less fluctuations, when the user is paying attention to the article being read. Fig. 10. Plot of the attention (in green) and meditation (in red) level of a user recorded simultaneously, while reading a Google news article on a mobile web browser. The meditation level is much more variable than the attention level G. Navigating across list items based on concentration level While recording the attention or concentration level of the user, we noticed there was a delay between the user s changing concentration and the time it registered an event on the system. Another issue was that the concentration level fluctuated quite widely. In light of the observed issues, we decided to keep the concentration threshold as a parameter in the system, which the user would set after playing with the system for a while. This is because the concentration level varies from user to user and depends on a number of parameters such as the user s mood or time of day even for the same user. In case of the user with whom the readings in the previous subsection were taken, we kept it as 30. While navigating a list in the web browser, if the concentration level stayed over the threshold for 1 second, the system would navigate to the next item in the list. If the level dropped below the threshold, the system would not navigate further but stay at the currently selected item. If the user makes a deliberate double blink, the system would open the selected link in a new browser tab. H. Recording and using the meditation level We also recorded and plotted the meditation level of the same user simultaneously along with the attention level. The results are plotted and shown over three iterations in Fig. 9. In Fig. 10, we plotted the simultaneous attention and meditation levels of the user when performing the same browsing task. It can be seen that the recorded meditation level is much more variable than the attention level and cannot be controlled easily without some prior training. Therefore, in the current implementaation, we did not use the meditation level for browsing and navigation. VI. ISSUES WITH THE SYSTEM There are a few issues with using the NeuroSky headset to manipulate the EEG values. This is partly because of limitations associated with the EEG technology and partly with the specific sensor kit we are using, manufactured by NeuroSky. In this section we discuss some of them. Limitations associated with EEG include the following: the EEG sensor readings can fluctuate sometimes, it has to be customized for individual users and can only give the attention and concentration level. EEG cannot read thoughts, also it is not possible with most available EEG kits to locate spatial coordinates such as left, right, up, down associated with the thought. Some more advanced commercial kits such as Emotiv Insight and EPOC [2] have a higher number of sensors attached to a number of areas on the head (NeuroSky has just one sensor fitted on the forehead) and can recognize motions such as left or right eye wink, head shaking, teeth clenching and so on, but the current version of the NeuroSky kit cannot. So we have to manage our application as per the functionality available with the current kit. As mentioned previously, the variables that the user is able to modify with the NeuroSky EEG headset include the attention level, concentration level and blink. A certain amount of training is needed to make the user comfortable with manipulating their own attention level as desired. One suggested method on the manufacturer s website is to mentally count back from 100 to 1, which will increase the concentration or attention level. Another issue is overloading of browser functions, for example when the user varies their concentration level and more than one browser function is possible such as move to next item and scroll. To prevent such cases, the event handler has to be modified to have a priority list of events where the EEG input can be applied. Manipulating the meditation level is trickier and the user might need some practice of meditating and playing with the EEG kit, so we did not use the recorded meditation level at this point of time. Also, the threshold of concentration or attention is different for different users and so the system has to be customized for users individually, it is better to keep concentration as a parameter.

7 B. Most visited As mentioned in menu navigation, a similar method is used. When the most visited tab is currently open, the user cycles through a list of most visited sites stored in the web browser by maintaining the attention level above a certain threshold value. Upon a double blink action, the currently selected most visited site is opened in the web browser in a new tab. Fig. 11. Bookmarks section of a web browser in a mobile device. The EEG input at the attention level over a certain threshold enables the user to switch between each of the bookmarks. Upon the double blink by the user, the currently selected bookmark is selected to open. A similar technique is used for the most visited and history sections of the web page. Considering the fact the blink and concentration thresholding varies from user to user and also for different moods of the same user, it might be useful to incorporate machine learning so that the device learns what level of thresholding would be appropriate for a given context and for a given user. Besides, the noise level of the EEG sensor can also make the thresholding seem ad-hoc. Learning would also be helpful to set a threshold that is more robust to noise. VII. BROWSER USER INTERFACES In this section we present the various user interfaces on the web browser side to respond to the EEG inputs. As mentioned in the previous section, only once the user is comfortable with using the kit and the thresholds for attention and blink are customized for the particular user, will these interfaces work as expected. There is a familiarization process required where the user has to play with the browser and learn to modulate their own concentration level with visual feedback, before they can be comfortable using it. The user s EEG concentration level is maintained at a specific value range higher than a threshold in order to move between items. A deliberate double blink action (two blinks within a short time interval) is used for opening the current most visited or favorite page or menu item. This is the general method and as per the context (browser menu, bookmarks etc.) of usage of the web browser, different functionalities are programmed. A. Menu navigation If the user s concentration or attention level is above a certain threshold, the next item in the menu will be navigated. If the user makes a double blink, then the current menu item is selected. This method can be used also for navigating in a list of application icons in a mobile device. C. Favorites or Bookmarks When the favorites tab of the web browser is open, the user can move to the next favorite website by maintaining the concentration or attention level above a certain threshold. Blink is used to select the URL and open the currently selected URL in a browser tab. Fig. 11 illustrates the favorites tab in a mobile web browser. D. Add to favorites When the concentration level is above a certain threshold, the system automatically adds the currently browsed website URL to the favorites. E. History Here, by maintaining the concentration level, the user moves to the next history item. Blink is used to select the URL. F. Scroll Up/Down In this case the user scrolls up or down by keeping their concentration level above a threshold. G. Next/Previous tab Here, if the attention level is more than a first threshold, the user navigates to the next tab in the currently opened tabs. If it is less than a second (lower) threshold, the user can move to the previous tab. H. Menu navigation If the user s concentration or attention level is above a certain threshold, the next item in the menu will be navigated. If the user makes a double blink, then the current menu item is selected. For our implementation, currently we only use the attention and blink levels for navigation in the browser. However, for a better differentiation of user inputs and functions, the meditation level (also detected by the NeuroSky headset as a value between 0 and 100) can additionally be used along with the concentration. This is only possible once the user has trained in meditation and is able to better control the variability in the meditation level. Also, two different thresholds for attention or concentration can be maintained, at a concentration value greater than the first threshold a particular functionality can be invoked on the web browser, while at the concentration value less than a second threshold, a different functionality can similarly be invoked.

8 Fig. 12. Flowchart illustrating the logic on the mobile device in response to inputs received from the EEG sensor By training the user to control their concentration levels and increase and decrease them in a steady manner at will, the user can be trained to control desired functions on the web browser. The flowchart in Fig. 12 provides the flow for invoking functionality in the web browser in response to detected meditation, attention and blink events. VIII. CONCLUSION AND FUTURE WORK In this paper we have presented the design of an EEG based browser. We focused on more simple use cases in the browser using just the concentration and blink levels. In future, we plan to increase the functionalities that the browser can support, and use the meditation level as well as learning to cover an increased number of browser functionalities. Also, we plan to perform the usability study on disabled or paralyzed people, by giving each user a number of common browser tasks (such as navigating to the favorites page or opening a URL from a list of Alexa top 100 websites) and asking them to complete a questionnaire at the end. This would enable us to get a better idea of the usability of such a browser. ACKNOWLEDGEMENT The authors would like to thank Hari Manassery Koduvely for helpful comments during internal reviews of the paper. REFERENCES [1] NeuroSky store: Mindwave [Online]. Available: store.neurosky.com/products/mindwave-1 [2] Emotiv EPOC headset [Online]. Available: emotiv.com/epoc.php [3] MUSE: The Brain Sensing Headband. [Online]. Available: choosemuse.com [4] Melon. [Online]. Available: thinkmelon.com [5] Michael Bensch, Ahmed A. Karim, Jürgen Mellinger, et al., Nessi: An EEG-Controlled Web Browser for Severely Paralyzed Patients, Computational Intelligence and Neuroscience, vol. 2007, Article ID 71863, 5 pages, doi: /2007/71863 [6] Apple Siri [online]. Available: apple.com/ios/siri/ [7] Jason Cross. A list of all the Google Now voice commands. [Online]. Jan 12, Available: greenbot.com/article/ /a-list-of-all-theok-google-voice-commands.html [8] Bao Hong Tan. Using a Low-cost EEG Sensor to Detect Mental States. PhD thesis, Carnegie Mellon University. August URL: andrew.cmu.edu/user/btan/thesis.pdf [9] Ning-Han Liu, Cheng-Yu Chiang and Hsuan-Chin Chu. Recognizing the Degree of Human Attention Using EEG Signals from Mobile Sensors. Sensors 2013, 13, [10] Vourvopoulos, Athanasios, and Fotis Liarokapis. "Brain-controlled NXT Robot: Tele-operating a robot through brain electrical activity." Games and Virtual Worlds for Serious Applications (VS-GAMES), 2011 Third International Conference on. IEEE, [11] W3C media capture and Streams. 5 December [Online]. Available: w3c.github.io/mediacapture-main/getusermedia.html [12] Google Speech API. 3 Feb [Online]. Available: gist.github.com/alotaiba/ [13] How to use Google Speech API. 16 Sep [Online]. Available: x2q.net/2013/09/16/how-to-use-google-speech-api/ [14] Sebastian Germesin. Google Speech API. [Online]. Available: sebastian.germes.in/blog/2011/09/googles-speech-api/ [15] NeuroSky Store. Developer Tools 3: Android. [Online]. Available: store.neurosky.com/products/developer-tools-3-android [16] Android API guide, Building Web Apps in WebView. [Online]. Available: developer.android.com/guide/webapps/webview.html [17] Android Developer Documentation. WebView. [Online]. Available: developer.android.com/reference/android/webkit/webview.html [18] Alex Evanczuk. Openwave Visualizer Code. Dec 31, [Online]. Available: github.com/ /OpenWave/blob/master/src/com/example/OpenWave/Visualizer.java [19] GitHub. GraphView: Chart and Graph library for Android. [Online]. Available: github.com/jjoe64/graphview

EEG Based Detection of Area of Interest in a Web Page

EEG Based Detection of Area of Interest in a Web Page EEG Based Detection of Area of Interest in a Web Page Divya Bansal, Joy Bose, Ankit Kumar Web Solutions Samsung R&D Institute India- Bangalore Bangalore, India divya.bansal@snapdeal.com, {joy.bose, ankit2.kumar}@samsung.com

More information

A Wearable Hardware Platform for Capturing Expert s Experience

A Wearable Hardware Platform for Capturing Expert s Experience A Wearable Hardware Platform for Capturing Expert s Experience Puneet Sharma (UiT) Tre Azam (Myndplay, UK) Soyeb Aswat (Myndplay, UK) Roland Klemke (Open University of the Netherlands) Fridolin Wild (Oxford

More information

Multimodal Interfaces. Remotroid

Multimodal Interfaces. Remotroid Multimodal Interfaces Remotroid Siavash Bigdeli / Christian Lutz University of Neuchatel and University of Fribourg 1. June 2012 Table of contents 1 Introduction...3 2 Idea of the application...3 3 Device

More information

I. INTRODUCTION ABSTRACT

I. INTRODUCTION ABSTRACT 2018 IJSRST Volume 4 Issue 8 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Voice Based System in Desktop and Mobile Devices for Blind People Payal Dudhbale*, Prof.

More information

Advancing Human Interaction with Applications and Devices. EA GA Investment Opportunity

Advancing Human Interaction with Applications and Devices. EA GA Investment Opportunity Advancing Human Interaction with Applications and Devices EA GA Investment Opportunity IMAGINE Computers, mobile devices and wearable devices responding to user intentions, thoughts and emotions. New levels

More information

A Kinect Sensor based Windows Control Interface

A Kinect Sensor based Windows Control Interface , pp.113-124 http://dx.doi.org/10.14257/ijca.2014.7.3.12 A Kinect Sensor based Windows Control Interface Sang-Hyuk Lee 1 and Seung-Hyun Oh 2 Department of Computer Science, Dongguk University, Gyeongju,

More information

CN2 - Design Specification EEG App Using Emotiv System Architecture

CN2 - Design Specification EEG App Using Emotiv System Architecture CN2 - EEG App Using Emotiv System Architecture Figure 1: System Architecture EPOC Neuroheadset It is a product from Emotiv, a headset that can read your brain waves signal by detecting the signals from

More information

MoveaTV PC Evaluation Kit Quick Start Guide

MoveaTV PC Evaluation Kit Quick Start Guide MoveaTV PC Evaluation Kit Quick Start Guide PACKAGE CONTENT 1 Remote 1 USB Dongle 3 AAA Batteries 1 USB Stick Containing MoveaTV Application Installer Motion button and left and right click Double click

More information

Welcome to Analytics. Welcome to Applause! Table of Contents:

Welcome to Analytics. Welcome to Applause! Table of Contents: Welcome to Applause! Your success is our priority and we want to make sure Applause Analytics (ALX) provides you with actionable insight into what your users are thinking and saying about their experiences

More information

Table of Contents 3 Device layout 4 Charge device 7 Pair 9 Navigation 10 Customization 13 Status panel

Table of Contents 3 Device layout 4 Charge device 7 Pair 9 Navigation 10 Customization 13 Status panel Quick Start Guide Table of Contents 3 Device layout 4 Charge device 7 Pair 9 Navigation 10 Customization 13 Status panel 14 Apps screen 15 Widgets 16 Notifications 17 Phone 20 Messages 23 S Health 25 Find

More information

Mouse Pointer Tracking with Eyes

Mouse Pointer Tracking with Eyes Mouse Pointer Tracking with Eyes H. Mhamdi, N. Hamrouni, A. Temimi, and M. Bouhlel Abstract In this article, we expose our research work in Human-machine Interaction. The research consists in manipulating

More information

SUMMARY OF CONTENTS. The Stingray Music web player. Getting Started Accessing the web player Signing up to Stingray Music

SUMMARY OF CONTENTS. The Stingray Music web player. Getting Started Accessing the web player Signing up to Stingray Music SUMMARY OF CONTENTS 1. The Stingray Music web player 3 2. Getting Started Accessing the web player Signing up to Stingray Music 4 5 3. Finding Music Your TV lineup Vibes Channels1 Exclusivities2 Recommendations

More information

Testing your TLS version

Testing your TLS version Testing your TLS version If you are not able to access Progressive Leasing websites, you may need to upgrade your web browser or adjust your settings. In order to test your TLS version to see if it is

More information

GENERAL SET UP & APP. Swipe up and tap Restart.

GENERAL SET UP & APP. Swipe up and tap Restart. MOVADO CONNECT FAQ GENERAL SET UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Your smartwatch is compatible with Android and ios phones, specifically with Android OS 4.4 or higher, ios 9 and

More information

How To Setup Bluetooth Iphone 4s Ringtones On Windows >>>CLICK HERE<<<

How To Setup Bluetooth Iphone 4s Ringtones On Windows >>>CLICK HERE<<< How To Setup Bluetooth Iphone 4s Ringtones On Windows (iphone 4s) to connect iphone to your computer to sync and charge. Apple USB power adapter and Voice Memos are played, even if the Ring/Silent switch

More information

Researcher 2015;7(5) A New Emerging Interface: Sorcerous User Interface SUI. Abdur Razzaq

Researcher 2015;7(5)   A New Emerging Interface: Sorcerous User Interface SUI. Abdur Razzaq A New Emerging Interface: Sorcerous User Interface SUI Abdur Razzaq MTB College Khalid Campus, Manthar Road Sadiq Abad, Punjab, Pakistan mirzarazzaq@gmail.com Abstract In this document we want to introduce

More information

Your Guide to NeuroTracker

Your Guide to NeuroTracker Your Guide to NeuroTracker 1. The Essentials 2. Your Dashboard 3. Upgrading to 3D 4. NeuroTracker Knowhow 5. Your Core Programs The Essentials What You Need You can access NeuroTracker Remote from any

More information

Measuring the impact of IoT. Alison Robart Director, Client Services

Measuring the impact of IoT. Alison Robart Director, Client Services Measuring the impact of IoT Alison Robart Director, Client Services Looking Ahead to the Voice Era July 2017 Alison Robart Director Client Insights comscore, Inc. For info about the proprietary technology

More information

Tracking driver actions and guiding phone usage for safer driving. Hongyu Li Jan 25, 2018

Tracking driver actions and guiding phone usage for safer driving. Hongyu Li Jan 25, 2018 Tracking driver actions and guiding phone usage for safer driving Hongyu Li Jan 25, 2018 1 Smart devices risks and opportunities Phone in use 14% Other distractions 86% Distraction-Affected Fatalities

More information

BioZen Users Manual Page 2

BioZen Users Manual Page 2 BioZen Users Manual BioZen Users Manual Page 2 Table of Contents BioZen Users Manual... 1 Table of Contents... 2 1. Introduction... 3 2. Home Screen... 3 2.1 Learn Button... 3 2.2 View Button... 3 2.3

More information

Malling U3A Computer Group. Xmas Tech gift ideas. Chris Daly 3rd December 2018

Malling U3A Computer Group. Xmas Tech gift ideas. Chris Daly 3rd December 2018 Malling U3A Computer Group Xmas Tech gift ideas Chris Daly 3rd December 2018 Tech Xmas ideas Some ideas for Tech gifts as Xmas presents. Could be for family, friends or you. Each year the cost of hardware

More information

What is Android? Android is an open-source operating system (OS) used in smart devices

What is Android? Android is an open-source operating system (OS) used in smart devices Phones and Tablets What is Android? Android is an open-source operating system (OS) used in smart devices Developed by Google (2005) Phones Tablets Smart TVs Watches Cars Cameras and much more... Originally

More information

Mouseless Internet Browsing for Open V/Vmax Devices

Mouseless Internet Browsing for Open V/Vmax Devices Mouseless Internet Browsing for Open V/Vmax Devices Mouseless Browsing (MLB) is a technique that enables you to browse the Internet without using a mouse. This innovative functionality adds small boxes

More information

ISSN (PRINT): , (ONLINE): , VOLUME-4, ISSUE-11,

ISSN (PRINT): , (ONLINE): , VOLUME-4, ISSUE-11, NATURAL LANGUAGE PROCESSING BASED HOME AUTOMATION SYSTEM USING SMART PHONE AND AURDINO MICROCONTROLLER BOARD Burgoji Santhosh Kumar Assistant Professor, Dept Of Ece, Anurag Group Of Institutions, Hyderabad,

More information

Accelerometer Gesture Recognition

Accelerometer Gesture Recognition Accelerometer Gesture Recognition Michael Xie xie@cs.stanford.edu David Pan napdivad@stanford.edu December 12, 2014 Abstract Our goal is to make gesture-based input for smartphones and smartwatches accurate

More information

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID ANDROID GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Wear OS by Google works with

More information

UNIT 1. The App Store was created the next year and its Android rival, Google Play,(2008)

UNIT 1. The App Store was created the next year and its Android rival, Google Play,(2008) UNIT 1 Keywords: page 12-15 An app, short for application, is a software program made for mobile devices. It can serve many purposes, including but not limited to: communication buying things online social

More information

A Dash of Lifestyle for Your Car.

A Dash of Lifestyle for Your Car. A Dash of Lifestyle for Your Car. Smartphone Control for Android [KW-V51BT/V31BT] App Link Mode for ipod /iphone Seamless Android Control with JVC Smartphone Control App With this app installed on the

More information

Student Success Guide

Student Success Guide Student Success Guide Contents Like a web page, links in this document can be clicked and they will take you to where you want to go. Using a Mouse 6 The Left Button 6 The Right Button 7 The Scroll Wheel

More information

STREAMTV POWERED BY HOW-TO GUIDE

STREAMTV POWERED BY HOW-TO GUIDE STREAMTV POWERED BY HOW-TO GUIDE Before attempting any of the content in this Quick Start Guide, first: 1 2 3 4 5 6 7 Have an active Pioneer Communications Internet service AND an active e-mail address.

More information

CS 528 Mobile and Ubiquitous Computing Lecture 11b: Mobile Security and Mobile Software Vulnerabilities Emmanuel Agu

CS 528 Mobile and Ubiquitous Computing Lecture 11b: Mobile Security and Mobile Software Vulnerabilities Emmanuel Agu CS 528 Mobile and Ubiquitous Computing Lecture 11b: Mobile Security and Mobile Software Vulnerabilities Emmanuel Agu Authentication using Biometrics Biometrics Passwords tough to remember, manage Many

More information

Taking Your iphone to

Taking Your iphone to Taking Your iphone to the Max, ios 5 Edition -"-I f.6>. ii "VS Michael Grothaus Steve Sande Erica Sadun Apress* Contents Contents at a Glance About the Authors About the Technical Reviewer iv xiv xv Part

More information

See your health with this modern alternative

See your health with this modern alternative 1 See your health with this modern alternative Works on Android phones 4+, tablets and iphones 5+ 2 3 4 help people and earn money: When it comes to Aura Technology you should trust the best! We have a

More information

National Digital Literacy Mission Module 1: Power in Your Hands

National Digital Literacy Mission Module 1: Power in Your Hands National Digital Literacy Mission Module 1: Power in Your Hands 2 Lesson Plan Lesson Plan of Module 1 1. Overview and introduction to digital devices 2. Know the computer (Components, Functions and Applications)

More information

Real-time Gesture Pattern Classification with IMU Data

Real-time Gesture Pattern Classification with IMU Data Real-time Gesture Pattern Classification with IMU Data Alex Fu Stanford University Computer Science Department alexfu@stanford.edu Yangyang Yu Stanford University Electrical Engineering Department yyu10@stanford.edu

More information

AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY

AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY 2017 TESLA MODEL S 75 INFOTAINMENT SYSTEM* DEMAND RATING Very High Demand The Tesla Model S 75 infotainment system generated a very high demand rating in the

More information

BETTER TOGETHER. Internet + TV from Elevate Fiber. TV User Guide

BETTER TOGETHER. Internet + TV from Elevate Fiber. TV User Guide BETTER TOGETHER Internet + TV from Elevate Fiber. TV User Guide Stream your favorite shows and movies with Elevate s new high-def TV. Elevate TV is a full-featured digital television service delivered

More information

Web & Automotive. Paris, April Dave Raggett

Web & Automotive. Paris, April Dave Raggett Web & Automotive Paris, April 2012 Dave Raggett 1 Aims To discuss potential for Web Apps in cars Identify what kinds of Web standards are needed Discuss plans for W3C Web & Automotive Workshop

More information

Flip the Future of Collaboration

Flip the Future of Collaboration Flip the Future of Collaboration 2 3 Transform the Modern Meeting The meeting is the foundation of today s business world. It also can be one of its most challenging elements. Between preparing and moving

More information

A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION

A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION Ashish A Kulkarni 1, Pooja A Kulkarni 2 1 Assistant Professor, MIT School of Management Pune, (India) 2 Assistant Professor, NBN

More information

Design av brukergrensesnitt på mobile enheter

Design av brukergrensesnitt på mobile enheter Design av brukergrensesnitt på mobile enheter Tutorial på Yggdrasil Lillehammer, 12 oktober 2009 Erik G. Nilsson SINTEF IKT ICT Agenda 13:15 Introduction, user interfaces on mobile equipment, important

More information

Vudu app for kindle fire apk

Vudu app for kindle fire apk Vudu app for kindle fire apk Confirmed working Vudu app working on Fire TV/Stick. http://www.apkmirror.. Re: vudu app for kindle fire and kindle fire hd. Vudu works just fine on the kindle fire hd. I've

More information

G.A Collaborative Project of the 7 th Framework Programme. 1 st Prototype Description. v.1 [29/12/2010]

G.A Collaborative Project of the 7 th Framework Programme. 1 st Prototype Description. v.1 [29/12/2010] G.A.247447 Collaborative Project of the 7 th Framework Programme 1 st Prototype Description v.1 [29/12/2010] www.brainable.org Document Information Project Number 247447 Acronym BrainAble Full title Project

More information

Smart speakers (like the Amazon Echo shown here), appliances, and equipment connect to the Internet, allowing you to access information using voice

Smart speakers (like the Amazon Echo shown here), appliances, and equipment connect to the Internet, allowing you to access information using voice Smart speakers (like the Amazon Echo shown here), appliances, and equipment connect to the Internet, allowing you to access information using voice commands, or use your mobile device or computer as a

More information

Private Internet Access (PIA)

Private Internet Access (PIA) Private Internet Access (PIA) Secure VPN for $3.33 per Month Use in public places coffee shops, hotel lobbies, airports, etc. Encrypted and your identity is protected For Safe Browsing, Always Use Protection

More information

OCR Interfaces for Visually Impaired

OCR Interfaces for Visually Impaired OCR Interfaces for Visually Impaired TOPIC ASSIGNMENT 2 Author: Sachin FERNANDES Graduate 8 Undergraduate Team 2 TOPIC PROPOSAL Instructor: Dr. Robert PASTEL March 4, 2016 LIST OF FIGURES LIST OF FIGURES

More information

Getting Started with Crazy Talk 6

Getting Started with Crazy Talk 6 Getting Started with Crazy Talk 6 Crazy Talk 6 is an application that generates talking characters from an image or photo, as well as facial animation for video. Importing an Image Launch Crazy Talk and

More information

FSA Algebra 1 EOC Practice Test Guide

FSA Algebra 1 EOC Practice Test Guide FSA Algebra 1 EOC Practice Test Guide This guide serves as a walkthrough of the Florida Standards Assessments (FSA) Algebra 1 End-of- Course (EOC) practice test. By reviewing the steps listed below, you

More information

Brain enabled mechanized speech synthesizer using Brain Mobile Interface

Brain enabled mechanized speech synthesizer using Brain Mobile Interface Brain enabled mechanized speech synthesizer using Brain Mobile Interface G.N.Jayabhavani, N.R.Raajan School of Electrical and Electronics Engineering, SASTRA University, Thanjavur, TamilNadu, India Email:

More information

Sony expands SmartWear Experience range with two new additions for Lifelog - SmartBand Talk and SmartWatch 3

Sony expands SmartWear Experience range with two new additions for Lifelog - SmartBand Talk and SmartWatch 3 Press Release Sony expands SmartWear Experience range with two new additions for Lifelog - SmartBand Talk and SmartWatch 3 SmartWear Experience is Sony s vision for smart, wearable technology founded on

More information

Inventions on GUI for Eye Cursor Controls Systems

Inventions on GUI for Eye Cursor Controls Systems From the SelectedWorks of Umakant Mishra October, 2005 Inventions on GUI for Eye Cursor Controls Systems Umakant Mishra Available at: https://works.bepress.com/umakant_mishra/28/ Inventions on GUI for

More information

California Polytechnic University San Luis Obispo. CSC Senior Project. Formal Report. Ciceroni ios App

California Polytechnic University San Luis Obispo. CSC Senior Project. Formal Report. Ciceroni ios App California Polytechnic University San Luis Obispo CSC Senior Project Formal Report Ciceroni ios App Abstract The Ciceroni app for ios is a crowdsourcing tour app that allows users to create and share tours

More information

Get the most out of your Oticon hearing instruments

Get the most out of your Oticon hearing instruments Get the most out of your Oticon hearing instruments CONNECTIVITY Your ideal companion With Oticon ConnectLine you can get the most out of your Oticon hearing instruments in more situations. ConnectLine

More information

Embedded Software: Its Growing Influence on the Hardware world

Embedded Software: Its Growing Influence on the Hardware world Embedded Software: Its Growing Influence on the Hardware world ISA Vision Summit 2009, Bangalore 16 th FEB 09 V. R. Venkatesh Head, Product Engineering Services, Wipro Technologies. Wipro in Product Engineering

More information

MARATHI TEXT-TO-SPEECH SYNTHESISYSTEM FOR ANDROID PHONES

MARATHI TEXT-TO-SPEECH SYNTHESISYSTEM FOR ANDROID PHONES International Journal of Advances in Applied Science and Engineering (IJAEAS) ISSN (P): 2348-1811; ISSN (E): 2348-182X Vol. 3, Issue 2, May 2016, 34-38 IIST MARATHI TEXT-TO-SPEECH SYNTHESISYSTEM FOR ANDROID

More information

GENERAL SET-UP & APP GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY. For IOS:

GENERAL SET-UP & APP GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY. For IOS: For IOS: GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Wear OS by Google works with

More information

Latest version of google chrome for windows

Latest version of google chrome for windows Latest version of google chrome for windows What makes a browser different from other similar ones are its features. Just have a glance at the brilliant features of this browser: Difficulty to install

More information

If you do not have administrator privileges on your computer and are unable to install Java, please reach out to the ITC Help Desk at

If you do not have administrator privileges on your computer and are unable to install Java, please reach out to the ITC Help Desk at In order to stay browser compliant, Dartmouth is moving to using a product called Java Web Start for its Oracle EBS applications. Java Web Start will allow users to run Oracle EBS using Internet Explorer,

More information

Introduction to the Internet. Part 1. What is the Internet?

Introduction to the Internet. Part 1. What is the Internet? Introduction to the Internet Part 1 What is the Internet? A means of connecting a computer to any other computer anywhere in the world via dedicated routers and servers. When two computers are connected

More information

User Guide for PGA Tour: The Submitter Role

User Guide for PGA Tour: The Submitter Role User Guide for PGA Tour: For Employees who Submit their Expenses with ExpensAble Corporate If you are an employee who is using ExpensAble Corporate to submit your travel & entertainment expenses, this

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Grade 8 FSA Mathematics Practice Test Guide

Grade 8 FSA Mathematics Practice Test Guide Grade 8 FSA Mathematics Practice Test Guide This guide serves as a walkthrough of the Grade 8 Florida Standards Assessments (FSA) Mathematics practice test. By reviewing the steps listed below, you will

More information

Contemporary Accessible Technologies and Web Standards. Dr Scott Hollier

Contemporary Accessible Technologies and Web Standards. Dr Scott Hollier Contemporary Accessible Technologies and Web Standards Dr Scott Hollier WHO IS MEDIA ACCESS AUSTRALIA Not-for-profit organisation addressing access issues in: TV Cinema DVD Education New Media Access issues

More information

Welcome to the world of Quick Start Guide Open Sesame Version 3.0.0

Welcome to the world of Quick Start Guide Open Sesame Version 3.0.0 www.razmobility.com Welcome to the world of Quick Start Guide Open Sesame Version 3.0.0 December 2017 Additional Support Please visit www.razmobility.com/support for additional information, including:

More information

Tree-mapping Based App Access System for ios Platform

Tree-mapping Based App Access System for ios Platform Tree-mapping Based App Access System for ios Platform Project Report Supervisor: Prof. Rossiter Prepared by: WANG Xiao, MSc(IT) Student 3 May, 2012 Proposal number: CSIT 6910A-Final Table of Contents 1.

More information

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1

Android. Lesson 1. Introduction. Android Developer Fundamentals. Android Developer Fundamentals. to Android 1 Android Lesson 1 1 1 1.0 to Android 2 Contents Android is an ecosystem Android platform architecture Android Versions Challenges of Android app development App fundamentals 3 Android Ecosystem 4 What is

More information

26/05/2015 AR & VR? 1 1

26/05/2015 AR & VR? 1 1 AR & VR? 1 1 2 2 3 3 4 4 5 5 Ubiquitous Computing (UbiComp) To activate the world by embedding the computing into the environment and the objects (Mark Weiser, 1993) Anywhere and everywhere Also called

More information

ERPEEG Tutorial. Version 1.0. This tutorial was written by: Sravya Atluri, Matthew Frehlich and Dr. Faranak Farzan.

ERPEEG Tutorial. Version 1.0. This tutorial was written by: Sravya Atluri, Matthew Frehlich and Dr. Faranak Farzan. ERPEEG Tutorial Version 1.0 This tutorial was written by: Sravya Atluri, Matthew Frehlich and Dr. Faranak Farzan. Contact: faranak.farzan@sfu.ca Temerty Centre for Therapeutic Brain Stimulation Centre

More information

A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS

A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS Bulletin of the Transilvania University of Braşov Series V: Economic Sciences Vol. 7 (56) No. 2-2014 A MODEL FOR COMPARATIVE ANALYSIS OF THE SIMILARITY BETWEEN ANDROID AND IOS OPERATING SYSTEMS R. LIXĂNDROIU

More information

Veris Sensors App. Quick Start Guide Pressure Monitoring. For Use with Differential Pressure / Air Velocity Transducers. Introduction.

Veris Sensors App. Quick Start Guide Pressure Monitoring. For Use with Differential Pressure / Air Velocity Transducers. Introduction. ZL0174-0C Page 1 of 7 2019 Veris Industries USA 800.354.8556 or +1.503.598.4564 / support@veris.com 0319 Quick Start Guide Pressure Monitoring Veris Sensors App For Use with Differential Pressure / Air

More information

User Interfaces for Web Sites and Mobile Devices. System and Networks

User Interfaces for Web Sites and Mobile Devices. System and Networks User Interfaces for Web Sites and Mobile Devices System and Networks Computer Systems and Networks: Device-Aware Interfaces Interfaces must take into account physical constraints of computers and networks:

More information

MediaTek Natural User Interface

MediaTek Natural User Interface MediaTek White Paper October 2014 2014 MediaTek Inc. Table of Contents 1 Introduction... 3 2 Computer Vision Technology... 7 3 Voice Interface Technology... 9 3.1 Overview... 9 3.2 Voice Keyword Control...

More information

GETTING STARTED HEALTH & SAFETY

GETTING STARTED HEALTH & SAFETY HEADSET USER MANUAL HEADPHONES 1. Pull out the 3.5 mm audio cable and insert the connector into the phone s headphone jack. Close the cover. iphone 7 users will need the adapter supplied with the phone.

More information

WELCOME : OVERVIEW Mobile Applications Testing. Copyright

WELCOME : OVERVIEW Mobile Applications Testing. Copyright WELCOME : OVERVIEW Mobile Applications Testing Copyright NataliaS@portnov.com 1 INTRODUCTION: Mobile APP vs Desktop and WEB Ever since the first cell phone hit the commercial market in 1983, the mobile

More information

User Task Automator. Himanshu Prasad 1, P. Geetha Priya 2, S.Manjunatha 3, B.H Namratha 4 and Rekha B. Venkatapur 5 1,2,3&4

User Task Automator. Himanshu Prasad 1, P. Geetha Priya 2, S.Manjunatha 3, B.H Namratha 4 and Rekha B. Venkatapur 5 1,2,3&4 Asian Journal of Engineering and Applied Technology ISSN: 2249-068X Vol. 6 No. 1, 2017, pp.40-44 The Research Publication, www.trp.org.in Himanshu Prasad 1, P. Geetha Priya 2, S.Manjunatha 3, B.H Namratha

More information

A Multilingual Video Chat System Based on the Service-Oriented Architecture

A Multilingual Video Chat System Based on the Service-Oriented Architecture 2017 IEEE Symposium on Service-Oriented System Engineering A Multilingual Video Chat System Based on the Service-Oriented Architecture Jayanti Andhale, Chandrima Dadi, Zongming Fei Laboratory for Advanced

More information

GfK Digital Trends App. Installation Guide & User Manual for Microsoft Internet Explorer users

GfK Digital Trends App. Installation Guide & User Manual for Microsoft Internet Explorer users GfK Digital Trends App Installation Guide & User Manual for Microsoft Internet Explorer users Software version: 15.2 Effective date: 24 th August 2015 Table of contents The GfK Digital Trends App... 1

More information

STEALING PINS VIA MOBILE SENSORS: ACTUAL RISK VERSUS USER PERCEPTION

STEALING PINS VIA MOBILE SENSORS: ACTUAL RISK VERSUS USER PERCEPTION STEALING PINS VIA MOBILE SENSORS: ACTUAL RISK VERSUS USER PERCEPTION Maryam Mehrnezhad Ehsan Toreini Siamak F. Shahandashti Feng Hao Newcastle University, UK At EuroUSEC, July 2016 JavaScript-based attack

More information

SE 3S03 - Tutorial 1. Zahra Ali. Week of Feb 1, 2016

SE 3S03 - Tutorial 1. Zahra Ali. Week of Feb 1, 2016 SE 3S03 - Tutorial 1 Department of Computer Science McMaster University naqvis7@mcmaster.ca Week of Feb 1, 2016 testing vs Software Devices and s Devices and s App Device Outline testing vs Software Devices

More information

S1 Smart Watch APPS GUIDE. Models: S1, S1C & S1 PLUS

S1 Smart Watch APPS GUIDE. Models: S1, S1C & S1 PLUS S1 Smart Watch APPS GUIDE Models: S1, S1C & S1 PLUS SETTINGS The settings app in the S1 allows you to make adjustments on all local settings on the watch. You can change the look of the screen, sound and

More information

Netvibes A field guide for missions, posts and IRCs

Netvibes A field guide for missions, posts and IRCs Netvibes A field guide for missions, posts and IRCs 7/2/2012 U.S. Department of State International Information Programs Office of Innovative Engagement Table of Contents Introduction... 3 Setting up your

More information

Review of Mobile Web Application Frameworks

Review of Mobile Web Application Frameworks Review of Mobile Web Application Frameworks Article Number: 909 Rating: Unrated Last Updated: Mon, May 9, 2011 at 10:57 AM If you are serious about getting your website or web application mobile-friendly,

More information

MicroBot Push User Guide

MicroBot Push User Guide MicroBot Push User Guide Troubleshooting 24 My Microbot App does not detect my MicroBot Push 24 MicroBot Push keeps disconnecting 25 MicroBot Push is not updating 25 Getting Started 2 Meet MicroBot Push

More information

S1 Smart Watch APPS GUIDE. Models: S1, S1C & S1 PLUS

S1 Smart Watch APPS GUIDE. Models: S1, S1C & S1 PLUS S1 Smart Watch APPS GUIDE Models: S1, S1C & S1 PLUS SETTINGS The settings app in the S1 allows you to make adjustments on all local settings on the watch. You can change the look of the screen, sound and

More information

A user-friendly wearable single-channel EOG-based humancomputer interface for cursor control

A user-friendly wearable single-channel EOG-based humancomputer interface for cursor control Title A user-friendly wearable single-channel EOG-based humancomputer interface for cursor control Author(s) ANG, AMS; Zhang, Z; Hung, YS; Mak, JNF Citation The 7th International IEEE/EMBS Conference on

More information

Getting Started for Moderators Quick Reference Guide

Getting Started for Moderators Quick Reference Guide Practice before leading your first session. Become familiar with the session content. Open web pages, applications needed for application sharing and screen captures before session begins. Load multimedia

More information

1. Introduction P Package Contents 1.

1. Introduction P Package Contents 1. 1 Contents 1. Introduction ------------------------------------------------------------------------------- P. 3-5 1.1 Package Contents 1.2 Tablet Overview 2. Using the Tablet for the first time ---------------------------------------------------

More information

Talend Data Preparation Free Desktop. Getting Started Guide V2.1

Talend Data Preparation Free Desktop. Getting Started Guide V2.1 Talend Data Free Desktop Getting Guide V2.1 1 Talend Data Training Getting Guide To navigate to a specific location within this guide, click one of the boxes below. Overview of Data Access Data And Getting

More information

Voice activated spell-check

Voice activated spell-check Technical Disclosure Commons Defensive Publications Series November 15, 2017 Voice activated spell-check Pedro Gonnet Victor Carbune Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Eko Windows Application User Guide

Eko Windows Application User Guide Eko Windows Application User Guide The Eko Windows Application is supported by Windows Version 7.0 or newer. Please ensure that the Windows desktop, laptop, or tablet has a USB port and that the specially

More information

Quick guide to connectivity and the ReSound Smart 3D app

Quick guide to connectivity and the ReSound Smart 3D app Quick guide to connectivity and the ReSound Smart 3D app Content Compatibility: Hearing aids and mobile devices...4 Get started with your iphone, ipad or ipod touch...6 Pair with your ReSound Smart Hearing

More information

IMPLEMENTING ON OPTICAL CHARACTER RECOGNITION USING MEDICAL TABLET FOR BLIND PEOPLE

IMPLEMENTING ON OPTICAL CHARACTER RECOGNITION USING MEDICAL TABLET FOR BLIND PEOPLE Impact Factor (SJIF): 5.301 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 5, Issue 3, March-2018 IMPLEMENTING ON OPTICAL CHARACTER

More information

FLYING SMARTER STARTS HERE TABLE OF CONTENTS

FLYING SMARTER STARTS HERE TABLE OF CONTENTS FLYING SMARTER STARTS HERE Gogo Vision Life goes on between takeoff and landing, and with Gogo connectivity and entertainment on board you ll never miss a moment of it. That s the personal and professional

More information

Moving Object Detection for Video Surveillance

Moving Object Detection for Video Surveillance International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Moving Object Detection for Video Surveillance Abhilash K.Sonara 1, Pinky J. Brahmbhatt 2 1 Student (ME-CSE), Electronics and Communication,

More information

Chapter 2: Android Device Basics

Chapter 2: Android Device Basics Chapter 2: Android Device Basics 1 Chapter 2: Android Device Basics Android devices have a ton of cool features and are really fun to play with, but they have a very practical side as well. We ll touch

More information

Harvard Public Library hoopla Video, Music, Audiobooks, ebooks & Comics. on Apple ios Devices

Harvard Public Library  hoopla Video, Music, Audiobooks, ebooks & Comics. on Apple ios Devices Harvard Public Library www.harvardpubliclibrary.org hoopla Video, Music, Audiobooks, ebooks & Comics on Apple ios Devices hoopla is a digital media service which enables patrons to borrow a selection of

More information

D2L vs. Canvas Mobile Experience

D2L vs. Canvas Mobile Experience Preface Keegan Long-Wheeler D2L vs. Canvas Mobile Experience This document highlights and compares the mobile experiences of using D2L and Canvas. The mobile experience was evaluated using an ipad on ios

More information

Windows 10 Configuration Tips & Resources

Windows 10 Configuration Tips & Resources Windows 10 Configuration Tips & Resources I n f o r m a t i o n T e c h n o l o g y S e r v i c e s Revised April 16, 2018 The First-Time Login Must Be On-Campus 1. Make sure your new Windows 10 laptop

More information

International Journal of Advance Research, IJOAR.org ISSN xxxx-xxxx

International Journal of Advance Research, IJOAR.org ISSN xxxx-xxxx Paper-Link: Physical Notes of Digital World Ajinkya C. Choudhary,BhushanLende, ShrutiShrivastav ajinkyachoudhary@live.in bhushanlende13@gmail.com shruti.shriwastav@gmail.com Bapurao Deshmukh College of

More information

NEXT GENERATION Mobile PHONE SUPER PHONE

NEXT GENERATION Mobile PHONE SUPER PHONE NEXT GENERATION Mobile PHONE Author Contact Details Amandeep Kathuria amandeep.kathuria@kelltontech.com Purpose NEXT GENERATION MOBILE PHONE 1 Contents Mobile Phone Evolution Cycle... 3 Acquaintance...

More information