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: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1897
Design of a Home Surveillance System Based on the Android Platform
Shejwal Bhavna1, Mojad Deepika2,Gite Shivani3,Gaikwad Pranita4
1Student of computer Engineering, Matoshri College of Engineering and Research Centre. Nashik, Maharashtra,
India.
2 Student of computer Engineering, Matoshri College of Engineering and Research Centre. Nashik, Maharashtra,
India.
3 Student of computer Engineering, Matoshri College of Engineering and Research Centre. Nashik, Maharashtra,
India.
4 Student of computer Engineering, Matoshri College of Engineering and Research Centre. Nashik, Maharashtra,
India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - We have designed a video surveillance system
based on the smart Android terminal equipment. This system
consists of two parts, including the server and the client. The
server is responsible for the video acquisition and the H.264
video encoding. The video transmissionusesRTP protocol. The
client is responsible for receiving data, and completing the
decoding and playback. Because of the limited storage
capacity of mobile devices, the server implements the face
detection function, which only stores the critical information.
This monitoring systemisappliedtoAndroidphoneswhich are
used for the elderly. With the arrival of the social trend of
population, customers can get information about the old
people at home by using this monitoring system. Itcanprovide
emergency alert about emergency situations. This system has
a good mobile performance and transmission stability. It is
intelligent, convenient and practical.
Key Words: Android phones, Home monitoring, H.264,
Real-time transport protocol.
1.INTRODUCTION
In the development of human society,theissueofpeople's
living and residential security has been a topic of concern.
The social security monitoring can manage and maintain the
public order more efficiently. It is better to see for oneself
rather than to hear for many times. Images and videos can
provide visual, specific and rich content information. Since
the video surveillance is brought to the market, it has
received the unprecedented expectation and is promising to
be applied to all areas of the national economy. With the
development of computer technology, communication
technology and Internet technology, the video surveillance
technology has experienced three stages of development:
analog video surveillance, digital video surveillance, and
network video surveillance.
The traditional video surveillance is usually based on PC
to implement the monitoring system. However the mobility
of PC is poor. It needs someone to guard in front of the
monitoring equipment, which often brings a lot
inconvenience to the monitoring. In order to meet the
demand of market, mobile, high definition, and intelligent
will be the future development trend of the surveillance
technology. With the enhancement of the performance of
intelligent machines, as well as therapiddevelopmentof Wi-
Fi technology, the boom of mobile Internet has arrived.
The video surveillance technology encounters a new
development opportunity.
Our country is a populous country. According to
statistics, in 2013, our elderly population (60 years and
older) is more than two hundred million. With the arrival of
the aging population of our society, the demand for home
monitoring products is more and more urgent. Therefore, in
this article, we will implement the application of home
monitoring on the platform of Android mobile phone. This
system is divided into two parts, including the server-side
and the client-side. It uses the wireless network to transmit
data. This system has better mobility, and it responds to
emergency situations more timely.
2. THE OVERALL FRAMEWORK OF HOME
MONITORING SYSTEM
A typical video surveillance system includes a series of
process like video capturing, encoding and decoding, data
transmission and video playback, and so on. Based on this
the paper designed the overall structure, which is shown in
Fig. 1. The camera at front end is responsible for video data
acquisition, thus we can obtain the original video data
information. Becausethevideohasnotbeencompressed, the
data size is very large. In order to facilitate the subsequent
storage and transmission, we need the video encoder to
encode and compress the original video data. Then the data
packets will be released to the network. At the far end, the
user can view the surveillance video images through the
terminal equipment such as PC, tablet or smart phone which
has connected to the network.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1898
F
Fig-1: The overall framework of home monitoring system.
3. THE DESIGN OF HOME MONITORING SERVER
The server-side program of this monitoring system is
divided into several functional modules according to the
need, as shown in Fig. 2. These functional modules complete
the task of video capture, encoding and transmission
collaboratively.
The server captures the data of real-time images through
the camera of Android device and creates a Sever Socket
object at the server side program to monitor the connection
request from a client. When the server receives the
connection request from a client, it begins to compress the
raw data using the H.264 encoding, followedbydelivering to
the transport layer protocol by the RTP packet, and then
packages and sends through UDP protocol. In this process,
the RTSP streamingmedia modulecontrolsthetransmission.
3.2 Video Capture and Compression
The Media Recorder class provided by the Android
system can realize the control of collecting and the settingof
coding. In order to save the traffic and for easy transmission,
the videos need to be encoded after captured by Media
Recorder class. The H.264 coding system is divided into two
parts, including VCL (Video Coding Layer) and NAL
(Network Abstraction Layer). The VCL layer performs the
task of efficient coding; the NAL layer packages the video
data appropriately to send them according to theneedofthe
network. Therefore the H.264 can have a very good
compression efficiency and network adaptability. The
monitoring system uses the wireless network transmission
and the bandwidth is limited, so we use the H.264 hard
coding to improve the efficiency and compression ratio.
3.2 RTSP Server
The RTSP (Real-time Stream Protocol) is used to control
the playback of the streaming media. After the
implementation of this protocol at the monitoring server-
side, the client can enter the URL to request for the
streaming video. RTSP is a stateful protocol. For theOPTION
request, the server side sends its usable state to the client;
for the DESCRIBE request, the server sends the information
of the type of the H.264 video stream to the client player. In
order to enable the client to play the video properly, the
server provides the SDP information in the DESCRIBE
response, including the session information, the media
information, SPS and PPS etc. Profile, SPS and PPS
information is obtained through the following methods.
When the server begins to work, record a short video in the
local first, then parse and extract the profile, SPS and PPS
information which is to be sent to the remote client end.
After obtaining this information, the client player can
correctly decode and broadcast when receiving the RTP
stream. After the server receives the PLAY request, they
begin to transmit video streams to the client.
Fig- 2: Function structure of the home monitoring at the
server side.
3.3 Video Transmission
The transmission of the real-time video data is greatly
influenced by the network environment. A larger delay will
result in a greater impact on the real-time, andtheconfusion
of data packets during transmission will cause adverse
effects on decoding and playing at the receiving end. So in
order to protect the real-time transmission of monitorvideo
and the restoring quality of data at the receiving end, we
need to comply with related transport protocols. Here we
use the RTP, UDP and IP together to protect the quality of
transmission.
In this monitoring system, for the RTP packets of video
data in the application layer, if the RTP packets are
encapsulated in longer payload length, the IP layer will
divide them themselves, before deliver them to the lower
layer. Its processing is not controllable, and it will cause
potential impact for decoding and playing at the receiving
end. So after H.264 encoding, for each NALU, it needs the
split processing, when the length is greater than the
threshold. Since the RTPheaderinformationtakesatleast12
bytes in length, while the UDP header is 8 bytes long, the IP
packet header information will occupy 20 bytes inlength. So
in the bottom layer packet, just the header information
occupies 40 bytes at least, leaving up to 1460 bytes to the
part of the RTP payload length.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1899
3.4 Face Detection
In the home monitoring,thehomeandpropertysecurityof
users is our top priority to consider.Sincethemobiledevices
are small and their storage is limited, you cannotsavea large
segment of video data. Therefore,themonitoringsystemwill
process the video data, when it detects someoneintrusion,it
saves the screen shot to achieve retaining the critical video
screen, which can be used for the later investigation.
In this issue, we use the face detection algorithm inside
the OpenCV (Open Source Computer Vision Library) library
to achieve the face detection, using the JNI (Java Native
Interfere) technology to compile and load the dynamical
shared library in the Java program. The OpenCV function
library is implemented by C language. So to take advantage
of this library, we need the JNI which is the interface
between Java and otherprogramlanguages.Whentheserver
detects that there is someone’s face in the video screen, it
grabs the video image and saves in the local SD card. User
can also bind a phone number, when someone invasions,the
system alarms or calls to users directly.
4. THE DESIGN OF HOME MONITORING
CLIENT
The client program of the monitoring system is divided
into the user login module, the RTSP clientmodule,thevideo
receiver module, the video decoding module and the video
playback display module according to our needs, which is
shown in Fig. 5. In the monitoring system, if the server is set
that it needs to log in to verify. Except the IP address of
server, you also need to input a registeredaccountnameand
password. The RTSP client module connects and exchanges
information with the server based on the playback address
inputted by users. After establishing proper connection, it
will start the transmission of the video data. After the
receiving module has received the data, it gives it to the
decoding module to complete the H.264 decoding. Finally,
we can play the remote video by the video display module.
4.1 Data Reception
At the monitoring client-side, after receiving the video data
through the Socket, it needs to be unpacked to extract each
NALU, and then we deliver them to the decoder to decode.
For the NALU packet with different size, the treatment will
be different, so the reception end needs to judge it. The
processing flow is shown in Fig. 3. Remove the UDP header
to extract the RTP package, when the client receivesthe UDP
datagram through the Socket. Then obtaintheloadofRTP by
taking out the bytes of the RTP header, from which we can
get the type information of NALU unit encapsulated in the
package. When the type field value is 1-23, it indicates that
the NALU encapsulated in RTP packets is single packet
encapsulation. For a single packet encapsulation NALU, it is
simpler to deal with. When the Type field is 28, it indicates
that the NALU encapsulated in RTP packets uses the way of
slicing encapsulation. For the slicing encapsulation NALU,
you need to take a combination of these fragments together
to form a complete NALU, and then deliver it to the decoding
module for decoding.
4.2 Video Decoding and Playback
In this paper, we use FFMPEG to decode the video. The
FFMPEG is a free open-source and cross-platform video
coding project with excellent performance. It supports the
H.264 decoding well. There we still usethe JNImechanismto
compile the dynamical shared library of decoding. After the
Java layer gets the NALU, it delivers it to decoding module.
Its internal decoding procedure is shown in Fig. 4. After
obtaining the pixel data, we save it as a Bitmap. For the
display interface, we use the Surface View class. And we
draw the Bitmap on the canvas to achieve the playback
function.
Fig- 3: Modules of the monitoring system at the client side.
Fig-4: Video decoding process
5. CONCLUSION
With the aid of the Android mobile devices, the user can
know the old man at home timely and dynamically at a
remote place. The system can also provide emergency early
warning. This system is of good performance and stable
transmission. Simultaneously, it has a bit of intelligent
ability. It is convenient and practical as well. What we have
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1900
studied can provide certain reference for solving the
problem of the elderly care.
The video surveillance is of great value in use and
vast potential for future development. A home monitoring
system based on the Android mobile terminal is convenient,
flexible and can provide more help for people's daily lives.
This paper has realized the basic framework of the
monitoring system. In the future it can be added more
function on this basis.
REFERENCES
[1] Jie Sun, Xiaofeng Xie, and Dexun Shao. “The research of
embedded wireless remote mobile video surveillance
systems,” IEEE Applied Robotics forthePowerIndustry,
2012, pp. 86-88.
[2] Chen W, Shih C C, and Hwang L J. “The Development and
Applications oftheRemoteReal-TimeVideoSurveillance
System,” Tamkang Journal of Science and Engineering,
2010, vol. 13(2), pp. 215-225.
[3] Won-Ho Chung. “A smartphone watch for mobile
surveillance service,” Personal and Ubiquitous
Computing, 2012, vol. 16, issue 6, pp. 687.
[4] Yuanming Huang. “The design and implementation on a
new generation of remotenetwork video surveillance
system,” 2010 3rd International Conference
onAdvanced Computer Theory and Engineering
(ICACTE), Chendu, 2010, pp. 295-297.
[5] Li, Tong Tong. “Secure wireless monitoring and control
systems for smart grid andsmart home,” Wireless
Communications, 2012, vol. 19(3), pp. 66-73.
[6] Li L, Xiaoguang H, and Ke C. “The applications of wifi-
based wireless sensor network ininternet of things and
smart grid,” 2011 6th Industrial Electronics and
Applications(ICIEA), 2011, pp. 789-792.
[7] Kumar S, La I T H, and Arora A. “Barrier coverage with
wireless sensors,” Proc of the 11th Annual International
Conference on Mobile Computing and Networking,New
York: ACM Press, 2010, pp. 284-297.
[8] Khomh F, Hao Yuan, and Ying Zou. “Adapting Linux for
Mobile Platform: An Empirical Study of Android,” 2011
28th IEEE International Conference on Software
Maintenance, Trento: IEEE Computer Society, 2012, pp.
629-632.
[9] Yong Sheng, Guanling Chen, and Hongda Yin. “Map: a
scalable monitoring system fordependable 802.11
wireless networks,” Wireless Communications, 2004,
vol. 15(5), pp. 10-18.
[10] Victor Guana, Fabio Rocha, and Abram Hindle. “Do the
Star Align Multidimensional Analysis of Android’s
Layered Architecture,” 2012 9th IEEE Working
Conference on Mining Software Repositories. Zurich:
IEEE Computer Society, 2012, pp. 124-127.
BIOGRAPHIES
Miss. Shejwal Bhavna is the
corresponding authorofthis paper
and student of the computer
engineering. Pune university.
Email:
bhavnashejwal@gmail.com
Miss. Mojad Deepika is the
corresponding authorofthis paper
and student of the computer
engineering. Pune university.
Email:
deepikamojad16@gmail.com
Miss. Gite Shivani is the
corresponding authorofthis paper
and student of the computer
engineering. Pune university.
Email:
gite.shivani22@gmail.com
Miss. Gaikwad Pranita is the
corresponding authorofthis paper
and student of the computer
engineering. Pune university.
Email:
pranitagaikwad123@gmail.com

