SlideShare a Scribd company logo
1 of 5
Download to read offline
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
99
Beaglebone Black Webcam Server For Security
M.Naveenkrishna1
Dr. S. Jayanthy2
II year Student, M.E. Embedded Systems Technologies Professor, Department of ECE
Sri Ramakrishna Engineering College Sri Ramakrishna Engineering College
Coimbatore, India Coimbatore, India
navinm.navin@gmail.com sjayanthyabi@gmail.com
Abstract— Web server security using BeagleBone Black is based on ARM Cortex-A8 processor and Linux operating system
is designed and implemented. In this project the server side consists of BeagleBone Black with angstrom OS and interfaced
with webcam. The client can access the web server by proper authentication. The web server displays the web page forms
like home, video, upload, settings and about. The home web page describes the functions of Web Pages. The video Web page
displays the saved videos in the server and client can view or download the videos. The upload web page is used by the client
to upload the files to server. The settings web page is used to change the username, password and date if needed. The about
web page provides the description of the project.
Index Terms— BeagleBone Black, Angstrom OS (Linux), Web Server, PHP, HTML, PYTHON.
1 INTRODUCTION
A Web server uses the client/server model and the World
Wide Web's Hypertext Transfer Protocol (HTTP), serves the
files that form Web pages to Web users. Every computer on the
Internet that contains a Web site must have a Web server
program.
Fig. 1 Architecture of Embedded Web Server
A web server can be embedded into a device which can be
accessed remotely from a web browser. This embedded system can
serve the web documents on request by a client from other system.
Such type of a web server is called as Embedded Web Server
(EWS). A simple architecture of embedded server is shown in
Fig.1. It consist of ARM processor that contains internet softwares
PHP, HTML, PYTHON which suite for monitoring, controlling and
remotely access the system.
The On-Board module consists of webcam, a HDMI
monitor and BeagleBone Black. In this paper, Section II describes
about the related works of various papers. Section III
describes about system configuration of the proposed design.
Section IV explains the various experimental results. Finally,
Section V deals with the conclusion and future work.
2 RELATED WORKS
[1] ShubhangiS. Kose, Prof. Mrs. Jyoti M.Varvadekar et
al., [2014] has proposed Application Development for Video
Monitoring System & Motion Detection System using ARM9
Processor. [2]KavithaMamindla, Dr.V.Padmaja, CH.NagaDeepa et
al., [2013] has proposed Embedded Real Time Video Monitoring
System using Arm. [3]Akshada Deshmukh, Harshalata Wadaskar,
Leena Zade, Neha Dhakate, Preetee Karmore et al., [2013] have
proposed Webcam Based Intelligent Surveillance System.
[4]SherinCherian, C.SenthilSingh et al., [2014] have proposed Real
Time Implementation of Object Tracking through Webcam. [5]V.
Ramya and B. Palaniappan et al., [2012], has proposed Web Based
Embedded Robot for Safety and Security Applications Using
Zigbee. [6]S. Panagiotakis, K. Kapetanakis, A. G. Malamos et al.,
[2013], have proposed Architecture for Real Time Communications
over the Web. To overcome the drawbacks of the above existing
system, a video streaming using BeagleBone Black is designed to
download/upload the video with proper authentication.
3 PROPOSED SYSTEM DESIGN
The video streaming using BeagleBone Black consists of
the webcam and inbuilt angstrom linux OS. The system can be
remotely accessed using MobaXtem.
3.1 BLOCK DIAGRAM
The server consists of a power supply board, BeagleBone
Black, webcam and a HDMI monitor is as shown in Fig.2. The
server records all the videos using the webcam and the client can
download the videos over the internet using proper authentication.
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
100
Fig.2. Block Diagram Of The System
3.2 BEAGLE BONE BLACK
The BeagleBone Black is a low cost expandable computer
launched by Texas Instruments. It consists of a powerful TI Sitara
ARM Cortex-A8 processor which runs at 1GHz and it has a 2GB
on-board flash memory. It supports Linux Operating System such
as Angstrom and Ubuntu. The BeagleBone Black consists of
512MB RAM and one USB port. It operates on four booting modes
with led light indications. The BeagleBone Black A6 version is
shown in Fig.3.
Fig.3. BeagleBone Black
3.3 WEB CAMERA
A webcam is a video camera that feeds its image in real
time to a computer or computer network. In this project mercury
webcam is used to capture the videos and save it in the BeagleBone
Black.
3.4 LIGHTTPD
LIGHTTPD is an open-source web server. Using the IP
address of the BeagleBone Black the client can access the web
server. The web server requests the client for proper authentication
and the web page form will be opened. The client also uploads the
file using web server to the BeagleBone Black. In this project the
LIGHTTPD is programmed with PHP and HTML.
3.5 PHP AND HTML
The PHP Hypertext Pre-processor (PHP) is a programming
language that allows web developers to create dynamic content that
interacts with databases. It is basically used for developing web
based software applications and also to manage database, dynamic
content, session tracking, even build entire e-commerce sites. PHP5
version was used in this project.
Hypertext Markup Language is the standard markup language
used to create web pages. Html Form is embedded with PHP script
to develop a home web page which contains the video, upload,
settings and about web page forms.
3.6 FLOWPLAYER
FLOWPLAYER drive is used to play saved videos on the
server. It is an open source player. It permits the client to view the
videos in the web server.
3.7 CHEESE
Cheese is a GNOME webcam application. Cheese can
record photos as well as videos and can use a timer before shooting
as well as taking pictures in burst mode. The application has built-in
sharing so that photos or videos can be uploaded to photo-sharing
sites or can be viewed on a computer.
3.8 FFMPEG
FFMPEG is used in this project to save the videos in FLV
format. The client can download the saved videos and view in his
system.
3.9 SOFTWARE- ALGORITHM
The software algorithm of video streaming using
BeagleBone Black is described below.
ALGORITHM:
Step 1 : Videos are stored in server using webcam.
Step 2 : Initialize IP address in client system.
Step 3 : Verification of authentication.
Step 4 : Viewing of Home page.
Step 5 : Selecting the video page to download the saved
videos.
Step 6 : Selecting the upload page to upload the files.
Step 7 : Selecting the settings page to change the username,
password etc.
Step 8 : Selecting the about page to study the description.
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
101
4 EXPERIMENTAL RESULTS
4.1 HARDWARE SETUP
The webcam is interfaced with BeagleBone Black and
power supply is given. The connection setup is shown in Fig.4.
Fig.4. BeagleBone Black with Webcam
4.2 CLIENT AUTHENTICATION
In this project authentication is created for three clients.
The results are shown in Fig.5, Fig.6 and Fig.7.
Fig.5. Client Authentication 1
Fig.6. Client Authentication 2
Fig.7. Client Authentication 3
4.3 HOME WEB PAGE
It gives the information about videos; upload, settings and
other details are shown in Fig.8.
Fig.8. Home Web page
The saved videos can be downloaded using video web page are
shown in Fig.9 and Fig.10
Fig.9. Video Web page
Fig.10. Client Viewing Saved Videos and Can Download
The client can upload the files using upload web page are shown in
Fig.11 and Fig.12.
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
102
Fig.11. Upload Web page Client Can Upload Files to Server
Fig.12. Uploaded Files in Server
The settings web page can be used by the client to change the
settings such as password, date etc are shown in Fig.13.
Fig.13. Settings Web page
The web pages descriptions are available in about page are shown
in Fig.14.
Fig.14. about Web page
The BeagleBone Black can be remotely accessed using the
MobaXterm which is virtual remote software for windows. The
MobaXterm is shown in the Fig.15.
Fig.15. MobaXterm
5 CONCLUSION AND FUTURE WORK
In this project the video streaming using BeagleBone
Black is implemented and video is saved in the server and the client
can download the video using proper authentication. Also the client
can upload the files to the server and settings can be changed if
needed. The prototype model of Beagle Bone Webcam Server can
be used as a standalone access point, selectively to save videos to
the system server for security application.
The system can be extended by interfacing wireless
technologies like Bluetooth, WI-FI, GSM, GPRS etc. The
applications include Web browsers used for the TV and Security
camera analyzer, streamer, recorder, and monitor.
.
INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY
VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303
103
REFERENCES
[1] Shubhangi S. Kose, Prof. Mrs. Jyoti M.Varvadekar
[2014], ―Application Development for Video Monitoring
System & Motion Detection System using ARM9
Processor‖ InternationalJournal of Scientific Research
Engineering & Technology (IJSRET), ISSN 2278 – 0882
Volume 3, Issue 4, PP 806- 811.
[2] Kavitha Mamindla, Dr.V.Padmaja, CH.NagaDeepa
[2013], ―Embedded Real Time Video Monitoring System
Using Arm‖ IOSR Journal of engineering (IOSRJEN) e-
ISSN: 2250-3021, p-ISSN: 2278-8719 Vol. 3, Issue 7, PP
14-18.
[3] Akshada Deshmukh, Harshalata Wadaskar, Leena Zade,
Neha Dhakate, Preetee Karmore [2013]―Webcam Based
Intelligent Surveillance System ―Research Inventy:
International Journal of Engineering and Science Vol.2,
Issue 8, PP 38-42.
[4] SherinCherian, C.SenthilSingh [2014] ―Real Time
Implementation of Object Tracking through Webcam‖
IJRET: International Journal of Research in Engineering
And Technology eISSN: 2319-1163 | pISSN: 2321-7308||
PP 128-132.
[5] http://www.lighttpd.net
[6] http://beagle.org
[7] http://ffmpeg.org/ffmpeg.html
[8] http://flowplayer.org/

