SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
Regular Paper
Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013

Wireless Multimedia Sensor Network: A Survey on
Multimedia Sensors
Shailendra Aswale1 and Dr. Vijay R. Ghorpade2
1

SRIEIT/Computer Engineering, Shiroda-Goa, India
Email: aswale.shailendra@gmail.com
2
DYPCET/Computer and Science Engineering, Kolhapur, India
Email: vijayghorpade@hotmail.com
Abstract—Recently due to progress in Complementary Metal
Oxide Semiconductor (CM OS) technology, Wireless
Multimedia Sensor Networks (WMSNs) become focus of
research in a broader range of applications. In this survey
paper different WMSNs applications, research & design
challenges are outlined. In addition to this, different available
commercial multimedia sensors are discussed in detail and
compared. Also other then commercial available multimedia
sensors, some experimental multimedia sensor prototypes are
discussed. In addition to this different experimental deployed
test beds for WMSNs are outlined. Also few Wireless Sensor
Networks (WSNs) simulators and emulators are reviewed.
Depending upon the requirement a few physical multimedia
sensors can be integrated or embedded within available
simulators to observe more accurate results or to visualize in
a better way.
Index Terms—wireless multimedia Sensor network,
multimedia sensors, wireless sensor networks, review, survey,
simulators, emulators.

I. INTRODUCTION
Figure 1. Reference Architecture of a WMSN

Wireless multimedia sensor networks have drawn the
attention of the researchers in the recent years. With the
rapid improvements and progress in CMOS technology,
camera and microphone have become integral part of wireless
sensor node. Ref. [1, 2] WMSN is a wireless network of smart
devices that allow retrieval of video and audio streams, still
images and scalar data. Also WMSN can sense, store,
process, communicate and fuse multimedia data from different
heterogeneous sensor devices in real time environment as
shown in Fig. 1. Realization of WMSN has emerged with
diversity of application areas over traditional WSNs. Ref. [1,
2, 3] some important applications of WMSN are environmental
monitoring & control, intelligent homes, health applications,
traffic avoidance, enforcement & control, Industrial process
control and multimedia surveillance.
The rest of the paper is organized as follows, in section 2
WMSNs constraints and design challenges are discussed.
In section 3 different physical multimedia sensors are
discussed. Section 4 provides brief overview of experimental
WMSN test beds. In section 5 different WSN simulators and
emulators are reviewed briefly. Finally last section conclude
by summing up, figuring out the key issues and challenges
for future research work.

© 2013 ACEEE
DOI: 03.LSCS.2013.4.60

II. DESIGN CHALLENGES
The design of WMSNs includes research areas in
embedded systems, signal processing and communications
to make a more powerful and efficient network over traditional
WSNs. These design challenges are
A. Resource Constraints
In comparison with WSNs, requirement of resources like
battery power, memory, data rate, processing capability is
more in WMSNs.
B. Multimedia Source Coding Techniquues
As the volume of multimedia traffic is very high efficient
source coding techniques should be used for redundant data.
C. High Bandwidth Demands
Even after using source coding, Multimedia data stream
requires higher bandwidth. This requires efficient new
transmission methods and development of novel hardware
architecture.
D. Energy Consumption
Energy consumption is of major concern in WMSN to
guarantee QoS (Quality of Service) requirements.
31
Regular Paper
Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013
E. Application specific QoS Requirementss
Design of WMSN requires development of algorithms
that supports QoS requirements which are specific to
applications.

B. CMUcam3
Ref. [8] the CMUcam3 as shown in Fig. 3, is a low cost,
open source, fully programmable embedded vision sensor
designed for simple vision tasks. Hardware architecture of
CMUcam3 consists of three main components:
microcontroller, a frame buffer and a CMOS camera chip. As
CMUcam3 has only 64kB of RAM, Standard Vision Libraries
cannot be used with this hardware. To address this CMUcam3
comes with its own software called CC3 software vision
system which is a C Application programming Interface (API),
performs vision and control operation for CMUcam3. Ref. [9]
CMUcam3 can be interfaced with TelosB mote for
communication with other sensor nodes. CMUcam3 is not
applicable for complex vision algorithms as requirement of
speed and Random Access Memory (RAM) is more.
CMUcam3 can be used for low resolution video applications.

F. Multimedia In-Network Processings
Aggregation is possible with scalar data in WSNs. But it
is not easy to apply the same techniques with WMSNs
because multimedia information is carried in multiple packets
of the stream. This becomes the challenge for future research
work.
G. Cross layer Coupling of Functionalitiess
For energy efficient communication cross layer design is
essential.
III. MULTIMEDIA SENSOR HARDWARE

C. MeshEye
Ref. [10] MeshEye as shown in Fig. 4, is designed for innode processing of applications in distributed intelligent
surveillance. The objective of the MeshEye design
architecture is combination of low-power components, readily
available parts and use of standard interfaces with minimum
count of total components. This aims to minimize the total
cost. The core of mote is an Atmel family microcontroller. For
wired connection it consists of a Universal Serial Bus (USB)
2.0 full-speed port and a serial interface. Wireless connection
to other motes in the network can be established through a
Texas Instruments CC2420 2.4 GHz IEEE 802.15.4/ZigBee-ready
Radio Frequency (RF) transceiver. The mote can host up to
8K pixel imagers and one Video Graphics Array (VGA) camera
module. For temporary frame buffering and image archival an
MultiMediaCard/Secure Digital (MMC/SD) flash memory
card is used. Like Cyclops, MeshEye can be used for low
resolution video applications and with less cost factor.

As compared to WSN a few multimedia sensors are
available. In this section various commercial and experimental
prototype multimedia sensor nodes are discussed and
compared.
A. Cyclops
Ref. [4] as shown in Fig. 2, Cyclops consists of an image
sensor, a micro-controller unit (MCU), a complex
programmable logic device (CPLD), an external Static Random
Access Memory (SRAM) and an external Flash Memory. Ref.
[5, 6] Cyclops firmware runs in TinyOS operating system
environment and is written in the nesC language. Its firmware
provides transparency in using resources supports long
computations and supports synchronized access by both
the MCU as well as CPLD. Cyclops consist of three sets of
software components namely drivers, libraries and sensor
applications. Communication between MCU and peripherals
is achieved using drivers. Primitive structural analysis libraries
play a key role in processing raw images. Other class of library
called high level algorithmic library used to do high level
specific task. Sensor application performs sensing operation
as per the requirement of host. Ref. [7] Cyclops can be
interfaced with Micaz node for communication with other
sensor nodes.

Figure 3. CMUcam3

D. Panoptes
Ref. [11] as shown in Fig. 5, Panoptes is low power, High
quality video capturing sensor platform implemented using
off-the-shelf components. The whole unit of approximate size
7 inches long and 4 inches wide consumes approximately 5.5
watts of power with video of 320x240 resolutions at 18-20

Figure 2. Cyclops Sensor Mote

© 2013 ACEEE
DOI: 03.LSCS.2013.4.60

32
Regular Paper
Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013

Figure 4. MeshEye Mote

fps. Panoptes is based on Intel StrongARM 206 MHz
embedded platform, Logitech 3000 USB video camera, 64 MB
of memory and 802.11 networking interface. Panoptes make
use of Linux 2.4.19 operating system kernel. Its Software
architecture consists of components like video capture,
Filtering, Joint Photographic Experts Group (JPEG) and
differential JPEG compression, buffering, adaption and
streaming. Panoptes can be used in applications where
higher resolution and image processing is required.
E. GARCIA
Ref. [12, 13] GARCIA is a mobile robot can be customized
as per the requirement. This robot is the best choice for
researchers who are looking to extend C, C++ or Java out into
the real world via a reliable and robust robot platform.
Currently GARCIA robot software downloads are available
for MacOS, Linux and Windows. As shown in fig. 6, a camera
boom with a pan-tilt head may be mounted on a Garcia as an
optional accessory. This mounted tilt camera is able to
communicate with IEEE 802.4 as well as Zigbee
interfaces. GARCIA  robot  consist  of  automated  motion
control and obstacle detection system. A Garcia robot
consists of two BrainStem controllers. These controllers