More Related Content

What's hot

INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...ijasuc
 
A Comparative Study Of Remote Access Technologies and Implementation of a Sma...
A Comparative Study Of Remote Access Technologies and Implementation of a Sma...A Comparative Study Of Remote Access Technologies and Implementation of a Sma...
A Comparative Study Of Remote Access Technologies and Implementation of a Sma...Editor IJCATR
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
IRJET - Implementation of Network Security and Traffic Filtering using Access...
IRJET - Implementation of Network Security and Traffic Filtering using Access...IRJET - Implementation of Network Security and Traffic Filtering using Access...
IRJET - Implementation of Network Security and Traffic Filtering using Access...IRJET Journal
 
Security in GSM(2G) and UMTS(3G) Networks
Security in GSM(2G) and UMTS(3G) NetworksSecurity in GSM(2G) and UMTS(3G) Networks
Security in GSM(2G) and UMTS(3G) NetworksNaveen Kumar
 
Project Dissertation - ZigBee Based Wireless Sensor Network
Project Dissertation - ZigBee Based Wireless Sensor NetworkProject Dissertation - ZigBee Based Wireless Sensor Network
Project Dissertation - ZigBee Based Wireless Sensor NetworkAnand Agrawal
 
IRJET - Implementation of VPN, AWS Cloud Enabled Real Time Water Pollution Sy...
IRJET - Implementation of VPN, AWS Cloud Enabled Real Time Water Pollution Sy...IRJET - Implementation of VPN, AWS Cloud Enabled Real Time Water Pollution Sy...
IRJET - Implementation of VPN, AWS Cloud Enabled Real Time Water Pollution Sy...IRJET Journal
 
