SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 443
CAR BLACK BOX SYSTEM FOR ACCIDENTAL EVIDENCE COLLECTION
Mr. SANTOSH SURESH KAMBLE1, Prof. S. K. PARCHANDEKAR2
1,2Department of Electronics Engineering, Walchand College of Engineering, Sangli 416415, Maharashtra, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract -: The proposed system is designed for a vehicle that
monitors the status of the vehicle after theaccidentorcrash. It
can be placed in any type of vehicle. It is developed with less
number of components. This system provides assistance to
accident victims, and also helps insurance firms by providing
accidental information to complete accident inquiry and
improving transport value, and it helps to decrease the rate of
death. The Car black box system has an accidental video loop
recorder that records the video of a vehicle before and after
the accident. The car blackboxsystemgivesinformation about
the accident and it collects real-time information related to
the vehicle. Raspberry-Pi microcomputer is used to collect
accidental information by interfacing sensors to Raspberry-pi
and it sends this information to the authorized department.
The information about an accident is also made available to
the police department for investigation purpose i.e. how the
accident happened exactly. The Car black box provides the
scenario of an accident in image format to the control room
server. The car black box has the additional feature of an
accidental alert system by sending an alert message to the
control room after an accident has occurred. The black box
data can be used to observe the behavioroftheaccidenteasily.
The car black box is advantageous over collecting evidence of
the crash manually.
Key Words: Car black box, Evidence collection system,
Video loop recorder, openCv3.4.0, etc.
1. INTRODUCTION
Most black boxes associated with airplanes for accident
investigation. The event data recorder in the black box plays
a main role in the car accident investigation. Like in the
airplane black box, the Black Box is used to store the data
related to accidents. The Car black box stores driving
information, video information, accident data, and location
before and after the accidents. The car black box can beused
to observe the accident easily and it helps in crash
investigation, insurance claims settlements also help to
improve, road design, vehicle design, and medical service,
ambulance, and hospital service. The main function of a car
black box is to send accident location data to the emergency
and ambulance server in real-time with the use ofGPRS/Wi-
Fi GSM/ system. Therefore, this system provides a first-aid
solution in accidental cases. This system is like vehicle CCTV
technology which records video, image, location, date and
time. The main purpose is to provide a practical and useful
solution for driver safety. In this system, sensors and a
camera are used for capturing the various conditions of the
vehicle like accidents or crimes, etc. This work presentshow
effectively collection and management of information
obtained from car black box in vehicular networks iscarried
out.
2. SYSTEM ARCHITECTURE
The car black box has a framework of two sides, first is a
client-side system and the second is a server-side system. In
the client-side system, we have integrated hardware which
captures data from sensorsanduploadstothe webserver. To
show this data we built a web application to fetch this data
from a webserver. In this work,wehavedevelopeda website
with all important information related accidents.
2.1 Proposed system
Fig -1: Proposed system block diagram.
This system is mainly designed to perform several tasks like
to access, process, and store and also control the data in
various electronics-basedsystems.WehaveusedRaspberry-
Pi as a microcomputer and interfacing with sensors with
Raspberry-Pi. Raspberry-picollectssensoroutputandstores
it into the memory and sends it to the database via the
internet. This informationis furtherforwardedtothecontrol
room and the control room sends this information to
emergency aid providing departments, police stations, and
the insurance department.
On the client-side system,Camera getsturnononlywhen the
engine starts and starts recording images and video to a
raspberry pi. Then it goes on checking the collision, if a
collision happens then it automatically stores images,
accidental video, and vehicle information and generates an
alert message for the control room through the Wi-Fi
modem. When a collision does not happen this process is
stopped. On the server-side system, Raspberry-Pi transmits
vehicle information to the database. A webpage is designed
to show vehicle status. There are two categories of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 444
databases: one is for login- registration and another one is
for vehicle status. Web page fetches data from the database
and shows vehicle status on a webpage. The access of
sensitive information is available only authorized
departments who are already registered with the system.
2.2 Collision Detection
Collision detection is an important part of this system. An
algorithm is written to detect collision. During the collision
detection, the status of GPIO pin No 18 (physical pin no 12)
on the raspberry pi board is recorded. A limit switch is
interfaced to raspberrypi’soneterminal connectedto3.3V,a
GPIO pin; it will read HIGH when the circuit is closed. Then
input status is marked as True and it executes code. When
the limit switch is pressed a "pull-down" resistor connects
the circuit to the ground so that it reads LOW (False)
indicating the circuit is open. This is used as a collision
signal. Similarly, four limit switchescanbeusedtoobtainthe
status of GPIO pin No 14, 15, 18, 23 which can be multiplied
(ANDing) in python script. If anyone of four sensors is found
to be pressed it generates a signal indicating a collision has
occurred.
2.3 Loop Detector Algorithm
Fig -2: Loop Detector algorithm
To get an exact accidental video loop detector is developed.
The loop detector algorithm is written using the python
OpenCV 3.4.0 platform. When the engine is started,
Raspberry-Pi becomes on and kernel runs the program. The
camera turns on and starts recording video continuously. A
video clip is stored for the specified duration in the script
and this video clip is overwritingagainandagaintill collision
happened, this process is stopped after Collison.
3. HARDWARE TOOLS AND SETUP
In this system, the Raspberry-Pi microcontroller is used as
the main controller and the sensor interfaced with
raspberry-Pi. To minimize the processing load of Raspberry
Pi, the Arduino UNO REV 3 Atmega328controllerisusedand
connected to a raspberry pi. The entire hardware housed in
fiber enclosure formakingthissystemmorerobustasshown
in fig. 2.
Fig -3: Raspberry-Pi board connected to Arduino Rev 3
Board and enclosed in fiber material
Fig. 4 shows the OBD port in the car and OBD scanner. OBD
scanner is used as a sensor that can communicate with Car
ECU and collects real-time data from the car and send it to
Raspberry-Pi.
Fig -4: OBD scanner connected to OBD port in the car
4. SOFTWARE TOOL
In software integration, the client-side system is developed
in Python openCv3.4.0 platformandontheserver-sidescript
is written in PHP, HTML, CSS, and JavaScript. A webserver is
developed for data integration by using apache webserver
and MySQL query language is used for data storage.
5. USER INTERFACE
This proposed system is basically designed for emergency
departments like hospitals, police department. A website is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 445
developed such that it gives a better visual.Thecarblack box
consists of an authentication system, user login system and
user registration system as shown in (fig. [5]).
Fig -5: Home page of the project.
6. AUTHENTICATION SYSTEM
6.1 User Registration
fig. [6] is the webpage of the registration system having five
fields as reference id, customer name, license number,
password, and email id and a sign up (submit) button. When
all credential is filled in and by clicking the signup button,all
the information sent to the database for verification.
Fig -6: Registration System Webpage.
6.2. User Login System
The first if statement checks if the user is already logged in
or not. If they are not logged in, they will be redirected to the
login page (fig. [7]). Hence this page is accessible only to the
registered users.
Fig -7: Login system webpage.
7. RESULTS AND DISCUSSION
This system provides accidental information like license id,
vehicle no, driver mobile no, owner name, time, date,
accidental video, accidental footage, location as shown in
(fig. [8]). A registered and authorized user can see this
information after an accident happens. This system also
stores real-time parameters of car-like engine load, speed of
car and RPM in the log file which is shown in (fig. [10]). After
an accident, this system sends accidental data to thewebsite
with the live location. As the user clicks on location link, a
new window opens which is google map GUI showed in (fig.
[9]).
Fig -8: Accidental information on the webpage.
Fig -9: Accidental vehicle location track on google map.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 446
Fig -10: Store the real-time status of the vehicle in a log
file.
8. CONCLUSION
In the proposed system, Car Black Box is designed,
implemented and tested live in a car. The embedded system
is successfully implemented which provided satisfactory
results. The proposed Car Black Box is feasibleanduseful for
public safety. It acts as an Evidence Collection System from
Car Black Box with Raspberry-Pimicrocomputerasthemain
controller and sensor and helps to find the location of the
accidental vehicle. With this, necessary help and firstaidcan
be made available to accident place and lives of victims can
be saved. When the driver starts the car, all the sensors are
activated, and the data is stored in memorycardperiodically
and transmitted to the webserver. The data saved in the
memory card can be retrieved after an accident with perfect
support of the embedded system and IoT technology. The
Accidental Evidence Collection System as Car Black Box will
certainly be helpful to know the exact reason of the accident
and to provide necessary help-aid to the place of accident.
REFERENCES
[1] Hamid M. Ali1, Zainab S. Alwan2 – Car Accident
Detection and Notification System Using Smartphone
International Journal of Computer Science and Mobile
Computing, Vol.4 Issue.4, April- 2015
[2] Harit Sharma1, Ravi KanthReddy2,Archana Karthik3-S-
CarCrash: Real-time Crash Detection Analysis and
Emergency Alert using Smartphone 2016 International
Conference on Connected Vehicles and Expo
(ICCVE)Viewed Jiang and Chunxuan Yu. ―Design and
Implementation of Car Black Box Based on Embedded
System‖. 2010 IEEE DOI 10.1109/iCECE.2010.860
[3] Kangsuk Chae, Daihoon Kim, Seohyun Jung, Jaeduck
Choi, and Souhwan Jung. Evidence Collecting System
from Car Black Boxes‖.2010 IEEE
BIOGRAPHIES
Mr. Santosh Suresh Kamble.
M.Tech in Electronics Engineering.
Walchand College of Engineering,
Sangli-416415, Maharashtra, India.
Prof. S. K. PARCHANDEKAR.
Department of Electronics Engineering.
Walchand College of Engineering,
Sangli-416415, Maharashtra, India

