SlideShare a Scribd company logo
1 of 5
Download to read offline
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 3 Issue No. 3, June 2015
56
Traffic Detection System Using Android
By
Om Prakash1
, Mukul Aggarwal2
, Archit Vishvesha3
, Bhoopendra Kumar4
1,2
Assistant Professor, KIET, Ghaziabad, Uttar Pradesh, India
3,4
Student, KIET, Ghaziabad, Uttar Pradesh, India
1
om.prakash@kiet.edu, 2
mukul.digital@gmail.com,
3
archit.1113029@kiet.edu, 4
bhoopendra.1113037@kiet.edu,
ABSTRACT
Traffic Detection System is an Android application that aims
at determining the behavior of traffic in a particular location.
It calculates the speed of the vehicle and the level of
congestion or the amount of traffic is determined on the basis
of the values of sensors. If any such obstruct found, then the
driver is provided an option to send messages regarding high
traffic to his/her friends. After a distinct number of repeated
low speed and breaks, the location of the vehicle (latitude and
longitude) send to a pre-specified contact (selected in case of
traffic congestion) through an SMS. This application uses the
features of the Global positioning system. The Latitude, as
well as the longitude of the location where traffic jams are
formed, is sent to the friends of the user. The Goggle map of
the location also sends to the friends. It uses the SMS
Manager a functionality of Android. The friends receiving the
messages will thereby avoid taking the congested route and
hence the level of traffic on the congested road will decrease,
and the friends will reach the destination in comparatively less
time.
Keywords
GPS, Android, SDK, OHA, SMS.
1. INTRODUCTION
Traffic Detection System aims at the early detection of traffic
congestion. The entire solution requires only a Smartphone
having Global Positioning System and good network
coverage. The program installed on the mobile computes
speed based on sensor readings and compares them with pre-
decided values of the counter and the speed limit in traffic
congestion. Once traffic jam is detected, the mobile phone
will automatically alert the driver and will ask for the contacts
to which alert messages should be sending. The location of
the vehicle is also sent to a pre-specified contact number via
an SMS. The contacts on social networking sites can also be
getting the alert messages.
Android is a software package and Linux-based
operating system for mobile devices such as tablet
computers and Smartphone. It is developed by Google and
later on the Open Handset Alliance. Java language is mainly
used to write the Android code even though other languages
can be used. The goal of the Android project is to create a
successful real-world product that improves the mobile
experience for end users. Android technology is based on
Java software applications. This technology requires the use
of a special software development kit (SDK) to create
applications for an Android device. The SDK is freely
available for download from the Internet. For this reason,
and because it will work on multiple operating systems,
many software developers prefer Android technology over
that used in other Smartphone [4].
Google Play, formerly known as the Android Market, is
a digital application distribution platform for Android and an
online electronics store developed and maintained by Google.
The service allows users to browse and download music,
magazines, books, movies, television programs, and
applications published through Google. Users can also
purchase Chrome books and Google Nexus-branded mobile
devices through Google Play. Applications are available either
for free or at a cost. They can be downloaded directly to an
Android or Google TV device through the Play Store mobile
app, or by deploying the application to a device from the
Google Play website [5].
2. RELATED AND PROPOSED WORK
A. PROBLEM STATEMENT
With growing number of vehicle users, traffic is growing day
by day. It is desirable to have a mechanism by which people
can know, in real time, about the traffic condition in the routes
on which they wish to travel. As a result, working on traffic
monitoring has gained significant attention in recent times.
Much of the previous work concentrated on lane system and
orderly traffic, which is rare outside the developed world. For
example, in India, the traffic is highly chaotic and
unpredictable. Further, many of the proposed solutions need
installing dedicated sensors in the vehicles (like GPS-based
tracking units) and/or on the road side (like inductive loop
vehicle detectors, traffic cameras, Doppler radar, etc.) which
are expensive. Also, installing sensors in a huge number of
vehicles or installing traffic cameras at several junctions is
impractical due to monetary cost and human effort required.
The methods that use inductive loop vehicle detectors can
only used in lane traffic systems, which is not the case in
many countries. Traffic detection using traffic cameras is
restricted to the location where they are deployed (generally at
traffic signals). To detect the road conditions, accelerometers
installed in a vehicle may be used. But, this is also not
feasible, as the number of vehicles participating in the system
will be limited to the vehicles where accelerometers are
installed. Installing additional devices on vehicles to increase
sensing density can very quickly become prohibitively
expensive [1].
B. RESEARCH METHODOLOGY
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 3 Issue No. 3, June 2015
57
Several methods have been proposed that use sensors in Smart
phones for activity detection in various environments (Indoor
localization, traffic detection and detecting activity of a
person). The Smartphone based traffic estimation methods
obviate the need for specialized hardware installed in vehicles
or on the road side.. The Nericell system uses an
accelerometer, microphone, GSM Radio and GPS sensors
available in Smart phones that users carry with them.
 The primary working principle of our app is Global
Positioning System (GPS).
 It checks the latitude and longitude of the place and
pinpoints the location.
 Any change in the value of latitude and longitude
will measure the distance covered in a certain time
interval, and thus we will calculate speed.
 The calculated speed will be displayed and
compared with the standard value.
 If the speed is consistently low, then message will