Netmanias.2013.08.05 lte security i-concept and authentication.eng
Netmanias.2013.08.05 lte security i-concept and authentication.engNetmanias.2013.08.05 lte security i-concept and authentication.eng
Netmanias.2013.08.05 lte security i-concept and authentication.engson6971
 
Lightweight C&C based botnet detection using Aho-Corasick NFA
Lightweight C&C based botnet detection using Aho-Corasick NFALightweight C&C based botnet detection using Aho-Corasick NFA
Lightweight C&C based botnet detection using Aho-Corasick NFAIJNSA Journal
 
LTE Security Training – LTE and LTE-Advanced Security
LTE Security Training – LTE and LTE-Advanced SecurityLTE Security Training – LTE and LTE-Advanced Security
LTE Security Training – LTE and LTE-Advanced SecurityBryan Len
 
IRJET- Mobile Communication Security using Encryption and Decryption
IRJET- Mobile Communication Security using Encryption and DecryptionIRJET- Mobile Communication Security using Encryption and Decryption
IRJET- Mobile Communication Security using Encryption and DecryptionIRJET Journal
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE cscpconf
 
Smart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaSmart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaTELKOMNIKA JOURNAL
 
Remote Video Monitoring System Using Raspberry Pi 3 and GPRS Module
Remote Video Monitoring System Using Raspberry Pi 3 and GPRS ModuleRemote Video Monitoring System Using Raspberry Pi 3 and GPRS Module
Remote Video Monitoring System Using Raspberry Pi 3 and GPRS Modulerahulmonikasharma
 

