Blue eyes (Download Full Report And Abstract)
#6

[attachment=2679]


1. INTRODUCTION
BlueEyes system provides technical means for monitoring and recording the operatorâ„¢s basic physiological parameters. The most important parameter is saccadic activity1, which enables the system to monitor the status of the operatorâ„¢s visual attention along with head acceleration, which accompanies large displacement of the visual axis (saccades larger than 15 degrees). Complex industrial environment can create a danger of exposing the operator to toxic substances, which can affect his cardiac, circulatory and pulmonary systems. Thus, on the grounds of plethysmographic signal taken from the forehead skin surface, the system computes heart beat rate and blood oxygenation.
The BlueEyes system checks above parameters against abnormal (e.g. a low level of blood oxygenation or a high pulse rate) or undesirable (e.g. a longer period of lowered visual attention) values and triggers user-defined alarms when necessary. Quite often in an emergency situation operator speak to themselves expressing their surprise or stating verbally the problem. Therefore, the operatorâ„¢s voice, physiological parameters and an overall view of the operating room are recorded. This helps to reconstruct the course of operatorsâ„¢ work and provides data for long-term analysis.
BlueEyes consists of a mobile measuring device and a central analytical system. The mobile device is integrated with Bluetooth module providing wireless interface between sensors worn by the operator and the central unit. ID cards assigned to each of the operators and adequate user profiles on the central unit side provide necessary data personalization so different people can use a single mobile device (called hereafter DAU “ Data Acquisition Unit). The overall system diagram is shown in Figure 1. The tasks of the mobile Data Acquisition Unit are to maintain Bluetooth connections, to get information from the sensor and sending it over the wireless connection,
1 Saccades are rapid eye jumps to new locations within a visual environment assigned predominantly by the conscious attention process.
to deliver the alarm messages sent from the Central System Unit to the operator and handle personalized ID cards. Central System Unit maintains the other side of the Bluetooth connection, buffers incoming sensor data, performs on-line data analysis, records the conclusions for further exploration and provides visualization interface.
The task of the mobile Data Acquisition Unit are to maintain Bluetooth connection, to get information from the sensor and sending it over the wireless connection ,to deliver the alarm messages sent from the Central System Unit to the operator and handle personalized ID cards. Central System Unit maintains the other side of the Bluetooth connection, buffers incoming sensor data, performs on-line data analysis, records the conclusion for further exploration and provides visualization interface.
1.1. PERFORMANCE REQUIREMENTS
The portable nature of the mobile unit results in a number of performance requirements. As the device is intended to run on batteries, low power consumption is the most important constraint. Moreover, it is necessary to assure proper timing while receiving and transmitting sensor signals. To make the operation comfortable the device should be lightweight and electrically safe. Finally the use of standard and inexpensive ICâ„¢s will keep the price of the device at relatively low level.
The priority of the central unit is to provide real-time buffering and incoming sensor signals and semi-real-time processing of the data, which requires speed-optimizes filtering and reasoning algorithms. Moreover, the design should assure the possibility of distributing the processing among two or more central unit nodes (e.g. to offload the database system related tasks to a dedicated server).
1.2. DESIGN METHODOLOGIES

In creating the BlueEyes system a waterfall software development model was used since it is suitable for unrepeatable and explorative projects. During the course of the development UML standard notations were used. They facilitate communication between team members, all the ideas are clearly expressed by means of various diagrams, which is a sound base for further development.
The results of the functional design phase were documented on use case diagrams. During the low-level design stage the whole systems was divided into five main modules. Each of them has an independent, well-defined functional interface providing precise description of the services offered to the other modules. All the interfaces are documented on UML class, interaction and state diagrams. At this point each of the modules can be assigned to a team member, implemented and tested in parallel. The last stage of the project is the integrated system testing.
1.3. INNOVATIVE IDEAS