More Related Content

Similar to Beaglebone Black Webcam Server For Security

IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET Journal
 
Design and Development of ARM9 Based Embedded Web Server
Design and Development of ARM9 Based Embedded Web ServerDesign and Development of ARM9 Based Embedded Web Server
Design and Development of ARM9 Based Embedded Web ServerIJERA Editor
 
Journal on PIR Based security system
Journal on PIR Based security systemJournal on PIR Based security system
Journal on PIR Based security systemGyeltshen Gyeltshen
 
First-Call-meet free and open-source video conferencing application
First-Call-meet free and open-source video conferencing applicationFirst-Call-meet free and open-source video conferencing application
First-Call-meet free and open-source video conferencing applicationIRJET Journal
 
VIDEO CONFERENCING SYSTEM USING WEBRTC
VIDEO CONFERENCING SYSTEM USING WEBRTCVIDEO CONFERENCING SYSTEM USING WEBRTC
VIDEO CONFERENCING SYSTEM USING WEBRTCIRJET Journal
 
ISYS 363 Project 1 Part 2 : Patriots
ISYS 363 Project 1 Part 2 : Patriots ISYS 363 Project 1 Part 2 : Patriots
ISYS 363 Project 1 Part 2 : Patriots ISYS363Patriots
 
A Benchmark to Evaluate Mobile Video Upload to Cloud Infrastructures
A Benchmark to Evaluate Mobile Video Upload to Cloud InfrastructuresA Benchmark to Evaluate Mobile Video Upload to Cloud Infrastructures
A Benchmark to Evaluate Mobile Video Upload to Cloud InfrastructuresUniversity of Southern California
 
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
 
