ArticlePDF Available

Abstract and Figures

Along with the development of information technology in the security field, the need for technologies that can assist human work in maintaining security is also increasing. One of the efforts in maintaining security is through monitoring of an area, such office area, and educational institution. Monitoring the institutions are necessary to look at the condition of a classroom, which is generally used a monitor screen to display monitoring results that will limit the movement. Therefore, the system design is done to perform monitoring of a classroom on smartphones. In the implementation, the design of the data communications system, hardware and software first then will be analyzing the implementation and testing system including the measurement in it. This system uses web camera (webcam) to monitor classrooms that are connected with raspberry pi via USB port where Raspberry Ethernet / LAN / RJ45 port connected to a router. Monitoring location can be done by smartphones without internet as the devices are in the router network coverage.
Content may be subject to copyright.
IOP Conference Series: Materials Science and Engineering
PAPER • OPEN ACCESS
Webcam Application for Classrooms Monitoring
To cite this article: A Latifah 2018 IOP Conf. Ser.: Mater. Sci. Eng. 434 012203
View the article online for updates and enhancements.
This content was downloaded from IP address 191.101.108.78 on 04/12/2018 at 00:59
1
Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence. Any further distribution
of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.
Published under licence by IOP Publishing Ltd
1234567890‘’“”
3rd Annual Applied Science and Engineering Conference (AASEC 2018) IOP Publishing
IOP Conf. Series: Materials Science and Engineering 434 (2018) 012203 doi:10.1088/1757-899X/434/1/012203
Webcam Application for Classrooms Monitoring
A Latifah
Department of Informatics, Sekolah Tinggi Teknologi Garut, Jl. Mayor Syamsu No. 1,
Garut, 44151, Indonesia
ayulatifah@sttgarut.ac.id
Abstract. Along with the development of information technology in the security field, the need
for technologies that can assist human work in maintaining security is also increasing. One of
the efforts in maintaining security is through monitoring of an area, such office area, and
educational institution. Monitoring the institutions are necessary to look at the condition of a
classroom, which is generally used a monitor screen to display monitoring results that will limit
the movement. Therefore, the system design is done to perform monitoring of a classroom on
smartphones. In the implementation, the design of the data communications system, hardware
and software first then will be analyzing the implementation and testing system including the
measurement in it. This system uses web camera (webcam) to monitor classrooms that are
connected with raspberry pi via USB port where Raspberry Ethernet/ LAN/ RJ45 port connected
to a router. Monitoring location can be done by smartphones without internet as the devices are
in the router network coverage.
1. Introduction
Monitoring of an area on a regular basis is quite difficult, especially if the monitoring area has a wide
scope as well as offices, shopping centers, and educational institutions. It is to prevent frequent criminal
acts in public areas, and in educational institutions, monitoring is also required to monitor the state of a
classroom especially during the process of teaching and examination [1].
Direct monitoring without the use of technological progress will be quite difficult considering the
time, and when there are other important activities. General use of technology is still limited where the
PC monitor screen used as the main media to display the monitoring results can limit the movement [2].
Based on the description above, then this tool is developed for monitoring a classroom with a
monitoring process that can be done through mobile devices such as smartphone [3]. Many studies
mention that the use of smartphones as a tool provider of information that multi-media provide a positive
impact for the user [4-9]. This research designs a classrooms monitoring process that is done by using a
webcam that is connected with raspberry pi as a controller to process the data that captured by webcam
which will be sent to the android device via wireless local area network using router [10].
2. Design and implementation
2.1. General review
The design is the process of pouring ideas based on the basic theories that support ideas [11]. Figure 1
shows the designing process that is divided into several parts, as follows:
Specifying the system block diagram;
2
1234567890‘’“”
3rd Annual Applied Science and Engineering Conference (AASEC 2018) IOP Publishing
IOP Conf. Series: Materials Science and Engineering 434 (2018) 012203 doi:10.1088/1757-899X/434/1/012203
Determining how the tools work;
Designing Hardware;
Designing Software.
Raspberry Pi
Android
Web Server
Webcam
Input Process Output
Figure 1. System block diagram.
Figure 2. Full control of the system.
2.2. Block diagram
Figure 1 is a block diagram as a general overview of working system tool created. The workings of this
tool start from the system input in the form of a webcam that serves to capture images [12]. Furthermore,
the catch of a webcam image in the form of digital images will be processed by raspberry pi control.
This control serves as temporary storage of captured image data from the webcam to be accessible via
the web server [13]. Furthermore, for the system output to be monitored through the Android mobile
device, then made an application that is integrated into android to do the monitoring process.
2.3. Designing hardware
The hardware design is shown in Figure 2, where the webcam is connected to raspberry pi control via
USB port, raspberry pi’s source voltage obtained from the USB smartphone adapter/charger. The blower
on the schematic above is used to cooling raspberry pi so it will not interfere the performance of the
tool. Then to be able to transfer the captured images online, raspberry pi is connected to the router via
an ethernet cable so that the captured images can be monitored through any device while still within
wireless router range by using a web browser. Direct monitoring can be done through android mobile
device through the application of the implementation of software design of this tool. Figure 3 illustrates
the implementation results of the hardware design.
3
1234567890‘’“”
3rd Annual Applied Science and Engineering Conference (AASEC 2018) IOP Publishing
IOP Conf. Series: Materials Science and Engineering 434 (2018) 012203 doi:10.1088/1757-899X/434/1/012203
2.4. Designing software
This design is done by creating a flowchart to simplify the process of implementation and error analysis
when the program created [14]. Flowcharts designed in this application are shown in Figure 4.
Figure 3. Flowchart overall system.
Figure 4. Hardware implementation.
4
1234567890‘’“”
3rd Annual Applied Science and Engineering Conference (AASEC 2018) IOP Publishing
IOP Conf. Series: Materials Science and Engineering 434 (2018) 012203 doi:10.1088/1757-899X/434/1/012203
Figure 5. Android programming view.
To facilitate monitoring, an application is created on the Android device so that monitoring can be
done anywhere quite easily (Figure 5). Also, this application is equipped with reloading and capture
features to saving the image from the monitoring results.
3. Measurements and analysis
3.1. Measurements and analysis of webcam without a router
Table 1 shows that the image captured by the webcam which is not using the router, has a very small
delay of 2 ms, the catch of the webcam when capturing the motion will be immediately visible on the
monitor screen that has been connected to the raspberry pi control device.
Table 1. Results of webcam captured images without a router.
No.
Webcam Captured Images
Delay
1.
Image (.jpg)
2 ms
2.
Video (.swf)
2 ms
3.2. Measurement and analysis of raspberry pi connection with the router
Table 2 shows that the connection between the raspberry pi control with the router used is good. When
ping from raspberry pi device against IP router or IP PC connected to the wireless router, the response
is obtained quickly enough with 1 ms delay.
Table 2. Results of measurement of raspberry pi connection with the router.
IP Address
Delay
192.168.0.1 (Router)
1 ms
192.168.0.100 (PC/Laptop)
0.9 ms
5
1234567890‘’“”
3rd Annual Applied Science and Engineering Conference (AASEC 2018) IOP Publishing
IOP Conf. Series: Materials Science and Engineering 434 (2018) 012203 doi:10.1088/1757-899X/434/1/012203
3.3. Measurement and image quality analysis
Table 3. Results of image delay measurement with a resolution of 200x120 pixel.
No.
Distance
(m)
Delay (s)
10 fps
15 fps
20 fps
25 fps
30 fps
1.
5
2.07
3
3.39
3.5
4.02
2.
10
2.17
3
3.45
3.7
4.1
3.
15
2.4
3.3
3.7
3.98
4.2
4.
20
3
3.72
3.87
4.32
4.89
Table 4. Results of image delay measurement with a resolution of 260x180 pixel.
No.
Distance
(m)
Delay (s)
10 fps
15 fps
20 fps
25 fps
30 fps
1.
5
2.97
3.21
3.45
4.05
4.32
2.
10
2.98
3.43
3.87
4.45
4.89
3.
15
3.34
3.65
4.01
4.67
5
4.
20
3.65
3.77
4.23
4.88
5.21
Table 5. Results of image delay measurement with a resolution of 320x240 pixel.
No.
Distance
(m)
Delay (s)
10 fps
15 fps
20 fps
25 fps
30 fps
1.
5
4.1
4.3
4.35
4.45
4.4
2.
10
4.23
4.45
4.65
4.76
4.87
3.
15
4.56
4.58
5.02
5.02
5.54
4.
20
5.67
5.88
5.9
6.01
7.62
Measurement in this section is done to find out whether good or bad image quality, also whether far and
near distance will affect the delay at the time of sending the result of catching webcam image. The
results seen from Tables 3, 4 and 5 show that video image resolution can affect the amount of speed in
data processing, the larger video image resolution the delay required for image processing will be
greater. It is because at the resolution of large video images there are more pixels. On the results also
obtained, the greater the frame rate then the lapse (delay) will be greater. It is because the video with a
large frame rate means the number of frames produced every second is also getting bigger. Distance
factor of the measurement also affect, the greater the distance then the lapse (delay) will be even greater
[15].
3.4. Measurement and analysis of system resistance to motion
Measurements in this section are performed to test the system‘s durability, how long the raspberry pi
control can survive when the number of motion images captured by the webcam, because when the
absence of motion, images or video will not be stored. At this measurement, the resolution of the
webcam captured images is set 320x240 pixels.
Table 6. The results of measurements of system resistance to motion with bitrate 400000.
No.
Fps size
File size (kB)
System time duration
1.
10
105.3
86400 seconds
2.
15
167
54000 seconds
3.
20
169.7
54000 seconds
4.
25
170.7
54000 seconds
5.
30
176.3
54000 seconds
6
1234567890‘’“”
3rd Annual Applied Science and Engineering Conference (AASEC 2018) IOP Publishing
IOP Conf. Series: Materials Science and Engineering 434 (2018) 012203 doi:10.1088/1757-899X/434/1/012203
Table 7. Results of system resistance to motion with bitrate 500000.
No.
Fps Size
File size (kB)
System time duration
1.
10
140.7
68400 seconds
2.
15
153
61200 seconds
3.
20
196.7
46800 seconds
4.
25
233
39600 seconds
5.
30
259
36000 seconds
Table 8. Results of system resistance to motion with bitrate 600000.
No.
Fps Size
File Size (kB)
System time duration
1.
10
142
68400 seconds
2.
15
167
57600 seconds
3.
20
213
43200 seconds
4.
25
253.7
36000 seconds
5.
30
261.2
36000 seconds
The results in Tables 6, 7 and 8 show that if the frame rate and bitrate are bigger, then the data size
also increases [16]. This can affect the resilience of raspberry pi control system because the size of
memory SD card that used on raspberry pi control is 11 GB, so the length of recording time process is
limited, and before reaching the limit of maximum at a certain time, raspberry pi must delete image files
and webcam-captured videos.
4. Conclusions and suggestions
From several experiments done, the speed at transferring video images from raspberry pi control to other
devices via a router depends on the amount of resolution, frame rate, bit rate, the distance between the
transmitters and the state, in which the system is used whether there are many obstructions or not. The
larger resolution, frame rate, and bitrate set, then the delay will also be greater. The last thing is the
greater distance between transmitter and receiver then the process of sending the image will be longer.
For further development tools, it is suggested that webcam captured can be accessed online by
operator‘s network, so the access distance for monitoring is unlimited as long as there is a data network.
The webcam can move automatically at a wider angle to monitor the entire contents of a classroom. The
process of recording video, as well as streaming audio and applications on Android for more than one
webcam.
References
[1] Tulumello S 2017 "Toward a critical understanding of urban security within the institutional
practice of urban planning: The case of the Lisbon Metropolitan Area," Journal of Planning
Education and Research 37 (4) 397-410.
[2] Romppanen M and Ujam F 2010 "Monitoring the Physical Structure of the Helsinki Metropolitan
Area," Journal of Urban Design 3 (9) 367-377.
[3] Cai H and Ryder B G 2017 "Understanding Android application programming and security: A
dynamic study," in In Software Maintenance and Evolution (ICSME), 2017 IEEE
International Conference on (pp. 364-375). IEEE.
[4] Aisyah R, Zakiyah I A, Farida I and Ramdhani M A "Learning Crude Oil by Using Scientific
Literacy Comics," Journal of Physics: Conference Series 895 (1) 012011.
[5] Farida I, Helsy I, Fitriani I and Ramdhani M A 2018 "Learning Material of Chemistry in High
School Using Multiple Representations," IOP Conference Series: Materials Science and
Engineering 228 012078.
[6] Irwansyah F S, Lubab I and Ramdhani I F M A 2017 "Designing Interactive Electronic Module
7
1234567890‘’“”
3rd Annual Applied Science and Engineering Conference (AASEC 2018) IOP Publishing
IOP Conf. Series: Materials Science and Engineering 434 (2018) 012203 doi:10.1088/1757-899X/434/1/012203
in Chemistry Lessons," Journal of Physics: Conference Series 895 (10) 012009.
[7] Irwansyah F S, Yusuf Y M, Farida I and Ramdhani M A 2018 "Augmented Reality (AR)
Technology on The Android Operating System in Chemistry Learning," IOP Conference
Series: Materials Science and Engineering 288 012068.
[8] Sari S, Anjani R, Farida I and Ramdhani M A 2017 "Using Android-Based Educational Game for
Learning Colloid Material," Journal of Physics: Conference Series 895 (1) 012012.
[9] Helsy I, Maryamah, Farida I and Ramdhani M A 2017 "Volta-Based Cells Materials Chemical
Multiple Representation to Improve Ability of Student Representation," Journal of Physics:
Conference Series 895 (1) 012010.
[10] Song C H, Elvers D and Leker J 2017 "Anticipation of converging technology areasA refined
approach for the identification of attractive fields of innovation," Technological Forecasting
and Social Change 116 98-115.
[11] Lakshmi R D, Priya P L, Lokanyaa G and Sharmila J 2017 "Security System using Raspberry Pi
With Door Lock Controller," International Journal of Engineering Science 7 (4) 10090-10094.
[12] Gupta V, Mane V and Pradhan M R 2017 "IOT Based Car Automation Using Raspberry Pi,"
Imperial Journal of Interdisciplinary Research 3 (4).
[13] Alkandari A A and Moein S 2018 "Implementation of Monitoring System for Air Quality using
Raspberry Pi: Experimental Study," Indonesian Journal of Electrical Engineering and
Computer Science 10 (1).
[14] Paulchamy B, Archana K, Bruno A D, Divya I and Krishnan M G 2017 "A Novel Approach
Towards Road Safetybased on Investigational Survey Using Image Processing and User
Interface System," International Education and Research Journal 3 (3).
[15] Zabri A, Rahim M K A, Zubir F, Nadzir N M and Majid H A 2017 "Video Monitoring Application
Using Wireless Sensor Node with Various External Antenna," Indonesian Journal of
Electrical Engineering and Computer Science 6 (1) 148-154.
[16] Sundar S, Ghosh R and Shahil H 2017 "A Prototype of Automated Child Monitoring System,"
International journal of computational intelligence research 13 (7) 1593-1603.
... Dengan demikian sistem yang dirancang bisa digunakan dan ditempatkan di setiap rumah, sehingga diharapkan bisa menurunkan angka penyebaran virus Covid-19. Dalam penelitian ini komponen yang digunakan adalah Module Wifi ESP8266 [12], webcam eksternal [13], LCD (Liquid Crystal Display) 16x2 [14], LED indikator Merah [15], LED indikator Biru, LED indikator Hijau, Smartphone android dan buzzer [16]. Untuk mendeteksi wajah yang menggunakan masker atau tidak digunakan aplikasi teachablemachine [17]. ...
Article
Full-text available
Penelitian ini bertujuan untuk membuat suatu sistem yang mampu mendeteksi penggunaan masker oleh penghuni rumah saat keluar dari rumah. Peralatan yang dirancang diletakkan di dekat pintu luar bagian dalam rumah. Sistem dikendalikan oleh Smartphone dan Arduino Mega2560. Hal ini merupakan salah satu upaya dalam membantu pemerintah untuk menurunkan angka penyebaran virus Covid-19. Sistem bekerja berdasarkan informasi dari kamera (webcam) yang berfungsi mendeteksi wajah saat keluar rumah. Dalam penelitian ini komponen yang digunakan adalah module Wifi ESP8266, webcam eksternal, LCD (Liquid Crystal Display) 16X2, LED indikator Merah, LED indikator Biru, LED indikator Hijau, Smartphone Android dan buzzer. Pada saat webcam mendeteksi seseorang menggunakan masker LED indikator Hijau menyala, lalu tampil tulisan “Boleh Keluar Rumah” pada LCD dan tampil notifikasi ke aplikasi telegram. Ketika webcam mendeteksi seseorang tidak menggunakan masker LED indikator Merah hidup, lalu tampil tulisan “Tidak Boleh Keluar Rumah” pada LCD, buzzer akan berbunyi dan tampil notifikasi ke aplikasi telegram. Dari hasil pengujian klasifikasi wajah dalam menggunakan masker dan yang tidak menggunakan masker diperoleh akurasi berkisar antara 96 sampai dengan 100 persen. Begitu juga dari pengujian sistem secara keseluruhan diperoleh hasil bahwa pengujian semua kondisi pengguna yang dilakukan (1. Tidak ada orang di depan kamera, 2. Penghuni rumah menggunakan masker, 3. Penghuni rumah tidak menggunakan masker) dapat dideteksi dengan baik serta menghasilkan pesan yang sesuai pada LCD. Ini membuktikan bahwa sistem deteksi penggunaan masker saat keluar rumah dapat bekerja dengan baik. Dengan demikian sistem yang dirancang bisa digunakan dan ditempatkan di setiap rumah, sehingga diharapkan bisa menurunkan angka penyebaran virus Covid-19.
Article
Full-text available
For measuring plant height, an automated system as an indicator in the growing plant has developed in a modified micro propagation system. In the agricultural sector, there is some kind of work that needs monitoring, especially on corn. The monitoring will be used starting from the height measurement of plant manually or physical documentation condition from a plant using human resources. To capture and deliver the data by the farmer manually done and has to be informed quickly, then data from the farmer will be delivered to The Coordinator of Farmer. There is always occurred a problem with providing the data manually, more time is needed, and the accuracy of data not good enough. Because of this case, there is a required technology that can help this kind of work. The ultrasonic sensor as an electronic component is being used for the height of corn plant measurement automatically under the Raspberry Pi controller. The component work is being controlled by Raspberry Pi for how the system is working and deliver the data. The process of transmitting data will use Local Area Network (LAN) on the same IP Address. The monitoring results can be used as a reference regarding the health of the plant being monitored. This system can monitor the growth of corn, whether healthy or there is a problem, so that countermeasures can be taken more quickly and precisely.
Article
Full-text available
Measurement is a critical element in the instrumentation and control systems in the industry, especially in the process industry. The analysis can be made in various ways and methods, one who is designing a monitoring system. The design of this monitoring system can be realized as a simulation through similar visualization with industrial monitoring systems. This paper has developed and applied fluids level monitoring systems based on Zigbee to transmit and receive data wirelessly. The system design is divided into two parts. The first one is plant design and Human Machine Interface (HMI), the system that is applied in designing measurement systems fluid level. The design and application of HMI systems use Visual Basic as the user interface with the plant. In this plant, ATmega16 is being used for the system controller and MPX2010DP sensor, which was chosen to measuring the level of fluids. This sensor is selected because this sensor uses the principle of differential pressure making it easier to use. Sending and receiving data from the PC to the plant runs very well using Local Area Network (LAN). The maximum range is 30m for indoors and 90m for outdoors.
Article
Full-text available
Because of rising dependency on fossil fuels, and rising amounts of toxic gases in the environment, it found that people are in need of a way to ensure the safety specifically those that live in cities. An approach is suggested in this paper, that is economical yet affords good detection, and can give accurate readings that can be analyzed and manipulated, and can even provide warnings through sending emails. These requirements are found in the Raspberry PI when it hooked up to the sensors. This paper was focused on few dangerous gases such as Carbon Monoxide (CO), Nitrogen Dioxide (NO2) and other gases. The results in this paper showed that some gases, specifically CO, may be a problem in Kuwait as it is always slightly below the warning level. The success with the Raspberry PI and the results were encouraging to open the way for much improvement in the future. © 2018 Institute of Advanced Engineering and Science. All rights reserved.
Article
Full-text available
Augmented Reality (AR) is considered one of the most sophisticated technologies in virtual reality research and effective as a learning medium especially in chemistry. This study was aimed to describe the stages of AR manufacture technology-based learning media on the molecular geometry. The Research and Development had produced products in the form of AR technology-based learning media on the concept of molecular geometry. The stages of the research were carried out by design development and making the application on Android operating system and analyzing the results of a limited trial. This study shows that the manufacture of AR-based learning media on this android system has the potential to be applied to the learning of chemistry especially on molecular geometry subject.
Article
Full-text available
This study aimed to describe the application of teaching materials, analyze the increase in the ability of students to connect the three levels of representation and student responses after application of multiple representations based teaching materials chemistry. The method used quasi one-group pretest-posttest design to 71 students. The results showed the application of teaching materials carried 88% with very good category. A significant increase ability to connect the three levels of representation of students after the application of multiple representations based teaching materials chemistry with t-value > t-crit (11.402 > 1.991). Recapitulation N-gain pretest and posttest showed relatively similar for all groups is 0.6 criterion being achievement. Students gave a positive response to the application of multiple representations based teaching materials chemistry. Students agree teaching materials used in teaching chemistry (88%), and agrees teaching materials to provide convenience in connecting the three levels of representation (95%).
Conference Paper
Full-text available
Most existing research for Android focuses on particular security issues, yet there is little broad understanding of Android application run-time characteristics and their implications. To mitigate this gap, we present the first systematic dynamic characterization study of Android apps that targets a broad understanding of application behaviors in Android. Through lightweight method-level profiling, we collected 59GB traces of method calls and Intent-based inter-component communication (ICC) from 125 popular Android apps and 62 pairs among them that enabled an intensive empirical investigation of their run-time behaviors. Our study revealed that, among other findings, (1) the application executions were overwhelmingly dominated by the Android framework, (2) Activity components dominated over other types of components and were responsible for most lifecycle callbacks (3) most event handlers dealt with user interactions as opposed to system events, (4) the majority of exercised ICCs did not carry any data payloads, and (5) sensitive data sources and sinks targeted only one/two dominant categories of information or operations. We also discuss the implications of our results for cost-effective program analysis and security defense for Android.
Article
Full-text available
This research is based on the importance of the development of student's chemical literacy on Colloid material using Android-based educational game media. Educational game products are developed through research and development design. In the analysis phase, material analysis is performed to generate concept maps, determine chemical literacy indicators, game strategies and set game paths. In the design phase, product packaging is carried out, then validation and feasibility test are performed. Research produces educational game based on Android that has the characteristics that is: Colloid material presented in 12 levels of game in the form of questions and challenges, presents visualization of discourse, images and animation contextually to develop the process of thinking and attitude. Based on the analysis of validation and trial results, the product is considered feasible to use.
Article
Full-text available
This research aims to design electronic module (e-module) oriented to the development of students' chemical literacy on the solution colligative properties material. This research undergoes some stages including concept analysis, discourse analysis, storyboard design, design development, product packaging, validation, and feasibility test. Overall, this research undertakes three main stages, namely, Define (in the form of preliminary studies); Design (designing e-module); Develop (including validation and model trial). The concept presentation and visualization used in this e-module is oriented to chemical literacy skills. The presentation order carries aspects of scientific context, process, content, and attitude. Chemists and multi media experts have done the validation to test the initial quality of the products and give a feedback for the product improvement. The feasibility test results stated that the content presentation and display are valid and feasible to be used with the value of 85.77% and 87.94%. These values indicate that this e-module oriented to students' chemical literacy skills for the solution colligative properties material is feasible to be used.
Article
Full-text available
A research has been conducted to create a crude oil learning media in the form of scientific literacy-oriented comic. The research included some phases, namely: concept analysis, material transformation to concept map, indicator identification and science literacy aspect. The product was made based on flowcharts and storyboards that have been validated by expert validators. The product has characteristics namely; 1) Develops indicators and aspects of science literacy, 2) presents the materials in form of story of science fiction genre, 3) has characters adopting levels of scientific literacy, 4) has optional stories, because it depends on questions asked to develop scientific literacy in terms of content, context, process and attitude. Based on feasibility test, the product is feasible to be used as learning media. It is suggested to do an expanded experiment to examine its affectivity in improving scientific literacy and growing students' awareness about the issues of energy crisis and the impacts of fossil fuel use on the environment.
Article
Full-text available
p>Surveillance and monitoring has become very important for security reasons these days. The use of wireless sensor node device offers a variety of platform depends on the attached sensor. When an image sensor is attached, the wireless sensor node is capable of monitoring an area wirelessly. Since wireless environment uses antenna to transmit and receive data, antenna is an important component that affects the video monitoring performance. This paper describes a surveillance system using Raspberry Pi with various external antenna. The Raspberry Pi with Pi Camera module and various types of antennas was used for testing and experimentation in line-of-sight (LOS) and non-line-of-sight (NLOS) condition. The results revealed that the Yagi Uda antenna gives the best output in terms of its signal strength and average Receive (Rx) rate. </p
Article
Full-text available
Urban security (or public safety), rather than a “social problem” tackled neutrally, is an issue of political contestation, owing to its threefold gist as right to not be victims of crime, policy goal, and social demand. This article, highlighting how planning research has neglected to engage with contemporary paradoxes of security, makes the case for a critical approach to crime prevention and explores the embeddedness of urban security in planning practice in the Lisbon Metropolitan Area. We debate the relations of urban security with changing planning paradigms and political approaches around the vertical (multilevel/multiscale) and horizontal distribution of planning practices.
Article
A series of product innovations owe their economic success and origin to the impetus and know-how from disciplines and industries that were hitherto unfamiliar to the actors in the industries concerned. This phenomenon, known as “convergence”, leads to emerging industry segments and offers a wide array of opportunities for synergies. Against this background, a significant emphasis has been put on anticipating technology convergence as well as identifying and understanding the changing innovation patterns and industry structure associated with convergence. The timely recognition of converging technological fields enables the innovating enterprises to exert a positive influence on the changing value-chain.