SlideShare a Scribd company logo
1 of 4
Download to read offline
Arm Based Remote Surveillance and Motion Detection
System by Using MJPEG Algorithm
Kandavalli Michael Angelo*, Katakala Karthik **
*(M.Tech Scholar, Department of ECE, GIET , Rajahmundry)
** (Assistant Professor, Department of ECE, GIET College, Rajahmundry
ABSTRACT
This system presents the structure of video capture
based on S3C2440 processor and it introduces the
embedded system, video capture and motion
detection. This embedded web monitoring system
takes the powerful ARM9 chip as MPU. In the
monitoring site, the system captures the video
through the embedded multitask operating system.
The digital video has been compressed by the
MJPEG algorithm. By the Internet Explorer the users
can view the monitor’s video directly, by the
common Gateway interface, the users who are
authorized can also control the camera and observe
the motion detection.
Keywords - key words in alphabetical order,
separated by comma
I. INTRODUCTION
With the development of Broad Band, computer
networks, and image processing technology,
video capture has been widely used in image
acquisition, security, health care, transportation
etc. But the DSP processor has many problems,
such as high cost, low intelligence, poor stability,
weak security. In order to solve these problems,
S3C2440 microprocessor is adopted in this
embedded video Acquisition system which
combing with the Linux operating system. Video
capture is realized by the Video 4 Linux. This
system presents the structure of video capture
based on S3C2440 processor and it introduces the
embedded system, video capture and motion
detection. Video 4 Linux is used to get the camera
video data, which is transferred to the Web
Server, and the data is displayed on the client
browser. The system can be applied in intelligent
anti-theft, intelligent transportation, intelligent
home, medical treatment, as well as all kinds of
video surveillance systems.
II. THE MAIN FUNCTIONS
The system with the camera installed at the scene
obtained from the original video. Through the
encoder the video becomes the digital signals from
simulation and this is compressed into MJPEG
data[3]. The data is converted into streaming format
through the streaming media server and is real-time
transmitted to the network from the Ethernet
interface. By the browser the monitoring module
obtained from MJPEG video data directly and can
watch the live video and observe the motion
detection. The user can also control the remote
camera and set the system configuration [4].
This system has the bandwidth adaptive function.
It can achieve the best audio and video quality by
adaptively adjusting the encoding speed.
III. THE HARDWARE DESIGN
A. The structure of hardware
This design chooses a 32 bit S3C2440X
which is the ARM920T core [5.9]. the
microprocessor integrates the abundant resources,
such as LCD controller, interrupt control, USB slave,
NAND controller, USB host, UART, SPI, Power
control, GPIO, RTC,TIMER/PWM, ADC. The
microprocessor S3C2410X is the center of the control
and data processing. It controls the video acquisition
and compression. The USB camera is the data
acquisition unit.
INTERNATIONAL CONFERENCE ON CIVIL AND MECHANICAL ENGINEERING, ICCME-2014
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT www.iaetsd.in
7
ISBN:378-26-138420-0213
Figure 1: The structure of Hardware
IV. VIDEO ACQUISITION MODULE
The video acquisition module is the core design and
realization of the network camera. It captures the
scene through the embedded Linux operating system
V4L(video4linux) and imaging device drivers. V4L
is the basis of image process in Linux system. It
consists of a set of APIs supporting image
equipments in Linux kernel. In cooperation with
proper video card and card drivers V4L can acquire
images, AM/FM wireless broadcast, CODEC,
channel change. At present V4L is mainly used in the
image streaming system and embedded video system.
Its application is wide spread, such as remote
teaching, remote medical treatment, video
conference, video monitor, video telephone, etc. V4L
is a 2-layer structure, that top layer for V4L driver
and the lower layer for the image device drivers.
In the Linux operating system an external device is
handled as device files. Therefore the operation
becomes the operation of device files. Video files are
in /dev/ directory, usually for video0. The camera
connected to the video acquisition terminal through
USB, V4L APIs are called in a program. The read
operation for the device file video0 can realize the
data acquisition.
The important data structures are as follows:
1) Video_Window
struct video_window
{_u32 x,y; /*Position of windows*/
_u32 flags;
_u32 width,height; /*Its size*/
_u32 chromakey;
struct video_clip*clips; /*Set only*/
int clipcount;
}
2) Video_Capability
Struct video_capability
{ char name[32];
int maxwidth;
int minwidth;
int maxheight;
int minheight;
int type;
int channels;
int audio;
};
3) Video_Channel
struct video_channel
{ _u32 flags;
_u32 type;
_u16 norm;
int channel;
int tuners;
char name[32];
}
4) Video_Picture
struct video_picture
{ _u16 brightness;
_u16 hue;
_u16 color;
_u16 contrast;
_u16 whitness;
_u16 depth;
_u16 palette;
}
5)Video_Audio
struct video_audio
{ int audio;
Char names[16];
_u16 bass,treble;
_u16 mode;
_u16 volume;
_u16 balance;
_u16 step;
_u32 flags;
}
INTERNATIONAL CONFERENCE ON CIVIL AND MECHANICAL ENGINEERING, ICCME-2014
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT www.iaetsd.in
8
ISBN:378-26-138420-0214
6)Video_Mmap
struct video_mmap
{ int height,width;
unsigned int frame;
unsigned int format;
}
7)Video_Mbuf
struct video_mbuf
{ int size;
int frames;
int offsets[VIDEO_MAX_FRAM];}
V. VIDEO COMPRESSION MODULE
The increasing demand to incorporate video
data into telecommunications services, the corporate
environment, the entertainment industry, and even at
home has made digital video technology a necessity.
A problem, however, is that still image and digital
video data rates are very large, typically in the range
of 150Mbits/sec. Data rates of this magnitude would
consume a lot of the bandwidth, storage and
computing resources in the typical personal
computer. For this reason, Video Compression
standards have been develop to eliminate picture
redundancy, allowing video information to be
transmitted and stored in a compact and efficient
manner.
Figure 2.V4L Capture Flow
VI. VIDEO COMPRESSION STANDARDS
Discrete Cosine Transform (DCT) based
compression algorithms and international standards
were developed to alleviate storage and bandwidth
limitations imposed by digital still image and motion
video applications.
Today there are three DCT-based standards that are
widely used and accepted worldwide:
1. JPEG (Joint Photographic Experts Group)
2. H.261 (Video codec for audiovisual
services)
3. MPEG (Motion Picture Experts Group)
Each of these standards is well suited for particular
applications: JPEG for still image compression,
H.261 for video conferencing, and MPEG for high-
quality, multimedia systems.
Figure 3: video capturing and motion detection
VII. REMOTE MONITOR CLIENT
A. Web Server
Resources are usually limited in the embedded
systems. There are the lightweight Web Servers, such
as HTTPD, THTTPD, boa, etc. The Boa Web Server
is used in this design. This server is open-source and
can support CGI.
Its main process is as follows;
INTERNATIONAL CONFERENCE ON CIVIL AND MECHANICAL ENGINEERING, ICCME-2014
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT www.iaetsd.in
9
ISBN:378-26-138420-0215
1) Download the latest package from
www.boa.org and unzipped into the relevant
directory;
2) Set the default SERVER_ROOT path in the
top of the defines.h file in the boa/src directory;
3) Choose the cross-compiling tools. In boa
directory make the boa configuration by./
configure – host = i686 – pc – Linux – gnu –
target = arm – Linux;
4) Generate the executable file boa in src/
directory after the execution of maker;
5) Configuration of the boa.conf files. Here set
the socket of boa, server root directory, log files,
html,CGL, the attribute temp directory, etc.
B. Common Gateway Interface
CGL (common gateway interface) is the interaction
standard between the external applications and
WWW server. According to the CGL standard, the
external program can handle the input data from the
client browser and the interaction between the
client and the server, realize the dynamic web
technology. In this system, when the user sends the
control commands to the network camera through
the browser, the server starts up the CGL module
and then the CGL module will transmit the
command. At last the camera will execute the
action.
C. Internet Explorer Browser
In this system the web page main function is to show
the remote dynamic video. The standard html pages
can only display the words and pictures, so real time
video can not be watched through the window added
in the standard html pages. The method to solve the
problem is to embed the real time video monitor
software into html pages. Here we make use of the
standard control ActiveX-VgPlayerObject so that
more people can watch the real time video
VIII. CONCLUSION
This project presents an embedded network
camera design based on ARM S3C2440 and Linux
system. This camera system can accomplish the
acquisition, the compression and the display of video
data. This system is a complete solution integrating
with web server and CGI. Because the system adopts
with the high performance embedded processors to
process the main control, compressing and web
processing it is simple, inexpensive, stable and
widespread.
.
INTERNATIONAL CONFERENCE ON CIVIL AND MECHANICAL ENGINEERING, ICCME-2014
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT www.iaetsd.in
10
ISBN:378-26-138420-0216