Figure 6. Acroname GARCIA, a Mobile Robot

Battery is used as a backup when energy requirement with
solar cell is not enough. It consists of lowest energy
consumable ATMEL FPSLIC configurable platform-featuring
an AVR microcontroller, 40K gate Field Programmable Gate
array (FPGA), omnivision 7640 video sensor and bluetooth
transceiver.
MicrelEye is a prototype developed over
previously discussed sensors. This is based on low power
consumption while supporting people detection application
at 15 fps at 320X240 resolution.
G. Fox board based sensor
Ref. [15, 16] as shown in Fig. 8, this board named LX416 is
used for high quality image transmission using bluetooth
with moderate energy consumption compared to other
technologies. It consist of 4MB of Flash memory, 16 MB of
RAM, 2 USB host interfaces to plug webcam and bluetooth
dongle, 10/100 Ethernet interface. This experimental prototype
was developed for environmental observations for multimedia
data. Main goal of this prototype was high quality image
transmission using Bluetooth.

Figure 7. MicrelEye Sensor Node Prototype
Figure 5. Penoptes Sensor

are programmable in Tiny Embedded Application (TEA)
which is a subset of the C programming language. GARCIA
mobile robots can be used in heterogeneous sensor network
environment.
F. MicrelEye
Ref. [14] as shown in Fig. 7, MicrelEye is a low cost low
power FPGA microcontroller System-on-Chip (SoC). This
sensor node equipped with single solar cell and a battery.
33
© 2013 ACEEE
DOI: 03.LSCS.2013.4.60

H. IMote2
Ref. [17, 18] as shown in Fig. 9, IMote2 is modular and
stackable sensor node platform developed by Intel, designed
for more advanced applications. The IMote2 contains low
power Intel PXA271 Central Processing Unit (CPU) processor
which consists of 256kB of SRAM, 32MB of flash, and 32MB
of Synchronous Dynamic Random Access Memory
(SDRAM). The PXA271 also includes a Digital Signal
processing (DSP) coprocessor to speed up multimedia
Regular Paper
Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013
TABLE I. COMPARISON O F MULTIMEDIA SENSORS
Transceiver
Max. Frame
Availability for
Rate in fps
communication
No( can be integrated
NA
with Mica2 or Micaz)
No( can be integrated
50
with TelosB)

Name
Cyclop

352x288

MeshEye

352x288

Yes

15

Panoptes

320x240

Yes

20

GARCIA

640x480

Yes

30

MicrelEye

320x240

Yes

15

Fox based sensor

640x480

Yes

NA

Imote2

operations. This board integrates many I/O options making
it extremely flexible in .supporting different sensors. IMote2
consist of a Power Management IC (PMIC) which supports 9
voltage domains to the processor, enabling wide range of
applications. Imote2 uses IEEE 802.15.4 radio transceiver for
communication with other nodes. It can run java applications
and Linux operating systems. Imote2 can be used for variety
of applications as compared to other sensor platforms.
All Multimedia sensors discussed before are compared
with respect to Resolution, Transceiver availability for
communication and Frame Rate in Table I.

352x288

CMUcam3

Figure 8. Acme Fox Board with Quickcam zoom webcam and
Bluetooth Dongle

Resolution

640x480

Yes

30

International Association (PCMCIA) wireless card and a
Logitech QuickCam Pro 4000 webcam connected through the
USB. Resolution of QuickCam is up to 640x480 pixels. The
operating system used is an embedded Linux system (kernel
2.4.19). A Dell Inspiron 4000 laptop is used as the sink. It
runs on Linux (kernel 2.4.20) and uses an Orinoco Gold 802.11b
wireless card for communication. One important observation
is that read/write operation to flash memory and image
processing operation requires more energy compared to
communication.

IV. EXPERIMENTAL WMSN TEST BEDS

B. IrisNet
Ref. [21] IrisNet (Internet-scale Resource sensor Network
services) is WMSNs heterogeneous services software
platform developed by Intel research group.

Several experimental studies are carried out based on
multimedia communications through wireless sensor
networks. Following section highlights these test beds briefly.

Figure 10. Visual Sensing Node in Meerkats Test bed
Figure 9. IMote2 with Enalab Camera Board

Scalar and multimedia sensors collect useful data
throughout environmental area. IrisNet is two tiered
architecture: Sensing Agents (SA) are heterogeneous sensors
having a common shared interface and organizing Agents
(OA) stores distributed database. Same hardware
infrastructure can provide different sensing services and can
be used for different services simultaneously. Sensor data is
organized hierarchical in the form of Extensible Markup
Language (XML). IrisNet is a query based architecture. User
can query through a high level language to get required useful
information.

A. Meerkats Test Bed
Ref. [19] Meerkats test bed focuses tradeoff between
power efficiency and performance. It is used to measure the
energy consumption for different types of applications for
WMSN. These energy consumption categories are idle,
Processing-intensive, Storage-intensive, Communicationintensive, visual sensing. Currently, Meerkats testbed
consists of eight visual Sensor nodes and one information
sink. Ref. [20] every sensor node use Crossbow’s Stargates.
As shown in Fig. 10, each Stargate is equipped with an
Orinoco Gold 802.11b Personal Computer Memory Card
© 2013 ACEEE
DOI: 03.LSCS.2013.4.60

34
Regular Paper
Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013
C. SensEye
Ref. [22] as shown in Fig. 11, SensEye is a three-tier
heterogeneous multimedia sensor network designed for
surveillance application addresses the tradeoff issue of
energy and reliability. Lowest first tier consist of motes and
vibration sensors. This tier detects objects with the help of
vibration sensors and communicates to the second tier which
consists of low power low fidelity multimedia sensors
(Cyclops, CMUcam3). These sensors from Tier-2 are used
for motion detection and recognition. These low tier nodes
detect object and wakeup tier-3 nodes. Tier-3 consists of
medium-resolution webcams connected to Crossbow Stargate
boards. Here nodes are preconfigured with image database
to do object matching. After Object matching various webcams and Pan-tilt-zoom cameras are used for object tracking
in Tier-3. For object tracking handoff protocol is used to
transfer responsibility from one camera sensor to another
sensor.

system or application.
Ref. [28] network topologies and traffic models play an
important role in working of WSN simulations. Study has
been carried out to perceive the impact of multiple topologies
and various traffic models on behavior and performance of
simulation. This study shows that WSN simulators are very
sensitive to network topology and network traffic
configurations.
Ref. [29] this work is carried out to calibrate and compare
four open source WSN simulators. This comparison study is
based on antenna, topology, wireless channel, energy
consumption and MAC layer. All these simulators are
calibrated with Micaz motes. This comparison study shows
that even after calibration, energy consumption and number
of received packets by nodes differ extensively from each
other.
B. Emulators
Ref. [30] ATmel EMUlator (ATEMU) is scalable and high
fidelity platform provides low level emulation support for
any operation at component level for the sensor nodes. Ref.
[31] it provides support for Mica2 motes but can be extended
for any other sensor hardware mote. It provides instruction
level debugging feature. XML is used to configure the sensor
network. ATEMU gives precise results at a cost of high
processing requirements and time.
Ref. [32] EmStar is a software framework for WSN on Linux
or windows based operating system which aims for
development with high system visibility. It provides support
for real wireless sensors to communicate with simulation
environment. This work is carried out on two types of sensor
arrays. First one is permanently mounted uniform array of
motes on ceiling of laboratory which has limitations on
topology and channel and other type is portable array. Instead
of wireless communication here all sensor nodes are
physically wired to simulator to observe the results.
Ref. [33] Avrora is instruction level emulator written in
java, supporting up to 10,000 sensor nodes for simulation
and 20 times faster than ATEMU. It provides features like
cycle accuracy, portability and linear scalability. It focuses
mainly on to validate time-dependent properties for large
sensor networks.
Ref. [34] VMNet is a CPU clock cycle level emulator for
realistic performance evaluation of WSN. In this other then
CPU component, different hardware components are emulated
as per satisfactory requirements. VMNet can be extended for
new hardware mote configurations. This study shows use of
response time and power consumption as the key performance
metrics to match with actual WSNs. It is observed that there
is a tradeoff between fidelity and emulation speed in VMNet.
Ref. [35] this work focuses on many hardware and software
simulation modules or plug-in components developed for
TinyOS-2 SIMulator (TOSSIM-T2) and compatible with Mica2
motes. This piece of work matches with actual physical
laboratory measurements very closely only with two factors
i.e., energy consumption and life time of nodes. Here other
factors are not considered.