IRJET- A Raspberry Pi based Speaker Recognition System for Access Control
IRJET- A Raspberry Pi based Speaker Recognition System for Access ControlIRJET- A Raspberry Pi based Speaker Recognition System for Access Control
IRJET- A Raspberry Pi based Speaker Recognition System for Access ControlIRJET Journal
 
18 17 jan17 13470 rakesh ahuja revised-version(edit)
18 17 jan17 13470 rakesh ahuja revised-version(edit)18 17 jan17 13470 rakesh ahuja revised-version(edit)
18 17 jan17 13470 rakesh ahuja revised-version(edit)IAESIJEECS
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud ComputingGoa App
 
OpenEye Optix Network Cameras
OpenEye Optix Network CamerasOpenEye Optix Network Cameras
OpenEye Optix Network Camerasopeneyevideo
 
Server Emulator and Virtualizer for Next-Generation Rack Servers
Server Emulator and Virtualizer for Next-Generation Rack ServersServer Emulator and Virtualizer for Next-Generation Rack Servers
Server Emulator and Virtualizer for Next-Generation Rack ServersIRJET Journal
 
Real Time Head Generation for Video Conferencing
Real Time Head Generation for Video ConferencingReal Time Head Generation for Video Conferencing
Real Time Head Generation for Video ConferencingIRJET Journal
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising SystemIRJET 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
 