More Related Content

What's hot

Iaetsd automated toll collection system
Iaetsd automated toll collection systemIaetsd automated toll collection system
Iaetsd automated toll collection systemIaetsd Iaetsd
 
Autel AutoLink AL619 User Manual
Autel AutoLink AL619 User ManualAutel AutoLink AL619 User Manual
Autel AutoLink AL619 User ManualTim Miller
 
Project Proposal Presentation-C.O.D.E-7 Solutions
Project Proposal Presentation-C.O.D.E-7 SolutionsProject Proposal Presentation-C.O.D.E-7 Solutions
Project Proposal Presentation-C.O.D.E-7 SolutionsDiren Dantanarayana
 
Electronic Toll Collection System
Electronic Toll Collection SystemElectronic Toll Collection System
Electronic Toll Collection SystemArshad Shareef
 
Digital parking
Digital parkingDigital parking
Digital parkingbhavithd
 
IRJET - Automatized IoT based E-Petrol Pump
IRJET -  	  Automatized IoT based E-Petrol PumpIRJET -  	  Automatized IoT based E-Petrol Pump
IRJET - Automatized IoT based E-Petrol PumpIRJET Journal
 
How to use autel autolink al519
How to use autel autolink al519How to use autel autolink al519
How to use autel autolink al519BuyobdtoolShop
 