The unique feature of our system relies on the possibility of monitoring the operatorâ„¢s higher brain functions involved in the acquisition of the information from the visual environment. The wireless page link between the sensors worn by the operator and the supervising system offers new approach to system overall reliability and safety. This gives a possibility to design a supervising module whose role is to assure the proper quality of the system performance. The new possibilities can cover such areas as industry, transportation (by air, by road and by sea), military command centers or operating theaters (anesthesiologists).
2. IMPLEMANTATION OF BLUE EYES TECHNOLOGY
2.1. FUNCTIONAL DESIGN
During the functional design phase we used UML standard use case notation, which shows the functions the system offers to particular users. BlueEyes has three groups of users: operators, supervisors and system administrators. Operator is a person whose physiological parameters are supervised. The operator wears the DAU. The only functions offered to that user are authorization in the system and receiving alarm alerts. Such limited functionality assures the device does not disturb the work of the operator (Fig. 2).

Figure 2: Mobile Device User
Authorization “ the function is used when the operator™s duty starts. After inserting his personal ID card into the mobile device and entering proper PIN code the device will start listening for incoming Bluetooth connections. Once the connection has been established and authorization process has succeeded (the PIN code is correct) central system starts monitoring the operator™s physiological parameters. The authorization process shall be repeated after reinserting the ID card. It is not, however, required on reestablishing Bluetooth connection.
Receiving alerts “ the function supplies the operator with the information about the most important alerts regarding his or his co-workers™ condition and mobile device state (e.g. connection lost, battery low). Alarms are signaled by using a beeper, earphone providing central system sound feedback and a small alphanumeric LCD display, which shows more detailed information.
Supervisor is a person responsible for analyzing operatorsâ„¢ condition and performance. The supervisor receives tools for inspecting present values of the parameters (On-line browsing) as well as browsing the results of long-term analysis (Off-line browsing).
During the on-line browsing it is possible to watch a list of currently working operators and the status of their mobile devices. Selecting one of the operators enables the supervisor to check the operatorâ„¢s current physiological condition (e.g. a pie chart showing active brain involvement) and a history of alarms regarding the operator. All new incoming alerts are displayed immediately so that the supervisor is able to react fast. However, the presence of the human supervisor is not necessary since the system is equipped with reasoning algorithms and can trigger user-defined actions (e.g. to inform the operatorâ„¢s co-workers).
During off-line browsing it is possible to reconstruct the course of the operatorâ„¢s duty with all the physiological parameters, audio and video data. A comprehensive data analysis can be performed enabling the supervisor to draw conclusions on operatorâ„¢s overall performance and competency (e.g. for working night shifts).
System administrator is a user that maintains the system. The administrator delivers tools for adding new operators to the database, defining alarm conditions,
configuring logging tools and creating new analyzer modules.
While registering new operators the administrator enters appropriate data (and a photo if available) to the system database and programs his personal ID card.
Defining alarm conditions “ the function enables setting up user-defined alarm conditions by writing condition-action rules (e.g. low saccadic activity during a longer period of time inform operator™s co-workers, wake him up using the beeper or playing appropriate sound and log the event in the database).
Designing new analyzer modules-based on earlier recorded data the administrator can create new analyzer module that can recognize other behaviors than those which are built-in the system. The new modules are created using decision tree induction algorithm. The administrator names the new behavior to be recognized and points the data associated with it. The results received from the new modules can be used in alarm conditions.
Monitoring setup enables the administrator to choose the parameters to monitor as well as the algorithms of the desired accuracy to compute parameter values.
Logger setup provides tools for selecting the parameters to be recorded. For audio data sampling frequency can be chosen. As regards the video signal, a delay between storing consecutive frames can be set (e.g. one picture in every two seconds).
Database maintenance “ here the administrator can remove old or uninteresting data from the database. The uninteresting data is suggested by the built-in reasoning system.
2.2. DATA ACQUISITION UNIT (DAU)