Recent advances in content based video copy detection (IEEE)
Recent advances in content based video copy detection (IEEE)Recent advances in content based video copy detection (IEEE)
Recent advances in content based video copy detection (IEEE)PACE 2.0
 

Similar to Beaglebone Black Webcam Server For Security (20)

IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
 
Design and Development of ARM9 Based Embedded Web Server
Design and Development of ARM9 Based Embedded Web ServerDesign and Development of ARM9 Based Embedded Web Server
Design and Development of ARM9 Based Embedded Web Server
 
Journal on PIR Based security system
Journal on PIR Based security systemJournal on PIR Based security system
Journal on PIR Based security system
 
First-Call-meet free and open-source video conferencing application
First-Call-meet free and open-source video conferencing applicationFirst-Call-meet free and open-source video conferencing application
First-Call-meet free and open-source video conferencing application
 
VIDEO CONFERENCING SYSTEM USING WEBRTC
VIDEO CONFERENCING SYSTEM USING WEBRTCVIDEO CONFERENCING SYSTEM USING WEBRTC
VIDEO CONFERENCING SYSTEM USING WEBRTC
 
Sdl cctv sms v_ 2.0
Sdl cctv sms v_ 2.0Sdl cctv sms v_ 2.0
Sdl cctv sms v_ 2.0
 
ISYS 363 Project 1 Part 2 : Patriots
ISYS 363 Project 1 Part 2 : Patriots ISYS 363 Project 1 Part 2 : Patriots
ISYS 363 Project 1 Part 2 : Patriots
 
Junliang`s Resume
Junliang`s ResumeJunliang`s Resume
Junliang`s Resume
 
A Benchmark to Evaluate Mobile Video Upload to Cloud Infrastructures
A Benchmark to Evaluate Mobile Video Upload to Cloud InfrastructuresA Benchmark to Evaluate Mobile Video Upload to Cloud Infrastructures
A Benchmark to Evaluate Mobile Video Upload to Cloud Infrastructures
 
Arneb
ArnebArneb
Arneb
 
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
 
IRJET- A Raspberry Pi based Speaker Recognition System for Access Control
IRJET- A Raspberry Pi based Speaker Recognition System for Access ControlIRJET- A Raspberry Pi based Speaker Recognition System for Access Control
IRJET- A Raspberry Pi based Speaker Recognition System for Access Control
 
18 17 jan17 13470 rakesh ahuja revised-version(edit)
18 17 jan17 13470 rakesh ahuja revised-version(edit)18 17 jan17 13470 rakesh ahuja revised-version(edit)
18 17 jan17 13470 rakesh ahuja revised-version(edit)
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
OpenEye Optix Network Cameras
OpenEye Optix Network CamerasOpenEye Optix Network Cameras
OpenEye Optix Network Cameras
 
Server Emulator and Virtualizer for Next-Generation Rack Servers
Server Emulator and Virtualizer for Next-Generation Rack ServersServer Emulator and Virtualizer for Next-Generation Rack Servers
Server Emulator and Virtualizer for Next-Generation Rack Servers
 
Real Time Head Generation for Video Conferencing
Real Time Head Generation for Video ConferencingReal Time Head Generation for Video Conferencing
Real Time Head Generation for Video Conferencing
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
 
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
 
Recent advances in content based video copy detection (IEEE)
Recent advances in content based video copy detection (IEEE)Recent advances in content based video copy detection (IEEE)
Recent advances in content based video copy detection (IEEE)
 

More from IJTET Journal

Biometrics Authentication Using Raspberry Pi
Biometrics Authentication Using Raspberry PiBiometrics Authentication Using Raspberry Pi
Biometrics Authentication Using Raspberry PiIJTET Journal
 
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc NetworksConceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc NetworksIJTET Journal
 
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...IJTET Journal
 
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy MethodPrevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy MethodIJTET Journal
 