Autel Autolink Al519 User Manual
Autel Autolink Al519 User ManualAutel Autolink Al519 User Manual
Autel Autolink Al519 User Manualobddeal
 
Autel MaxiScan MS309 User's Manual
Autel MaxiScan MS309 User's ManualAutel MaxiScan MS309 User's Manual
Autel MaxiScan MS309 User's ManualTim Miller
 
Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to Cloud
Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to CloudEmbedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to Cloud
Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to CloudEmbeddedFest
 
Image processing using rfid implemented parking system
Image processing using rfid implemented parking systemImage processing using rfid implemented parking system
Image processing using rfid implemented parking systemPradeep Senthil
 
Automatic Toll Collection by using mobile phone
Automatic Toll Collection by using mobile phoneAutomatic Toll Collection by using mobile phone
Automatic Toll Collection by using mobile phonesilent_god
 
AutoLink AL319 User Manual_V2.0.pdf
AutoLink AL319 User Manual_V2.0.pdfAutoLink AL319 User Manual_V2.0.pdf
AutoLink AL319 User Manual_V2.0.pdfJackson Yee
 
Autodiagnosticobd.com users manual of mb880 code reader
Autodiagnosticobd.com users manual of mb880 code readerAutodiagnosticobd.com users manual of mb880 code reader
Autodiagnosticobd.com users manual of mb880 code reader星田 龚
 
Vehicle Parking System Project
Vehicle Parking System ProjectVehicle Parking System Project
Vehicle Parking System ProjectFarooq Mian
 
Lifi based automation of toll gate
Lifi based automation of toll gateLifi based automation of toll gate
Lifi based automation of toll gateSachin MS
 