More Related Content

Viewers also liked

Design of alarm using pir sensor for
Design of alarm using pir sensor forDesign of alarm using pir sensor for
Design of alarm using pir sensor forAkshay Dhole
 
A Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemA Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemAM Publications
 
Distance measuring unit with zigbee protocol, Ultra sonic sensor
Distance measuring unit with zigbee protocol, Ultra sonic sensorDistance measuring unit with zigbee protocol, Ultra sonic sensor
Distance measuring unit with zigbee protocol, Ultra sonic sensorAshok Raj
 
Ultrasonic-based distance measurement device
Ultrasonic-based distance measurement deviceUltrasonic-based distance measurement device
Ultrasonic-based distance measurement deviceMrinal Sharma
 
Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)Umar Shuaib
 
Wireless Sensor Networking in Railways
Wireless Sensor Networking in RailwaysWireless Sensor Networking in Railways
Wireless Sensor Networking in RailwaysHari Wiz
 
Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Ushaswini Chowdary
 
Motion sensing and detection
Motion sensing and detectionMotion sensing and detection
Motion sensing and detectionNirav Soni
 
B.Tech.Final Year ECE Project Report on Ultrasonic distance measure robot
B.Tech.Final Year ECE Project Report on Ultrasonic distance measure robotB.Tech.Final Year ECE Project Report on Ultrasonic distance measure robot
B.Tech.Final Year ECE Project Report on Ultrasonic distance measure robotSushant Shankar
 
