SlideShare a Scribd company logo
1 of 3
Download to read offline
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2662
Driver Drowsiness Monitoring System Using Visual Signals and
Embedded System
Ann Mariya Joy1, Nice Mathew2, Prema Mani3, Linu Paulose4
1MTech Student, Dept. of Computer Science and Engineering, IIET, Nellikuzhi
2Assistant Professor, Dept. of Computer Science and Engineering, IIET, Nellikuzhi
3Assistant Professor, Dept. of Computer Science and Engineering, IIET, Nellikuzhi
4Head of Department, Dept. of Computer Science and Engineering, IIET, Nellikuzhi
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Drowsy driving is a major cause for car accidents.
It has caused severe impact on the lives of people.
Accidents can be avoided by alerting or warning drivers
beforehand. Embedded systems and sensors thatareequipped
on the dashboard of the car will detect drowsy driving by
analyzing the physical conditions of the driver. The sensors
constantly monitor and detect whether a driver is drowsy by
detecting several physical actions such as yawning, sleeping,
eye blinking and it also detects health parameters of driver
such as heart rate and pulse rate. Wheneverthesystem detects
drowsy driving by means of fingerprint and eye detection, the
sensors automatically alerts the driver by giving vibrations,
blinking of brake lights, and sounding an alert tone using a
buzzer. It also calculates health parameters of the driver such
as heart rate and pulse rate using embedded sensors and
produces results. Thus the proposed system, in all aspects
detects all signs of inattention during the course of driving. I
have implemented image processing techniques as well as
deep learning techniques. Higher accuracy in various
luminance conditions can be achieved by implementing this
method.
Key Words: Drowsy Driving, facial data, image processing,
health parameters, embedded system, sensors
1. INTRODUCTION
Sleepiness and tiredness is a major cause for car accidents.
Driver drowsiness occupies one-third of the entire road
accidents. The driver hastoperformadequateactionsincase
of drowsy driving in order to prevent such accidents.Ahigh-
precision model with unrestrictedusehastobedeveloped to
capture driver data in continuous locations while driving
[1]. The proposed model consists of embedded sensors
which can be equipped inside the dashboard of the car and
act accordingly when it detects driver tiredness [2]. This
innovative idea makes vehicles more brilliant and thereby
accidents can be reduced significantly. Theproposedsystem
provides an improved and precise model for drowsiness
detection [3]. The system uses driver’s physiological and
behavioural changes to detect drowsiness and takes actions
immediately to prevent accidents. Visual data ofthedriver is
primarily taken care [4]. Visual data of the driver is greatly
influenced byexternal parameterslikeluminanceconditions,
nature of the device used and other external variables [5].
Physiological data of driver include heart rate/pulse rate.
The pulse rate is divided into threenamelyoff,abnormal and
normal.
1.1 Objective
Identification of sleepiness symptoms such as closure of
eyes, yawning of mouth is captured using image processing
techniques. Continuous eye and face monitoring helps to
detect weather the driver is drowsy or not. Inclusion of
sensors, enhancement of parameters, demonstration and
selection are the main objectives of this paper.
1.2 Scope
The main scope of this paper is to reduce car accidents
caused due to drowsy driving and thereby provide a safe
driving. Identification of face and eyes, extraction of eyes
from face and finally algorithm is applied to the extracted
data.
2. RELATED WORK
The research in the field of driver drowsiness focuses on
four types of drowsiness detection. The first type is with the
help of conductors that capturephysiological signals,suchas
electroencephalogram (EEG),electrocardiograph (ECG),and
electrooculogram (EOG) of the driver. This method gives
good results, but fetching the signals is usually highly
complicated. The second type is based on methods of
operating behavior of the driver; for example, the driver
reduces his force while holding the steering wheel when the
he is drowsy or fatigue,. The third type is on based on the
vehicle's lane movement, whether it is in the correct lane or
not. Finally, the fourth type is based on physiological
characteristics of driver like eye blinking and yawning. Most
among these methods involves high costs because of the
requirement of sensors, cameras inside and outside of the
vehicle, and also an external computer for fast
processing,making these methods ineffective in a real life
scenario.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2663
3. PROPOSED SYSTEM
The proposed model is represented by a camera that
initially obtains the driver'sreal timeimage.Fromthisimage
face and eyes are extracted. At the same time the fingerprint
of the driver is captured in the MAX30102 detect the
fingerprints. After capturing fingerprints, when drowsiness
is detected, the sensors alert the driver with the help of
vibration sensor, brake lights and buzzer.
3.1 Face Tracking and Eye Tracking
Main objective of face recognition is to decrease the
number of features identified mistakenly. The exactlocation
of the eyes and mouth are located. After the facerecognition,
the picture is transferred to the YCbCr area, where skin
division occurs. Switching the picture to YCbCrspacehas the
advantage of eliminating the impact of different luminance
conditions. Each component (red, green, and blue) has
contrasting appearance in the RGB color space. There is no
radiance for the Cb (blue) or Cr (red) segments. Only the Y-
segment has radiance data. TheRGBpictureisdividedintoY,
Cb, and Cr segments. This method is effective to separatethe
skin from the rest of the image, discards a higher amount of
the non-face images in the process.
Fig -1: Capturing of facial data
3.2 Sensor Implementation
A. Max30102
The MAX30100 is an integrated pulse and heart rate
monitor sensor which combines two LEDs,a photo-detector,
optimized optics, and the low-noiseanalogsignal processing
unit to detect the pulse as well as the heart-rate signals.
MAX30100 operates in the voltage range of 1.8 V and 3.3 V
power supplies and can be powered down through software
with adequate power supply, whichallowsthepowersupply
to remain connected at all times.
B. DC Motor
DC motor is an electric motor that converts direct current
(DC) to mechanical energy. DC motor was the widely used
motor initially, as they used direct current. The speed of DC
motor can be controlled. Small DC motors are used in tools,
embedded systems etc. Large DC motors are used in electric
vehicles, elevators and in rolling mills. DC motors have a
rotating armature winding, non-rotatingarmaturemagnetic
field and also a static field winding which is a permanent
magnet.
C. Arduino Nano
It is a compact, complete and broadband friendly device. It
can be used in IoT sensors. If constant voltage is provided,
clock precise frequency is produced. It is composed of pin
headers that aids for easy attachment to a board and comes
with a mini USB connector. It has no dedicated power jack. It
has only a DC power jack. It is commonly used in Arduino
projects. It is widely used in embedded systems,roboticsand
IoT systems.
D. LED Lights
LED stands for Light Emitting Diode. It is a semiconductor
device that emits light when an electric current passes
through it. LED produces light more efficiently than normal
incandescent bulbs. It is used as an indicator to check the
validity of results at different stages.
E. Vibration Motor
Vibration motor is a highly powerful and user-friendly
motor that can be used with various products. It is used to
give vibration to the driver when he is drowsy. It is of small
compact size and has a powerful motor. It is used to inform
the users by vibration on receiving signal and has no sound.
They are used mainly in mobile, joysticks and so on.
F. Buzzer
It is a tiny speaker and you can connect it directly to
Arduino. The tone of the buzzer can be set as per the desired
frequency. The sound produced by buzzer is due to the
piezoelectric effect created. By making an electric signal at
the correct frequency, sound can be made in the buzzer.
Buzzer is composed of of piezo crystals between two
conductors. When a potential is applied across the piezo
crystals, they push on one conductor and pull on the other at
the same time. This, push and pull action, results in the
production of a sound wave.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2664
Fig -2: Sensor-set up for drowsiness detection
4. CONCLUSION
The proposed system demonstrates the real time
implementation of drowsiness detection system. It detects
the tiredness/drowsiness of the driver and alerts the driver
by means of buzzer, vibration, brake light blinking thereby
reducing the probability of accidents. It performswell under
multiple luminance conditions.Imageprocessingtechniques
are used for real time face and eye recognition using
webcam. The proposedalgorithmhasbeenimplementedand
tested using different input parameters.Itwasobservedthat
the algorithm worked with higher accuracy under multiple
luminance conditions with optimum distance from the
camera. Also accuracy decreased when the illumination was
lower and when the distance from the camera was higher.
The proposed algorithm can be tested with deep learning
techniques and with different data sets.
REFERENCES
[1] J. Connor, “The role of driver sleepiness in car crashes :
A review of the epidemiologival evidence,” in Drugs,
Driving and Traffic Saftey. New York:Springer-verlag,
2009, pp. 187-205.
[2] Q. Ji, P. Lan and C. Looney, “A probabilistic framework
for modeling and real-time monitoring human fatigue,”
IEEE Trans. Syst., Man, Cybern. A, Syst., Humans, vol. 36,
no. 5, pp. 862–875, Sep. 2006.
[3] I. Damousis, I. Cester, S. Nikolaou, and D.Tzovaras,
“Psychological indi- cators based sleep onset prediction
for the avoidance of driving accidents,” in Proc. 29th
IEEE EMBS Conf., Lyon, France, 2007, pp. 6700–6705.
[4] K. Blinowska and P. Durka, “Electroencephalography
(EEG),” in Wiley Encyclopedia of Biomedical
Engineering. Hoboken, NJ: Wiley, 2006. [28] S. Makeig,
T.-P. Jung, and T. J. Sejnowski, “Awareness during
drowsiness: Dynamics and electrophysiological
correlates,” Can. J. Exp. Psychol., vol. 54, no. 4, pp. 266–
273, Dec. 2000.
[5] T. Hong, H. Qin and Q. Sun, "An Improved Real-Time Eye
State Identification System in Driver Drowsiness
Detection", proceeding of the IEEE International
Conference on Control and Automation, 2007.

More Related Content

Similar to Driver Drowsiness Monitoring System Using Visual Signals and Embedded System

IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...IRJET Journal
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired PeopleIRJET Journal
 
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleAutomotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleIRJET Journal
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoTIRJET Journal
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pbIAESIJEECS
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET Journal
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET Journal
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET Journal
 
IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
IRJET-Drunk and Drowsy Detection of Drivers using Artificial IntelligenceIRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
IRJET-Drunk and Drowsy Detection of Drivers using Artificial IntelligenceIRJET Journal
 
Development of an intelligent steering system for reducing accidents due to d...
Development of an intelligent steering system for reducing accidents due to d...Development of an intelligent steering system for reducing accidents due to d...
Development of an intelligent steering system for reducing accidents due to d...IRJET Journal
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET Journal
 
IRJET- Collision Avoidance based on Obstacle Detection using OpenCV
IRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCVIRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCV
IRJET- Collision Avoidance based on Obstacle Detection using OpenCVIRJET Journal
 
Eye Gaze Tracking System
Eye Gaze Tracking SystemEye Gaze Tracking System
Eye Gaze Tracking SystemIRJET Journal
 
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET Journal
 
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorDrowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorIRJET Journal
 
IRJET- Design and Implimentation of Wheelchair Controlled using Eye Movement
IRJET-  Design and Implimentation of Wheelchair Controlled using Eye MovementIRJET-  Design and Implimentation of Wheelchair Controlled using Eye Movement
IRJET- Design and Implimentation of Wheelchair Controlled using Eye MovementIRJET Journal
 
Design and Development of Smart Wheelchair for Physically Disable people
Design and Development of Smart Wheelchair for Physically Disable peopleDesign and Development of Smart Wheelchair for Physically Disable people
Design and Development of Smart Wheelchair for Physically Disable peopleIRJET Journal
 
IRJET- Driver’s Sleep Detection
IRJET-  	  Driver’s Sleep DetectionIRJET-  	  Driver’s Sleep Detection
IRJET- Driver’s Sleep DetectionIRJET Journal
 

Similar to Driver Drowsiness Monitoring System Using Visual Signals and Embedded System (20)

IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
IRJET - Avoidance of Collision between Vehicles through Li-Fi based Communica...
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired People
 
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-VehicleAutomotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
Automotive Collision Avoidance System Using In Solar Powered Smart E-Vehicle
 
IRJET- Accident Detection and Monitoring System using IoT
IRJET-  	  Accident Detection and Monitoring System using IoTIRJET-  	  Accident Detection and Monitoring System using IoT
IRJET- Accident Detection and Monitoring System using IoT
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
IRJET - Smart Yoga Instructor
IRJET - Smart Yoga InstructorIRJET - Smart Yoga Instructor
IRJET - Smart Yoga Instructor
 
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
IRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis SystemIRJET -  	  Construction of "One Belt and One Road" Intelligent Analysis System
IRJET - Construction of "One Belt and One Road" Intelligent Analysis System
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident Prevention
 
IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
IRJET-Drunk and Drowsy Detection of Drivers using Artificial IntelligenceIRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
IRJET-Drunk and Drowsy Detection of Drivers using Artificial Intelligence
 
Development of an intelligent steering system for reducing accidents due to d...
Development of an intelligent steering system for reducing accidents due to d...Development of an intelligent steering system for reducing accidents due to d...
Development of an intelligent steering system for reducing accidents due to d...
 
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
IRJET- IoT Based Home Automation And Health Monitoring System for Physically ...
 
IRJET- Collision Avoidance based on Obstacle Detection using OpenCV
IRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCVIRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCV
IRJET- Collision Avoidance based on Obstacle Detection using OpenCV
 
Eye Gaze Tracking System
Eye Gaze Tracking SystemEye Gaze Tracking System
Eye Gaze Tracking System
 
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
IRJET - Driver Drowsiness and Alcohol Detection with Car Tracking System usin...
 
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink SensorDrowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
Drowsiness Detected For Vehicle Using Smart Glass With Eye Blink Sensor
 
DROWSINESS DETECTION SYSTEM USING MACHINE LEARNING
DROWSINESS DETECTION SYSTEM USING MACHINE LEARNINGDROWSINESS DETECTION SYSTEM USING MACHINE LEARNING
DROWSINESS DETECTION SYSTEM USING MACHINE LEARNING
 
IRJET- Design and Implimentation of Wheelchair Controlled using Eye Movement
IRJET-  Design and Implimentation of Wheelchair Controlled using Eye MovementIRJET-  Design and Implimentation of Wheelchair Controlled using Eye Movement
IRJET- Design and Implimentation of Wheelchair Controlled using Eye Movement
 
Design and Development of Smart Wheelchair for Physically Disable people
Design and Development of Smart Wheelchair for Physically Disable peopleDesign and Development of Smart Wheelchair for Physically Disable people
Design and Development of Smart Wheelchair for Physically Disable people
 
IRJET- Driver’s Sleep Detection
IRJET-  	  Driver’s Sleep DetectionIRJET-  	  Driver’s Sleep Detection
IRJET- Driver’s Sleep Detection
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 

Recently uploaded (20)

Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 

Driver Drowsiness Monitoring System Using Visual Signals and Embedded System

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2662 Driver Drowsiness Monitoring System Using Visual Signals and Embedded System Ann Mariya Joy1, Nice Mathew2, Prema Mani3, Linu Paulose4 1MTech Student, Dept. of Computer Science and Engineering, IIET, Nellikuzhi 2Assistant Professor, Dept. of Computer Science and Engineering, IIET, Nellikuzhi 3Assistant Professor, Dept. of Computer Science and Engineering, IIET, Nellikuzhi 4Head of Department, Dept. of Computer Science and Engineering, IIET, Nellikuzhi ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Drowsy driving is a major cause for car accidents. It has caused severe impact on the lives of people. Accidents can be avoided by alerting or warning drivers beforehand. Embedded systems and sensors thatareequipped on the dashboard of the car will detect drowsy driving by analyzing the physical conditions of the driver. The sensors constantly monitor and detect whether a driver is drowsy by detecting several physical actions such as yawning, sleeping, eye blinking and it also detects health parameters of driver such as heart rate and pulse rate. Wheneverthesystem detects drowsy driving by means of fingerprint and eye detection, the sensors automatically alerts the driver by giving vibrations, blinking of brake lights, and sounding an alert tone using a buzzer. It also calculates health parameters of the driver such as heart rate and pulse rate using embedded sensors and produces results. Thus the proposed system, in all aspects detects all signs of inattention during the course of driving. I have implemented image processing techniques as well as deep learning techniques. Higher accuracy in various luminance conditions can be achieved by implementing this method. Key Words: Drowsy Driving, facial data, image processing, health parameters, embedded system, sensors 1. INTRODUCTION Sleepiness and tiredness is a major cause for car accidents. Driver drowsiness occupies one-third of the entire road accidents. The driver hastoperformadequateactionsincase of drowsy driving in order to prevent such accidents.Ahigh- precision model with unrestrictedusehastobedeveloped to capture driver data in continuous locations while driving [1]. The proposed model consists of embedded sensors which can be equipped inside the dashboard of the car and act accordingly when it detects driver tiredness [2]. This innovative idea makes vehicles more brilliant and thereby accidents can be reduced significantly. Theproposedsystem provides an improved and precise model for drowsiness detection [3]. The system uses driver’s physiological and behavioural changes to detect drowsiness and takes actions immediately to prevent accidents. Visual data ofthedriver is primarily taken care [4]. Visual data of the driver is greatly influenced byexternal parameterslikeluminanceconditions, nature of the device used and other external variables [5]. Physiological data of driver include heart rate/pulse rate. The pulse rate is divided into threenamelyoff,abnormal and normal. 1.1 Objective Identification of sleepiness symptoms such as closure of eyes, yawning of mouth is captured using image processing techniques. Continuous eye and face monitoring helps to detect weather the driver is drowsy or not. Inclusion of sensors, enhancement of parameters, demonstration and selection are the main objectives of this paper. 1.2 Scope The main scope of this paper is to reduce car accidents caused due to drowsy driving and thereby provide a safe driving. Identification of face and eyes, extraction of eyes from face and finally algorithm is applied to the extracted data. 2. RELATED WORK The research in the field of driver drowsiness focuses on four types of drowsiness detection. The first type is with the help of conductors that capturephysiological signals,suchas electroencephalogram (EEG),electrocardiograph (ECG),and electrooculogram (EOG) of the driver. This method gives good results, but fetching the signals is usually highly complicated. The second type is based on methods of operating behavior of the driver; for example, the driver reduces his force while holding the steering wheel when the he is drowsy or fatigue,. The third type is on based on the vehicle's lane movement, whether it is in the correct lane or not. Finally, the fourth type is based on physiological characteristics of driver like eye blinking and yawning. Most among these methods involves high costs because of the requirement of sensors, cameras inside and outside of the vehicle, and also an external computer for fast processing,making these methods ineffective in a real life scenario. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2663 3. PROPOSED SYSTEM The proposed model is represented by a camera that initially obtains the driver'sreal timeimage.Fromthisimage face and eyes are extracted. At the same time the fingerprint of the driver is captured in the MAX30102 detect the fingerprints. After capturing fingerprints, when drowsiness is detected, the sensors alert the driver with the help of vibration sensor, brake lights and buzzer. 3.1 Face Tracking and Eye Tracking Main objective of face recognition is to decrease the number of features identified mistakenly. The exactlocation of the eyes and mouth are located. After the facerecognition, the picture is transferred to the YCbCr area, where skin division occurs. Switching the picture to YCbCrspacehas the advantage of eliminating the impact of different luminance conditions. Each component (red, green, and blue) has contrasting appearance in the RGB color space. There is no radiance for the Cb (blue) or Cr (red) segments. Only the Y- segment has radiance data. TheRGBpictureisdividedintoY, Cb, and Cr segments. This method is effective to separatethe skin from the rest of the image, discards a higher amount of the non-face images in the process. Fig -1: Capturing of facial data 3.2 Sensor Implementation A. Max30102 The MAX30100 is an integrated pulse and heart rate monitor sensor which combines two LEDs,a photo-detector, optimized optics, and the low-noiseanalogsignal processing unit to detect the pulse as well as the heart-rate signals. MAX30100 operates in the voltage range of 1.8 V and 3.3 V power supplies and can be powered down through software with adequate power supply, whichallowsthepowersupply to remain connected at all times. B. DC Motor DC motor is an electric motor that converts direct current (DC) to mechanical energy. DC motor was the widely used motor initially, as they used direct current. The speed of DC motor can be controlled. Small DC motors are used in tools, embedded systems etc. Large DC motors are used in electric vehicles, elevators and in rolling mills. DC motors have a rotating armature winding, non-rotatingarmaturemagnetic field and also a static field winding which is a permanent magnet. C. Arduino Nano It is a compact, complete and broadband friendly device. It can be used in IoT sensors. If constant voltage is provided, clock precise frequency is produced. It is composed of pin headers that aids for easy attachment to a board and comes with a mini USB connector. It has no dedicated power jack. It has only a DC power jack. It is commonly used in Arduino projects. It is widely used in embedded systems,roboticsand IoT systems. D. LED Lights LED stands for Light Emitting Diode. It is a semiconductor device that emits light when an electric current passes through it. LED produces light more efficiently than normal incandescent bulbs. It is used as an indicator to check the validity of results at different stages. E. Vibration Motor Vibration motor is a highly powerful and user-friendly motor that can be used with various products. It is used to give vibration to the driver when he is drowsy. It is of small compact size and has a powerful motor. It is used to inform the users by vibration on receiving signal and has no sound. They are used mainly in mobile, joysticks and so on. F. Buzzer It is a tiny speaker and you can connect it directly to Arduino. The tone of the buzzer can be set as per the desired frequency. The sound produced by buzzer is due to the piezoelectric effect created. By making an electric signal at the correct frequency, sound can be made in the buzzer. Buzzer is composed of of piezo crystals between two conductors. When a potential is applied across the piezo crystals, they push on one conductor and pull on the other at the same time. This, push and pull action, results in the production of a sound wave.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2664 Fig -2: Sensor-set up for drowsiness detection 4. CONCLUSION The proposed system demonstrates the real time implementation of drowsiness detection system. It detects the tiredness/drowsiness of the driver and alerts the driver by means of buzzer, vibration, brake light blinking thereby reducing the probability of accidents. It performswell under multiple luminance conditions.Imageprocessingtechniques are used for real time face and eye recognition using webcam. The proposedalgorithmhasbeenimplementedand tested using different input parameters.Itwasobservedthat the algorithm worked with higher accuracy under multiple luminance conditions with optimum distance from the camera. Also accuracy decreased when the illumination was lower and when the distance from the camera was higher. The proposed algorithm can be tested with deep learning techniques and with different data sets. REFERENCES [1] J. Connor, “The role of driver sleepiness in car crashes : A review of the epidemiologival evidence,” in Drugs, Driving and Traffic Saftey. New York:Springer-verlag, 2009, pp. 187-205. [2] Q. Ji, P. Lan and C. Looney, “A probabilistic framework for modeling and real-time monitoring human fatigue,” IEEE Trans. Syst., Man, Cybern. A, Syst., Humans, vol. 36, no. 5, pp. 862–875, Sep. 2006. [3] I. Damousis, I. Cester, S. Nikolaou, and D.Tzovaras, “Psychological indi- cators based sleep onset prediction for the avoidance of driving accidents,” in Proc. 29th IEEE EMBS Conf., Lyon, France, 2007, pp. 6700–6705. [4] K. Blinowska and P. Durka, “Electroencephalography (EEG),” in Wiley Encyclopedia of Biomedical Engineering. Hoboken, NJ: Wiley, 2006. [28] S. Makeig, T.-P. Jung, and T. J. Sejnowski, “Awareness during drowsiness: Dynamics and electrophysiological correlates,” Can. J. Exp. Psychol., vol. 54, no. 4, pp. 266– 273, Dec. 2000. [5] T. Hong, H. Qin and Q. Sun, "An Improved Real-Time Eye State Identification System in Driver Drowsiness Detection", proceeding of the IEEE International Conference on Control and Automation, 2007.