This section deals with the hardware part of the BlueEyes system with regard to the physiological data sensor, the DAU hardware components and the microcontroller software.
2.2.1. PHYSIOLOGICAL DATA SENSOR
To provide the Data Acquisition Unit with necessary physiological data an off-shelf eye movement sensor “ Jazz Multisensor is used. It supplies raw digital data regarding eye position, the level of blood oxygenation, acceleration along horizontal and vertical axes and ambient light intensity. Eye movement is measured using direct infrared oculographic transducers. (The eye movement is sampled at 1 kHz, the other parameters at 250 Hz. The sensor sends approximately 5.2 kB of data per second.)
2.2.2. HARDWARE SPECIFICATION
Microcontrollers (e.g. Atmel 8952 microcontroller)can be used as the core of the Data Acquisition Unit since it is a well-established industrial standard and provides necessary functionalities(i.e. high speed serial port)at a low price.
The Bluetooth module supports synchronous voice data transmission .The codec reduces the microcontrollerâ„¢s tasks and lessens the amount of data being sent over the UART. The Bluetooth module performs voice data compression, which results in smaller bandwidth utilization and better sound quality.
.
Communication between the Bluetooth module and the microcontroller is carried on using standard UART interface. The speed of the UART is set to 115200 bps in order to assure that the entire sensor data is delivered in time to the central system.
The alphanumeric LCD display gives more information of incoming events and helps the operator enter PIN code. The LED indicators shows the result of built-in-self-test, power level and the state of wireless connection.
The simple keyboard is used to react to incoming events and to enter PIN code while performing authorization procedure. The ID card interface helps connect the operatorâ„¢s personal identification card to the DAU. After inserting the card authorization procedure starts. The operatorâ„¢s unique identifier enables the supervising system to distinguish different operators.
2.2.3. MICROCONTROLLER SOFTWARE SPECIFICATION
DAU software is written in assembler code, which assures the highest program efficiency and the lowest resource utilization. The DAU communicates with the Bluetooth module using Host Controller Interface (HCI) commands