motion sensing technology
motion sensing technologymotion sensing technology
motion sensing technologySantosh Kumar
 

Viewers also liked (13)

Design of alarm using pir sensor for
Design of alarm using pir sensor forDesign of alarm using pir sensor for
Design of alarm using pir sensor for
 
A Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemA Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home System
 
Distance measuring unit with zigbee protocol, Ultra sonic sensor
Distance measuring unit with zigbee protocol, Ultra sonic sensorDistance measuring unit with zigbee protocol, Ultra sonic sensor
Distance measuring unit with zigbee protocol, Ultra sonic sensor
 
Introduction to sensor
Introduction to sensorIntroduction to sensor
Introduction to sensor
 
Ultrasonic-based distance measurement device
Ultrasonic-based distance measurement deviceUltrasonic-based distance measurement device
Ultrasonic-based distance measurement device
 
project report
project report project report
project report
 
Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)
 
Wireless Sensor Networking in Railways
Wireless Sensor Networking in RailwaysWireless Sensor Networking in Railways
Wireless Sensor Networking in Railways
 
Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)
 
Motion sensing and detection
Motion sensing and detectionMotion sensing and detection
Motion sensing and detection
 
Describing Motion
Describing MotionDescribing Motion
Describing Motion
 
B.Tech.Final Year ECE Project Report on Ultrasonic distance measure robot
B.Tech.Final Year ECE Project Report on Ultrasonic distance measure robotB.Tech.Final Year ECE Project Report on Ultrasonic distance measure robot
B.Tech.Final Year ECE Project Report on Ultrasonic distance measure robot
 
motion sensing technology
motion sensing technologymotion sensing technology
motion sensing technology
 

Similar to Iaetsd arm based remote surveillance and motion detection

CCTV Surveillance System, attacks and design goals
CCTV Surveillance System, attacks and design goals  CCTV Surveillance System, attacks and design goals
CCTV Surveillance System, attacks and design goals IJECEIAES
 
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
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148IJRAT
 
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
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUIRJET Journal
 
Video Based Industry Control
Video Based Industry ControlVideo Based Industry Control
Video Based Industry ControlJun Steed Huang
 
Axis Intelligent Video
Axis Intelligent VideoAxis Intelligent Video
Axis Intelligent Videocnssources
 
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
 
Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors
Wireless Multimedia Sensor Network: A Survey on Multimedia SensorsWireless Multimedia Sensor Network: A Survey on Multimedia Sensors
Wireless Multimedia Sensor Network: A Survey on Multimedia Sensorsidescitation
 