be displayed, and SMS will be sent to particular
contact
Fig 1: Working of the Android application on roads
This figure describes the working of the Android application
on roads. The GPS calculates the speed and then detects the
traffic jams or congestion.
C. SYSTEM MODULES
I. System Overview
The Traffic detection system is made up of following
components. They are (1) monitoring daemon module, (2)
Global Positioning System module, (3) data processing
module (4) alert module and (5) message sending module.
The third module implements the detection algorithm, as
marked by a dashed box. The workflow of Traffic detection
system is shown in fig below. After the system starts
manually, a calibration procedure is conducted when the
system detects that the phone is located in a moving vehicle.
Then the main program launches, working as a background
daemon. The daemon monitors the driving behaviors in real-
time and collects acceleration information. The collected
information includes lateral and longitudinal acceleration and
altitude. They are processed separately and used as inputs to
the multiple round pattern matching process. At the same
time, the historical information will be registered. This
information is helpful in the following round pattern matching
process. If the pattern condition is satisfied, which means a
traffic detection is detected; one signal is transmitted to
trigger an alert. The phone may alarm to remind the driver or
automatically sends the location of the vehicle to a pre-
specified contact number via SMS. If the condition is not
satisfied, execution returns to the daemon immediately [3].
II. Real-Time Monitoring Daemon
Real-Time Monitoring Daemon Module is the foremost
module of the application that aims at determining whether or
not the Smartphone is placed in a moving vehicle. As soon as
the application is launched, a service runs in the background
that continuously fetches the acceleration values from the
accelerometer. If this reading keeps above 2.65 m/s^2 for
several seconds, it is concluded that the device is present in a
moving vehicle. During the human movements even in the
running, the average acceleration in a time window of 3
seconds is no more than 2 m/s^2. The most of accelerations in
human movements keep below 1 m/s^2. So it is easy for the
system to detect when the vehicle starts.
Fig 2: The real time daemon
The objective of this module is to determine that device is
present in moving the vehicle or not. Once it concludes that
the device is in moving the vehicle, modules following the
real time daemon module start their functionality [2].
III. Global Positioning System Module
If the mobile phone is inside a moving vehicle then we can
effectively calculate the lowest speed of the vehicle. The
phone calculates the speed of the vehicle by calculating
Doppler distance and dividing it by the time interval. For
average speed over a long distance, it takes the distance
travels and divided it by the time taken. For instantaneous
speed each GPS position has an error of up to 5 meters, that
means that if we take two positions a second apart take the
distance between them and calculate the speed you could be
off by up to 10 meters per second or about 22.5 mph.
The way a GPS actually calculates the speed at any given
moment is by measuring the Doppler shift in the signals from
the satellites. Just as a car engine or police siren sounds higher
pitch when it's heading towards us than when it's heading
away, in the same way, the signals from the satellites change
very slightly depending on how fast we are moving towards or
away from them. If we know where we are (GPS position)
and we know where and how fast the satellites are moving
(they broadcast that information) then by measuring the
Doppler on the signals you can calculate how fast the receiver
is moving far more accurately than by taking the difference
between two positions.
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 3 Issue No. 3, June 2015
58
Fig 3: Global Positioning System
This module aims at calculating the readings from
accelerometer and GPS, on the basis of which the speed of the
vehicle is determined. These readings act as an input to the
data processing module where the calculation of the actual
level of traffic takes place on the basis of an algorithm, using
the readings calculated in this module.
IV. Data Processing Module
In this module, the calculation of the actual acceleration of
the vehicle takes place. The acceleration information of the
mobile phone is transformed into the acceleration of the
vehicle. This speed of the vehicle is compared with the
counter value. If the speed of the vehicle is consistently low
and the number of times when the speed of the vehicle is
lower than the lowest speed limit, the value of the counter
is incremented and if the incremented value of the counter
is equal to the pre-decided value than alert module is
activated.
Algorithm:-
(1) Speed is calculated by GPS Module.
(2) Counter = set value according to user.
(3) While(speed !=0)
(4) If (Speed of the vehicle < lowest speed limit
(5kmph or any other pre-decided value))
(5) Counter ++;
(6) while loop closed.
(7) If counter = pre-decided value
(8) Alert module activated.
Fig 4: Data Processing
V. Alert Module
The Alert module is the module that is used to warn the driver
about traffic congestion. It checks the value of the counter; if
it is equal to pre-decided value than system generates an alert
(a warning to the driver to send alert messages to friends).
The driver is warned by alerts in a specific number of times
and is requested to send messages to his friends. If the user
sends messages to his/her friends, then they will take the
alternate route and then reduce the new incoming traffic on
the routes.
Fig 5: Alert Messaging
VI. Message Sending Module
When the application “Traffic Detection System” is installed
on the device, it asks the user to enter ten contact numbers.
These contact number comes into use in this module. When
the number of maximum alerts has been provided to the
driver, this module determines the location of the vehicle
(using Global Positioning System) and generates a message
which is sent to that entered contact number via an SMS.
Location of the vehicle determined specifies the latitude and
longitude of the place where the vehicle actually is. The
location of the place in Google map also send to the specified
contact. A system generated message consists of determined
location in terms of latitude and longitude is sent to the pre-
specified contact number.
Fig 6: Message Sending
3. RESULTS AND DISCUSSIONS
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 3 Issue No. 3, June 2015
59
Welcome Page (User Interface)
Fig 7: Welcome Page of App
It is the first page of our application. It describes the names of
all the developers. In this activity, we have used alpha
animation. The names of first and third developer have been
left bright of Fade-in and the names of the second and fourth
names are fade-out or disappear after 5 seconds.
Launch Activity Page
Fig 8: Launch Activity Page
Screen shot of the launch activity, where on clicking the start
service button a service starts in the background. It is in
association of the real-time monitoring daemon where the
determination of the presence of a device on a moving vehicle
is done.
Global Positioning Module
Fig 9: Global Positioning
The Global Positioning Module basically acts as an interface
to the user. This Module is also the HOME PAGE of the
application. The primary function of this Module is to display
various Parameters such as Speed in MPH and KMPH, the
current location of the user in Latitudes and Longitudes with
the help of Global Positioning System (GPS).This Module
also provides the facility of sharing Traffic Update via
messages and also through social media like Facebook,
Watsapp, Messenger, etc.
SMS Manager
Fig 10: SMS Manager
The counter value in the settings signifies that when the
moving speed of the user is consistently lesser than the
threshold speed value (nearly 5 km/h) and is equal to the
selected counter value, then a message is automatically sent to
the contacts in the phone book that are already saved in a
locally designed database.
Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804)
Volume No. 3 Issue No. 3, June 2015
60
Messages Via Shared Media
Fig 11: Messaging via shared media
This page shows various social networking sites that can be
used by the user to send alert messages.
Setting Page (Counter Value)
Fig 12: Counter Setting Page
This page shows the value of the counter. This value of the
counter can be changed. It determines the number of times the
vehicle reaches its lowest speed limit.
Multiple SMS Activity
Fig 13: Multiple SMS Sending Activity
This activity deals with saving ten contacts in a local database
called shared preference. The alert messages are sent to the
following ten contacts.
4. CONCLUSION
As road traffic is increasing day by day, monitoring it in an
effective way has been the challenge to researchers. Since
Smart phones are penetrating into common people’s lives very
fast, utilizing the sensors available in them for traffic
monitoring is a good idea. All this can be done in an energy
efficient manner by using low energy consuming components
of the mobile like accelerometer and magnetometer and
occasionally using GPS for localization and finding the
bearing of the road. Also, applying machine learning
techniques in classifying data can help the system to adapt to
changing factors like nature of the road and vehicle type the
users use. The data processed by the mobile can be sent to a
central server, which can use the information received to
annotate maps accessed by the users through this application.
This annotation can contain a lot of information like the
intensity of traffic at a junction, the bumpy nature of the road,
etc.
5. REFERENCES
[1] J. Lee, J. Li, L. Liu and C. Chen, "A Novel Driving
Pattern Recognition and Status Monitoring System", in
First pacific rim symposium, PSIVT 2006, pp. 504-512,
December 2006.
[2] Jiangpeng Dai , Jin Teng , Xiaole Bai , Zhaohui Shen and
Dong Xuan, “Mobile Phone Based Traffic Detection”,
September 2008
[3] U.S. CDC, "Traffic Detection Application",
http://www.cdc.govTraffic Detectionlimpaired-
drvjactsheet.html
[4] http://developer.android.com
[5] http://androidhive.inf