In the No ID card state a self-test is performed to check if the device is working correctly. After the self-test passes the sensor and Bluetooth module are reset and some initialization commands are issued(i.e. HCI_Reset, HCI_Ericsson_Set_UART_Baud_Rate etc.). Once the initialization has been successfully completed the device starts to check periodically for ID card presence by attempting to perform an I2C start condition. When the attempt succeeds and the operatorâ„¢s identifier is read correctly the device enters User authorization state.
In the User authorization state the operator is prompted to enter his secret PIN code. If the code matches the code read from the inserted ID card the device proceeds waiting for incoming Bluetooth connections.
On entering Waiting for connection state the DAU puts the Bluetooth module in Inquiry and Page Scan mode. After the first connection request appears, the DAU accepts it and enters Connection authentication state.
In the Connection authentication state the DAU issues Authentication Requested HCI command. On Link Controllerâ„¢s Link_Key_Request the DAU sends Link_Key_Negative_Reply in order to force the Bluetooth module to generate the page link key based on the supplied system access PIN code. After a successful authentication the DAU enters the Data Processing state, otherwise it terminates the connection and enters the Waiting for connection state.
The main DAU operation takes place in the Data Processing state. In the state five main kinds of events are handled. Since the sensor data has to be delivered on time to the central system, data fetching is performed in high-priority interrupt handler procedure. Every 4ms the Jazz sensor raises the interrupt signaling the data is ready for reading. The following data frame is used:
Figure 6: Jazz Sensor frame format
The preamble is used to synchronize the beginning of the frame, EyeX represents the horizontal position of the eye, EyeY “ vertical, AccX and AccY “ the acceleration vectors along X and Y axes, PulsoOxy, Batt and Light “ blood oxygenation, voltage level and light intensity respectively. The figure below shows the sensor communication timing.
Figure 7: Jazz Sensor data fetching waveform
The received data is stored in an internal buffer; after the whole frame is completed the DAU encapsulates the data in an ACL frame and sends it over the Bluetooth link. (The fetching phase takes up approx. 192s (24 frames x 8s) and the sending phase takes at 115200 bps approx. 2,8 ms, so the timing fits well in the 4ms window.) In every state removing the ID card causes the device to enter the No ID card state, terminating all the established connections.
The second groups of events handled in the Data Processing state are system messages and alerts. They are sent from the central system using the Bluetooth link. Since the communication also uses microcontrollers interrupt system the events are delivered instantly.
The remaining time of the microcontroller is utilized performing LCD display, checking the state of the buttons, ID card presence and battery voltage level. Depending on which button is pressed appropriate actions are launched. In every state removing the ID card causes the device to enter the No ID card state terminating all the established connections.
In the DAU there are two independent data sources-Jazz sensor and Bluetooth Host Controller. Since they are both handled using the interrupt system it is necessary to decide which of the sources should have higher priority. Giving the sensor data the highest priority may result in losing some of the data sent by the Bluetooth module,as the transmission of the sensor data takes twice as much time as receiving one byte from UART. Missing one single byte sent from the Bluetooth causes the loss of control over the transmission. On the other hand, giving the Bluetooth the highest priority will make the DAU stop receiving the sensor data until the Host Controller finishes its transmission. Central system alerts are the only signals that can appear during sensor data fetching after all the unimportant Bluetooth events have been masked out. The best solution would be to make the central unit synchronize the alerts to be sent with the Bluetooth data reception. As the delivered operating system is not a real-time system, the full synchronization is not possible.
As the Bluetooth module communicates asynchronously with the microcontroller there was a need of implementing a cyclic serial port buffer, featuring UART CTS/RTS flow control and a producer-consumer synchronization mechanism.
2.3. CENTARL SYSTEM UNIT (CSU)
CSU software is located on the delivered Computer/System; in case of larger resource demands the processing can be distributed among a number of nodes. In this section we describe the four main CSU modules (see Fig. 1): Connection Manager, Data Analysis, Data Logger and Visualization. The modules exchange data using specially designed single-producer multi consumer buffered thread-safe queues. Any number of consumer modules can register to receive the data supplied by a producer. Every single consumer can register at any number of producers, receiving therefore different types of data. Naturally, every consumer may be a producer for other consumers. This approach enables high system scalability “ new data processing modules (i.e. filters, data analyzers and loggers) can be easily added by simply registering as a consumer.
2.3.1. CONNECTION MANAGER
Connection Managerâ„¢s main task is to perform low-level Bluetooth communication using Host.
Figure 8: Connection Manager Components
Controller Interface commands. It is designed to cooperate with all available Bluetooth devices in order to support roaming. Additionally, Connection Manager authorizes operators, manages their sessions, demultiplexes and buffers raw physiological data. Figure 11 shows Connection Manager Architecture.
Transport Layer Manager hides the details regarding actual Bluetooth physical transport interface (which can be either RS232 or UART or USB standard) and provides uniform HCI command interface.
Bluetooth Connection Manager is responsible for establishing and maintaining connections using all available Bluetooth devices. It periodically inquires new devices in an operating range and checks whether they are registered in the system database. Only with those devices the Connection Manager will communicate. After establishing a connection an authentication procedure occurs. The authentication process is performed using system PIN code fetched from the database. Once the connection has been authenticated the mobile unit sends a data frame containing the operatorâ„¢s identifier. Finally, the Connection Manager adds a SCO page link (voice connection) and runs a new dedicated Operator Manager, which will manage the new operatorâ„¢s session. Additionally, the Connection Manager maps the operatorâ„¢s identifiers into the Bluetooth connections, so that when the operators roam around the covered area a connection with an appropriate Bluetooth device is established and the data stream is redirected accordingly.
The data of each supervised operator is buffered separately in the dedicated Operator Manager. At the startup it communicates with the Operator Data Manager in order to get more detailed personal data. The most important Operator Managerâ„¢s task is to buffer the incoming raw data and to split it into separate data streams related to each of the measured parameters. The raw data is sent to a Logger Module, the split data streams are available for the other system modules through producer-consumer queues. Furthermore, the Operator Manager provides an interface for sending alert messages to the related operator.
Operator Data Manager provides an interface to the operator database enabling the other modules to read or write personal data and system access information.
2.3.2. DATA ANALYSIS MODULE
The module performs the analysis of the raw sensor data in order to obtain information about the operatorâ„¢s physiological condition. The separately running Data Analysis Module supervises each of the working operators. The module consists of a number of smaller analyzers extracting different types of information. Each of the analyzers registers at the appropriate Operator Manager or another analyzer as a data consumer and, acting as a producer, provides the results of the analysis. An analyzer can be either a simple signal filter (e.g. Finite Input Response (FIR) filter) or a generic data extractor (e.g. signal variance, saccade detector) or a custom detector module. As it is not able to predict all the supervisorsâ„¢ needs, the custom modules are created by applying a supervised machine learning algorithm to a set of earlier recorded examples containing the characteristic features to be recognized. In the prototype we used an improved C4.5 decision tree induction algorithm. The computed features can be e.g. the operatorâ„¢s position (standing, walking and lying) or whether his eyes are closed or opened.
As built-in analyzer modules we implemented a saccade detector, visual attention level, blood oxygenation and pulse rate analyzers.
The saccade detector registers as an eye movement and accelerometer signal variance data consumer and uses the data to signal saccade occurrence. Since saccades are the fastest eye movements the algorithm calculates eye movement velocity and checks physiological Constraints. The algorithm has two main steps:
User adjustment step. The phase takes up 5 s. After buffering approx. 5 s of the signal differentiate it using three point central difference algorithm, which will give eye velocity time series. Sort the velocities by absolute value and calculate upper 15% of the border velocity along both X “ v0x and Y “ v0y axes . As a result v0x and v0y are cut-off velocities.
On-line analyzer flow. Continuously calculate eye movement velocity using three point central difference algorithms. If the velocity excess pre calculated v0 (both axes are considered separately) there is a possibility of saccade occurrence. Check the following conditions (if any of them is satisfied do not detect a saccade):
¢the last saccade detection was less than 130 ms ago (physiological constraint “ the saccades will not occur more frequently)
¢the movement is nonlinear (physiological constraint)
¢compare the signal with accelerometer (rapid head movement may force eye activity of comparable speed)
¢if the accelerometer signal is enormously uneven consider ignoring the signal due to possible sensor device movements.
If none of the above conditions is satisfied “ signal the saccade occurrence.
The visual attention level analyzer uses as input the results produced by the saccade detector. Low saccadic activity (large delays between subsequent saccades) suggests lowered visual attention level (e.g. caused by thoughtfulness). Thus, we propose a simple algorithm that calculates the visual attention level (Lva): Lva = 100/ts10, where ts10 denotes the time (in seconds) occupied by the last ten saccades. Scientific research has proven [1] that during normal visual information intake the time between consecutive saccades should vary from 180 up to 350 ms. this gives Lva at 28 up to 58 units. The values of Lva lower than 25 for a longer period of time should cause a warning condition. The following figure shows the situation where the visual attention lowers for a few seconds.