An Adaptive Remote Display Framework to Improve Power Efficiency
An Adaptive Remote Display Framework to Improve Power Efficiency An Adaptive Remote Display Framework to Improve Power Efficiency
An Adaptive Remote Display Framework to Improve Power Efficiency csandit
 
AN ADAPTIVE REMOTE DISPLAY FRAMEWORK TO IMPROVE POWER EFFICIENCY
AN ADAPTIVE REMOTE DISPLAY FRAMEWORK TO IMPROVE POWER EFFICIENCY AN ADAPTIVE REMOTE DISPLAY FRAMEWORK TO IMPROVE POWER EFFICIENCY
AN ADAPTIVE REMOTE DISPLAY FRAMEWORK TO IMPROVE POWER EFFICIENCY cscpconf
 
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
 
A Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosA Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosINFOGAIN PUBLICATION
 
160811_오토테크컨퍼런스_vault micro
160811_오토테크컨퍼런스_vault micro160811_오토테크컨퍼런스_vault micro
160811_오토테크컨퍼런스_vault microStartupAlliance
 

Similar to Iaetsd arm based remote surveillance and motion detection (20)

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...
 
CCTV Surveillance System, attacks and design goals
CCTV Surveillance System, attacks and design goals  CCTV Surveillance System, attacks and design goals
CCTV Surveillance System, attacks and design goals
 
Src 147
Src 147Src 147
Src 147
 
vivotek_ipcctv_handbook.pdf
vivotek_ipcctv_handbook.pdfvivotek_ipcctv_handbook.pdf
vivotek_ipcctv_handbook.pdf
 
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
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148
 
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
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCU
 
Video Based Industry Control
Video Based Industry ControlVideo Based Industry Control
Video Based Industry Control
 
Axis and Intelligent Video
Axis and Intelligent VideoAxis and Intelligent Video
Axis and Intelligent Video
 
Axis Intelligent Video
Axis Intelligent VideoAxis Intelligent Video
Axis Intelligent Video
 
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
 
Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors
Wireless Multimedia Sensor Network: A Survey on Multimedia SensorsWireless Multimedia Sensor Network: A Survey on Multimedia Sensors
Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors
 
bc_techguide_33334_en_0811_lo.pdf
bc_techguide_33334_en_0811_lo.pdfbc_techguide_33334_en_0811_lo.pdf
bc_techguide_33334_en_0811_lo.pdf
 
An Adaptive Remote Display Framework to Improve Power Efficiency
An Adaptive Remote Display Framework to Improve Power Efficiency An Adaptive Remote Display Framework to Improve Power Efficiency
An Adaptive Remote Display Framework to Improve Power Efficiency
 
AN ADAPTIVE REMOTE DISPLAY FRAMEWORK TO IMPROVE POWER EFFICIENCY
AN ADAPTIVE REMOTE DISPLAY FRAMEWORK TO IMPROVE POWER EFFICIENCY AN ADAPTIVE REMOTE DISPLAY FRAMEWORK TO IMPROVE POWER EFFICIENCY
AN ADAPTIVE REMOTE DISPLAY FRAMEWORK TO IMPROVE POWER EFFICIENCY
 
Case study
Case studyCase study
Case study
 
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
 
A Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System VideosA Novel Approach for Compressing Surveillance System Videos
A Novel Approach for Compressing Surveillance System Videos
 
160811_오토테크컨퍼런스_vault micro
160811_오토테크컨퍼런스_vault micro160811_오토테크컨퍼런스_vault micro
160811_오토테크컨퍼런스_vault micro
 

More from Iaetsd Iaetsd

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissionIaetsd Iaetsd
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmIaetsd Iaetsd
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...Iaetsd Iaetsd
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatIaetsd Iaetsd
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationIaetsd Iaetsd
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSIaetsd Iaetsd
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...Iaetsd Iaetsd
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bikeIaetsd Iaetsd
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technologyIaetsd Iaetsd
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...Iaetsd Iaetsd
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdIaetsd Iaetsd
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid GrowthIaetsd Iaetsd
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT AlgorithmIaetsd Iaetsd
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...Iaetsd Iaetsd
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...Iaetsd Iaetsd
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocolIaetsd Iaetsd
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesIaetsd Iaetsd
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesIaetsd Iaetsd
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolicIaetsd Iaetsd
 