More Related Content

What's hot

Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Study Hub
 
IRJET- Accident Detection and Alerting System
IRJET-  	  Accident Detection and Alerting SystemIRJET-  	  Accident Detection and Alerting System
IRJET- Accident Detection and Alerting SystemIRJET Journal
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEManand bedre
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMIRJET Journal
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET Journal
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
Iaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd Iaetsd
 
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET Journal
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring systemIRJET Journal
 
IRJET- Disaster Notification System
IRJET- Disaster Notification SystemIRJET- Disaster Notification System
IRJET- Disaster Notification SystemIRJET Journal
 
Intelligent Bus Tracking System Using Android
Intelligent Bus Tracking System Using AndroidIntelligent Bus Tracking System Using Android
Intelligent Bus Tracking System Using AndroidAM Publications
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...IJSRD
 
Gsm based vehicle theft control system
Gsm based vehicle theft control systemGsm based vehicle theft control system
Gsm based vehicle theft control systemEcwayt
 
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Novel based Approach Schema for Processing Vehicle Tracking System through GP...Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Novel based Approach Schema for Processing Vehicle Tracking System through GP...ijtsrd
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking systemSujit9561
 
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident PreventionIRJET Journal
 
Fingerprint Based Smart Pay and Accident Alert System
Fingerprint Based Smart Pay and Accident Alert SystemFingerprint Based Smart Pay and Accident Alert System
Fingerprint Based Smart Pay and Accident Alert SystemIJTET Journal
 
GPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking SystemGPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking Systemijtsrd
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 

What's hot (20)

Road Object Detection
Road Object DetectionRoad Object Detection
Road Object Detection
 
Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)
 
IRJET- Accident Detection and Alerting System
IRJET-  	  Accident Detection and Alerting SystemIRJET-  	  Accident Detection and Alerting System
IRJET- Accident Detection and Alerting System
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEM
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSM
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
Iaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gpsIaetsd location-based services using autonomous gps
Iaetsd location-based services using autonomous gps
 
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
 
IRJET- Disaster Notification System
IRJET- Disaster Notification SystemIRJET- Disaster Notification System
IRJET- Disaster Notification System
 
Intelligent Bus Tracking System Using Android
Intelligent Bus Tracking System Using AndroidIntelligent Bus Tracking System Using Android
Intelligent Bus Tracking System Using Android
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
 
Gsm based vehicle theft control system
Gsm based vehicle theft control systemGsm based vehicle theft control system
Gsm based vehicle theft control system
 
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Novel based Approach Schema for Processing Vehicle Tracking System through GP...Novel based Approach Schema for Processing Vehicle Tracking System through GP...
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
 
Vehicle tracking system
Vehicle tracking systemVehicle tracking system
Vehicle tracking system
 
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
 
Fingerprint Based Smart Pay and Accident Alert System
Fingerprint Based Smart Pay and Accident Alert SystemFingerprint Based Smart Pay and Accident Alert System
Fingerprint Based Smart Pay and Accident Alert System
 
GPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking SystemGPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking System
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 

Viewers also liked

Industry jump start needed
Industry jump start neededIndustry jump start needed
Industry jump start neededShaun Ashworth
 
Cinema Advertising (Brand Identity)
Cinema Advertising (Brand Identity)Cinema Advertising (Brand Identity)
Cinema Advertising (Brand Identity)cjflowers2014
 
Performance analysis of aodv with the constraints of varying terrain area and...
Performance analysis of aodv with the constraints of varying terrain area and...Performance analysis of aodv with the constraints of varying terrain area and...
Performance analysis of aodv with the constraints of varying terrain area and...Editor Jacotech
 