Effective Pipeline Monitoring Technology in Wireless Sensor Networks
Effective Pipeline Monitoring Technology in Wireless Sensor NetworksEffective Pipeline Monitoring Technology in Wireless Sensor Networks
Effective Pipeline Monitoring Technology in Wireless Sensor NetworksIJTET Journal
 
Raspberry Pi Based Client-Server Synchronization Using GPRS
Raspberry Pi Based Client-Server Synchronization Using GPRSRaspberry Pi Based Client-Server Synchronization Using GPRS
Raspberry Pi Based Client-Server Synchronization Using GPRSIJTET Journal
 
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...IJTET Journal
 
An Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
An Efficient Decoding Algorithm for Concatenated Turbo-Crc CodesAn Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
An Efficient Decoding Algorithm for Concatenated Turbo-Crc CodesIJTET Journal
 
Improved Trans-Z-source Inverter for Automobile Application
Improved Trans-Z-source Inverter for Automobile ApplicationImproved Trans-Z-source Inverter for Automobile Application
Improved Trans-Z-source Inverter for Automobile ApplicationIJTET Journal
 
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...IJTET Journal
 
Comprehensive Path Quality Measurement in Wireless Sensor Networks
Comprehensive Path Quality Measurement in Wireless Sensor NetworksComprehensive Path Quality Measurement in Wireless Sensor Networks
Comprehensive Path Quality Measurement in Wireless Sensor NetworksIJTET Journal
 
Optimizing Data Confidentiality using Integrated Multi Query Services
Optimizing Data Confidentiality using Integrated Multi Query ServicesOptimizing Data Confidentiality using Integrated Multi Query Services
Optimizing Data Confidentiality using Integrated Multi Query ServicesIJTET Journal
 
Foliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesFoliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesIJTET Journal
 
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase System
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase SystemHarmonic Mitigation Method for the DC-AC Converter in a Single Phase System
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase SystemIJTET Journal
 
Comparative Study on NDCT with Different Shell Supporting Structures
Comparative Study on NDCT with Different Shell Supporting StructuresComparative Study on NDCT with Different Shell Supporting Structures
Comparative Study on NDCT with Different Shell Supporting StructuresIJTET Journal
 
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...IJTET Journal
 
A Five – Level Integrated AC – DC Converter
A Five – Level Integrated AC – DC ConverterA Five – Level Integrated AC – DC Converter
A Five – Level Integrated AC – DC ConverterIJTET Journal
 
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...IJTET Journal
 
Study of Eccentrically Braced Outrigger Frame under Seismic Exitation
Study of Eccentrically Braced Outrigger Frame under Seismic ExitationStudy of Eccentrically Braced Outrigger Frame under Seismic Exitation
Study of Eccentrically Braced Outrigger Frame under Seismic ExitationIJTET Journal
 
Enhanced Hashing Approach For Image Forgery Detection With Feature Level Fusion
Enhanced Hashing Approach For Image Forgery Detection With Feature Level FusionEnhanced Hashing Approach For Image Forgery Detection With Feature Level Fusion
Enhanced Hashing Approach For Image Forgery Detection With Feature Level FusionIJTET Journal
 

More from IJTET Journal (20)

Biometrics Authentication Using Raspberry Pi
Biometrics Authentication Using Raspberry PiBiometrics Authentication Using Raspberry Pi
Biometrics Authentication Using Raspberry Pi
 
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc NetworksConceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
Conceal Traffic Pattern Discovery from Revealing Form of Ad Hoc Networks
 
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
Node Failure Prevention by Using Energy Efficient Routing In Wireless Sensor ...
 
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy MethodPrevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
Prevention of Malicious Nodes and Attacks in Manets Using Trust worthy Method
 
Effective Pipeline Monitoring Technology in Wireless Sensor Networks
Effective Pipeline Monitoring Technology in Wireless Sensor NetworksEffective Pipeline Monitoring Technology in Wireless Sensor Networks
Effective Pipeline Monitoring Technology in Wireless Sensor Networks
 