More from Iaetsd Iaetsd (20)

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bike
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technology
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
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
 
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
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 

Recently uploaded (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
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
 
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 )
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
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 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
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 

Iaetsd arm based remote surveillance and motion detection

  • 1. Arm Based Remote Surveillance and Motion Detection System by Using MJPEG Algorithm Kandavalli Michael Angelo*, Katakala Karthik ** *(M.Tech Scholar, Department of ECE, GIET , Rajahmundry) ** (Assistant Professor, Department of ECE, GIET College, Rajahmundry ABSTRACT This system presents the structure of video capture based on S3C2440 processor and it introduces the embedded system, video capture and motion detection. This embedded web monitoring system takes the powerful ARM9 chip as MPU. In the monitoring site, the system captures the video through the embedded multitask operating system. The digital video has been compressed by the MJPEG algorithm. By the Internet Explorer the users can view the monitor’s video directly, by the common Gateway interface, the users who are authorized can also control the camera and observe the motion detection. Keywords - key words in alphabetical order, separated by comma I. INTRODUCTION With the development of Broad Band, computer networks, and image processing technology, video capture has been widely used in image acquisition, security, health care, transportation etc. But the DSP processor has many problems, such as high cost, low intelligence, poor stability, weak security. In order to solve these problems, S3C2440 microprocessor is adopted in this embedded video Acquisition system which combing with the Linux operating system. Video capture is realized by the Video 4 Linux. This system presents the structure of video capture based on S3C2440 processor and it introduces the embedded system, video capture and motion detection. Video 4 Linux is used to get the camera video data, which is transferred to the Web Server, and the data is displayed on the client browser. The system can be applied in intelligent anti-theft, intelligent transportation, intelligent home, medical treatment, as well as all kinds of video surveillance systems. II. THE MAIN FUNCTIONS The system with the camera installed at the scene obtained from the original video. Through the encoder the video becomes the digital signals from simulation and this is compressed into MJPEG data[3]. The data is converted into streaming format through the streaming media server and is real-time transmitted to the network from the Ethernet interface. By the browser the monitoring module obtained from MJPEG video data directly and can watch the live video and observe the motion detection. The user can also control the remote camera and set the system configuration [4]. This system has the bandwidth adaptive function. It can achieve the best audio and video quality by adaptively adjusting the encoding speed. III. THE HARDWARE DESIGN A. The structure of hardware This design chooses a 32 bit S3C2440X which is the ARM920T core [5.9]. the microprocessor integrates the abundant resources, such as LCD controller, interrupt control, USB slave, NAND controller, USB host, UART, SPI, Power control, GPIO, RTC,TIMER/PWM, ADC. The microprocessor S3C2410X is the center of the control and data processing. It controls the video acquisition and compression. The USB camera is the data acquisition unit. INTERNATIONAL CONFERENCE ON CIVIL AND MECHANICAL ENGINEERING, ICCME-2014 INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT www.iaetsd.in 7 ISBN:378-26-138420-0213
  • 2. Figure 1: The structure of Hardware IV. VIDEO ACQUISITION MODULE The video acquisition module is the core design and realization of the network camera. It captures the scene through the embedded Linux operating system V4L(video4linux) and imaging device drivers. V4L is the basis of image process in Linux system. It consists of a set of APIs supporting image equipments in Linux kernel. In cooperation with proper video card and card drivers V4L can acquire images, AM/FM wireless broadcast, CODEC, channel change. At present V4L is mainly used in the image streaming system and embedded video system. Its application is wide spread, such as remote teaching, remote medical treatment, video conference, video monitor, video telephone, etc. V4L is a 2-layer structure, that top layer for V4L driver and the lower layer for the image device drivers. In the Linux operating system an external device is handled as device files. Therefore the operation becomes the operation of device files. Video files are in /dev/ directory, usually for video0. The camera connected to the video acquisition terminal through USB, V4L APIs are called in a program. The read operation for the device file video0 can realize the data acquisition. The important data structures are as follows: 1) Video_Window struct video_window {_u32 x,y; /*Position of windows*/ _u32 flags; _u32 width,height; /*Its size*/ _u32 chromakey; struct video_clip*clips; /*Set only*/ int clipcount; } 2) Video_Capability Struct video_capability { char name[32]; int maxwidth; int minwidth; int maxheight; int minheight; int type; int channels; int audio; }; 3) Video_Channel struct video_channel { _u32 flags; _u32 type; _u16 norm; int channel; int tuners; char name[32]; } 4) Video_Picture struct video_picture { _u16 brightness; _u16 hue; _u16 color; _u16 contrast; _u16 whitness; _u16 depth; _u16 palette; } 5)Video_Audio struct video_audio { int audio; Char names[16]; _u16 bass,treble; _u16 mode; _u16 volume; _u16 balance; _u16 step; _u32 flags; } INTERNATIONAL CONFERENCE ON CIVIL AND MECHANICAL ENGINEERING, ICCME-2014 INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT www.iaetsd.in 8 ISBN:378-26-138420-0214
  • 3. 6)Video_Mmap struct video_mmap { int height,width; unsigned int frame; unsigned int format; } 7)Video_Mbuf struct video_mbuf { int size; int frames; int offsets[VIDEO_MAX_FRAM];} V. VIDEO COMPRESSION MODULE The increasing demand to incorporate video data into telecommunications services, the corporate environment, the entertainment industry, and even at home has made digital video technology a necessity. A problem, however, is that still image and digital video data rates are very large, typically in the range of 150Mbits/sec. Data rates of this magnitude would consume a lot of the bandwidth, storage and computing resources in the typical personal computer. For this reason, Video Compression standards have been develop to eliminate picture redundancy, allowing video information to be transmitted and stored in a compact and efficient manner. Figure 2.V4L Capture Flow VI. VIDEO COMPRESSION STANDARDS Discrete Cosine Transform (DCT) based compression algorithms and international standards were developed to alleviate storage and bandwidth limitations imposed by digital still image and motion video applications. Today there are three DCT-based standards that are widely used and accepted worldwide: 1. JPEG (Joint Photographic Experts Group) 2. H.261 (Video codec for audiovisual services) 3. MPEG (Motion Picture Experts Group) Each of these standards is well suited for particular applications: JPEG for still image compression, H.261 for video conferencing, and MPEG for high- quality, multimedia systems. Figure 3: video capturing and motion detection VII. REMOTE MONITOR CLIENT A. Web Server Resources are usually limited in the embedded systems. There are the lightweight Web Servers, such as HTTPD, THTTPD, boa, etc. The Boa Web Server is used in this design. This server is open-source and can support CGI. Its main process is as follows; INTERNATIONAL CONFERENCE ON CIVIL AND MECHANICAL ENGINEERING, ICCME-2014 INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT www.iaetsd.in 9 ISBN:378-26-138420-0215
  • 4. 1) Download the latest package from www.boa.org and unzipped into the relevant directory; 2) Set the default SERVER_ROOT path in the top of the defines.h file in the boa/src directory; 3) Choose the cross-compiling tools. In boa directory make the boa configuration by./ configure – host = i686 – pc – Linux – gnu – target = arm – Linux; 4) Generate the executable file boa in src/ directory after the execution of maker; 5) Configuration of the boa.conf files. Here set the socket of boa, server root directory, log files, html,CGL, the attribute temp directory, etc. B. Common Gateway Interface CGL (common gateway interface) is the interaction standard between the external applications and WWW server. According to the CGL standard, the external program can handle the input data from the client browser and the interaction between the client and the server, realize the dynamic web technology. In this system, when the user sends the control commands to the network camera through the browser, the server starts up the CGL module and then the CGL module will transmit the command. At last the camera will execute the action. C. Internet Explorer Browser In this system the web page main function is to show the remote dynamic video. The standard html pages can only display the words and pictures, so real time video can not be watched through the window added in the standard html pages. The method to solve the problem is to embed the real time video monitor software into html pages. Here we make use of the standard control ActiveX-VgPlayerObject so that more people can watch the real time video VIII. CONCLUSION This project presents an embedded network camera design based on ARM S3C2440 and Linux system. This camera system can accomplish the acquisition, the compression and the display of video data. This system is a complete solution integrating with web server and CGI. Because the system adopts with the high performance embedded processors to process the main control, compressing and web processing it is simple, inexpensive, stable and widespread. . INTERNATIONAL CONFERENCE ON CIVIL AND MECHANICAL ENGINEERING, ICCME-2014 INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT www.iaetsd.in 10 ISBN:378-26-138420-0216