Figure 9: Saccade occurrence and Visual attention level
The Pulse rate analyzer registers for the oxyhemoglobin and deoxyhemoglobin level data streams. Since both signals contain a strong sinusoidal component related to heartbeat, the pulse rate can be calculated measuring the time delay between subsequent extremes of one of the signals. We decided not to process only one of the data streams “ the algorithm is designed to choose dynamically one of them on the grounds of the signal level. Unfortunately, the both signals are noised so they must be filtered before further processing. We considered a number of different algorithms and decided to implement average value based smoothing. More detailed discussion is presented in section 3.3.5 Tradeoffs and Optimization. The algorithm consists in calculating an average signal value in a window of 100 samples. In every step the window is advanced 5 samples in order to reduce CPU load. This approach lowers the sampling rate from 250 Hz down to 50 Hz. However, since the Visual heartbeat frequency is at most 4 Hz the Nyquist condition remains satisfied. The figures show the signal before (Fig. 10a) and after filtering (Fig 10b).
Figure: 10(a) Figure: 10(b)
After filtering the signal the pulse calculation algorithm is applied. The algorithm chooses the point to be the next maximum if it satisfies three conditions: points on the left and on the right have lower values, the previous extreme was a minimum, and the time between the maximums is not too short (physiological constraint). The new pulse value is calculated based on the distance between the new and the previous maximum detected. The algorithm gets the last 5 calculated pulse values and discards 2 extreme values to average the rest. Finally, it does the same with the minimums of the signal to obtain the second pulse rate value, which gives the final result after averaging.
Additionally, we implemented a simple module that calculates average blood oxygenation level. Despite its simplicity the parameter is an important measure of the operatorâ„¢s physiological condition.
The other signal features that are not recognized by the built-in analyzers can be extracted using custom modules created by Decision Tree Induction module. The custom module processes the generated decision tree, registers for needed data streams and produces the desired output signal.
Decision Tree Induction module generates the decision trees, which are binary trees with an attribute test in each node. The decision tree input data is an object described by means of a set of attribute-value pairs. The algorithm is not able to process time series directly. The attributes therefore are average signal value, signal variance and the strongest sinusoidal components. As an output the decision tree returns the category the object belongs to. In the Decision Tree Induction module we mainly use C 4.5 algorithm [2], but also propose our own modifications. The algorithm is a supervised learning from examples i.e. it considers both attributes that describe the case and a correct answer. The main idea is to use a divide-and-conquer approach to split the initial set of examples into subsets using a simple rule (i-th attribute less than a value). Each division is based on entropy calculation “ the distribution with the lowest entropy is chosen. Additionally, we propose many modifications concerning some steps of the algorithm and further exploration of the system.
For each case to be classified C 4.5 traverses the tree until reaching the leaf where appropriate category id is stored. To increase the hit ratio our system uses more advanced procedure. For single analysis we develop a group of k trees (where k is a parameter), which we call a decision forest. Initial example set S is divided randomly into k+1 subsets S0 ... Sk. S0 is left to test the whole decision forest. Each tree is induced using various modifications of the algorithm to provide results™ independence. Each i-th tree is taught using S\S0\Si set (S without S0 and Si sets) and tested with Si that estimates a single tree error ratio. Furthermore we extract all wrongly classified examples and calculate correlation matrix between each pair of the trees. In an exploring phase we use unequal voting rule “ each tree has a vote of strength of its reliability. Additionally, if two trees give the same answer their vote is weakened by the correlation ratio.
Alarm Dispatcher Module is a very important part of the Data Analysis module. It registers for the results of the data analysis, checks them with regard to the user-defined alarm conditions and launches appropriate actions when needed. The module is a producer of the alarm messages, so that they are accessible in the logger and visualization modules.
2.3.3. DATA LOGGER MODULE
The module provides support for storing the monitored data in order to enable the supervisor to reconstruct and analyze the course of the operatorâ„¢s duty. The module registers as a consumer of the data to be stored in the database. Each working operatorâ„¢s data is recorded by a separate instance of the Data Logger. Apart from the raw or processed physiological data, alerts and operatorâ„¢s voice are stored. The raw data is supplied by the related Operator Manager module, whereas the Data Analysis module delivers the processed data. The voice data is delivered by a Voice Data Acquisition module. The module registers as an operatorâ„¢s voice data consumer and optionally processes the sound to be stored (i.e. reduces noise or removes the fragments when the operator does not speak). The Loggerâ„¢s task is to add appropriate time stamps to enable the system to reconstruct the voice.
Additionally, there is a dedicated video data logger, which records the data supplied by the Video Data Acquisition module (in the prototype we use JPEG compression). The module is designed to handle one or more cameras using Video for Windows standard. The Data Logger is able to use any ODBC-compliant database system. In the prototype we used MS SQL Server, which is a part of the Project Kit.
2.3.4. VISUALIZATION MODULE
The module provides user interface for the supervisors. It enables them to watch each of the working operatorâ„¢s physiological condition along with a preview of selected video source and his related sound stream. All the incoming alarm messages are instantly signaled to the supervisor. Moreover, the visualization module can be set in the off-line mode, where all the data is fetched from the database. Watching all the recorded physiological parameters, alarms, video and audio data the supervisor is able to reconstruct the course of the selected operatorâ„¢s duty.
2.4. TOOLS USED TO DEVELOP BLUEEYES
In creating the hardware part of the DAU a development board was built, which enabled to mount, connect and test various peripheral devices cooperating with the microcontroller. During the implementation of the DAU there was a need for a piece of software to establish and test Bluetooth connections. Hence created a tool called Blue Dentist. The tool provides support for controlling the currently connected Bluetooth device. Its functions are: Local device management (resetting, reading local BD_ADDR, putting in Inquiry/Page and Inquiry/Page scan modes, reading the list of locally supported features and setting UART speed) and connection management (receiving and displaying Inquiry scan results, establishing ACL links, adding SCO connections, performing page link authorization procedure, sending test data packets and disconnecting).
Fig: Blue Dentist
To test the possibilities and performance of the remaining parts of the Project Kit (computer, camera and database software) Blue Capture (Fig. 12) was created. The tool supports capturing video data from various sources (USB web-cam, industrial camera) and storing the data in the MS SQL Server database. Additionally, the application performs sound recording. After filtering and removing insignificant fragments (i.e. silence) the audio data is stored in the database. Finally, the program plays the recorded audiovisual stream. They used the software to measure database system performance and to optimize some of the SQL queries (e.g. we replaced correlated SQL queries with cursor operations).
Figure 12: BlueCapture
Also a simple tool for recording Jazz Multisensory measurements was introduced. The program reads the data using a parallel port and writes it to a file. To program the operatorâ„¢s personal ID card we use a standard parallel port, as the EEPROMs and the port are both TTL-compliant. A simple dialog-based application helps to accomplish the task.
3. SUMMARY
The BlueEyes system is developed because of the need for a real-time monitoring system for a human operator. The approach is innovative since it helps supervise the operator not the process, as it is in presently available solutions. We hope the system in its commercial release will help avoid potential threats resulting from human errors, such as weariness, oversight, tiredness or temporal indisposition. However, the prototype developed is a good estimation of the possibilities of the final product. The use of a miniature CMOS camera integrated into the eye movement sensor will enable the system to calculate the point of gaze and observe what the operator is actually looking at. Introducing voice recognition algorithm will facilitate the communication between the operator and the central system and simplify authorization process.
Despite considering in the report only the operators working in control rooms, our solution may well be applied to everyday life situations. Assuming the operator is a driver and the supervised process is car driving it is possible to build a simpler embedded on-line system, which will only monitor conscious brain involvement and warn when necessary. As in this case the logging module is redundant, and the Bluetooth technology is becoming more and more popular, the commercial implementation of such a system would be relatively inexpensive.
The final thing is to explain the name of our system. BlueEyes emphasizes the foundations of the project “ Bluetooth technology and the movements of the eyes. Bluetooth provides reliable wireless communication whereas the eye movements enable us to obtain a lot of interesting and important information.