Raspberry Pi Based Client-Server Synchronization Using GPRS
Raspberry Pi Based Client-Server Synchronization Using GPRSRaspberry Pi Based Client-Server Synchronization Using GPRS
Raspberry Pi Based Client-Server Synchronization Using GPRS
 
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
ECG Steganography and Hash Function Based Privacy Protection of Patients Medi...
 
An Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
An Efficient Decoding Algorithm for Concatenated Turbo-Crc CodesAn Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
An Efficient Decoding Algorithm for Concatenated Turbo-Crc Codes
 
Improved Trans-Z-source Inverter for Automobile Application
Improved Trans-Z-source Inverter for Automobile ApplicationImproved Trans-Z-source Inverter for Automobile Application
Improved Trans-Z-source Inverter for Automobile Application
 
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
Wind Energy Conversion System Using PMSG with T-Source Three Phase Matrix Con...
 
Comprehensive Path Quality Measurement in Wireless Sensor Networks
Comprehensive Path Quality Measurement in Wireless Sensor NetworksComprehensive Path Quality Measurement in Wireless Sensor Networks
Comprehensive Path Quality Measurement in Wireless Sensor Networks
 
Optimizing Data Confidentiality using Integrated Multi Query Services
Optimizing Data Confidentiality using Integrated Multi Query ServicesOptimizing Data Confidentiality using Integrated Multi Query Services
Optimizing Data Confidentiality using Integrated Multi Query Services
 
Foliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesFoliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing Techniques
 
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase System
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase SystemHarmonic Mitigation Method for the DC-AC Converter in a Single Phase System
Harmonic Mitigation Method for the DC-AC Converter in a Single Phase System
 
Comparative Study on NDCT with Different Shell Supporting Structures
Comparative Study on NDCT with Different Shell Supporting StructuresComparative Study on NDCT with Different Shell Supporting Structures
Comparative Study on NDCT with Different Shell Supporting Structures
 
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
Experimental Investigation of Lateral Pressure on Vertical Formwork Systems u...
 
A Five – Level Integrated AC – DC Converter
A Five – Level Integrated AC – DC ConverterA Five – Level Integrated AC – DC Converter
A Five – Level Integrated AC – DC Converter
 
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
 
Study of Eccentrically Braced Outrigger Frame under Seismic Exitation
Study of Eccentrically Braced Outrigger Frame under Seismic ExitationStudy of Eccentrically Braced Outrigger Frame under Seismic Exitation
Study of Eccentrically Braced Outrigger Frame under Seismic Exitation
 
Enhanced Hashing Approach For Image Forgery Detection With Feature Level Fusion
Enhanced Hashing Approach For Image Forgery Detection With Feature Level FusionEnhanced Hashing Approach For Image Forgery Detection With Feature Level Fusion
Enhanced Hashing Approach For Image Forgery Detection With Feature Level Fusion
 

Recently uploaded

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxElton John Embodo
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 

Recently uploaded (20)

MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 