What's hot (17)

INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
 
A Comparative Study Of Remote Access Technologies and Implementation of a Sma...
A Comparative Study Of Remote Access Technologies and Implementation of a Sma...A Comparative Study Of Remote Access Technologies and Implementation of a Sma...
A Comparative Study Of Remote Access Technologies and Implementation of a Sma...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
IRJET - Implementation of Network Security and Traffic Filtering using Access...
IRJET - Implementation of Network Security and Traffic Filtering using Access...IRJET - Implementation of Network Security and Traffic Filtering using Access...
IRJET - Implementation of Network Security and Traffic Filtering using Access...
 
J04701080085
J04701080085J04701080085
J04701080085
 
Security in GSM(2G) and UMTS(3G) Networks
Security in GSM(2G) and UMTS(3G) NetworksSecurity in GSM(2G) and UMTS(3G) Networks
Security in GSM(2G) and UMTS(3G) Networks
 
Project Dissertation - ZigBee Based Wireless Sensor Network
Project Dissertation - ZigBee Based Wireless Sensor NetworkProject Dissertation - ZigBee Based Wireless Sensor Network
Project Dissertation - ZigBee Based Wireless Sensor Network
 
Mapping document
Mapping documentMapping document
Mapping document
 
IRJET - Implementation of VPN, AWS Cloud Enabled Real Time Water Pollution Sy...
IRJET - Implementation of VPN, AWS Cloud Enabled Real Time Water Pollution Sy...IRJET - Implementation of VPN, AWS Cloud Enabled Real Time Water Pollution Sy...
IRJET - Implementation of VPN, AWS Cloud Enabled Real Time Water Pollution Sy...
 
Netmanias.2013.08.05 lte security i-concept and authentication.eng
Netmanias.2013.08.05 lte security i-concept and authentication.engNetmanias.2013.08.05 lte security i-concept and authentication.eng
Netmanias.2013.08.05 lte security i-concept and authentication.eng
 
Lightweight C&C based botnet detection using Aho-Corasick NFA
Lightweight C&C based botnet detection using Aho-Corasick NFALightweight C&C based botnet detection using Aho-Corasick NFA
Lightweight C&C based botnet detection using Aho-Corasick NFA
 
LTE Security Training – LTE and LTE-Advanced Security
LTE Security Training – LTE and LTE-Advanced SecurityLTE Security Training – LTE and LTE-Advanced Security
LTE Security Training – LTE and LTE-Advanced Security
 
IRJET- Mobile Communication Security using Encryption and Decryption
IRJET- Mobile Communication Security using Encryption and DecryptionIRJET- Mobile Communication Security using Encryption and Decryption
IRJET- Mobile Communication Security using Encryption and Decryption
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
 
Smart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaSmart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication Media
 
Controller Area Network for Monitoring and Controlling the Industrial Paramet...
Controller Area Network for Monitoring and Controlling the Industrial Paramet...Controller Area Network for Monitoring and Controlling the Industrial Paramet...
Controller Area Network for Monitoring and Controlling the Industrial Paramet...
 
Remote Video Monitoring System Using Raspberry Pi 3 and GPRS Module
Remote Video Monitoring System Using Raspberry Pi 3 and GPRS ModuleRemote Video Monitoring System Using Raspberry Pi 3 and GPRS Module
Remote Video Monitoring System Using Raspberry Pi 3 and GPRS Module
 