검색엔진 최적화 (SEO)의 과거,현재와 미래
검색엔진 최적화 (SEO)의 과거,현재와 미래검색엔진 최적화 (SEO)의 과거,현재와 미래
검색엔진 최적화 (SEO)의 과거,현재와 미래DongSung Kim
 
Modeling of solar array and analyze the current transient response of shunt s...
Modeling of solar array and analyze the current transient response of shunt s...Modeling of solar array and analyze the current transient response of shunt s...
Modeling of solar array and analyze the current transient response of shunt s...Editor Jacotech
 
CALIDAD DE VIDA .Recurso educativo grado sexto
CALIDAD DE VIDA .Recurso educativo grado sextoCALIDAD DE VIDA .Recurso educativo grado sexto
CALIDAD DE VIDA .Recurso educativo grado sextojosealejandrouptc
 
A Google Maps-based approach to Real-Time Traffic and Travel Information (RTT...
A Google Maps-based approach to Real-Time Traffic and Travel Information (RTT...A Google Maps-based approach to Real-Time Traffic and Travel Information (RTT...
A Google Maps-based approach to Real-Time Traffic and Travel Information (RTT...Josep Laborda
 
Speed Detecting Camera by Kandarp Tiwari
Speed Detecting Camera by Kandarp TiwariSpeed Detecting Camera by Kandarp Tiwari
Speed Detecting Camera by Kandarp TiwariKandarp Tiwari
 
Contract law lecture - 3 - acceptance
Contract law   lecture - 3 - acceptanceContract law   lecture - 3 - acceptance
Contract law lecture - 3 - acceptanceDr. Arun Verma
 
Speed checker for highway
Speed checker for highwaySpeed checker for highway
Speed checker for highwaySumit Sharma
 
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Emmanuel Oshogwe Akpeokhai
 
Vehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALVehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALiamtheone5
 
Speed detection using camera
Speed detection using cameraSpeed detection using camera
Speed detection using cameraBinumon Joseph
 
Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051Rkrishna Mishra
 
Speed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasSpeed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasVIKAS SINGH BHADOURIA
 
Fingertip Knowledge - Electronic Performance Support Systems
Fingertip Knowledge - Electronic Performance Support SystemsFingertip Knowledge - Electronic Performance Support Systems
Fingertip Knowledge - Electronic Performance Support SystemsKelly Condron
 

Viewers also liked (20)

Kirtanyoga 5 8_06_08
Kirtanyoga 5 8_06_08Kirtanyoga 5 8_06_08
Kirtanyoga 5 8_06_08
 
Industry jump start needed
Industry jump start neededIndustry jump start needed
Industry jump start needed
 
Cinema Advertising (Brand Identity)
Cinema Advertising (Brand Identity)Cinema Advertising (Brand Identity)
Cinema Advertising (Brand Identity)
 
Performance analysis of aodv with the constraints of varying terrain area and...
Performance analysis of aodv with the constraints of varying terrain area and...Performance analysis of aodv with the constraints of varying terrain area and...
Performance analysis of aodv with the constraints of varying terrain area and...
 
검색엔진 최적화 (SEO)의 과거,현재와 미래
검색엔진 최적화 (SEO)의 과거,현재와 미래검색엔진 최적화 (SEO)의 과거,현재와 미래
검색엔진 최적화 (SEO)의 과거,현재와 미래
 
Modeling of solar array and analyze the current transient response of shunt s...
Modeling of solar array and analyze the current transient response of shunt s...Modeling of solar array and analyze the current transient response of shunt s...
Modeling of solar array and analyze the current transient response of shunt s...
 
CALIDAD DE VIDA .Recurso educativo grado sexto
CALIDAD DE VIDA .Recurso educativo grado sextoCALIDAD DE VIDA .Recurso educativo grado sexto
CALIDAD DE VIDA .Recurso educativo grado sexto
 
A Google Maps-based approach to Real-Time Traffic and Travel Information (RTT...
A Google Maps-based approach to Real-Time Traffic and Travel Information (RTT...A Google Maps-based approach to Real-Time Traffic and Travel Information (RTT...
A Google Maps-based approach to Real-Time Traffic and Travel Information (RTT...
 
Speed Detecting Camera by Kandarp Tiwari
Speed Detecting Camera by Kandarp TiwariSpeed Detecting Camera by Kandarp Tiwari
Speed Detecting Camera by Kandarp Tiwari
 
Contract law lecture - 3 - acceptance
Contract law   lecture - 3 - acceptanceContract law   lecture - 3 - acceptance
Contract law lecture - 3 - acceptance
 
Speed checker for highway
Speed checker for highwaySpeed checker for highway
Speed checker for highway
 
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
 
Science 3rd prep
Science 3rd prepScience 3rd prep
Science 3rd prep
 
Vehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWALVehicle Speed detecter By PRAGYA AGARWAL
Vehicle Speed detecter By PRAGYA AGARWAL
 
Speed detection using camera
Speed detection using cameraSpeed detection using camera
Speed detection using camera
 
Los aviones del futuro
Los aviones del futuroLos aviones del futuro
Los aviones del futuro
 
Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051
 
Speed cameras ppt full ...
Speed cameras ppt full ...Speed cameras ppt full ...
Speed cameras ppt full ...
 
Speed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-camerasSpeed detection-of-moving-vehicle-using-speed-cameras
Speed detection-of-moving-vehicle-using-speed-cameras
 
Fingertip Knowledge - Electronic Performance Support Systems
Fingertip Knowledge - Electronic Performance Support SystemsFingertip Knowledge - Electronic Performance Support Systems
Fingertip Knowledge - Electronic Performance Support Systems
 

Similar to Traffic detection system using android

An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionseSAT Publishing House
 
Ijisa v5-n9-10
Ijisa v5-n9-10Ijisa v5-n9-10
Ijisa v5-n9-10Anil Kumar
 
11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gpsAlexander Decker
 
Design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsDesign and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsAlexander Decker
 
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET Journal
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSrahulmonikasharma
 
Land vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformLand vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformAlexander Decker
 
A Major Project Report On Quot VEHICLE TRACKING SYSTEM USING GPS AND GSM Q...
A Major Project Report On  Quot  VEHICLE TRACKING SYSTEM USING GPS AND GSM  Q...A Major Project Report On  Quot  VEHICLE TRACKING SYSTEM USING GPS AND GSM  Q...
A Major Project Report On Quot VEHICLE TRACKING SYSTEM USING GPS AND GSM Q...Leonard Goudy
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEMijujournal
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET Journal
 
An Overview of Traffic Accident Detection System using IoT
An Overview of Traffic Accident Detection System using IoTAn Overview of Traffic Accident Detection System using IoT
An Overview of Traffic Accident Detection System using IoTIRJET Journal
 
A Survey Paper On Non Intrusive Texting While Driving Detection Using Smart P...
A Survey Paper On Non Intrusive Texting While Driving Detection Using Smart P...A Survey Paper On Non Intrusive Texting While Driving Detection Using Smart P...
A Survey Paper On Non Intrusive Texting While Driving Detection Using Smart P...Kim Daniels
 
Cloud Based Autonomous Vehicle Navigation
Cloud Based Autonomous Vehicle NavigationCloud Based Autonomous Vehicle Navigation
Cloud Based Autonomous Vehicle NavigationWilliam Smith
 
Application of Micro Controller in Vehicle Monitoring and Security System
Application of Micro Controller in Vehicle Monitoring and Security SystemApplication of Micro Controller in Vehicle Monitoring and Security System
Application of Micro Controller in Vehicle Monitoring and Security Systemijtsrd
 
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...IJRES Journal
 
project report. final
project report. finalproject report. final
project report. finalKumar Prateek
 

Similar to Traffic detection system using android (20)

Vehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial VehiclesVehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial Vehicles
 
Vehicle Tracking System Using GPS
Vehicle Tracking System Using GPSVehicle Tracking System Using GPS
Vehicle Tracking System Using GPS
 
An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directions
 
Ijisa v5-n9-10
Ijisa v5-n9-10Ijisa v5-n9-10
Ijisa v5-n9-10
 
11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps
 
Design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsDesign and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gps
 
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPS
 
Land vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformLand vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platform
 
A Major Project Report On Quot VEHICLE TRACKING SYSTEM USING GPS AND GSM Q...
A Major Project Report On  Quot  VEHICLE TRACKING SYSTEM USING GPS AND GSM  Q...A Major Project Report On  Quot  VEHICLE TRACKING SYSTEM USING GPS AND GSM  Q...
A Major Project Report On Quot VEHICLE TRACKING SYSTEM USING GPS AND GSM Q...
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEMA NOVEL AND COST EFFECTIVE APPROACH TO  PUBLIC VEHICLE TRACKING SYSTEM
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A ReviewIRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET- Vehicle Detection and Tracking System IoT based: A Review
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
 
An Overview of Traffic Accident Detection System using IoT
An Overview of Traffic Accident Detection System using IoTAn Overview of Traffic Accident Detection System using IoT
An Overview of Traffic Accident Detection System using IoT
 
A Survey Paper On Non Intrusive Texting While Driving Detection Using Smart P...
A Survey Paper On Non Intrusive Texting While Driving Detection Using Smart P...A Survey Paper On Non Intrusive Texting While Driving Detection Using Smart P...
A Survey Paper On Non Intrusive Texting While Driving Detection Using Smart P...
 
Ss es-028
Ss es-028Ss es-028
Ss es-028
 
Cloud Based Autonomous Vehicle Navigation
Cloud Based Autonomous Vehicle NavigationCloud Based Autonomous Vehicle Navigation
Cloud Based Autonomous Vehicle Navigation
 
Application of Micro Controller in Vehicle Monitoring and Security System
Application of Micro Controller in Vehicle Monitoring and Security SystemApplication of Micro Controller in Vehicle Monitoring and Security System
Application of Micro Controller in Vehicle Monitoring and Security System
 
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
An Advanced Automatic Prior Notification of Locomotives And Its Steering Cond...
 
project report. final
project report. finalproject report. final
project report. final
 

More from Editor Jacotech

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...Editor Jacotech
 
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSISMOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSISEditor Jacotech
 
Non integer order controller based robust performance analysis of a conical t...
Non integer order controller based robust performance analysis of a conical t...Non integer order controller based robust performance analysis of a conical t...
Non integer order controller based robust performance analysis of a conical t...Editor Jacotech
 
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...Editor Jacotech
 
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...Editor Jacotech
 
The Impact of Line Resistance on the Performance of Controllable Series Compe...
The Impact of Line Resistance on the Performance of Controllable Series Compe...The Impact of Line Resistance on the Performance of Controllable Series Compe...
The Impact of Line Resistance on the Performance of Controllable Series Compe...Editor Jacotech
 
Security Strength Evaluation of Some Chaos Based Substitution-Boxes
Security Strength Evaluation of Some Chaos Based Substitution-BoxesSecurity Strength Evaluation of Some Chaos Based Substitution-Boxes
Security Strength Evaluation of Some Chaos Based Substitution-BoxesEditor Jacotech
 
License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...Editor Jacotech
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachEditor Jacotech
 
Ant colony optimization based routing algorithm in various wireless sensor ne...
Ant colony optimization based routing algorithm in various wireless sensor ne...Ant colony optimization based routing algorithm in various wireless sensor ne...
Ant colony optimization based routing algorithm in various wireless sensor ne...Editor Jacotech
 
An efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor networkAn efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor networkEditor Jacotech
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...Editor Jacotech
 
Leader Election Approach: A Comparison and Survey
Leader Election Approach: A Comparison and SurveyLeader Election Approach: A Comparison and Survey
Leader Election Approach: A Comparison and SurveyEditor Jacotech
 
Leader election approach a comparison and survey
Leader election approach a comparison and surveyLeader election approach a comparison and survey
Leader election approach a comparison and surveyEditor Jacotech
 
Modeling of solar array and analyze the current transient
Modeling of solar array and analyze the current transientModeling of solar array and analyze the current transient
Modeling of solar array and analyze the current transientEditor Jacotech
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using androidEditor Jacotech
 
Performance analysis of aodv with the constraints of
Performance analysis of aodv with the constraints ofPerformance analysis of aodv with the constraints of
Performance analysis of aodv with the constraints ofEditor Jacotech
 
License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...Editor Jacotech
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachEditor Jacotech
 
Corporate social responsibility of chemical fertlizer companies – a study wit...
Corporate social responsibility of chemical fertlizer companies – a study wit...Corporate social responsibility of chemical fertlizer companies – a study wit...
Corporate social responsibility of chemical fertlizer companies – a study wit...Editor Jacotech
 

More from Editor Jacotech (20)

Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
Performance of Wideband Mobile Channel with Perfect Synchronism BPSK vs QPSK ...
 
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSISMOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
MOVIE RATING PREDICTION BASED ON TWITTER SENTIMENT ANALYSIS
 
Non integer order controller based robust performance analysis of a conical t...
Non integer order controller based robust performance analysis of a conical t...Non integer order controller based robust performance analysis of a conical t...
Non integer order controller based robust performance analysis of a conical t...
 
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
FACTORS CAUSING STRESS AMONG FEMALE DOCTORS (A COMPARATIVE STUDY BETWEEN SELE...
 
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
ANALYSIS AND DESIGN OF MULTIPLE WATERMARKING IN A VIDEO FOR AUTHENTICATION AN...
 
The Impact of Line Resistance on the Performance of Controllable Series Compe...
The Impact of Line Resistance on the Performance of Controllable Series Compe...The Impact of Line Resistance on the Performance of Controllable Series Compe...
The Impact of Line Resistance on the Performance of Controllable Series Compe...
 
Security Strength Evaluation of Some Chaos Based Substitution-Boxes
Security Strength Evaluation of Some Chaos Based Substitution-BoxesSecurity Strength Evaluation of Some Chaos Based Substitution-Boxes
Security Strength Evaluation of Some Chaos Based Substitution-Boxes
 
License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approach
 
Ant colony optimization based routing algorithm in various wireless sensor ne...
Ant colony optimization based routing algorithm in various wireless sensor ne...Ant colony optimization based routing algorithm in various wireless sensor ne...
Ant colony optimization based routing algorithm in various wireless sensor ne...
 
An efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor networkAn efficient ant optimized multipath routing in wireless sensor network
An efficient ant optimized multipath routing in wireless sensor network
 
A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...A mobile monitoring and alert sms system with remote configuration – a case s...
A mobile monitoring and alert sms system with remote configuration – a case s...
 
Leader Election Approach: A Comparison and Survey
Leader Election Approach: A Comparison and SurveyLeader Election Approach: A Comparison and Survey
Leader Election Approach: A Comparison and Survey
 
Leader election approach a comparison and survey
Leader election approach a comparison and surveyLeader election approach a comparison and survey
Leader election approach a comparison and survey
 
Modeling of solar array and analyze the current transient
Modeling of solar array and analyze the current transientModeling of solar array and analyze the current transient
Modeling of solar array and analyze the current transient
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using android
 
Performance analysis of aodv with the constraints of
Performance analysis of aodv with the constraints ofPerformance analysis of aodv with the constraints of
Performance analysis of aodv with the constraints of
 
License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...License plate recognition an insight to the proposed approach for plate local...
License plate recognition an insight to the proposed approach for plate local...
 
Design of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approachDesign of airfoil using backpropagation training with mixed approach
Design of airfoil using backpropagation training with mixed approach
 
Corporate social responsibility of chemical fertlizer companies – a study wit...
Corporate social responsibility of chemical fertlizer companies – a study wit...Corporate social responsibility of chemical fertlizer companies – a study wit...
Corporate social responsibility of chemical fertlizer companies – a study wit...
 

Recently uploaded

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 

Recently uploaded (20)

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 

Traffic detection system using android

  • 1. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 3 Issue No. 3, June 2015 56 Traffic Detection System Using Android By Om Prakash1 , Mukul Aggarwal2 , Archit Vishvesha3 , Bhoopendra Kumar4 1,2 Assistant Professor, KIET, Ghaziabad, Uttar Pradesh, India 3,4 Student, KIET, Ghaziabad, Uttar Pradesh, India 1 om.prakash@kiet.edu, 2 mukul.digital@gmail.com, 3 archit.1113029@kiet.edu, 4 bhoopendra.1113037@kiet.edu, ABSTRACT Traffic Detection System is an Android application that aims at determining the behavior of traffic in a particular location. It calculates the speed of the vehicle and the level of congestion or the amount of traffic is determined on the basis of the values of sensors. If any such obstruct found, then the driver is provided an option to send messages regarding high traffic to his/her friends. After a distinct number of repeated low speed and breaks, the location of the vehicle (latitude and longitude) send to a pre-specified contact (selected in case of traffic congestion) through an SMS. This application uses the features of the Global positioning system. The Latitude, as well as the longitude of the location where traffic jams are formed, is sent to the friends of the user. The Goggle map of the location also sends to the friends. It uses the SMS Manager a functionality of Android. The friends receiving the messages will thereby avoid taking the congested route and hence the level of traffic on the congested road will decrease, and the friends will reach the destination in comparatively less time. Keywords GPS, Android, SDK, OHA, SMS. 1. INTRODUCTION Traffic Detection System aims at the early detection of traffic congestion. The entire solution requires only a Smartphone having Global Positioning System and good network coverage. The program installed on the mobile computes speed based on sensor readings and compares them with pre- decided values of the counter and the speed limit in traffic congestion. Once traffic jam is detected, the mobile phone will automatically alert the driver and will ask for the contacts to which alert messages should be sending. The location of the vehicle is also sent to a pre-specified contact number via an SMS. The contacts on social networking sites can also be getting the alert messages. Android is a software package and Linux-based operating system for mobile devices such as tablet computers and Smartphone. It is developed by Google and later on the Open Handset Alliance. Java language is mainly used to write the Android code even though other languages can be used. The goal of the Android project is to create a successful real-world product that improves the mobile experience for end users. Android technology is based on Java software applications. This technology requires the use of a special software development kit (SDK) to create applications for an Android device. The SDK is freely available for download from the Internet. For this reason, and because it will work on multiple operating systems, many software developers prefer Android technology over that used in other Smartphone [4]. Google Play, formerly known as the Android Market, is a digital application distribution platform for Android and an online electronics store developed and maintained by Google. The service allows users to browse and download music, magazines, books, movies, television programs, and applications published through Google. Users can also purchase Chrome books and Google Nexus-branded mobile devices through Google Play. Applications are available either for free or at a cost. They can be downloaded directly to an Android or Google TV device through the Play Store mobile app, or by deploying the application to a device from the Google Play website [5]. 2. RELATED AND PROPOSED WORK A. PROBLEM STATEMENT With growing number of vehicle users, traffic is growing day by day. It is desirable to have a mechanism by which people can know, in real time, about the traffic condition in the routes on which they wish to travel. As a result, working on traffic monitoring has gained significant attention in recent times. Much of the previous work concentrated on lane system and orderly traffic, which is rare outside the developed world. For example, in India, the traffic is highly chaotic and unpredictable. Further, many of the proposed solutions need installing dedicated sensors in the vehicles (like GPS-based tracking units) and/or on the road side (like inductive loop vehicle detectors, traffic cameras, Doppler radar, etc.) which are expensive. Also, installing sensors in a huge number of vehicles or installing traffic cameras at several junctions is impractical due to monetary cost and human effort required. The methods that use inductive loop vehicle detectors can only used in lane traffic systems, which is not the case in many countries. Traffic detection using traffic cameras is restricted to the location where they are deployed (generally at traffic signals). To detect the road conditions, accelerometers installed in a vehicle may be used. But, this is also not feasible, as the number of vehicles participating in the system will be limited to the vehicles where accelerometers are installed. Installing additional devices on vehicles to increase sensing density can very quickly become prohibitively expensive [1]. B. RESEARCH METHODOLOGY
  • 2. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 3 Issue No. 3, June 2015 57 Several methods have been proposed that use sensors in Smart phones for activity detection in various environments (Indoor localization, traffic detection and detecting activity of a person). The Smartphone based traffic estimation methods obviate the need for specialized hardware installed in vehicles or on the road side.. The Nericell system uses an accelerometer, microphone, GSM Radio and GPS sensors available in Smart phones that users carry with them.  The primary working principle of our app is Global Positioning System (GPS).  It checks the latitude and longitude of the place and pinpoints the location.  Any change in the value of latitude and longitude will measure the distance covered in a certain time interval, and thus we will calculate speed.  The calculated speed will be displayed and compared with the standard value.  If the speed is consistently low, then message will be displayed, and SMS will be sent to particular contact Fig 1: Working of the Android application on roads This figure describes the working of the Android application on roads. The GPS calculates the speed and then detects the traffic jams or congestion. C. SYSTEM MODULES I. System Overview The Traffic detection system is made up of following components. They are (1) monitoring daemon module, (2) Global Positioning System module, (3) data processing module (4) alert module and (5) message sending module. The third module implements the detection algorithm, as marked by a dashed box. The workflow of Traffic detection system is shown in fig below. After the system starts manually, a calibration procedure is conducted when the system detects that the phone is located in a moving vehicle. Then the main program launches, working as a background daemon. The daemon monitors the driving behaviors in real- time and collects acceleration information. The collected information includes lateral and longitudinal acceleration and altitude. They are processed separately and used as inputs to the multiple round pattern matching process. At the same time, the historical information will be registered. This information is helpful in the following round pattern matching process. If the pattern condition is satisfied, which means a traffic detection is detected; one signal is transmitted to trigger an alert. The phone may alarm to remind the driver or automatically sends the location of the vehicle to a pre- specified contact number via SMS. If the condition is not satisfied, execution returns to the daemon immediately [3]. II. Real-Time Monitoring Daemon Real-Time Monitoring Daemon Module is the foremost module of the application that aims at determining whether or not the Smartphone is placed in a moving vehicle. As soon as the application is launched, a service runs in the background that continuously fetches the acceleration values from the accelerometer. If this reading keeps above 2.65 m/s^2 for several seconds, it is concluded that the device is present in a moving vehicle. During the human movements even in the running, the average acceleration in a time window of 3 seconds is no more than 2 m/s^2. The most of accelerations in human movements keep below 1 m/s^2. So it is easy for the system to detect when the vehicle starts. Fig 2: The real time daemon The objective of this module is to determine that device is present in moving the vehicle or not. Once it concludes that the device is in moving the vehicle, modules following the real time daemon module start their functionality [2]. III. Global Positioning System Module If the mobile phone is inside a moving vehicle then we can effectively calculate the lowest speed of the vehicle. The phone calculates the speed of the vehicle by calculating Doppler distance and dividing it by the time interval. For average speed over a long distance, it takes the distance travels and divided it by the time taken. For instantaneous speed each GPS position has an error of up to 5 meters, that means that if we take two positions a second apart take the distance between them and calculate the speed you could be off by up to 10 meters per second or about 22.5 mph. The way a GPS actually calculates the speed at any given moment is by measuring the Doppler shift in the signals from the satellites. Just as a car engine or police siren sounds higher pitch when it's heading towards us than when it's heading away, in the same way, the signals from the satellites change very slightly depending on how fast we are moving towards or away from them. If we know where we are (GPS position) and we know where and how fast the satellites are moving (they broadcast that information) then by measuring the Doppler on the signals you can calculate how fast the receiver is moving far more accurately than by taking the difference between two positions.
  • 3. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 3 Issue No. 3, June 2015 58 Fig 3: Global Positioning System This module aims at calculating the readings from accelerometer and GPS, on the basis of which the speed of the vehicle is determined. These readings act as an input to the data processing module where the calculation of the actual level of traffic takes place on the basis of an algorithm, using the readings calculated in this module. IV. Data Processing Module In this module, the calculation of the actual acceleration of the vehicle takes place. The acceleration information of the mobile phone is transformed into the acceleration of the vehicle. This speed of the vehicle is compared with the counter value. If the speed of the vehicle is consistently low and the number of times when the speed of the vehicle is lower than the lowest speed limit, the value of the counter is incremented and if the incremented value of the counter is equal to the pre-decided value than alert module is activated. Algorithm:- (1) Speed is calculated by GPS Module. (2) Counter = set value according to user. (3) While(speed !=0) (4) If (Speed of the vehicle < lowest speed limit (5kmph or any other pre-decided value)) (5) Counter ++; (6) while loop closed. (7) If counter = pre-decided value (8) Alert module activated. Fig 4: Data Processing V. Alert Module The Alert module is the module that is used to warn the driver about traffic congestion. It checks the value of the counter; if it is equal to pre-decided value than system generates an alert (a warning to the driver to send alert messages to friends). The driver is warned by alerts in a specific number of times and is requested to send messages to his friends. If the user sends messages to his/her friends, then they will take the alternate route and then reduce the new incoming traffic on the routes. Fig 5: Alert Messaging VI. Message Sending Module When the application “Traffic Detection System” is installed on the device, it asks the user to enter ten contact numbers. These contact number comes into use in this module. When the number of maximum alerts has been provided to the driver, this module determines the location of the vehicle (using Global Positioning System) and generates a message which is sent to that entered contact number via an SMS. Location of the vehicle determined specifies the latitude and longitude of the place where the vehicle actually is. The location of the place in Google map also send to the specified contact. A system generated message consists of determined location in terms of latitude and longitude is sent to the pre- specified contact number. Fig 6: Message Sending 3. RESULTS AND DISCUSSIONS
  • 4. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 3 Issue No. 3, June 2015 59 Welcome Page (User Interface) Fig 7: Welcome Page of App It is the first page of our application. It describes the names of all the developers. In this activity, we have used alpha animation. The names of first and third developer have been left bright of Fade-in and the names of the second and fourth names are fade-out or disappear after 5 seconds. Launch Activity Page Fig 8: Launch Activity Page Screen shot of the launch activity, where on clicking the start service button a service starts in the background. It is in association of the real-time monitoring daemon where the determination of the presence of a device on a moving vehicle is done. Global Positioning Module Fig 9: Global Positioning The Global Positioning Module basically acts as an interface to the user. This Module is also the HOME PAGE of the application. The primary function of this Module is to display various Parameters such as Speed in MPH and KMPH, the current location of the user in Latitudes and Longitudes with the help of Global Positioning System (GPS).This Module also provides the facility of sharing Traffic Update via messages and also through social media like Facebook, Watsapp, Messenger, etc. SMS Manager Fig 10: SMS Manager The counter value in the settings signifies that when the moving speed of the user is consistently lesser than the threshold speed value (nearly 5 km/h) and is equal to the selected counter value, then a message is automatically sent to the contacts in the phone book that are already saved in a locally designed database.
  • 5. Journal of Advanced Computing and Communication Technologies (ISSN: 2347 - 2804) Volume No. 3 Issue No. 3, June 2015 60 Messages Via Shared Media Fig 11: Messaging via shared media This page shows various social networking sites that can be used by the user to send alert messages. Setting Page (Counter Value) Fig 12: Counter Setting Page This page shows the value of the counter. This value of the counter can be changed. It determines the number of times the vehicle reaches its lowest speed limit. Multiple SMS Activity Fig 13: Multiple SMS Sending Activity This activity deals with saving ten contacts in a local database called shared preference. The alert messages are sent to the following ten contacts. 4. CONCLUSION As road traffic is increasing day by day, monitoring it in an effective way has been the challenge to researchers. Since Smart phones are penetrating into common people’s lives very fast, utilizing the sensors available in them for traffic monitoring is a good idea. All this can be done in an energy efficient manner by using low energy consuming components of the mobile like accelerometer and magnetometer and occasionally using GPS for localization and finding the bearing of the road. Also, applying machine learning techniques in classifying data can help the system to adapt to changing factors like nature of the road and vehicle type the users use. The data processed by the mobile can be sent to a central server, which can use the information received to annotate maps accessed by the users through this application. This annotation can contain a lot of information like the intensity of traffic at a junction, the bumpy nature of the road, etc. 5. REFERENCES [1] J. Lee, J. Li, L. Liu and C. Chen, "A Novel Driving Pattern Recognition and Status Monitoring System", in First pacific rim symposium, PSIVT 2006, pp. 504-512, December 2006. [2] Jiangpeng Dai , Jin Teng , Xiaole Bai , Zhaohui Shen and Dong Xuan, “Mobile Phone Based Traffic Detection”, September 2008 [3] U.S. CDC, "Traffic Detection Application", http://www.cdc.govTraffic Detectionlimpaired- drvjactsheet.html [4] http://developer.android.com [5] http://androidhive.inf