Rfid based toll tax collection system 3 (repaired)
Rfid based toll tax collection system 3 (repaired)Rfid based toll tax collection system 3 (repaired)
Rfid based toll tax collection system 3 (repaired)KrishNa Patel
 

What's hot (20)

Iaetsd automated toll collection system
Iaetsd automated toll collection systemIaetsd automated toll collection system
Iaetsd automated toll collection system
 
Autel AutoLink AL619 User Manual
Autel AutoLink AL619 User ManualAutel AutoLink AL619 User Manual
Autel AutoLink AL619 User Manual
 
Project Proposal Presentation-C.O.D.E-7 Solutions
Project Proposal Presentation-C.O.D.E-7 SolutionsProject Proposal Presentation-C.O.D.E-7 Solutions
Project Proposal Presentation-C.O.D.E-7 Solutions
 
Electronic Toll Collection System
Electronic Toll Collection SystemElectronic Toll Collection System
Electronic Toll Collection System
 
Digital parking
Digital parkingDigital parking
Digital parking
 
IRJET - Automatized IoT based E-Petrol Pump
IRJET -  	  Automatized IoT based E-Petrol PumpIRJET -  	  Automatized IoT based E-Petrol Pump
IRJET - Automatized IoT based E-Petrol Pump
 
How to use autel autolink al519
How to use autel autolink al519How to use autel autolink al519
How to use autel autolink al519
 
Autel Autolink Al519 User Manual
Autel Autolink Al519 User ManualAutel Autolink Al519 User Manual
Autel Autolink Al519 User Manual
 
Autel MaxiScan MS309 User's Manual
Autel MaxiScan MS309 User's ManualAutel MaxiScan MS309 User's Manual
Autel MaxiScan MS309 User's Manual
 
Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to Cloud
Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to CloudEmbedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to Cloud
Embedded Fest 2019. Антон Волошин. Connected Mobility: from Vehicle to Cloud
 
Image processing using rfid implemented parking system
Image processing using rfid implemented parking systemImage processing using rfid implemented parking system
Image processing using rfid implemented parking system
 
Automatic Toll Collection by using mobile phone
Automatic Toll Collection by using mobile phoneAutomatic Toll Collection by using mobile phone
Automatic Toll Collection by using mobile phone
 
AutoLink AL319 User Manual_V2.0.pdf
AutoLink AL319 User Manual_V2.0.pdfAutoLink AL319 User Manual_V2.0.pdf
AutoLink AL319 User Manual_V2.0.pdf
 
Ms509 manual v1.01
Ms509 manual v1.01Ms509 manual v1.01
Ms509 manual v1.01
 
Dip (1)
Dip  (1)Dip  (1)
Dip (1)
 
Autodiagnosticobd.com users manual of mb880 code reader
Autodiagnosticobd.com users manual of mb880 code readerAutodiagnosticobd.com users manual of mb880 code reader
Autodiagnosticobd.com users manual of mb880 code reader
 
Atumatic toll tax system
Atumatic toll tax systemAtumatic toll tax system
Atumatic toll tax system
 
Vehicle Parking System Project
Vehicle Parking System ProjectVehicle Parking System Project
Vehicle Parking System Project
 
Lifi based automation of toll gate
Lifi based automation of toll gateLifi based automation of toll gate
Lifi based automation of toll gate
 
Rfid based toll tax collection system 3 (repaired)
Rfid based toll tax collection system 3 (repaired)Rfid based toll tax collection system 3 (repaired)
Rfid based toll tax collection system 3 (repaired)
 

Similar to IRJET- Car Black Box System for Accidental Evidence Collection

CAR BLACK BOX SYSTEM
CAR BLACK BOX SYSTEMCAR BLACK BOX SYSTEM
CAR BLACK BOX SYSTEMIRJET Journal
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET Journal
 
Raspberry Pi Vehicles Number Plate Recognition
Raspberry Pi Vehicles Number Plate RecognitionRaspberry Pi Vehicles Number Plate Recognition
Raspberry Pi Vehicles Number Plate RecognitionIRJET Journal
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET Journal
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET Journal
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET-  	  Recognition of Vehicle Number Plate using Raspberry PIIRJET-  	  Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PIIRJET Journal
 
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PIIRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PIIRJET Journal
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewIRJET Journal
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCRIRJET Journal
 
IRJET- Smart Vehicle Automation with Blackbox using IoT
IRJET- Smart Vehicle Automation with Blackbox using IoTIRJET- Smart Vehicle Automation with Blackbox using IoT
IRJET- Smart Vehicle Automation with Blackbox using IoTIRJET Journal
 
IRJET- Smart Parking System
IRJET-  	  Smart Parking SystemIRJET-  	  Smart Parking System
IRJET- Smart Parking SystemIRJET Journal
 
IRJET- Efficient IoT based Automated Toll Collection System
IRJET-  	  Efficient IoT based Automated Toll Collection SystemIRJET-  	  Efficient IoT based Automated Toll Collection System
IRJET- Efficient IoT based Automated Toll Collection SystemIRJET Journal
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET Journal
 
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging SystemIRJET Journal
 
IRJET- Intelligent Car Parking System
IRJET-  	  Intelligent Car Parking SystemIRJET-  	  Intelligent Car Parking System
IRJET- Intelligent Car Parking SystemIRJET Journal
 

Similar to IRJET- Car Black Box System for Accidental Evidence Collection (20)

CAR BLACK BOX SYSTEM
CAR BLACK BOX SYSTEMCAR BLACK BOX SYSTEM
CAR BLACK BOX SYSTEM
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
 
Raspberry Pi Vehicles Number Plate Recognition
Raspberry Pi Vehicles Number Plate RecognitionRaspberry Pi Vehicles Number Plate Recognition
Raspberry Pi Vehicles Number Plate Recognition
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX System
 
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
IRJET- Automatic Toll Collection System using ALPR and Biometrics System.
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET-  	  Recognition of Vehicle Number Plate using Raspberry PIIRJET-  	  Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
 
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PIIRJET- Recognition of Vehicle Number Plate using Raspberry PI
IRJET- Recognition of Vehicle Number Plate using Raspberry PI
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A Review
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET- Do not Park
IRJET- Do not ParkIRJET- Do not Park
IRJET- Do not Park
 
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCRIRJET-  	  Smart Parking Assistance By Nameplate Recognition Using OCR
IRJET- Smart Parking Assistance By Nameplate Recognition Using OCR
 
IRJET- Smart Vehicle Automation with Blackbox using IoT
IRJET- Smart Vehicle Automation with Blackbox using IoTIRJET- Smart Vehicle Automation with Blackbox using IoT
IRJET- Smart Vehicle Automation with Blackbox using IoT
 
IRJET- Smart Parking System
IRJET-  	  Smart Parking SystemIRJET-  	  Smart Parking System
IRJET- Smart Parking System
 
IRJET- Efficient IoT based Automated Toll Collection System
IRJET-  	  Efficient IoT based Automated Toll Collection SystemIRJET-  	  Efficient IoT based Automated Toll Collection System
IRJET- Efficient IoT based Automated Toll Collection System
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
B034306010
B034306010B034306010
B034306010
 
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
IRJET- Automatic Toll Management and Penalty System using Number Plate Recogn...
 
IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging System
 
IRJET- Intelligent Car Parking System
IRJET-  	  Intelligent Car Parking SystemIRJET-  	  Intelligent Car Parking System
IRJET- Intelligent Car Parking System
 

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

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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
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
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 

Recently uploaded (20)

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
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
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
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
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...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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...
 

IRJET- Car Black Box System for Accidental Evidence Collection

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 443 CAR BLACK BOX SYSTEM FOR ACCIDENTAL EVIDENCE COLLECTION Mr. SANTOSH SURESH KAMBLE1, Prof. S. K. PARCHANDEKAR2 1,2Department of Electronics Engineering, Walchand College of Engineering, Sangli 416415, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract -: The proposed system is designed for a vehicle that monitors the status of the vehicle after theaccidentorcrash. It can be placed in any type of vehicle. It is developed with less number of components. This system provides assistance to accident victims, and also helps insurance firms by providing accidental information to complete accident inquiry and improving transport value, and it helps to decrease the rate of death. The Car black box system has an accidental video loop recorder that records the video of a vehicle before and after the accident. The car blackboxsystemgivesinformation about the accident and it collects real-time information related to the vehicle. Raspberry-Pi microcomputer is used to collect accidental information by interfacing sensors to Raspberry-pi and it sends this information to the authorized department. The information about an accident is also made available to the police department for investigation purpose i.e. how the accident happened exactly. The Car black box provides the scenario of an accident in image format to the control room server. The car black box has the additional feature of an accidental alert system by sending an alert message to the control room after an accident has occurred. The black box data can be used to observe the behavioroftheaccidenteasily. The car black box is advantageous over collecting evidence of the crash manually. Key Words: Car black box, Evidence collection system, Video loop recorder, openCv3.4.0, etc. 1. INTRODUCTION Most black boxes associated with airplanes for accident investigation. The event data recorder in the black box plays a main role in the car accident investigation. Like in the airplane black box, the Black Box is used to store the data related to accidents. The Car black box stores driving information, video information, accident data, and location before and after the accidents. The car black box can beused to observe the accident easily and it helps in crash investigation, insurance claims settlements also help to improve, road design, vehicle design, and medical service, ambulance, and hospital service. The main function of a car black box is to send accident location data to the emergency and ambulance server in real-time with the use ofGPRS/Wi- Fi GSM/ system. Therefore, this system provides a first-aid solution in accidental cases. This system is like vehicle CCTV technology which records video, image, location, date and time. The main purpose is to provide a practical and useful solution for driver safety. In this system, sensors and a camera are used for capturing the various conditions of the vehicle like accidents or crimes, etc. This work presentshow effectively collection and management of information obtained from car black box in vehicular networks iscarried out. 2. SYSTEM ARCHITECTURE The car black box has a framework of two sides, first is a client-side system and the second is a server-side system. In the client-side system, we have integrated hardware which captures data from sensorsanduploadstothe webserver. To show this data we built a web application to fetch this data from a webserver. In this work,wehavedevelopeda website with all important information related accidents. 2.1 Proposed system Fig -1: Proposed system block diagram. This system is mainly designed to perform several tasks like to access, process, and store and also control the data in various electronics-basedsystems.WehaveusedRaspberry- Pi as a microcomputer and interfacing with sensors with Raspberry-Pi. Raspberry-picollectssensoroutputandstores it into the memory and sends it to the database via the internet. This informationis furtherforwardedtothecontrol room and the control room sends this information to emergency aid providing departments, police stations, and the insurance department. On the client-side system,Camera getsturnononlywhen the engine starts and starts recording images and video to a raspberry pi. Then it goes on checking the collision, if a collision happens then it automatically stores images, accidental video, and vehicle information and generates an alert message for the control room through the Wi-Fi modem. When a collision does not happen this process is stopped. On the server-side system, Raspberry-Pi transmits vehicle information to the database. A webpage is designed to show vehicle status. There are two categories of
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 444 databases: one is for login- registration and another one is for vehicle status. Web page fetches data from the database and shows vehicle status on a webpage. The access of sensitive information is available only authorized departments who are already registered with the system. 2.2 Collision Detection Collision detection is an important part of this system. An algorithm is written to detect collision. During the collision detection, the status of GPIO pin No 18 (physical pin no 12) on the raspberry pi board is recorded. A limit switch is interfaced to raspberrypi’soneterminal connectedto3.3V,a GPIO pin; it will read HIGH when the circuit is closed. Then input status is marked as True and it executes code. When the limit switch is pressed a "pull-down" resistor connects the circuit to the ground so that it reads LOW (False) indicating the circuit is open. This is used as a collision signal. Similarly, four limit switchescanbeusedtoobtainthe status of GPIO pin No 14, 15, 18, 23 which can be multiplied (ANDing) in python script. If anyone of four sensors is found to be pressed it generates a signal indicating a collision has occurred. 2.3 Loop Detector Algorithm Fig -2: Loop Detector algorithm To get an exact accidental video loop detector is developed. The loop detector algorithm is written using the python OpenCV 3.4.0 platform. When the engine is started, Raspberry-Pi becomes on and kernel runs the program. The camera turns on and starts recording video continuously. A video clip is stored for the specified duration in the script and this video clip is overwritingagainandagaintill collision happened, this process is stopped after Collison. 3. HARDWARE TOOLS AND SETUP In this system, the Raspberry-Pi microcontroller is used as the main controller and the sensor interfaced with raspberry-Pi. To minimize the processing load of Raspberry Pi, the Arduino UNO REV 3 Atmega328controllerisusedand connected to a raspberry pi. The entire hardware housed in fiber enclosure formakingthissystemmorerobustasshown in fig. 2. Fig -3: Raspberry-Pi board connected to Arduino Rev 3 Board and enclosed in fiber material Fig. 4 shows the OBD port in the car and OBD scanner. OBD scanner is used as a sensor that can communicate with Car ECU and collects real-time data from the car and send it to Raspberry-Pi. Fig -4: OBD scanner connected to OBD port in the car 4. SOFTWARE TOOL In software integration, the client-side system is developed in Python openCv3.4.0 platformandontheserver-sidescript is written in PHP, HTML, CSS, and JavaScript. A webserver is developed for data integration by using apache webserver and MySQL query language is used for data storage. 5. USER INTERFACE This proposed system is basically designed for emergency departments like hospitals, police department. A website is
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 445 developed such that it gives a better visual.Thecarblack box consists of an authentication system, user login system and user registration system as shown in (fig. [5]). Fig -5: Home page of the project. 6. AUTHENTICATION SYSTEM 6.1 User Registration fig. [6] is the webpage of the registration system having five fields as reference id, customer name, license number, password, and email id and a sign up (submit) button. When all credential is filled in and by clicking the signup button,all the information sent to the database for verification. Fig -6: Registration System Webpage. 6.2. User Login System The first if statement checks if the user is already logged in or not. If they are not logged in, they will be redirected to the login page (fig. [7]). Hence this page is accessible only to the registered users. Fig -7: Login system webpage. 7. RESULTS AND DISCUSSION This system provides accidental information like license id, vehicle no, driver mobile no, owner name, time, date, accidental video, accidental footage, location as shown in (fig. [8]). A registered and authorized user can see this information after an accident happens. This system also stores real-time parameters of car-like engine load, speed of car and RPM in the log file which is shown in (fig. [10]). After an accident, this system sends accidental data to thewebsite with the live location. As the user clicks on location link, a new window opens which is google map GUI showed in (fig. [9]). Fig -8: Accidental information on the webpage. Fig -9: Accidental vehicle location track on google map.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 11 | Nov 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 446 Fig -10: Store the real-time status of the vehicle in a log file. 8. CONCLUSION In the proposed system, Car Black Box is designed, implemented and tested live in a car. The embedded system is successfully implemented which provided satisfactory results. The proposed Car Black Box is feasibleanduseful for public safety. It acts as an Evidence Collection System from Car Black Box with Raspberry-Pimicrocomputerasthemain controller and sensor and helps to find the location of the accidental vehicle. With this, necessary help and firstaidcan be made available to accident place and lives of victims can be saved. When the driver starts the car, all the sensors are activated, and the data is stored in memorycardperiodically and transmitted to the webserver. The data saved in the memory card can be retrieved after an accident with perfect support of the embedded system and IoT technology. The Accidental Evidence Collection System as Car Black Box will certainly be helpful to know the exact reason of the accident and to provide necessary help-aid to the place of accident. REFERENCES [1] Hamid M. Ali1, Zainab S. Alwan2 – Car Accident Detection and Notification System Using Smartphone International Journal of Computer Science and Mobile Computing, Vol.4 Issue.4, April- 2015 [2] Harit Sharma1, Ravi KanthReddy2,Archana Karthik3-S- CarCrash: Real-time Crash Detection Analysis and Emergency Alert using Smartphone 2016 International Conference on Connected Vehicles and Expo (ICCVE)Viewed Jiang and Chunxuan Yu. ―Design and Implementation of Car Black Box Based on Embedded System‖. 2010 IEEE DOI 10.1109/iCECE.2010.860 [3] Kangsuk Chae, Daihoon Kim, Seohyun Jung, Jaeduck Choi, and Souhwan Jung. Evidence Collecting System from Car Black Boxes‖.2010 IEEE BIOGRAPHIES Mr. Santosh Suresh Kamble. M.Tech in Electronics Engineering. Walchand College of Engineering, Sangli-416415, Maharashtra, India. Prof. S. K. PARCHANDEKAR. Department of Electronics Engineering. Walchand College of Engineering, Sangli-416415, Maharashtra, India