Similar to Design of A Home Surveillance System Based on the Android Platform

Effective and Secure Scheme for Video Multicasting using Real Time Transport ...
Effective and Secure Scheme for Video Multicasting using Real Time Transport ...Effective and Secure Scheme for Video Multicasting using Real Time Transport ...
Effective and Secure Scheme for Video Multicasting using Real Time Transport ...IRJET Journal
 
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell ScriptsControlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell ScriptsIRJET Journal
 
Use of Automation Codecs Streaming Video Applications Based on Cloud Computing
Use of Automation Codecs Streaming Video Applications Based on Cloud ComputingUse of Automation Codecs Streaming Video Applications Based on Cloud Computing
Use of Automation Codecs Streaming Video Applications Based on Cloud ComputingTELKOMNIKA JOURNAL
 
Survey Paper on Smart Surveillance System
Survey Paper on Smart Surveillance SystemSurvey Paper on Smart Surveillance System
Survey Paper on Smart Surveillance SystemIRJET Journal
 
IRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET Journal
 
IRJET- IoT Based Swachch Bharat Abhiyan
IRJET-	 IoT Based Swachch Bharat AbhiyanIRJET-	 IoT Based Swachch Bharat Abhiyan
IRJET- IoT Based Swachch Bharat AbhiyanIRJET Journal
 
IRJET- Motion Activated Security System
IRJET-  	  Motion Activated Security SystemIRJET-  	  Motion Activated Security System
IRJET- Motion Activated Security SystemIRJET Journal
 
IRJET- Electronic Notice Board Remotely Operated using Android Phone
IRJET-  	  Electronic Notice Board Remotely Operated using Android PhoneIRJET-  	  Electronic Notice Board Remotely Operated using Android Phone
IRJET- Electronic Notice Board Remotely Operated using Android PhoneIRJET Journal
 
NTSC ISDN to IP Video Conferencing Transition Recommendations
NTSC ISDN to IP Video Conferencing Transition RecommendationsNTSC ISDN to IP Video Conferencing Transition Recommendations
NTSC ISDN to IP Video Conferencing Transition RecommendationsVideoguy
 
IRJET- Iot Based Home Visitor Monitoring System using Raspberry Pi
IRJET-  	  Iot Based Home Visitor Monitoring System using Raspberry PiIRJET-  	  Iot Based Home Visitor Monitoring System using Raspberry Pi
IRJET- Iot Based Home Visitor Monitoring System using Raspberry PiIRJET Journal
 
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...IRJET Journal
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET Journal
 
IRJET- Real Time Notice Display System using Cloud
IRJET-  	  Real Time Notice Display System using CloudIRJET-  	  Real Time Notice Display System using Cloud
IRJET- Real Time Notice Display System using CloudIRJET Journal
 
A smart front end real-time detection and tracking
A smart front end real-time detection and trackingA smart front end real-time detection and tracking
A smart front end real-time detection and trackingLihguong Jang
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemIRJET Journal
 
COMP8045 - Project Report v.1.3
COMP8045 - Project Report v.1.3COMP8045 - Project Report v.1.3
COMP8045 - Project Report v.1.3Soon Zoo Kwon
 
Video Streaming Compression for Wireless Multimedia Sensor Networks
Video Streaming Compression for Wireless Multimedia Sensor NetworksVideo Streaming Compression for Wireless Multimedia Sensor Networks
Video Streaming Compression for Wireless Multimedia Sensor NetworksIOSR Journals
 

Similar to Design of A Home Surveillance System Based on the Android Platform (20)

Effective and Secure Scheme for Video Multicasting using Real Time Transport ...
Effective and Secure Scheme for Video Multicasting using Real Time Transport ...Effective and Secure Scheme for Video Multicasting using Real Time Transport ...
Effective and Secure Scheme for Video Multicasting using Real Time Transport ...
 
R43019698
R43019698R43019698
R43019698
 
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell ScriptsControlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
 
Use of Automation Codecs Streaming Video Applications Based on Cloud Computing
Use of Automation Codecs Streaming Video Applications Based on Cloud ComputingUse of Automation Codecs Streaming Video Applications Based on Cloud Computing
Use of Automation Codecs Streaming Video Applications Based on Cloud Computing
 
Survey Paper on Smart Surveillance System
Survey Paper on Smart Surveillance SystemSurvey Paper on Smart Surveillance System
Survey Paper on Smart Surveillance System
 
Case study
Case studyCase study
Case study
 
IRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFID
 
IRJET- IoT Based Swachch Bharat Abhiyan
IRJET-	 IoT Based Swachch Bharat AbhiyanIRJET-	 IoT Based Swachch Bharat Abhiyan
IRJET- IoT Based Swachch Bharat Abhiyan
 
IRJET- Motion Activated Security System
IRJET-  	  Motion Activated Security SystemIRJET-  	  Motion Activated Security System
IRJET- Motion Activated Security System
 
Design of Remote Video Monitoring and Motion Detection System based on Arm-Li...
Design of Remote Video Monitoring and Motion Detection System based on Arm-Li...Design of Remote Video Monitoring and Motion Detection System based on Arm-Li...
Design of Remote Video Monitoring and Motion Detection System based on Arm-Li...
 
IRJET- Electronic Notice Board Remotely Operated using Android Phone
IRJET-  	  Electronic Notice Board Remotely Operated using Android PhoneIRJET-  	  Electronic Notice Board Remotely Operated using Android Phone
IRJET- Electronic Notice Board Remotely Operated using Android Phone
 
NTSC ISDN to IP Video Conferencing Transition Recommendations
NTSC ISDN to IP Video Conferencing Transition RecommendationsNTSC ISDN to IP Video Conferencing Transition Recommendations
NTSC ISDN to IP Video Conferencing Transition Recommendations
 
IRJET- Iot Based Home Visitor Monitoring System using Raspberry Pi
IRJET-  	  Iot Based Home Visitor Monitoring System using Raspberry PiIRJET-  	  Iot Based Home Visitor Monitoring System using Raspberry Pi
IRJET- Iot Based Home Visitor Monitoring System using Raspberry Pi
 
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
IRJET- Assessment of Network Protocol Packet Analysis in IPV4 and IPV6 on Loc...
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation System
 
IRJET- Real Time Notice Display System using Cloud
IRJET-  	  Real Time Notice Display System using CloudIRJET-  	  Real Time Notice Display System using Cloud
IRJET- Real Time Notice Display System using Cloud
 
A smart front end real-time detection and tracking
A smart front end real-time detection and trackingA smart front end real-time detection and tracking
A smart front end real-time detection and tracking
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating System
 
COMP8045 - Project Report v.1.3
COMP8045 - Project Report v.1.3COMP8045 - Project Report v.1.3
COMP8045 - Project Report v.1.3
 
Video Streaming Compression for Wireless Multimedia Sensor Networks
Video Streaming Compression for Wireless Multimedia Sensor NetworksVideo Streaming Compression for Wireless Multimedia Sensor Networks
Video Streaming Compression for Wireless Multimedia Sensor Networks
 

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

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
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
 
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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
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
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
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
 
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
 
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 )
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
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
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 

Design of A Home Surveillance System Based on the Android Platform

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1897 Design of a Home Surveillance System Based on the Android Platform Shejwal Bhavna1, Mojad Deepika2,Gite Shivani3,Gaikwad Pranita4 1Student of computer Engineering, Matoshri College of Engineering and Research Centre. Nashik, Maharashtra, India. 2 Student of computer Engineering, Matoshri College of Engineering and Research Centre. Nashik, Maharashtra, India. 3 Student of computer Engineering, Matoshri College of Engineering and Research Centre. Nashik, Maharashtra, India. 4 Student of computer Engineering, Matoshri College of Engineering and Research Centre. Nashik, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - We have designed a video surveillance system based on the smart Android terminal equipment. This system consists of two parts, including the server and the client. The server is responsible for the video acquisition and the H.264 video encoding. The video transmissionusesRTP protocol. The client is responsible for receiving data, and completing the decoding and playback. Because of the limited storage capacity of mobile devices, the server implements the face detection function, which only stores the critical information. This monitoring systemisappliedtoAndroidphoneswhich are used for the elderly. With the arrival of the social trend of population, customers can get information about the old people at home by using this monitoring system. Itcanprovide emergency alert about emergency situations. This system has a good mobile performance and transmission stability. It is intelligent, convenient and practical. Key Words: Android phones, Home monitoring, H.264, Real-time transport protocol. 1.INTRODUCTION In the development of human society,theissueofpeople's living and residential security has been a topic of concern. The social security monitoring can manage and maintain the public order more efficiently. It is better to see for oneself rather than to hear for many times. Images and videos can provide visual, specific and rich content information. Since the video surveillance is brought to the market, it has received the unprecedented expectation and is promising to be applied to all areas of the national economy. With the development of computer technology, communication technology and Internet technology, the video surveillance technology has experienced three stages of development: analog video surveillance, digital video surveillance, and network video surveillance. The traditional video surveillance is usually based on PC to implement the monitoring system. However the mobility of PC is poor. It needs someone to guard in front of the monitoring equipment, which often brings a lot inconvenience to the monitoring. In order to meet the demand of market, mobile, high definition, and intelligent will be the future development trend of the surveillance technology. With the enhancement of the performance of intelligent machines, as well as therapiddevelopmentof Wi- Fi technology, the boom of mobile Internet has arrived. The video surveillance technology encounters a new development opportunity. Our country is a populous country. According to statistics, in 2013, our elderly population (60 years and older) is more than two hundred million. With the arrival of the aging population of our society, the demand for home monitoring products is more and more urgent. Therefore, in this article, we will implement the application of home monitoring on the platform of Android mobile phone. This system is divided into two parts, including the server-side and the client-side. It uses the wireless network to transmit data. This system has better mobility, and it responds to emergency situations more timely. 2. THE OVERALL FRAMEWORK OF HOME MONITORING SYSTEM A typical video surveillance system includes a series of process like video capturing, encoding and decoding, data transmission and video playback, and so on. Based on this the paper designed the overall structure, which is shown in Fig. 1. The camera at front end is responsible for video data acquisition, thus we can obtain the original video data information. Becausethevideohasnotbeencompressed, the data size is very large. In order to facilitate the subsequent storage and transmission, we need the video encoder to encode and compress the original video data. Then the data packets will be released to the network. At the far end, the user can view the surveillance video images through the terminal equipment such as PC, tablet or smart phone which has connected to the network.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1898 F Fig-1: The overall framework of home monitoring system. 3. THE DESIGN OF HOME MONITORING SERVER The server-side program of this monitoring system is divided into several functional modules according to the need, as shown in Fig. 2. These functional modules complete the task of video capture, encoding and transmission collaboratively. The server captures the data of real-time images through the camera of Android device and creates a Sever Socket object at the server side program to monitor the connection request from a client. When the server receives the connection request from a client, it begins to compress the raw data using the H.264 encoding, followedbydelivering to the transport layer protocol by the RTP packet, and then packages and sends through UDP protocol. In this process, the RTSP streamingmedia modulecontrolsthetransmission. 3.2 Video Capture and Compression The Media Recorder class provided by the Android system can realize the control of collecting and the settingof coding. In order to save the traffic and for easy transmission, the videos need to be encoded after captured by Media Recorder class. The H.264 coding system is divided into two parts, including VCL (Video Coding Layer) and NAL (Network Abstraction Layer). The VCL layer performs the task of efficient coding; the NAL layer packages the video data appropriately to send them according to theneedofthe network. Therefore the H.264 can have a very good compression efficiency and network adaptability. The monitoring system uses the wireless network transmission and the bandwidth is limited, so we use the H.264 hard coding to improve the efficiency and compression ratio. 3.2 RTSP Server The RTSP (Real-time Stream Protocol) is used to control the playback of the streaming media. After the implementation of this protocol at the monitoring server- side, the client can enter the URL to request for the streaming video. RTSP is a stateful protocol. For theOPTION request, the server side sends its usable state to the client; for the DESCRIBE request, the server sends the information of the type of the H.264 video stream to the client player. In order to enable the client to play the video properly, the server provides the SDP information in the DESCRIBE response, including the session information, the media information, SPS and PPS etc. Profile, SPS and PPS information is obtained through the following methods. When the server begins to work, record a short video in the local first, then parse and extract the profile, SPS and PPS information which is to be sent to the remote client end. After obtaining this information, the client player can correctly decode and broadcast when receiving the RTP stream. After the server receives the PLAY request, they begin to transmit video streams to the client. Fig- 2: Function structure of the home monitoring at the server side. 3.3 Video Transmission The transmission of the real-time video data is greatly influenced by the network environment. A larger delay will result in a greater impact on the real-time, andtheconfusion of data packets during transmission will cause adverse effects on decoding and playing at the receiving end. So in order to protect the real-time transmission of monitorvideo and the restoring quality of data at the receiving end, we need to comply with related transport protocols. Here we use the RTP, UDP and IP together to protect the quality of transmission. In this monitoring system, for the RTP packets of video data in the application layer, if the RTP packets are encapsulated in longer payload length, the IP layer will divide them themselves, before deliver them to the lower layer. Its processing is not controllable, and it will cause potential impact for decoding and playing at the receiving end. So after H.264 encoding, for each NALU, it needs the split processing, when the length is greater than the threshold. Since the RTPheaderinformationtakesatleast12 bytes in length, while the UDP header is 8 bytes long, the IP packet header information will occupy 20 bytes inlength. So in the bottom layer packet, just the header information occupies 40 bytes at least, leaving up to 1460 bytes to the part of the RTP payload length.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1899 3.4 Face Detection In the home monitoring,thehomeandpropertysecurityof users is our top priority to consider.Sincethemobiledevices are small and their storage is limited, you cannotsavea large segment of video data. Therefore,themonitoringsystemwill process the video data, when it detects someoneintrusion,it saves the screen shot to achieve retaining the critical video screen, which can be used for the later investigation. In this issue, we use the face detection algorithm inside the OpenCV (Open Source Computer Vision Library) library to achieve the face detection, using the JNI (Java Native Interfere) technology to compile and load the dynamical shared library in the Java program. The OpenCV function library is implemented by C language. So to take advantage of this library, we need the JNI which is the interface between Java and otherprogramlanguages.Whentheserver detects that there is someone’s face in the video screen, it grabs the video image and saves in the local SD card. User can also bind a phone number, when someone invasions,the system alarms or calls to users directly. 4. THE DESIGN OF HOME MONITORING CLIENT The client program of the monitoring system is divided into the user login module, the RTSP clientmodule,thevideo receiver module, the video decoding module and the video playback display module according to our needs, which is shown in Fig. 5. In the monitoring system, if the server is set that it needs to log in to verify. Except the IP address of server, you also need to input a registeredaccountnameand password. The RTSP client module connects and exchanges information with the server based on the playback address inputted by users. After establishing proper connection, it will start the transmission of the video data. After the receiving module has received the data, it gives it to the decoding module to complete the H.264 decoding. Finally, we can play the remote video by the video display module. 4.1 Data Reception At the monitoring client-side, after receiving the video data through the Socket, it needs to be unpacked to extract each NALU, and then we deliver them to the decoder to decode. For the NALU packet with different size, the treatment will be different, so the reception end needs to judge it. The processing flow is shown in Fig. 3. Remove the UDP header to extract the RTP package, when the client receivesthe UDP datagram through the Socket. Then obtaintheloadofRTP by taking out the bytes of the RTP header, from which we can get the type information of NALU unit encapsulated in the package. When the type field value is 1-23, it indicates that the NALU encapsulated in RTP packets is single packet encapsulation. For a single packet encapsulation NALU, it is simpler to deal with. When the Type field is 28, it indicates that the NALU encapsulated in RTP packets uses the way of slicing encapsulation. For the slicing encapsulation NALU, you need to take a combination of these fragments together to form a complete NALU, and then deliver it to the decoding module for decoding. 4.2 Video Decoding and Playback In this paper, we use FFMPEG to decode the video. The FFMPEG is a free open-source and cross-platform video coding project with excellent performance. It supports the H.264 decoding well. There we still usethe JNImechanismto compile the dynamical shared library of decoding. After the Java layer gets the NALU, it delivers it to decoding module. Its internal decoding procedure is shown in Fig. 4. After obtaining the pixel data, we save it as a Bitmap. For the display interface, we use the Surface View class. And we draw the Bitmap on the canvas to achieve the playback function. Fig- 3: Modules of the monitoring system at the client side. Fig-4: Video decoding process 5. CONCLUSION With the aid of the Android mobile devices, the user can know the old man at home timely and dynamically at a remote place. The system can also provide emergency early warning. This system is of good performance and stable transmission. Simultaneously, it has a bit of intelligent ability. It is convenient and practical as well. What we have
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1900 studied can provide certain reference for solving the problem of the elderly care. The video surveillance is of great value in use and vast potential for future development. A home monitoring system based on the Android mobile terminal is convenient, flexible and can provide more help for people's daily lives. This paper has realized the basic framework of the monitoring system. In the future it can be added more function on this basis. REFERENCES [1] Jie Sun, Xiaofeng Xie, and Dexun Shao. “The research of embedded wireless remote mobile video surveillance systems,” IEEE Applied Robotics forthePowerIndustry, 2012, pp. 86-88. [2] Chen W, Shih C C, and Hwang L J. “The Development and Applications oftheRemoteReal-TimeVideoSurveillance System,” Tamkang Journal of Science and Engineering, 2010, vol. 13(2), pp. 215-225. [3] Won-Ho Chung. “A smartphone watch for mobile surveillance service,” Personal and Ubiquitous Computing, 2012, vol. 16, issue 6, pp. 687. [4] Yuanming Huang. “The design and implementation on a new generation of remotenetwork video surveillance system,” 2010 3rd International Conference onAdvanced Computer Theory and Engineering (ICACTE), Chendu, 2010, pp. 295-297. [5] Li, Tong Tong. “Secure wireless monitoring and control systems for smart grid andsmart home,” Wireless Communications, 2012, vol. 19(3), pp. 66-73. [6] Li L, Xiaoguang H, and Ke C. “The applications of wifi- based wireless sensor network ininternet of things and smart grid,” 2011 6th Industrial Electronics and Applications(ICIEA), 2011, pp. 789-792. [7] Kumar S, La I T H, and Arora A. “Barrier coverage with wireless sensors,” Proc of the 11th Annual International Conference on Mobile Computing and Networking,New York: ACM Press, 2010, pp. 284-297. [8] Khomh F, Hao Yuan, and Ying Zou. “Adapting Linux for Mobile Platform: An Empirical Study of Android,” 2011 28th IEEE International Conference on Software Maintenance, Trento: IEEE Computer Society, 2012, pp. 629-632. [9] Yong Sheng, Guanling Chen, and Hongda Yin. “Map: a scalable monitoring system fordependable 802.11 wireless networks,” Wireless Communications, 2004, vol. 15(5), pp. 10-18. [10] Victor Guana, Fabio Rocha, and Abram Hindle. “Do the Star Align Multidimensional Analysis of Android’s Layered Architecture,” 2012 9th IEEE Working Conference on Mining Software Repositories. Zurich: IEEE Computer Society, 2012, pp. 124-127. BIOGRAPHIES Miss. Shejwal Bhavna is the corresponding authorofthis paper and student of the computer engineering. Pune university. Email: bhavnashejwal@gmail.com Miss. Mojad Deepika is the corresponding authorofthis paper and student of the computer engineering. Pune university. Email: deepikamojad16@gmail.com Miss. Gite Shivani is the corresponding authorofthis paper and student of the computer engineering. Pune university. Email: gite.shivani22@gmail.com Miss. Gaikwad Pranita is the corresponding authorofthis paper and student of the computer engineering. Pune university. Email: pranitagaikwad123@gmail.com