Beaglebone Black Webcam Server For Security

  • 1. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 99 Beaglebone Black Webcam Server For Security M.Naveenkrishna1 Dr. S. Jayanthy2 II year Student, M.E. Embedded Systems Technologies Professor, Department of ECE Sri Ramakrishna Engineering College Sri Ramakrishna Engineering College Coimbatore, India Coimbatore, India navinm.navin@gmail.com sjayanthyabi@gmail.com Abstract— Web server security using BeagleBone Black is based on ARM Cortex-A8 processor and Linux operating system is designed and implemented. In this project the server side consists of BeagleBone Black with angstrom OS and interfaced with webcam. The client can access the web server by proper authentication. The web server displays the web page forms like home, video, upload, settings and about. The home web page describes the functions of Web Pages. The video Web page displays the saved videos in the server and client can view or download the videos. The upload web page is used by the client to upload the files to server. The settings web page is used to change the username, password and date if needed. The about web page provides the description of the project. Index Terms— BeagleBone Black, Angstrom OS (Linux), Web Server, PHP, HTML, PYTHON. 1 INTRODUCTION A Web server uses the client/server model and the World Wide Web's Hypertext Transfer Protocol (HTTP), serves the files that form Web pages to Web users. Every computer on the Internet that contains a Web site must have a Web server program. Fig. 1 Architecture of Embedded Web Server A web server can be embedded into a device which can be accessed remotely from a web browser. This embedded system can serve the web documents on request by a client from other system. Such type of a web server is called as Embedded Web Server (EWS). A simple architecture of embedded server is shown in Fig.1. It consist of ARM processor that contains internet softwares PHP, HTML, PYTHON which suite for monitoring, controlling and remotely access the system. The On-Board module consists of webcam, a HDMI monitor and BeagleBone Black. In this paper, Section II describes about the related works of various papers. Section III describes about system configuration of the proposed design. Section IV explains the various experimental results. Finally, Section V deals with the conclusion and future work. 2 RELATED WORKS [1] ShubhangiS. Kose, Prof. Mrs. Jyoti M.Varvadekar et al., [2014] has proposed Application Development for Video Monitoring System & Motion Detection System using ARM9 Processor. [2]KavithaMamindla, Dr.V.Padmaja, CH.NagaDeepa et al., [2013] has proposed Embedded Real Time Video Monitoring System using Arm. [3]Akshada Deshmukh, Harshalata Wadaskar, Leena Zade, Neha Dhakate, Preetee Karmore et al., [2013] have proposed Webcam Based Intelligent Surveillance System. [4]SherinCherian, C.SenthilSingh et al., [2014] have proposed Real Time Implementation of Object Tracking through Webcam. [5]V. Ramya and B. Palaniappan et al., [2012], has proposed Web Based Embedded Robot for Safety and Security Applications Using Zigbee. [6]S. Panagiotakis, K. Kapetanakis, A. G. Malamos et al., [2013], have proposed Architecture for Real Time Communications over the Web. To overcome the drawbacks of the above existing system, a video streaming using BeagleBone Black is designed to download/upload the video with proper authentication. 3 PROPOSED SYSTEM DESIGN The video streaming using BeagleBone Black consists of the webcam and inbuilt angstrom linux OS. The system can be remotely accessed using MobaXtem. 3.1 BLOCK DIAGRAM The server consists of a power supply board, BeagleBone Black, webcam and a HDMI monitor is as shown in Fig.2. The server records all the videos using the webcam and the client can download the videos over the internet using proper authentication.
  • 2. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 100 Fig.2. Block Diagram Of The System 3.2 BEAGLE BONE BLACK The BeagleBone Black is a low cost expandable computer launched by Texas Instruments. It consists of a powerful TI Sitara ARM Cortex-A8 processor which runs at 1GHz and it has a 2GB on-board flash memory. It supports Linux Operating System such as Angstrom and Ubuntu. The BeagleBone Black consists of 512MB RAM and one USB port. It operates on four booting modes with led light indications. The BeagleBone Black A6 version is shown in Fig.3. Fig.3. BeagleBone Black 3.3 WEB CAMERA A webcam is a video camera that feeds its image in real time to a computer or computer network. In this project mercury webcam is used to capture the videos and save it in the BeagleBone Black. 3.4 LIGHTTPD LIGHTTPD is an open-source web server. Using the IP address of the BeagleBone Black the client can access the web server. The web server requests the client for proper authentication and the web page form will be opened. The client also uploads the file using web server to the BeagleBone Black. In this project the LIGHTTPD is programmed with PHP and HTML. 3.5 PHP AND HTML The PHP Hypertext Pre-processor (PHP) is a programming language that allows web developers to create dynamic content that interacts with databases. It is basically used for developing web based software applications and also to manage database, dynamic content, session tracking, even build entire e-commerce sites. PHP5 version was used in this project. Hypertext Markup Language is the standard markup language used to create web pages. Html Form is embedded with PHP script to develop a home web page which contains the video, upload, settings and about web page forms. 3.6 FLOWPLAYER FLOWPLAYER drive is used to play saved videos on the server. It is an open source player. It permits the client to view the videos in the web server. 3.7 CHEESE Cheese is a GNOME webcam application. Cheese can record photos as well as videos and can use a timer before shooting as well as taking pictures in burst mode. The application has built-in sharing so that photos or videos can be uploaded to photo-sharing sites or can be viewed on a computer. 3.8 FFMPEG FFMPEG is used in this project to save the videos in FLV format. The client can download the saved videos and view in his system. 3.9 SOFTWARE- ALGORITHM The software algorithm of video streaming using BeagleBone Black is described below. ALGORITHM: Step 1 : Videos are stored in server using webcam. Step 2 : Initialize IP address in client system. Step 3 : Verification of authentication. Step 4 : Viewing of Home page. Step 5 : Selecting the video page to download the saved videos. Step 6 : Selecting the upload page to upload the files. Step 7 : Selecting the settings page to change the username, password etc. Step 8 : Selecting the about page to study the description.
  • 3. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 101 4 EXPERIMENTAL RESULTS 4.1 HARDWARE SETUP The webcam is interfaced with BeagleBone Black and power supply is given. The connection setup is shown in Fig.4. Fig.4. BeagleBone Black with Webcam 4.2 CLIENT AUTHENTICATION In this project authentication is created for three clients. The results are shown in Fig.5, Fig.6 and Fig.7. Fig.5. Client Authentication 1 Fig.6. Client Authentication 2 Fig.7. Client Authentication 3 4.3 HOME WEB PAGE It gives the information about videos; upload, settings and other details are shown in Fig.8. Fig.8. Home Web page The saved videos can be downloaded using video web page are shown in Fig.9 and Fig.10 Fig.9. Video Web page Fig.10. Client Viewing Saved Videos and Can Download The client can upload the files using upload web page are shown in Fig.11 and Fig.12.
  • 4. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 102 Fig.11. Upload Web page Client Can Upload Files to Server Fig.12. Uploaded Files in Server The settings web page can be used by the client to change the settings such as password, date etc are shown in Fig.13. Fig.13. Settings Web page The web pages descriptions are available in about page are shown in Fig.14. Fig.14. about Web page The BeagleBone Black can be remotely accessed using the MobaXterm which is virtual remote software for windows. The MobaXterm is shown in the Fig.15. Fig.15. MobaXterm 5 CONCLUSION AND FUTURE WORK In this project the video streaming using BeagleBone Black is implemented and video is saved in the server and the client can download the video using proper authentication. Also the client can upload the files to the server and settings can be changed if needed. The prototype model of Beagle Bone Webcam Server can be used as a standalone access point, selectively to save videos to the system server for security application. The system can be extended by interfacing wireless technologies like Bluetooth, WI-FI, GSM, GPRS etc. The applications include Web browsers used for the TV and Security camera analyzer, streamer, recorder, and monitor. .
  • 5. INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 5 ISSUE 2 – MAY 2015 - ISSN: 2349 - 9303 103 REFERENCES [1] Shubhangi S. Kose, Prof. Mrs. Jyoti M.Varvadekar [2014], ―Application Development for Video Monitoring System & Motion Detection System using ARM9 Processor‖ InternationalJournal of Scientific Research Engineering & Technology (IJSRET), ISSN 2278 – 0882 Volume 3, Issue 4, PP 806- 811. [2] Kavitha Mamindla, Dr.V.Padmaja, CH.NagaDeepa [2013], ―Embedded Real Time Video Monitoring System Using Arm‖ IOSR Journal of engineering (IOSRJEN) e- ISSN: 2250-3021, p-ISSN: 2278-8719 Vol. 3, Issue 7, PP 14-18. [3] Akshada Deshmukh, Harshalata Wadaskar, Leena Zade, Neha Dhakate, Preetee Karmore [2013]―Webcam Based Intelligent Surveillance System ―Research Inventy: International Journal of Engineering and Science Vol.2, Issue 8, PP 38-42. [4] SherinCherian, C.SenthilSingh [2014] ―Real Time Implementation of Object Tracking through Webcam‖ IJRET: International Journal of Research in Engineering And Technology eISSN: 2319-1163 | pISSN: 2321-7308|| PP 128-132. [5] http://www.lighttpd.net [6] http://beagle.org [7] http://ffmpeg.org/ffmpeg.html [8] http://flowplayer.org/