V. SIMULATORS AND EMULATORS
Basically researchers make use of different simulators and
emulators to test and compare their results. Currently there
are many open source and commercial simulators and
emulators are available for researchers. In this section, few
observations are made on WSN simulators based on previous
published surveys and review papers. Also several WSN
emulators are discussed in brief.

Figure 11. Three-Tier Architecture of SensEye

A. Simulators
Ref. [23, 24, 25] depending upon simulators characteristics
and required available features, researchers should choose
appropriate simulator. It is observed that common simulation
scenario on different simulators gives mismatch of results
may be within acceptable limits. Ref. [26, 27] generally used
simulators for WSN provide very less information on
environmental modeling. New challenging extensions or
modifications in existing simulators are required to have more
precise experimental results for the behavior of a complex
© 2013 ACEEE
DOI: 03.LSCS.2013.4.60

35
Regular Paper
Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013
Ref. [36] Sensor Unified aNalyzer for Software and
Hardware in Networked Environments (SUNSHINE) is open
source software designed for WSN to analyze joint softwarehardware performance evaluation. It integrates three existing
simulators i.e., TOSSIM, SimulAVR and GEZEL which
provides support for both event-based and cycle-accurate
simulations. Researcher can modify hardware sensor
configurations in SUNSHINE. It can simulate impact of
different hardware designs on sensor network.

[5] M. Horton and J. Suh, “A vision for wireless sensor networks,”
proceedings of Microwave Symposium Digest, IEEE, pp. 361–
364, June 2005.
[6] D. Gay, P. Levis, R. V. Behren, M. Welsh, E. Brewer, D.
Cullar, et al., “The nesC language: A holistic approach to
networked embedded systems”, proceedings of PLDI ’03,
ACM, pp. 1–11, May 2003.
[7] N. A. Ali, M. Drieberg and P. Sebastian, “Deployement of
MICAz mote for wireless sensor network applications,”
proceedings of ICCAIE, IEEE, pp. 303–308, December 2011.
[8] A. Rowe, C. Rosenberg and I. Nourbaksha, “A low cost
embedded color vision system,” Intelligent Robots and Systems,
IEEE/RSJ, vol. 1, pp. 208–213, October 2002.
[9] TelosB mote specifications. http://bullseye.xbow.com:81/
Products/Product_pdf_files/Wireless_pdf/
TelosB_Datasheet.pdf
[10] S. Hengstler, D. Prashanth, S. Fong and H. Aghajan, “MeshEye:
A hybrid-resolution smart camera mote for applications in
distributed intelligent surveillance,” Proceedings ISPN ’07,
ACM, pp. 360-369, April 2007.
[11] W. Feng, E. Kaiser, W. C. Feng and M. L. Baillif, “Panoptes:
Scalable low-power video sensor networking technologies,”
TOMCCAP, ACM, vol. 1. pp. 151-167, May 2005.
[12] Acroname GARCIA robot specifications. http://
www.acroname.com/garcia/garcia.html
[13] O. Tekdas, V. Isler, J. H. Lim and A. Terzis, “Using mobile
robots to harvest data from sensor fields,” Wireless
Communications, IEEE, vol. 16, pp. 22–28, February 2009.
[14] A. Kerhet, M. Magno, F. Leonardi, A. Boni and L. Benini, “A
low-power wireless video sensor node for distributed object
detection,” JRTIP, Springer-Verlag, vol. 2, pp. 331–342,
December 2007.
[15] E. P. Capo-Chichi and J. –M. Friedt, “Design of embedded
sensor platform for multimedia application,” proceedings of
first conference on Distributed Framework and Applications,
IEEE, pp. 146–150, October 2008.
[16] Fox boards specifications. http://www.acmesystems.it/
hardware_reference
[17] L. Nachman, J. Huang, J. Shahabdeen, R. Adler and R. Kling,
“IMOTE2: Serious computation at the edge,” proceedings of
IWCMC’08, IEEE, pp. 1118–1123, August 2008.
[18] Crossbow Imote2 specifications. http://bullseye.xbow.com:81/
Products/Product_pdf_files/Wireless_pdf/
Imote2_Datasheet.pdf
[19] C. B. Margi, V. Petkov, K. Obraczka and R. Manduchi,
“Characterizing energy consumption in a visual sensor network
testbed,” proceedings of TRIDENTCOM 2006, IEEE, pp. 332–
339, March 2006.
[20] Crossbow Stargate specifications, http://www.willow.co.uk/
Stargate_Datasheet.pdf
[21] S. Nath, Y. Ke, P. B. Gibbons, B. Karp and S. Seshan, “A
distributed filtering architecture for multimedia sensors,”
proceedings of BASENETS 2004, CiteSeerX, October 2004
[22] P. Kulkarni, D. Ganesan, P. Shenoy and Q. Lu, “SensEye: A
multi-tier camera sensor network,” proceedings of
MULTIMEDIA ’05, ACM, pp. 229–238, November 2005.
[23] C. P. Singh, O. P. Vyas and M. K. Tiwari, “A survey of
simulation in sensor networks,” proceedings of CIMCA 2008,
IEEE, pp. 867–872, December 2008.
[24] E. Kolega, V. Vescoukis and D. Voutos, “Assessment of network
simulators for real world WSNs in forest environments,”
proceedings of ICNSC, IEEE, pp. 427–432, April 2011.
[25] M. Z. Khan, B. Askwith, F. Bouhafs and M. Asim,

CONCLUSIONS
In this paper various multimedia sensors are presented
which are different from scalar sensors. Suitable multimedia
sensors can be used depending upon the nature of the
application.
Simulator and emulator tools are used to model and predict
behavior of real sensor network environment at low cost and
in lesser time. With the help of these tools researchers can
test and debug various functionalities of related work to match
with the expected one. Many available tools are designed for
different features. Few studies on tools have shown that, a
same scenario on different tools gives mismatch in the results.
Even some studies shown that there is a large difference in
accuracy for simulated results with the real one.
On the other hand deployment of physical test beds in
real WMSN environment gives more accurate results.
Deployment of real test bed even with 100 numbers of
multimedia sensors or heterogeneous sensors involves a
huge cost which is not affordable for researchers.
Most of these WSN simulator tools with extensibility
support to develop new plug-ins can be used for WMSN
research work. By taking this into consideration there is
wide scope for research to integrate or to embed a physical
multimedia sensor node into a virtual simulation process of
simulator. This integration of physical node may give further
improvement in accuracy and in overall performance of the
expected results. Also to balance the cost factor this
integration of physical multimedia sensor nodes can be limited
to 1 to 4 in a virtual simulation process. Further to conclude,
this paper will help research community to choose appropriate
multimedia sensors and to explore different research
challenges in the domain of WMSN.
REFERENCES
[1]

I. F. Akyildiz, T. Melodia and K. R. Chowdury, “Wireless
multimedia sensor networks: A survey,” Wireless
Communications, IEEE, vol. 14, pp. 32-39, December 2007.
[2] J. N. Al-Karaki and A. E. Kamal, “Routing techniques in
wireless sensor networks: A survey,” Wireless
Communications, IEEE, vol. 11, pp. 6-28, December 2004.
[3] I. F. Akyildiz, W. Su, Y. Sankarasubramaniam, and Cayirci, “A
survey on sensor networks,” Communications Magazine,
IEEE, vol. 40, pp. 102-114, March 2002.
[4] M. Rahimi, R. Baer, O. I. Iroezi, J. C. Garcia, J. Warrior, D.
Estrin, et al., “Cyclops: In situ image sensing and interpretation
in wireless sensor networks,” proceedings of SenSys ’05,
ACM, pp. 192-204, November 2005.

© 2013 ACEEE
DOI: 03.LSCS.2013.4.60

36
Regular Paper
Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013

[26]

[27]

[28]

[29]

[30]

“Limitations of simulation tools for large-scale wireless sensor
networks,” proceedings of WAINA, IEEE, pp. 820–825, March
2011.
M. Korkalainen, M. Sallinen, N. Karkkainen and P. Tukeva,
“Survey of wireless sensor networks simulation tools for
demanding applications,” proceedings of ICNS’09, IEEE, pp.
102–106, April 2009.
W. T. Kasch, J. R. Ward and J. Andrusenko, “Wireless network
modeling and simulation tools for designers and developers,”
Communications Magazine, IEEE, vol. 47, pp. 120–127, 2009.
C. J. Sreenan, S. Nawaz, T. D. Le and S. Jha, “On the sensitivity
of sensor network simulators,” proceedings of VTC 2006Spring, IEEE, pp. 1043–1047, May 2006.
A. Stetsko, M. Stehlik and V. Matyas, “Calibrating and
comparing simulators for wireless sensor networks,”
proceedings of MASS’08, IEEE, pp. 733–738, October 2011.
J. Polley, D. Blazakis, J. McGee, D. Rusk and J. S. Baras,
“ATEMU: A fine-grained sensor network simulator,”
proceedings of IEEE SECON 2004, IEEE, pp. 145–152,
October 2004.

© 2013 ACEEE
DOI: 03.LSCS.2013.4.60

[31] Mica2 mote specification. http://bullseye.xbow.com:81/
Products/Product_pdf_files/Wireless_pdf/
MICA2_Datasheet.pdf
[32] J. Elson, L. Girod and D. Estrin, “EmStar: Development with
high system visibility,” Wireless Communications, IEEE, vol.
11, Issue 6, pp. 70–77, 2004.
[33] B. L. Titzer, D. K. Lee and J. Palsberg, “Avrora: Scalable
sensor network simulation with precise timing,” proceedings
of IPSN 2005, IEEE, pp. 477–482, April 2005.
[34] H. Wu, Q. Luo, P. Zheng and L. M. Ni, “VMNet: Realistic
emulation of wireless sensor networks,” Parallel and
distributed systems, IEEE, vol. 18, Issue 2, pp. 277–288, 2007.
[35] T. V. Prabhakar, S. Venkatesh, M. S. Sujay, J. Kuri and P.
Kumar, “Simulation blocks for TOSSIM-T2,” proceedings of
COMSWARE 2008, IEEE, pp. 17–23, January 2008.
[36] J. Zhang, Y. Tang, S. Hirve, S. Iyer, P. Schaumont, Y. Yang et
al., “A software-hardware emulator for sensor networks,”
proceedings of SECON 2011, IEEE, pp. 440–448, June 2011.

37

Mais conteúdo relacionado

Mais procurados

Sensor Based Network
Sensor Based NetworkSensor Based Network
Sensor Based NetworkSaqib Naveed
 
Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Yogesh Fulara
 
Wireless sensor networks software architecture
Wireless sensor networks software architectureWireless sensor networks software architecture
Wireless sensor networks software architectureAdeel Javaid
 
Basics of Wireless sensor networks
Basics of Wireless sensor networksBasics of Wireless sensor networks
Basics of Wireless sensor networksRushin Shah
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSnanocdac
 
Sensor networks
Sensor networksSensor networks
Sensor networksMarc Pous
 
wireless sensor networks using zigbee and wifi
wireless sensor networks using zigbee and wifiwireless sensor networks using zigbee and wifi
wireless sensor networks using zigbee and wifisunil raj kumar
 
Seminar report on WSN technology
Seminar report on WSN technologySeminar report on WSN technology
Seminar report on WSN technologyKapil Dev
 
Focal Design Issues Affecting The Deployment Of Wireless Sensor Networks For ...
Focal Design Issues Affecting The Deployment Of Wireless Sensor Networks For ...Focal Design Issues Affecting The Deployment Of Wireless Sensor Networks For ...
Focal Design Issues Affecting The Deployment Of Wireless Sensor Networks For ...Vinayak Kulkarni
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor NetworksKarthik
 
Scalability in wireless sensor networks
Scalability in wireless sensor networksScalability in wireless sensor networks
Scalability in wireless sensor networkssourabhshivtiwari
 
First introduction to wireless sensor networks
First introduction to wireless sensor networksFirst introduction to wireless sensor networks
First introduction to wireless sensor networksPlusOrMinusZero
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKNishant Bhardwaj
 
Data retrieval in sensor networks
Data retrieval in sensor networksData retrieval in sensor networks
Data retrieval in sensor networksAcad
 

Mais procurados (20)

Sensor Based Network
Sensor Based NetworkSensor Based Network
Sensor Based Network
 
9345.pdf
9345.pdf9345.pdf
9345.pdf
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)Wireless sensor networks (Yogesh Chandra Fulara)
Wireless sensor networks (Yogesh Chandra Fulara)
 
Wireless sensor networks software architecture
Wireless sensor networks software architectureWireless sensor networks software architecture
Wireless sensor networks software architecture
 
wireless sensor network a survey
wireless sensor network a surveywireless sensor network a survey
wireless sensor network a survey
 
Basics of Wireless sensor networks
Basics of Wireless sensor networksBasics of Wireless sensor networks
Basics of Wireless sensor networks
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKS
 
Sensor networks
Sensor networksSensor networks
Sensor networks
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
wireless sensor networks using zigbee and wifi
wireless sensor networks using zigbee and wifiwireless sensor networks using zigbee and wifi
wireless sensor networks using zigbee and wifi
 
Seminar report on WSN technology
Seminar report on WSN technologySeminar report on WSN technology
Seminar report on WSN technology
 
WSN IN IOT
WSN IN IOTWSN IN IOT
WSN IN IOT
 
Focal Design Issues Affecting The Deployment Of Wireless Sensor Networks For ...
Focal Design Issues Affecting The Deployment Of Wireless Sensor Networks For ...Focal Design Issues Affecting The Deployment Of Wireless Sensor Networks For ...
Focal Design Issues Affecting The Deployment Of Wireless Sensor Networks For ...
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
Scalability in wireless sensor networks
Scalability in wireless sensor networksScalability in wireless sensor networks
Scalability in wireless sensor networks
 
First introduction to wireless sensor networks
First introduction to wireless sensor networksFirst introduction to wireless sensor networks
First introduction to wireless sensor networks
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORK
 
Data retrieval in sensor networks
Data retrieval in sensor networksData retrieval in sensor networks
Data retrieval in sensor networks
 
Chapter
ChapterChapter
Chapter
 

Semelhante a Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors

Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoTDesign and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoTIJRTEMJOURNAL
 
Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT	Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT journal ijrtem
 
Design of self powered embedded wireless smart camera using multimodal video ...
Design of self powered embedded wireless smart camera using multimodal video ...Design of self powered embedded wireless smart camera using multimodal video ...
Design of self powered embedded wireless smart camera using multimodal video ...eSAT Publishing House
 
Remote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networksRemote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networkseSAT Journals
 
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...IRJET Journal
 
International Journal of Engineering Research and Development (IJERD)
 International Journal of Engineering Research and Development (IJERD) International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTIRJET 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
 
Energy efficient platform designed for sdma applications in mobile wireless ...
Energy efficient platform designed for sdma applications in mobile  wireless ...Energy efficient platform designed for sdma applications in mobile  wireless ...
Energy efficient platform designed for sdma applications in mobile wireless ...marwaeng
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor NetworksDr. Amarjeet Singh
 
Design and implementation of microcontroller in fpga for io t
Design and implementation of microcontroller in fpga for io tDesign and implementation of microcontroller in fpga for io t
Design and implementation of microcontroller in fpga for io tIJARIIT
 
The pattern and realization of zigbee wi-fi
The pattern and realization of zigbee  wi-fiThe pattern and realization of zigbee  wi-fi
The pattern and realization of zigbee wi-fieSAT Publishing House
 
The pattern and realization of zigbee wi-fi wireless pathway
The pattern and realization of zigbee  wi-fi wireless pathwayThe pattern and realization of zigbee  wi-fi wireless pathway
The pattern and realization of zigbee wi-fi wireless pathwayeSAT Journals
 
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
 
Flexible Technologies for Smart Campus
Flexible Technologies for Smart CampusFlexible Technologies for Smart Campus
Flexible Technologies for Smart CampusKamal Spring
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection BotIRJET Journal
 
The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9IOSR Journals
 
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...IJMER
 
Ijmsr 2016-02
Ijmsr 2016-02Ijmsr 2016-02
Ijmsr 2016-02ijmsr
 

Semelhante a Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors (20)

Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoTDesign and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT
 
Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT	Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT
 
41640 smart cams
41640 smart cams41640 smart cams
41640 smart cams
 
Design of self powered embedded wireless smart camera using multimodal video ...
Design of self powered embedded wireless smart camera using multimodal video ...Design of self powered embedded wireless smart camera using multimodal video ...
Design of self powered embedded wireless smart camera using multimodal video ...
 
Remote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networksRemote temperature and humidity monitoring system using wireless sensor networks
Remote temperature and humidity monitoring system using wireless sensor networks
 
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
 
International Journal of Engineering Research and Development (IJERD)
 International Journal of Engineering Research and Development (IJERD) International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 
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
 
Energy efficient platform designed for sdma applications in mobile wireless ...
Energy efficient platform designed for sdma applications in mobile  wireless ...Energy efficient platform designed for sdma applications in mobile  wireless ...
Energy efficient platform designed for sdma applications in mobile wireless ...
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor Networks
 
Design and implementation of microcontroller in fpga for io t
Design and implementation of microcontroller in fpga for io tDesign and implementation of microcontroller in fpga for io t
Design and implementation of microcontroller in fpga for io t
 
The pattern and realization of zigbee wi-fi
The pattern and realization of zigbee  wi-fiThe pattern and realization of zigbee  wi-fi
The pattern and realization of zigbee wi-fi
 
The pattern and realization of zigbee wi-fi wireless pathway
The pattern and realization of zigbee  wi-fi wireless pathwayThe pattern and realization of zigbee  wi-fi wireless pathway
The pattern and realization of zigbee wi-fi wireless pathway
 
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
 
Flexible Technologies for Smart Campus
Flexible Technologies for Smart CampusFlexible Technologies for Smart Campus
Flexible Technologies for Smart Campus
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection Bot
 
The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9
 
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
Design and Implementation of Wireless Embedded Systems at 60 GHz Millimeter-W...
 
Ijmsr 2016-02
Ijmsr 2016-02Ijmsr 2016-02
Ijmsr 2016-02
 

Mais de idescitation (20)

65 113-121
65 113-12165 113-121
65 113-121
 
69 122-128
69 122-12869 122-128
69 122-128
 
71 338-347
71 338-34771 338-347
71 338-347
 
72 129-135
72 129-13572 129-135
72 129-135
 
74 136-143
74 136-14374 136-143
74 136-143
 
80 152-157
80 152-15780 152-157
80 152-157
 
82 348-355
82 348-35582 348-355
82 348-355
 
84 11-21
84 11-2184 11-21
84 11-21
 
62 328-337
62 328-33762 328-337
62 328-337
 
46 102-112
46 102-11246 102-112
46 102-112
 
47 292-298
47 292-29847 292-298
47 292-298
 
49 299-305
49 299-30549 299-305
49 299-305
 
57 306-311
57 306-31157 306-311
57 306-311
 
60 312-318
60 312-31860 312-318
60 312-318
 
5 1-10
5 1-105 1-10
5 1-10
 
11 69-81
11 69-8111 69-81
11 69-81
 
14 284-291
14 284-29114 284-291
14 284-291
 
15 82-87
15 82-8715 82-87
15 82-87
 
29 88-96
29 88-9629 88-96
29 88-96
 
43 97-101
43 97-10143 97-101
43 97-101
 

Último

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Último (20)

Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors

  • 1. Regular Paper Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013 Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors Shailendra Aswale1 and Dr. Vijay R. Ghorpade2 1 SRIEIT/Computer Engineering, Shiroda-Goa, India Email: aswale.shailendra@gmail.com 2 DYPCET/Computer and Science Engineering, Kolhapur, India Email: vijayghorpade@hotmail.com Abstract—Recently due to progress in Complementary Metal Oxide Semiconductor (CM OS) technology, Wireless Multimedia Sensor Networks (WMSNs) become focus of research in a broader range of applications. In this survey paper different WMSNs applications, research & design challenges are outlined. In addition to this, different available commercial multimedia sensors are discussed in detail and compared. Also other then commercial available multimedia sensors, some experimental multimedia sensor prototypes are discussed. In addition to this different experimental deployed test beds for WMSNs are outlined. Also few Wireless Sensor Networks (WSNs) simulators and emulators are reviewed. Depending upon the requirement a few physical multimedia sensors can be integrated or embedded within available simulators to observe more accurate results or to visualize in a better way. Index Terms—wireless multimedia Sensor network, multimedia sensors, wireless sensor networks, review, survey, simulators, emulators. I. INTRODUCTION Figure 1. Reference Architecture of a WMSN Wireless multimedia sensor networks have drawn the attention of the researchers in the recent years. With the rapid improvements and progress in CMOS technology, camera and microphone have become integral part of wireless sensor node. Ref. [1, 2] WMSN is a wireless network of smart devices that allow retrieval of video and audio streams, still images and scalar data. Also WMSN can sense, store, process, communicate and fuse multimedia data from different heterogeneous sensor devices in real time environment as shown in Fig. 1. Realization of WMSN has emerged with diversity of application areas over traditional WSNs. Ref. [1, 2, 3] some important applications of WMSN are environmental monitoring & control, intelligent homes, health applications, traffic avoidance, enforcement & control, Industrial process control and multimedia surveillance. The rest of the paper is organized as follows, in section 2 WMSNs constraints and design challenges are discussed. In section 3 different physical multimedia sensors are discussed. Section 4 provides brief overview of experimental WMSN test beds. In section 5 different WSN simulators and emulators are reviewed briefly. Finally last section conclude by summing up, figuring out the key issues and challenges for future research work. © 2013 ACEEE DOI: 03.LSCS.2013.4.60 II. DESIGN CHALLENGES The design of WMSNs includes research areas in embedded systems, signal processing and communications to make a more powerful and efficient network over traditional WSNs. These design challenges are A. Resource Constraints In comparison with WSNs, requirement of resources like battery power, memory, data rate, processing capability is more in WMSNs. B. Multimedia Source Coding Techniquues As the volume of multimedia traffic is very high efficient source coding techniques should be used for redundant data. C. High Bandwidth Demands Even after using source coding, Multimedia data stream requires higher bandwidth. This requires efficient new transmission methods and development of novel hardware architecture. D. Energy Consumption Energy consumption is of major concern in WMSN to guarantee QoS (Quality of Service) requirements. 31
  • 2. Regular Paper Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013 E. Application specific QoS Requirementss Design of WMSN requires development of algorithms that supports QoS requirements which are specific to applications. B. CMUcam3 Ref. [8] the CMUcam3 as shown in Fig. 3, is a low cost, open source, fully programmable embedded vision sensor designed for simple vision tasks. Hardware architecture of CMUcam3 consists of three main components: microcontroller, a frame buffer and a CMOS camera chip. As CMUcam3 has only 64kB of RAM, Standard Vision Libraries cannot be used with this hardware. To address this CMUcam3 comes with its own software called CC3 software vision system which is a C Application programming Interface (API), performs vision and control operation for CMUcam3. Ref. [9] CMUcam3 can be interfaced with TelosB mote for communication with other sensor nodes. CMUcam3 is not applicable for complex vision algorithms as requirement of speed and Random Access Memory (RAM) is more. CMUcam3 can be used for low resolution video applications. F. Multimedia In-Network Processings Aggregation is possible with scalar data in WSNs. But it is not easy to apply the same techniques with WMSNs because multimedia information is carried in multiple packets of the stream. This becomes the challenge for future research work. G. Cross layer Coupling of Functionalitiess For energy efficient communication cross layer design is essential. III. MULTIMEDIA SENSOR HARDWARE C. MeshEye Ref. [10] MeshEye as shown in Fig. 4, is designed for innode processing of applications in distributed intelligent surveillance. The objective of the MeshEye design architecture is combination of low-power components, readily available parts and use of standard interfaces with minimum count of total components. This aims to minimize the total cost. The core of mote is an Atmel family microcontroller. For wired connection it consists of a Universal Serial Bus (USB) 2.0 full-speed port and a serial interface. Wireless connection to other motes in the network can be established through a Texas Instruments CC2420 2.4 GHz IEEE 802.15.4/ZigBee-ready Radio Frequency (RF) transceiver. The mote can host up to 8K pixel imagers and one Video Graphics Array (VGA) camera module. For temporary frame buffering and image archival an MultiMediaCard/Secure Digital (MMC/SD) flash memory card is used. Like Cyclops, MeshEye can be used for low resolution video applications and with less cost factor. As compared to WSN a few multimedia sensors are available. In this section various commercial and experimental prototype multimedia sensor nodes are discussed and compared. A. Cyclops Ref. [4] as shown in Fig. 2, Cyclops consists of an image sensor, a micro-controller unit (MCU), a complex programmable logic device (CPLD), an external Static Random Access Memory (SRAM) and an external Flash Memory. Ref. [5, 6] Cyclops firmware runs in TinyOS operating system environment and is written in the nesC language. Its firmware provides transparency in using resources supports long computations and supports synchronized access by both the MCU as well as CPLD. Cyclops consist of three sets of software components namely drivers, libraries and sensor applications. Communication between MCU and peripherals is achieved using drivers. Primitive structural analysis libraries play a key role in processing raw images. Other class of library called high level algorithmic library used to do high level specific task. Sensor application performs sensing operation as per the requirement of host. Ref. [7] Cyclops can be interfaced with Micaz node for communication with other sensor nodes. Figure 3. CMUcam3 D. Panoptes Ref. [11] as shown in Fig. 5, Panoptes is low power, High quality video capturing sensor platform implemented using off-the-shelf components. The whole unit of approximate size 7 inches long and 4 inches wide consumes approximately 5.5 watts of power with video of 320x240 resolutions at 18-20 Figure 2. Cyclops Sensor Mote © 2013 ACEEE DOI: 03.LSCS.2013.4.60 32
  • 3. Regular Paper Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013 Figure 4. MeshEye Mote fps. Panoptes is based on Intel StrongARM 206 MHz embedded platform, Logitech 3000 USB video camera, 64 MB of memory and 802.11 networking interface. Panoptes make use of Linux 2.4.19 operating system kernel. Its Software architecture consists of components like video capture, Filtering, Joint Photographic Experts Group (JPEG) and differential JPEG compression, buffering, adaption and streaming. Panoptes can be used in applications where higher resolution and image processing is required. E. GARCIA Ref. [12, 13] GARCIA is a mobile robot can be customized as per the requirement. This robot is the best choice for researchers who are looking to extend C, C++ or Java out into the real world via a reliable and robust robot platform. Currently GARCIA robot software downloads are available for MacOS, Linux and Windows. As shown in fig. 6, a camera boom with a pan-tilt head may be mounted on a Garcia as an optional accessory. This mounted tilt camera is able to communicate with IEEE 802.4 as well as Zigbee interfaces. GARCIA  robot  consist  of  automated  motion control and obstacle detection system. A Garcia robot consists of two BrainStem controllers. These controllers Figure 6. Acroname GARCIA, a Mobile Robot Battery is used as a backup when energy requirement with solar cell is not enough. It consists of lowest energy consumable ATMEL FPSLIC configurable platform-featuring an AVR microcontroller, 40K gate Field Programmable Gate array (FPGA), omnivision 7640 video sensor and bluetooth transceiver. MicrelEye is a prototype developed over previously discussed sensors. This is based on low power consumption while supporting people detection application at 15 fps at 320X240 resolution. G. Fox board based sensor Ref. [15, 16] as shown in Fig. 8, this board named LX416 is used for high quality image transmission using bluetooth with moderate energy consumption compared to other technologies. It consist of 4MB of Flash memory, 16 MB of RAM, 2 USB host interfaces to plug webcam and bluetooth dongle, 10/100 Ethernet interface. This experimental prototype was developed for environmental observations for multimedia data. Main goal of this prototype was high quality image transmission using Bluetooth. Figure 7. MicrelEye Sensor Node Prototype Figure 5. Penoptes Sensor are programmable in Tiny Embedded Application (TEA) which is a subset of the C programming language. GARCIA mobile robots can be used in heterogeneous sensor network environment. F. MicrelEye Ref. [14] as shown in Fig. 7, MicrelEye is a low cost low power FPGA microcontroller System-on-Chip (SoC). This sensor node equipped with single solar cell and a battery. 33 © 2013 ACEEE DOI: 03.LSCS.2013.4.60 H. IMote2 Ref. [17, 18] as shown in Fig. 9, IMote2 is modular and stackable sensor node platform developed by Intel, designed for more advanced applications. The IMote2 contains low power Intel PXA271 Central Processing Unit (CPU) processor which consists of 256kB of SRAM, 32MB of flash, and 32MB of Synchronous Dynamic Random Access Memory (SDRAM). The PXA271 also includes a Digital Signal processing (DSP) coprocessor to speed up multimedia
  • 4. Regular Paper Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013 TABLE I. COMPARISON O F MULTIMEDIA SENSORS Transceiver Max. Frame Availability for Rate in fps communication No( can be integrated NA with Mica2 or Micaz) No( can be integrated 50 with TelosB) Name Cyclop 352x288 MeshEye 352x288 Yes 15 Panoptes 320x240 Yes 20 GARCIA 640x480 Yes 30 MicrelEye 320x240 Yes 15 Fox based sensor 640x480 Yes NA Imote2 operations. This board integrates many I/O options making it extremely flexible in .supporting different sensors. IMote2 consist of a Power Management IC (PMIC) which supports 9 voltage domains to the processor, enabling wide range of applications. Imote2 uses IEEE 802.15.4 radio transceiver for communication with other nodes. It can run java applications and Linux operating systems. Imote2 can be used for variety of applications as compared to other sensor platforms. All Multimedia sensors discussed before are compared with respect to Resolution, Transceiver availability for communication and Frame Rate in Table I. 352x288 CMUcam3 Figure 8. Acme Fox Board with Quickcam zoom webcam and Bluetooth Dongle Resolution 640x480 Yes 30 International Association (PCMCIA) wireless card and a Logitech QuickCam Pro 4000 webcam connected through the USB. Resolution of QuickCam is up to 640x480 pixels. The operating system used is an embedded Linux system (kernel 2.4.19). A Dell Inspiron 4000 laptop is used as the sink. It runs on Linux (kernel 2.4.20) and uses an Orinoco Gold 802.11b wireless card for communication. One important observation is that read/write operation to flash memory and image processing operation requires more energy compared to communication. IV. EXPERIMENTAL WMSN TEST BEDS B. IrisNet Ref. [21] IrisNet (Internet-scale Resource sensor Network services) is WMSNs heterogeneous services software platform developed by Intel research group. Several experimental studies are carried out based on multimedia communications through wireless sensor networks. Following section highlights these test beds briefly. Figure 10. Visual Sensing Node in Meerkats Test bed Figure 9. IMote2 with Enalab Camera Board Scalar and multimedia sensors collect useful data throughout environmental area. IrisNet is two tiered architecture: Sensing Agents (SA) are heterogeneous sensors having a common shared interface and organizing Agents (OA) stores distributed database. Same hardware infrastructure can provide different sensing services and can be used for different services simultaneously. Sensor data is organized hierarchical in the form of Extensible Markup Language (XML). IrisNet is a query based architecture. User can query through a high level language to get required useful information. A. Meerkats Test Bed Ref. [19] Meerkats test bed focuses tradeoff between power efficiency and performance. It is used to measure the energy consumption for different types of applications for WMSN. These energy consumption categories are idle, Processing-intensive, Storage-intensive, Communicationintensive, visual sensing. Currently, Meerkats testbed consists of eight visual Sensor nodes and one information sink. Ref. [20] every sensor node use Crossbow’s Stargates. As shown in Fig. 10, each Stargate is equipped with an Orinoco Gold 802.11b Personal Computer Memory Card © 2013 ACEEE DOI: 03.LSCS.2013.4.60 34
  • 5. Regular Paper Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013 C. SensEye Ref. [22] as shown in Fig. 11, SensEye is a three-tier heterogeneous multimedia sensor network designed for surveillance application addresses the tradeoff issue of energy and reliability. Lowest first tier consist of motes and vibration sensors. This tier detects objects with the help of vibration sensors and communicates to the second tier which consists of low power low fidelity multimedia sensors (Cyclops, CMUcam3). These sensors from Tier-2 are used for motion detection and recognition. These low tier nodes detect object and wakeup tier-3 nodes. Tier-3 consists of medium-resolution webcams connected to Crossbow Stargate boards. Here nodes are preconfigured with image database to do object matching. After Object matching various webcams and Pan-tilt-zoom cameras are used for object tracking in Tier-3. For object tracking handoff protocol is used to transfer responsibility from one camera sensor to another sensor. system or application. Ref. [28] network topologies and traffic models play an important role in working of WSN simulations. Study has been carried out to perceive the impact of multiple topologies and various traffic models on behavior and performance of simulation. This study shows that WSN simulators are very sensitive to network topology and network traffic configurations. Ref. [29] this work is carried out to calibrate and compare four open source WSN simulators. This comparison study is based on antenna, topology, wireless channel, energy consumption and MAC layer. All these simulators are calibrated with Micaz motes. This comparison study shows that even after calibration, energy consumption and number of received packets by nodes differ extensively from each other. B. Emulators Ref. [30] ATmel EMUlator (ATEMU) is scalable and high fidelity platform provides low level emulation support for any operation at component level for the sensor nodes. Ref. [31] it provides support for Mica2 motes but can be extended for any other sensor hardware mote. It provides instruction level debugging feature. XML is used to configure the sensor network. ATEMU gives precise results at a cost of high processing requirements and time. Ref. [32] EmStar is a software framework for WSN on Linux or windows based operating system which aims for development with high system visibility. It provides support for real wireless sensors to communicate with simulation environment. This work is carried out on two types of sensor arrays. First one is permanently mounted uniform array of motes on ceiling of laboratory which has limitations on topology and channel and other type is portable array. Instead of wireless communication here all sensor nodes are physically wired to simulator to observe the results. Ref. [33] Avrora is instruction level emulator written in java, supporting up to 10,000 sensor nodes for simulation and 20 times faster than ATEMU. It provides features like cycle accuracy, portability and linear scalability. It focuses mainly on to validate time-dependent properties for large sensor networks. Ref. [34] VMNet is a CPU clock cycle level emulator for realistic performance evaluation of WSN. In this other then CPU component, different hardware components are emulated as per satisfactory requirements. VMNet can be extended for new hardware mote configurations. This study shows use of response time and power consumption as the key performance metrics to match with actual WSNs. It is observed that there is a tradeoff between fidelity and emulation speed in VMNet. Ref. [35] this work focuses on many hardware and software simulation modules or plug-in components developed for TinyOS-2 SIMulator (TOSSIM-T2) and compatible with Mica2 motes. This piece of work matches with actual physical laboratory measurements very closely only with two factors i.e., energy consumption and life time of nodes. Here other factors are not considered. V. SIMULATORS AND EMULATORS Basically researchers make use of different simulators and emulators to test and compare their results. Currently there are many open source and commercial simulators and emulators are available for researchers. In this section, few observations are made on WSN simulators based on previous published surveys and review papers. Also several WSN emulators are discussed in brief. Figure 11. Three-Tier Architecture of SensEye A. Simulators Ref. [23, 24, 25] depending upon simulators characteristics and required available features, researchers should choose appropriate simulator. It is observed that common simulation scenario on different simulators gives mismatch of results may be within acceptable limits. Ref. [26, 27] generally used simulators for WSN provide very less information on environmental modeling. New challenging extensions or modifications in existing simulators are required to have more precise experimental results for the behavior of a complex © 2013 ACEEE DOI: 03.LSCS.2013.4.60 35
  • 6. Regular Paper Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013 Ref. [36] Sensor Unified aNalyzer for Software and Hardware in Networked Environments (SUNSHINE) is open source software designed for WSN to analyze joint softwarehardware performance evaluation. It integrates three existing simulators i.e., TOSSIM, SimulAVR and GEZEL which provides support for both event-based and cycle-accurate simulations. Researcher can modify hardware sensor configurations in SUNSHINE. It can simulate impact of different hardware designs on sensor network. [5] M. Horton and J. Suh, “A vision for wireless sensor networks,” proceedings of Microwave Symposium Digest, IEEE, pp. 361– 364, June 2005. [6] D. Gay, P. Levis, R. V. Behren, M. Welsh, E. Brewer, D. Cullar, et al., “The nesC language: A holistic approach to networked embedded systems”, proceedings of PLDI ’03, ACM, pp. 1–11, May 2003. [7] N. A. Ali, M. Drieberg and P. Sebastian, “Deployement of MICAz mote for wireless sensor network applications,” proceedings of ICCAIE, IEEE, pp. 303–308, December 2011. [8] A. Rowe, C. Rosenberg and I. Nourbaksha, “A low cost embedded color vision system,” Intelligent Robots and Systems, IEEE/RSJ, vol. 1, pp. 208–213, October 2002. [9] TelosB mote specifications. http://bullseye.xbow.com:81/ Products/Product_pdf_files/Wireless_pdf/ TelosB_Datasheet.pdf [10] S. Hengstler, D. Prashanth, S. Fong and H. Aghajan, “MeshEye: A hybrid-resolution smart camera mote for applications in distributed intelligent surveillance,” Proceedings ISPN ’07, ACM, pp. 360-369, April 2007. [11] W. Feng, E. Kaiser, W. C. Feng and M. L. Baillif, “Panoptes: Scalable low-power video sensor networking technologies,” TOMCCAP, ACM, vol. 1. pp. 151-167, May 2005. [12] Acroname GARCIA robot specifications. http:// www.acroname.com/garcia/garcia.html [13] O. Tekdas, V. Isler, J. H. Lim and A. Terzis, “Using mobile robots to harvest data from sensor fields,” Wireless Communications, IEEE, vol. 16, pp. 22–28, February 2009. [14] A. Kerhet, M. Magno, F. Leonardi, A. Boni and L. Benini, “A low-power wireless video sensor node for distributed object detection,” JRTIP, Springer-Verlag, vol. 2, pp. 331–342, December 2007. [15] E. P. Capo-Chichi and J. –M. Friedt, “Design of embedded sensor platform for multimedia application,” proceedings of first conference on Distributed Framework and Applications, IEEE, pp. 146–150, October 2008. [16] Fox boards specifications. http://www.acmesystems.it/ hardware_reference [17] L. Nachman, J. Huang, J. Shahabdeen, R. Adler and R. Kling, “IMOTE2: Serious computation at the edge,” proceedings of IWCMC’08, IEEE, pp. 1118–1123, August 2008. [18] Crossbow Imote2 specifications. http://bullseye.xbow.com:81/ Products/Product_pdf_files/Wireless_pdf/ Imote2_Datasheet.pdf [19] C. B. Margi, V. Petkov, K. Obraczka and R. Manduchi, “Characterizing energy consumption in a visual sensor network testbed,” proceedings of TRIDENTCOM 2006, IEEE, pp. 332– 339, March 2006. [20] Crossbow Stargate specifications, http://www.willow.co.uk/ Stargate_Datasheet.pdf [21] S. Nath, Y. Ke, P. B. Gibbons, B. Karp and S. Seshan, “A distributed filtering architecture for multimedia sensors,” proceedings of BASENETS 2004, CiteSeerX, October 2004 [22] P. Kulkarni, D. Ganesan, P. Shenoy and Q. Lu, “SensEye: A multi-tier camera sensor network,” proceedings of MULTIMEDIA ’05, ACM, pp. 229–238, November 2005. [23] C. P. Singh, O. P. Vyas and M. K. Tiwari, “A survey of simulation in sensor networks,” proceedings of CIMCA 2008, IEEE, pp. 867–872, December 2008. [24] E. Kolega, V. Vescoukis and D. Voutos, “Assessment of network simulators for real world WSNs in forest environments,” proceedings of ICNSC, IEEE, pp. 427–432, April 2011. [25] M. Z. Khan, B. Askwith, F. Bouhafs and M. Asim, CONCLUSIONS In this paper various multimedia sensors are presented which are different from scalar sensors. Suitable multimedia sensors can be used depending upon the nature of the application. Simulator and emulator tools are used to model and predict behavior of real sensor network environment at low cost and in lesser time. With the help of these tools researchers can test and debug various functionalities of related work to match with the expected one. Many available tools are designed for different features. Few studies on tools have shown that, a same scenario on different tools gives mismatch in the results. Even some studies shown that there is a large difference in accuracy for simulated results with the real one. On the other hand deployment of physical test beds in real WMSN environment gives more accurate results. Deployment of real test bed even with 100 numbers of multimedia sensors or heterogeneous sensors involves a huge cost which is not affordable for researchers. Most of these WSN simulator tools with extensibility support to develop new plug-ins can be used for WMSN research work. By taking this into consideration there is wide scope for research to integrate or to embed a physical multimedia sensor node into a virtual simulation process of simulator. This integration of physical node may give further improvement in accuracy and in overall performance of the expected results. Also to balance the cost factor this integration of physical multimedia sensor nodes can be limited to 1 to 4 in a virtual simulation process. Further to conclude, this paper will help research community to choose appropriate multimedia sensors and to explore different research challenges in the domain of WMSN. REFERENCES [1] I. F. Akyildiz, T. Melodia and K. R. Chowdury, “Wireless multimedia sensor networks: A survey,” Wireless Communications, IEEE, vol. 14, pp. 32-39, December 2007. [2] J. N. Al-Karaki and A. E. Kamal, “Routing techniques in wireless sensor networks: A survey,” Wireless Communications, IEEE, vol. 11, pp. 6-28, December 2004. [3] I. F. Akyildiz, W. Su, Y. Sankarasubramaniam, and Cayirci, “A survey on sensor networks,” Communications Magazine, IEEE, vol. 40, pp. 102-114, March 2002. [4] M. Rahimi, R. Baer, O. I. Iroezi, J. C. Garcia, J. Warrior, D. Estrin, et al., “Cyclops: In situ image sensing and interpretation in wireless sensor networks,” proceedings of SenSys ’05, ACM, pp. 192-204, November 2005. © 2013 ACEEE DOI: 03.LSCS.2013.4.60 36
  • 7. Regular Paper Proc. of Int. Conf. on Recent Trends in Information, Telecommunication and Computing 2013 [26] [27] [28] [29] [30] “Limitations of simulation tools for large-scale wireless sensor networks,” proceedings of WAINA, IEEE, pp. 820–825, March 2011. M. Korkalainen, M. Sallinen, N. Karkkainen and P. Tukeva, “Survey of wireless sensor networks simulation tools for demanding applications,” proceedings of ICNS’09, IEEE, pp. 102–106, April 2009. W. T. Kasch, J. R. Ward and J. Andrusenko, “Wireless network modeling and simulation tools for designers and developers,” Communications Magazine, IEEE, vol. 47, pp. 120–127, 2009. C. J. Sreenan, S. Nawaz, T. D. Le and S. Jha, “On the sensitivity of sensor network simulators,” proceedings of VTC 2006Spring, IEEE, pp. 1043–1047, May 2006. A. Stetsko, M. Stehlik and V. Matyas, “Calibrating and comparing simulators for wireless sensor networks,” proceedings of MASS’08, IEEE, pp. 733–738, October 2011. J. Polley, D. Blazakis, J. McGee, D. Rusk and J. S. Baras, “ATEMU: A fine-grained sensor network simulator,” proceedings of IEEE SECON 2004, IEEE, pp. 145–152, October 2004. © 2013 ACEEE DOI: 03.LSCS.2013.4.60 [31] Mica2 mote specification. http://bullseye.xbow.com:81/ Products/Product_pdf_files/Wireless_pdf/ MICA2_Datasheet.pdf [32] J. Elson, L. Girod and D. Estrin, “EmStar: Development with high system visibility,” Wireless Communications, IEEE, vol. 11, Issue 6, pp. 70–77, 2004. [33] B. L. Titzer, D. K. Lee and J. Palsberg, “Avrora: Scalable sensor network simulation with precise timing,” proceedings of IPSN 2005, IEEE, pp. 477–482, April 2005. [34] H. Wu, Q. Luo, P. Zheng and L. M. Ni, “VMNet: Realistic emulation of wireless sensor networks,” Parallel and distributed systems, IEEE, vol. 18, Issue 2, pp. 277–288, 2007. [35] T. V. Prabhakar, S. Venkatesh, M. S. Sujay, J. Kuri and P. Kumar, “Simulation blocks for TOSSIM-T2,” proceedings of COMSWARE 2008, IEEE, pp. 17–23, January 2008. [36] J. Zhang, Y. Tang, S. Hirve, S. Iyer, P. Schaumont, Y. Yang et al., “A software-hardware emulator for sensor networks,” proceedings of SECON 2011, IEEE, pp. 440–448, June 2011. 37