4. REFERENCE
1. Carpenter R. H. S., Movements of the eyes, 2nd edition, Pion Limited, 1988, London.
2. Bluetooth specification, version 1.0B, Bluetooth SIG, 1999.
3. ROK 101 007 Bluetooth Module ,Ericsson Microelectronics,2000.
4. AT89C52 8-bit Microcontroller Datasheet, Atmel.
5. Intel Signal Processing Library “Reference Manual.
BLUE EYES
TECHNOLOGY
SUBMITTED BY:
GEETHU GOPINATH
S7CS
ROLL NO: 7341
ABSTRACT
Human error is still one of the most frequent causes of catastrophes and ecological disasters. The main reason is that the monitoring systems concern only the state of the processes whereas human contribution to the overall performance of the system is left unsupervised. Since the control instruments are automated to a large extent, a human “ operator becomes a passive observer of the supervised system, which results in weariness and vigilance drop. This, he may not notice important changes of indications causing financial or ecological consequences and a threat to human life.
It therefore is crucial to assure that the operatorâ„¢s conscious brain is involved in an active system supervising over the whole work time period. It is possible to measure indirectly the level of the operatorâ„¢s conscious brain involvement using eye motility analysis. Although there are capable sensors available on the market, a complex solution enabling transformation, analysis and reasoning based on measured signals still does not exist. In large control rooms, wiring the operator to the central system is a serious limitation of his mobility and disables his operation. Utilization of wireless technology becomes essential.
Blue Eyes is intended to be the complex solution for monitoring and recording the operatorâ„¢s conscious brain involvement as well as his Physiological condition. This required designing a Personal Area Network linking all the Operators and the supervising system. As the operator using his sight and hearing senses the state of the controlled system, the supervising system will look after his physiological condition.
CONTENTS
1. INTRODUCTION 1
1.1. PERFORMANCE REQUIREMENTS 3
1.2. DESIGN METHODOLOGIES 3
1.3. INNOVATIVE IDEAS 4
2. IMPLEMANTATION OF BLUEEYES
TECHNOLOGY 5
2.1. FUNCTIONAL DESIGN 5
2.2. DATA ACQUISITION UNIT (DAU) 9
2.2.1. PHYSIOLOGICAL DATA SENSOR 9
2.2.2. HARDWARE SPECIFICATION 10
2.2.3. MICROCONTROLLER SOFTWARE SPECIFICATION 11
2.3. CENTARL SYSTEM UNIT (CSU) 15
2.3.1. CONNECTION MANAGER 16
2.3.2. DATA ANALYSIS MODULE 17
2.3.3. DATA LOGGER MODULE 24
2.3.4. VISUALIZATION MODULE 25
2.4. TOOLS USED TO DEVELOP BLUEEYES 25
3. SUMMARY 28
4. REFERENCE 29
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Tagged Pages: blue eyes technology summary pdf,
Popular Searches: blue eyes technology abstract report, yhse visicom, blue heeler training, st paul lutheran, blue eyes pdf, drawbacks of transparent electronics full report on blue eyes ppt, hydropnumatic vise,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
RE: Blue eyes (Download Full Report And Abstract) - by seminar topics - 16-03-2010, 07:09 PM
hi - by d.sunny89 - 29-07-2010, 09:28 AM
Blue eyes (Download ppt) - by projectsofme - 27-09-2010, 01:25 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  computer networks full report seminar topics 8 45,876 06-10-2018, 12:35 PM
Last Post: jntuworldforum
  OBJECT TRACKING AND DETECTION full report project topics 9 33,024 06-10-2018, 12:20 PM
Last Post: jntuworldforum
  imouse full report computer science technology 3 27,120 17-06-2016, 12:16 PM
Last Post: ashwiniashok
  Implementation of RSA Algorithm Using Client-Server full report seminar topics 6 28,812 10-05-2016, 12:21 PM
Last Post: dhanabhagya
  Optical Computer Full Seminar Report Download computer science crazy 46 69,760 29-04-2016, 09:16 AM
Last Post: dhanabhagya
  ethical hacking full report computer science technology 41 77,740 18-03-2016, 04:51 PM
Last Post: seminar report asees
  broadband mobile full report project topics 7 25,654 27-02-2016, 12:32 PM
Last Post: Prupleannuani
  steganography full report project report tiger 15 43,808 11-02-2016, 02:02 PM
Last Post: seminar report asees
  Digital Signature Full Seminar Report Download computer science crazy 20 47,156 16-09-2015, 02:51 PM
Last Post: seminar report asees
  Steganography In Images (Download Seminar Report) Computer Science Clay 16 27,035 08-06-2015, 03:26 PM
Last Post: seminar report asees

Forum Jump: