0% found this document useful (1 vote)
519 views

Driver Sleep Detection and Alarming System

There has been a very large increase in road accident due to drowsiness of driver while driving which leads to enormous fatal accidents .The driver lose his control when he falls sleep which leads to accident .This is because when the driver is not able to control his vehicle at very high speed on the road. This project can generate a model which can prevent such accidents. Temperature sensor and smoke sensor are used for further safety system in the vehicle.

Uploaded by

balaji
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
519 views

Driver Sleep Detection and Alarming System

There has been a very large increase in road accident due to drowsiness of driver while driving which leads to enormous fatal accidents .The driver lose his control when he falls sleep which leads to accident .This is because when the driver is not able to control his vehicle at very high speed on the road. This project can generate a model which can prevent such accidents. Temperature sensor and smoke sensor are used for further safety system in the vehicle.

Uploaded by

balaji
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DRIVER SLEEP DETECTION AND ALARMING SYSTEM

Abstract:-
Methods for Detecting Drowsy Drivers:-
In modern -times, owing to hectic
schedules it becomes very difficult to There are various techniques that
remain active all the time. Imagine a can be used to detect the drowsiness of
situation where a person is driving home drivers. These techniques can be generally
from work, dead tired after facing all the divided into the following categories:
challenges of the day. His hands are on the sensing of physiological characteristics,
wheel and foot on the pedal but suddenly sensing of driver operation, sensing of
he starts feeling drowsy, his eyes start vehicle response, monitoring the response
shutting and his vision blurs before he of driver.
knows it, he’s asleep. Falling asleep on the
wheel can lead to serious consequences, Monitoring Physiological
Characteristics :
there may be accidents and people may
Among these methods, the
even lose their lives. This situation is techniques that are best, based on accuracy
much more common then we notice and are the ones based on Human
hence, it is very important to counter this physiological phenomena . This technique
problem. So to address this issue, we have is implemented in two ways: Measuring
come up with a “Driver Sleep Detection changes in physiological signals, such as
Device”. This system alerts the user if the brain waves and eye blinking; and
person falls asleep at wheel thereby, measuring physical changes such as
avoiding accidents and saving lives. This sagging posture, leaning of the driver’s
system is useful especially for people who head and the open/closed states of the
travel long distances and people who are eyes. The first method, the most accurate,
driving at night. is not realistic, since sensing electrodes
would have to be attached directly onto the
Introduction:- driver’s body, and hence be annoying and
distracting the driver. In addition, long
Project motivation and purpose time driving would result in perspiration
The goal of this project is to develop a on the sensors, diminishing their ability to
system that can accurately detect sleepy monitor accurately. The second technique
driving and make alarms accordingly, is well suited for real world driving
which aims to prevent the drivers from conditions since it can be non-intrusive by
drowsy driving and create a safer driving using optical sensors of video cameras to
environment. detect changes.
The project was
accomplished by a Webcam that
constantly takes image of the driver, a
beagle board that implement image
processing algorithm of sleepy detection,
and a feedback circuit that could generate
alarm and a power supply system.
Block Diagram: device and to operate events. Eye blink
detection has to be done, for which we can
avail readily available blink detectors or
we can incorporate it with a special
instruction written in image processing
that, if there is no eye lid movement found
for the certain period of predetermined i.e.
time greater than the human eye blinking
time then consider an event called “blink”,
for which the set of operations will be
followed. Here, in this project we need to
set time as 5 second or above it, as “blink
event” is different from “common eye
blinking”. We need to conduct testing for
Functions and Features:
only blink event, and not to find common
This system has many features that make it blinking of human eye.
unique and functional. These features
include:
IR Sensor:
1. Eye extraction, use open and close
to determine sleepiness

2. Daytime and night detection

3. Real time image processing and


detection.

4. Sound and flashing LED warning


system to redraw driver’s attention.

5. Little inference and potential hazard


to driver’s normal driving.

6. Portable size with car cigarette


charger socket power supply.
Infrared transmitter a device
that emits infrared rays. Similarly IR
Eye Blink Sensor: Receiver is used to receive the IR rays
transmitted by the IR transmitter. One
important point is both IR transmitter and
receiver should be placed parallel to each
other. The signal is given to IR transmitter
whenever the signal is high, the IR sensor
is conducting it passes the IR rays to the
receiver. The IR receiver is connected with
comparator. The comparator is connected
with operational amplifier.
In the comparator circuit the
The blinking of eye is necessary
reference voltage is given to inverting
in this project, since it is used to drive the
input terminal of the circuit .The
Noninverting input terminal is connected
to IR receiver. When there is an
interruption in the IR rays between the IR
transmitter and receiver, the IR receiver
becomes not conducting. So the
comparator non inverting input terminal
voltage is higher than inverting input. The
comparator output is at the range of +5V.
This voltage is given to microcontroller.
When IR transmitter passes the
rays to receiver, the IR receiver becomes
conducting due to noninverting input
voltage is lower than inverting inputnow
the comparator output is GND. So the
output is given to microcontroller. This
circuit is mainly used to for counting eye
lid movement.

Methodology:
Implementing an automated system
to vehicles that provides high security to
driver and the passengers, by designing an
eye blink sensor which continuously
monitor number of times the eye blinks,
once when the eye blinks count decreases
(that means the driver is sleepy), buzzer
indication will be given and that wakes
driver from sleep.There are two sections in
IR sensor .The IR transmitter is used to
transmit the infrared rays to our eye. The
IR receiver is used to receive the reflected
infrared rays of eye. If the eye is closed
then the output of IR receiver is high
otherwise the IR receiver output is low.
This is to know whether the eye is at close
or open position.

You might also like