Automated Recording of Lectures using the Microsoft Kinect

Size: px
Start display at page:

Download "Automated Recording of Lectures using the Microsoft Kinect"

Transcription

1 Automated Recording of Lectures using the Microsoft Kinect Daniel Sailer 1, Karin Weiß 2, Manuel Braun 3, Wilhelm Büchner Hochschule Ostendstraße Pfungstadt, Germany 1 info@daniel-sailer.de 2 weisswieschwarz@gmx.net 3 mb.braun2@gmx.de Abstract: An automated camera system was developed to provide affordable recordings for large quantities of lectures. To achieve this the requirements were analyzed, current technologies were reviewed with respect to their applicability and a working hardware and software prototype was developed. The resulting system uses the Microsoft Kinect to detect the movements of a lecturer and follows him with a rotatable camera. It can be operated without additional personnel and gives the lecturer more freedom of movement than a stationary camera. Using this system enables universities to capture and share many of their lectures in an affordable manner. Thus the students attending traditional courses as well as E-Learning courses can access the lectures at all times. 1 The problem to solve Capturing a good record of a lecture is useful for a variety of purposes. Video recordings can be used for the improvement of existing degree programs as well as for the development of new styles of teaching. Students can use the recordings to perform follow-up course work, catch up on missed lectures or watch additional lectures to deepen their understanding. Lecturers can use the videos to get an impression of how they are perceived by their students or to improve their presentations. The efficient use of recorded material is highly dependent on the amount and quality of the recorded lectures that are available. It is therefore crucial for a university to be able to produce recordings of many of its lectures.

2 There are two ways to record a lecture that are common practice. The first way is to have a stationary camera set up in the room which points at the area where the lecturer is holding his speech. This approach is inexpensive as the lecturer himself can start and end the recording and there is no need for additional personnel. The disadvantage with this approach is a very restricted area of movement for the lecturer if the camera is adjusted to capture only the lecturer. He can t move around freely but has to be careful at all times not to step outside the area of recording. If the camera is adjusted to capture a larger area of the room the lecturer will be depicted to small. The other common approach is to have one or more assistants capture the lecture on camera. This provides the lecturer with a greater freedom of movement since the assistant can follow him with the camera. However the necessary expenses are quite high because at least one assistant has to be present during the whole lecture. Also lectures that take place at the same time can only be recorded with additional personnel. 2 The idea To allow for an affordable way to capture lectures without forcing the lecturer to stay in a narrow area we developed the following scenario: A stationary mounted camera is operated by a motion detection system to automatically follow the movements of the lecturer (see figure1). Figure 1: Setup for an automated recording system

3 Using such an automated system a lecture can be recorded in an affordable way without restricting the freedom of movement for the lecturer too much. That way the advantages of both scenarios can be combined (see figure 2). Figure 2: Combination of the advantages from both approaches 3 Available methods for motion detection To detect the motions of a person there are currently several methods available. Optical markers, audio analysis or picture analysis by software can be used to directly detect the current position of a person. Detectors can be used to obtain data about its movements and derive the current position. Using markers multiple tracker targets are positioned on a moving object and tracked by a camera. These tracker targets can be active (e.g. lightemitting) or passive (recognizable shapes or patterns). With audio detection an array of microphones uses different audio delays to calculate the position of an audio source. Changes in the position are registered as a movement. Picture analysis by software can be used to detect movements by comparing several picture frames against each other. The software is searching for changes in the pictures that can result from a moving object. These changes are used to detect moving people in the different frames. Using a suit with built-in detectors the movements of a person can be detected directly. These detectors may for example be gyroscopes that detect changes in orientation or sensors that measure movements of the person s joints.

4 In addition to these single source methods there are also hybrid systems available that combine multiple sources to detect motions. 4 Choosing an appropriate method A suitable method for the automated recording of lectures has to fulfill certain requirements. The most important of these requirements are: Reliable recognition of movement Low cost Easy utilisation Few limitations for the lecturer (freedom of movement, clothing, etc.) Good results in different settings (room size, light etc.) Provide suitable output for an easy and standardized post processing Markers and Detectors share the disadvantages of being visible in the recording and requiring the lecturer to put on special equipment first. Detectors also restrict the movement of the lecturer through the detector suit and the necessary wiring. Picture analysis by software isn t working well in scenarios with insufficient lighting. An implementation that would provide good results in most lighting situations would be very difficult to achieve. Audio detection is not reliable for lectures in front of an audience since sounds from the audience will prohibit the analysis of the audio delays from the lecturer. Hybrid systems achieve reliable motion detection in most scenarios through the combination of different detection technologies. 5 Implementation For our implementation we choose the Microsoft Kinect because its hybrid technology 1 enables reliable motion detection in most settings, it is not very 1 The Kinect is equipped with an infrared sensor, a microphone array and a camera. To recognize people in its sensor reach the Kinect projects a field of infrared light spots into the room. These light spots, called structured light, are arranged in a certain pattern and get reflected by the scene in front of the camera. The reflection is detected by the infrared sensor and used as the main input for the motion detection. In addition to the infrared sensor the Kinect can use a microphone array and an inbuilt camera as supplemental data-sources.[s.f. PRI11]

5 expensive to purchase and it provides good libraries that enable the use of the sensor in customized software. 5.1 Components of the system Our system consists of the following components (see figure 3). It is using standard hardware, freely available software libraries 2 and our own software implementation. The Kinect Sensor is used to capture the motion data and the Logitech webcam is rotated accordingly to the movements of the lecturer and does the recording. Figure 3: Components of the recording system The system can be mounted on a tripod to capture lectures in different locations or installed stationary in a lecture room. 5.2 Functionality The sensor, software and camera work together in the following way: The Kinect collects positioning data of the scene in front of it ( in figure 4). 2 NUI Library, DirectX Library, Logitech Driver

6 Using this data it extracts information about the position of people in its sensor reach and passes them on to the application. The application can access this information 3 using the software development kit provided by the Kinect. The software development kit and the application are both.net based and written in the C# programming language. The application calculates the necessary changes in the camera angle and regulates the position of the camera using the Logitech Control Library,. Figure 4: Interaction between the components As a result the system is able to automatically react to changes in the position of the person in front of it. As long as the person stays within a certain range the camera can reliably follow its movements. 6 Conclusions The system fulfills the intended task. It provides motion detection and is able to adjust a camera to changes in the lecturer s position. It can be used without much preparation and without additional personnel. To capture a 3 The Kinect can detect the position of up to 6 people in its sensor range. The Kinect tracks two persons as active and up to four additional persons as passive. For active persons the Kinect analyzes and provides positioning information for 20 reference points on the human body, thus providing information about their current movement as well as their posture. For passive persons the Kinect provides much less information. Our system is processing the positioning data of one (active) person.

7 lecture the system simply has to be put in front of the lecturer (see figure 5) and has to be started. Figure 5: The Kinect sensor and camera of the system mounted on a tripod Limitations of the systems are the tracking of more than one person, or of persons that are beyond the range of the sensor. Also the system doesn t provide the ability to zoom and is restricted to the use of the Logitech webcam. 7 Next steps For the near future we are planning the following enhancements for our system. To simplify the further development of the application we will modularize it into logic components. That way the system will be easier to extend and parallel development by different developers will be possible. To become independent from the Logitech webcam we will develop a hardware platform that can be steered directly. As a result there will be no need for a communication interface between the system and the camera and any camera can be put on the platform and used for the recording. We will also improve the camerawork by developing an artificial intelligence system that emulates the behavior of a human cameraman. This system will be tailored to allow for more advanced camera actions like zooming or choosing an optimal image section. For the more distant future other possibilities for the enhancement of the system can be thought of. The system could allow the lecturer to change the way the camera does the recording or enable him to manipulate the

8 recording directly. Another possibility would be to include some postprocessing in the system. That way it could deliver a complete ready-to-use video file of a lecture without any additional steps like adding the lecture title or converting the video into a convenient format. 8 References [BRE98] Breig, Marcus; Kohler, Markus (1998): Motion detection and tracking under constraint of pan tilt cameras for vision based human computer interaction, Faculty of Information Technology, University Dortmund. [KRI02] Krieger, Thomas P. U. (2002): Innovative Sensorkonzepte und Signalverarbeitungsstrategien zur Bewegungserkennung und Präsenzkontrolle von Personen. (In german) [MS11] Microsoft, Documentation of the official Microsoft Kinect SDK Beta, kinectsdk/docs/programmingguide_kinectsdk.pdf ( ) [PRI11] Background report of the company Prime Sense (Hardwaredeveloper of the Kinect) ( )

Whitepaper. Image stabilization improving camera usability

Whitepaper. Image stabilization improving camera usability Whitepaper Image stabilization improving camera usability Table of contents 1. Introduction 3 2. Vibration Impact on Video Output 3 3. Image Stabilization Techniques 3 3.1 Optical Image Stabilization 3

More information

PROPOSED SYSTEM FOR MID-AIR HOLOGRAPHY PROJECTION USING CONVERSION OF 2D TO 3D VISUALIZATION

PROPOSED SYSTEM FOR MID-AIR HOLOGRAPHY PROJECTION USING CONVERSION OF 2D TO 3D VISUALIZATION International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 159 167, Article ID: IJARET_07_02_015 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

VIRTUAL TRIAL ROOM USING AUGMENTED REALITY

VIRTUAL TRIAL ROOM USING AUGMENTED REALITY VIRTUAL TRIAL ROOM USING AUGMENTED REALITY Shreya Kamani, Neel Vasa, Kriti Srivastava, D. J. Sanghvi College of Engineering, Mumbai 53 Abstract This paper presents a Virtual Trial Room application using

More information

ARTICLE. 10 reasons to switch to IP-based video

ARTICLE. 10 reasons to switch to IP-based video ARTICLE 10 reasons to switch to IP-based video Table of contents 1. High resolution 3 2. Easy to install 4 3. Truly digital 5 4. Camera intelligence 5 5. Fully integrated 7 6. Built-in security 7 7. Crystal-clear

More information

Solutions for the Connected Home

Solutions for the Connected Home Solutions for the Connected Home Customized to Fit Your Lifestyle An Alarm.com powered system provides superior security and offers advanced mobile and web features that allow you to monitor and control

More information

Head-Coupled Perspective

Head-Coupled Perspective Head-Coupled Perspective Introduction Head-Coupled Perspective (HCP) refers to a technique of rendering a scene that takes into account the position of the viewer relative to the display. As a viewer moves

More information

Beyond Built-in: Why a Better Webcam Matters

Beyond Built-in: Why a Better Webcam Matters Whitepaper: Beyond Built-in: Why a Better Webcam Matters How to Uplevel Your Ability to Connect, Communicate and Collaborate Using Your Laptop or PC Introduction The ability to virtually communicate and

More information

Next Generation Natural User Interface with Kinect. Ben Lower Developer Community Manager Microsoft Corporation

Next Generation Natural User Interface with Kinect. Ben Lower Developer Community Manager Microsoft Corporation Next Generation Natural User Interface with Kinect Ben Lower Developer Community Manager Microsoft Corporation Key Takeaways Kinect has evolved: Whether you did it -> How you did it One or two people ->

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Teaching Methodology for 3D Animation

Teaching Methodology for 3D Animation Abstract The field of 3d animation has addressed design processes and work practices in the design disciplines for in recent years. There are good reasons for considering the development of systematic

More information

IP Camera Tutorial. What is a Network Camera?

IP Camera Tutorial. What is a Network Camera? IP Camera Tutorial TABLE OF CONTENTS What is a Network Camera?... Software and Security Features... Benefits... Where are network cameras used?... TRENDnet Model Overview... TRENDnet IP Camera Product

More information

Interaction devices and sensors. EPFL Immersive Interaction Group Dr. Nan WANG Dr. Ronan BOULIC nan.wang@epfl.ch

Interaction devices and sensors. EPFL Immersive Interaction Group Dr. Nan WANG Dr. Ronan BOULIC nan.wang@epfl.ch Interaction devices and sensors EPFL Immersive Interaction Group Dr. Nan WANG Dr. Ronan BOULIC nan.wang@epfl.ch Outline 3D interaction tasks Action capture system Large range Short range Tracking system

More information

Tobii X2 Eye Trackers

Tobii X2 Eye Trackers Tobii X2 Eye Trackers Tobii X2 Eye Trackers The world s smallest, most versatile eye tracking system Just done a second session using Tobii X2 Eye Tracker, which was awesome. LOVE IT. Oliver Bradley, Global

More information

Context-aware Library Management System using Augmented Reality

Context-aware Library Management System using Augmented Reality International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 9 (2014), pp. 923-929 International Research Publication House http://www.irphouse.com Context-aware Library

More information

IFS-8000 V2.0 INFORMATION FUSION SYSTEM

IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 INFORMATION FUSION SYSTEM IFS-8000 V2.0 Overview IFS-8000 v2.0 is a flexible, scalable and modular IT system to support the processes of aggregation of information from intercepts to intelligence

More information

Kinect Interface to Play Computer Games with Movement

Kinect Interface to Play Computer Games with Movement Kinect Interface to Play Computer Games with Movement Program Install and Hardware Setup Needed hardware and software to use the Kinect to play computer games. Hardware: Computer running Windows 7 or 8

More information

AR-media Player v2.3. INSTALLATION & USER GUIDE (February, 2013) (Windows XP/Vista/7)

AR-media Player v2.3. INSTALLATION & USER GUIDE (February, 2013) (Windows XP/Vista/7) INSTALLATION & USER GUIDE (February, 2013) (Windows XP/Vista/7) Inglobe Technologies 2008/2013 Copyright Copyright 2008/2013 Inglobe Technologies S.r.l. All rights reserved. No part of this publication

More information

Tracking devices. Important features. 6 Degrees of freedom. Mechanical devices. Types. Virtual Reality Technology and Programming

Tracking devices. Important features. 6 Degrees of freedom. Mechanical devices. Types. Virtual Reality Technology and Programming Tracking devices Virtual Reality Technology and Programming TNM053: Lecture 4: Tracking and I/O devices Referred to head-tracking many times Needed to get good stereo effect with parallax Essential for

More information

YOUR PARTNER FOR THERMAL IMAGING SECURITY APPLICATIONS

YOUR PARTNER FOR THERMAL IMAGING SECURITY APPLICATIONS YOUR PARTNER FOR THERMAL IMAGING SECURITY APPLICATIONS About Opgal Security Products OPGAL is a leading global manufacturer of innovative thermal imaging cameras and engines. For over 25 years Opgal s

More information

Video Baby Monitor System. User Guide

Video Baby Monitor System. User Guide Video Baby Monitor System User Guide What s inside Welcome!... 2 Getting started... 3 Tour of the system... 7 Everyday use...13 Cameras... 14 Motion/Alerts... 18 Recording... 21 Playing Back Pictures and

More information

ARTICLE. Sound in surveillance Adding audio to your IP video solution

ARTICLE. Sound in surveillance Adding audio to your IP video solution ARTICLE Sound in surveillance Adding audio to your IP video solution Table of contents 1. First things first 4 2. Sound advice 4 3. Get closer 5 4. Back and forth 6 5. Get to it 7 Introduction Using audio

More information

How To Run A Factory I/O On A Microsoft Gpu 2.5 (Sdk) On A Computer Or Microsoft Powerbook 2.3 (Powerpoint) On An Android Computer Or Macbook 2 (Powerstation) On

How To Run A Factory I/O On A Microsoft Gpu 2.5 (Sdk) On A Computer Or Microsoft Powerbook 2.3 (Powerpoint) On An Android Computer Or Macbook 2 (Powerstation) On User Guide November 19, 2014 Contents 3 Welcome 3 What Is FACTORY I/O 3 How Does It Work 4 I/O Drivers: Connecting To External Technologies 5 System Requirements 6 Run Mode And Edit Mode 7 Controls 8 Cameras

More information

White paper. Axis Video Analytics. Enhancing video surveillance efficiency

White paper. Axis Video Analytics. Enhancing video surveillance efficiency White paper Axis Video Analytics Enhancing video surveillance efficiency Table of contents 1. What is video analytics? 3 2. Why use video analytics? 3 2.1 Efficient use of manpower 3 2.2 Reduced network

More information

Investigating the effectiveness of audio capture and integration with other resources to support student revision and review of classroom activities

Investigating the effectiveness of audio capture and integration with other resources to support student revision and review of classroom activities Case Study Investigating the effectiveness of audio capture and integration with other resources to support student revision and review of classroom activities Iain Stewart, Willie McKee School of Engineering

More information

LMS SoundBrush. From sound to source in minutes

LMS SoundBrush. From sound to source in minutes LMS SoundBrush From sound to source in minutes 2 LMS SoundBrush LMS SoundBrush From sound to source in minutes Acoustic troubleshooting is a challenging yet essential process for many types of industries.

More information

GRAND Wi-Fi SURVEILLANCE SYSTEM

GRAND Wi-Fi SURVEILLANCE SYSTEM Version E1.1 GRAND Wi-Fi SURVEILLANCE SYSTEM (Color QUAD Processor / 802.11g Video & Audio Transmission / SATA HDD Storage) 1. INTRODUCTION GRAND is pleased to introduce the latest in Wireless DVR technology-

More information

Masters in Information Technology

Masters in Information Technology Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101

More information

Exploring the Use of Slow Motion Animation (Slowmation) as a Teaching Strategy to Develop Year 4 Students' Understandings of Equivalent Fractions.

Exploring the Use of Slow Motion Animation (Slowmation) as a Teaching Strategy to Develop Year 4 Students' Understandings of Equivalent Fractions. Kervin, K. (2007). Exploring the use of slow motion animation (slowmation) as a teaching strategy to develop year 4 students' understandings of equivalent fractions. Contemporary Issues in Technology and

More information

White paper. Axis Video Analytics. Enhancing video surveillance efficiency

White paper. Axis Video Analytics. Enhancing video surveillance efficiency White paper Axis Video Analytics Enhancing video surveillance efficiency Table of contents 1. What is video analytics? 3 2. Why use video analytics? 3 2.1 Efficient use of manpower 3 2.2 Reduced network

More information

English Table of Contents

English Table of Contents Table of Contents FaceCam 1020 Features 1 Set up the device 2 I.P.M(Image Protection Mechanism) setting 3 Using Instant Messenger Application 4-5 CrazyTalk CamSuite PRO 6-16 CrazyTalk CamSuite PRO with

More information

Evaluation of Optimizations for Object Tracking Feedback-Based Head-Tracking

Evaluation of Optimizations for Object Tracking Feedback-Based Head-Tracking Evaluation of Optimizations for Object Tracking Feedback-Based Head-Tracking Anjo Vahldiek, Ansgar Schneider, Stefan Schubert Baden-Wuerttemberg State University Stuttgart Computer Science Department Rotebuehlplatz

More information

Overview Image Acquisition of Microscopic Slides via Web Camera

Overview Image Acquisition of Microscopic Slides via Web Camera MAX-PLANCK-INSTITUT FÜR MARINE MIKROBIOLOGIE ABTEILUNG MOLEKULARE ÖKOLOGIE Overview Image Acquisition of Microscopic Slides via Web Camera Andreas Ellrott and Michael Zeder Max Planck Institute for Marine

More information

An Active Head Tracking System for Distance Education and Videoconferencing Applications

An Active Head Tracking System for Distance Education and Videoconferencing Applications An Active Head Tracking System for Distance Education and Videoconferencing Applications Sami Huttunen and Janne Heikkilä Machine Vision Group Infotech Oulu and Department of Electrical and Information

More information

Alternative Methods Of Input. Kafui A. Prebbie -kafui@kafui.com 82

Alternative Methods Of Input. Kafui A. Prebbie -kafui@kafui.com 82 Alternative Methods Of Input Kafui A. Prebbie -kafui@kafui.com 82 This lesson includes the following sections: Devices for the Hand Optical Input Devices Audio-Visual (Multimedia) Input Devices Kafui A.

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

Logitech Alert Video Security System. Getting To Know

Logitech Alert Video Security System. Getting To Know Logitech Alert Video Security System Contents Introduction................................................................ 3 Live Mode Viewing..........................................................

More information

Crime Scene Virtual Tour. Just on the Spot

Crime Scene Virtual Tour. Just on the Spot Crime Scene Virtual Tour Just on the Spot - 1 - Introducing Crime Scene Virtual Tour Virtual Tour Solution for Crime Scene Investigation Crime Scene Virtual Tour (CSVT) provides a distinctive virtual reality

More information

Surveillance Security Camera Guide

Surveillance Security Camera Guide Surveillance Security Camera Guide By Guy Avital DVRMASTER.COM All Rights Reserved A BUYERS GUIDE TO SURVEILLANCE SECURITY CAMERA SYSTEMS There are a variety range of security cameras, security DVR and

More information

Skills Inventory: Art/Media Communications. 1. Pre-employment Training/Career Development. A. Formal; e.g., certificates. Date Description Location

Skills Inventory: Art/Media Communications. 1. Pre-employment Training/Career Development. A. Formal; e.g., certificates. Date Description Location Skills Inventory: Art/Media Communications 1. Pre-employment Training/Career Development A. Formal; e.g., certificates Date Description Location Art/Design and Communication Skills Inventory: Art/Media

More information

Prototype Model for Real Time Home Surveillance System over the Internet

Prototype Model for Real Time Home Surveillance System over the Internet Abstract Paper 153, IT 303 Prototype Model for Real Time Home Surveillance System over the Internet Rathika Rajaravivarma Computer Engineering Technology Department New York City College of Technology

More information

Quick Start Guide. Installing. Setting up the equipment

Quick Start Guide. Installing. Setting up the equipment Quick Start Guide Installing Download the software package from the Pop Up Play website. Right click on the zip file and extract the files Copy the Pop-Up-Play folder to a location of you choice Run the

More information

Industrial Robotics. Training Objective

Industrial Robotics. Training Objective Training Objective After watching the program and reviewing this printed material, the viewer will learn the basics of industrial robot technology and how robots are used in a variety of manufacturing

More information

Search keywords: Connect, Meeting, Collaboration, Voice over IP, VoIP, Acoustic Magic, audio, web conferencing, microphone, best practices

Search keywords: Connect, Meeting, Collaboration, Voice over IP, VoIP, Acoustic Magic, audio, web conferencing, microphone, best practices Title: Acoustic Magic Voice Tracker II array microphone improves operation with VoIP based Adobe Connect Meeting URL: www.acousticmagic.com By: Bob Feingold, President, Acoustic Magic Inc. Search keywords:

More information

AEO Head Movement Tracker X-GYRO 1000 USER MANUAL(V1.1bata 20091019)

AEO Head Movement Tracker X-GYRO 1000 USER MANUAL(V1.1bata 20091019) AEO Head Movement Tracker X-GYRO 1000 USER MANUAL(V1.1bata 20091019) Introduction: X-GYRO 1000 is a two axis head tracking system, based on G sensor technique, designed for tracking complicated three-dimensional

More information

EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS MODULE 1: CAMERA SYSTEMS & LIGHT THEORY (37)

EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS MODULE 1: CAMERA SYSTEMS & LIGHT THEORY (37) EVIDENCE PHOTOGRAPHY TEST SPECIFICATIONS The exam will cover evidence photography involving crime scenes, fire scenes, accident scenes, aircraft incident scenes, surveillances and hazardous materials scenes.

More information

Perfect PDF 8 Premium

Perfect PDF 8 Premium Perfect PDF 8 Premium Test results ( gut Good, sehr gut very good) refer to versions 7, 6 and 5 of Perfect PDF. Professionally create, convert, edit and view PDF, PDF/A and XPS files Perfect PDF 8 Premium

More information

EB TechPaper. Test drive with the tablet. automotive.elektrobit.com

EB TechPaper. Test drive with the tablet. automotive.elektrobit.com EB TechPaper Test drive with the tablet automotive.elektrobit.com 1 A great many test miles have to be covered in the development and validation of driver assistance systems. A tablet with Elektrobit (EB)

More information

Multimedia Project Development

Multimedia Project Development Topic 5 Multimedia Project Development LEARNING OUTCOMES By the end of this topic, you should be able to: 1. Plan a multimedia development project; 2. Explain the steps involved in multimedia design; 3.

More information

The Complete Guide to CUSTOM FIELD SERVICE APPLICATIONS

The Complete Guide to CUSTOM FIELD SERVICE APPLICATIONS The Complete Guide to CUSTOM FIELD SERVICE APPLICATIONS Copyright 2014 Published by Art & Logic All rights reserved. Except as permitted under U.S. Copyright Act of 1976, no part of this publication may

More information

ANALYZING A CONDUCTORS GESTURES WITH THE WIIMOTE

ANALYZING A CONDUCTORS GESTURES WITH THE WIIMOTE ANALYZING A CONDUCTORS GESTURES WITH THE WIIMOTE ICSRiM - University of Leeds, School of Computing & School of Music, Leeds LS2 9JT, UK info@icsrim.org.uk www.icsrim.org.uk Abstract This paper presents

More information

A System for Capturing High Resolution Images

A System for Capturing High Resolution Images A System for Capturing High Resolution Images G.Voyatzis, G.Angelopoulos, A.Bors and I.Pitas Department of Informatics University of Thessaloniki BOX 451, 54006 Thessaloniki GREECE e-mail: pitas@zeus.csd.auth.gr

More information

Contents. Overview. Features walkthrough. Application scenarios

Contents. Overview. Features walkthrough. Application scenarios ezviz introduction Contents 1 2 3 Overview Features walkthrough Application scenarios 4 1 WHAT IS ezviz? ezviz: EasyVision Where to login? www.ezviz7.com Household application What product support ezviz?

More information

Sony Releases the Transparent Lens Eyewear SmartEyeglass Developer Edition

Sony Releases the Transparent Lens Eyewear SmartEyeglass Developer Edition News & Information 1-7-1 Konan, Minato-ku, Tokyo Sony Corporation No. 15-016E February 17, 2015 Sony Releases the Transparent Lens Eyewear SmartEyeglass Developer Edition - Promotes the development of

More information

INTRUSION PREVENTION AND EXPERT SYSTEMS

INTRUSION PREVENTION AND EXPERT SYSTEMS INTRUSION PREVENTION AND EXPERT SYSTEMS By Avi Chesla avic@v-secure.com Introduction Over the past few years, the market has developed new expectations from the security industry, especially from the intrusion

More information

COVERAGE You re going to have to edit your film later. How do you make sure you get enough footage for that to work?

COVERAGE You re going to have to edit your film later. How do you make sure you get enough footage for that to work? MAKE IT YOUR STORY CINEMATOGRAPHY Film is a visual medium - which just means it s a story you consume through your eyeballs. So, when you ve got your story figured out, you need to think about the best

More information

Keep a watchful eye on your home and loved ones

Keep a watchful eye on your home and loved ones Keep a watchful eye on your home and loved ones Camera System home systems from on-q/legrand 002 003 Camera System See everything in and around your home How do you keep an eye out for the delivery guy,

More information

COMPACT GUIDE. Camera-Integrated Motion Analysis

COMPACT GUIDE. Camera-Integrated Motion Analysis EN 05/13 COMPACT GUIDE Camera-Integrated Motion Analysis Detect the movement of people and objects Filter according to directions of movement Fast, simple configuration Reliable results, even in the event

More information

Security: Use Windows To Protect Your Home S 11/1. Turn Your PC into Your Own 24/7 Security Guard!

Security: Use Windows To Protect Your Home S 11/1. Turn Your PC into Your Own 24/7 Security Guard! Security: Use Windows To Protect Your Home S 11/1 Turn Your PC into Your Own 24/7 Security Guard! With the information in this article you can: Discover how your PC can take care of your home Get started

More information

GestPoint Maestro3D. A White Paper from GestureTek The Inventor of 3D Video Gesture Control

GestPoint Maestro3D. A White Paper from GestureTek The Inventor of 3D Video Gesture Control A White Paper from GestureTek The Inventor of 3D Video Gesture Control Table of Contents Executive Summary... 3 The Trackers... 4 GestPoint Maestro3D Hand Tracker... 4 GestPoint Maestro3D Multi-Tracker...

More information

ENHANCING YOUR WEBCAST EXPERIENCE

ENHANCING YOUR WEBCAST EXPERIENCE LITE PAPER ENHANCING YOUR WEBCAST EXPERIENCE INTRODUCTION LIGHTS, CAMERA ACTION! When you begin to plan for your webcast presentation it is important to keep in mind the technical requirements, location

More information

Indoor Surveillance System Using Android Platform

Indoor Surveillance System Using Android Platform Indoor Surveillance System Using Android Platform 1 Mandar Bhamare, 2 Sushil Dubey, 3 Praharsh Fulzele, 4 Rupali Deshmukh, 5 Dr. Shashi Dugad 1,2,3,4,5 Department of Computer Engineering, Fr. Conceicao

More information

Basler. Line Scan Cameras

Basler. Line Scan Cameras Basler Line Scan Cameras High-quality line scan technology meets a cost-effective GigE interface Real color support in a compact housing size Shading correction compensates for difficult lighting conditions

More information

Design Analysis of Everyday Thing: Nintendo Wii Remote

Design Analysis of Everyday Thing: Nintendo Wii Remote 1 Philip Stubbs Design Analysis of Everyday Thing: Nintendo Wii Remote I. Introduction: Ever since being released in November 2006, the Nintendo Wii gaming system has revolutionized the gaming experience

More information

Fourth generation techniques (4GT)

Fourth generation techniques (4GT) Fourth generation techniques (4GT) The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common. Each enables the software engineer to specify some

More information

Differentiation of 3D scanners and their positioning method when applied to pipeline integrity

Differentiation of 3D scanners and their positioning method when applied to pipeline integrity 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic More Info at Open Access Database www.ndt.net/?id=16317 Differentiation of 3D scanners and their

More information

Totally Wireless Video Security

Totally Wireless Video Security Traditional Video Surveillance ($50,000+) vs. Event-Based Videofied Solution ($2,500) Executive Summary: Totally Wireless Video Security has been effective but cost and complexity has limited deployment

More information

Internet based manipulator telepresence

Internet based manipulator telepresence Internet based manipulator telepresence T ten Kate, P Zizola, B Driessen, K van Woerden TNO Institute of Applied Physics, Stieltjesweg 1, 2628 CK DELFT, The NETHERLANDS {tenkate, zizola, driessen, vwoerden}@tpd.tno.nl

More information

Psychology equipment

Psychology equipment Psychology equipment Equipment Quantity Description Photo Biopac acquisition unit 1 The Biopac is used for measuring a range of physiological responses. The acquisition unit is the central component, to

More information

Problem-Based Group Activities for a Sensation & Perception Course. David S. Kreiner. University of Central Missouri

Problem-Based Group Activities for a Sensation & Perception Course. David S. Kreiner. University of Central Missouri -Based Group Activities for a Course David S. Kreiner University of Central Missouri Author contact information: David Kreiner Professor of Psychology University of Central Missouri Lovinger 1111 Warrensburg

More information

Student Manual. for Virtual Classroom (Big Blue Button)

Student Manual. for Virtual Classroom (Big Blue Button) Student Manual for Virtual Classroom (Big Blue Button) CONTENT PAGE 1. Introduction... 4 2. Minimum requirments... 4 2.1 Flash player... 4 2.2 Internet speed... 4 2.3 Java runtime... 4 2.4 Hardware requirements...

More information

Request for Proposal (RFP) for Clinical Recording System

Request for Proposal (RFP) for Clinical Recording System Request for Proposal (RFP) for Clinical Recording System Pepperdine University GSEP (Graduate School of Education and Psychology) Date: 10/7/15 Version 3.0 Contact information: Alluri, Phani Kiran IT Support

More information

Teaching Portfolio. Teaching Philosophy

Teaching Portfolio. Teaching Philosophy Teaching Portfolio Teaching Philosophy Over the course of my education, I have had the privilege of interacting with some truly excellent teachers, who have shaped my knowledge, reasoning, and technical

More information

ANDROID LEVERED DATA MONITORING ROBOT

ANDROID LEVERED DATA MONITORING ROBOT ANDROID LEVERED DATA MONITORING ROBOT 1 HIMANI PATHAK, 2 VIDYALAKSHMI KRISHNAKUMAR, 3 SHILPA RAVIKUMAR, 4 AJINKYA SHINDE 1,2,3,4 Electronics & Telecommunication Engineering, Fr. C. R. Institute of Technology,

More information

Feasibility of an Augmented Reality-Based Approach to Driving Simulation

Feasibility of an Augmented Reality-Based Approach to Driving Simulation Liberty Mutual Research Institute for Safety Feasibility of an Augmented Reality-Based Approach to Driving Simulation Matthias Roetting (LMRIS) Thomas B. Sheridan (MIT AgeLab) International Symposium New

More information

By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate

By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate AUTOMATED VEHICLE CONTROL SYSTEM By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate Third Year Information Technology Engineering V.E.S.I.T.

More information

PT-Netzwerk-Kamera, Tag/Nacht, PoE 802.3af, IR LEDs, 2-Megapixel

PT-Netzwerk-Kamera, Tag/Nacht, PoE 802.3af, IR LEDs, 2-Megapixel FCS-6020 Version: 1 PT-Netzwerk-Kamera, Tag/Nacht, PoE 802.3af, IR LEDs, 2-Megapixel The LevelOne FCS-6020 is a quality yet cost-effective surveillance solution for the home and office. It is designed

More information

Night Owl 8 Channel DVR with 1TB HDD, HDMI Output, 8 Hi-Resolution Cameras (2 Audio Enabled) and free Night Owl PRO App

Night Owl 8 Channel DVR with 1TB HDD, HDMI Output, 8 Hi-Resolution Cameras (2 Audio Enabled) and free Night Owl PRO App Night Owl 8 Channel DVR with 1TB HDD, HDMI Output, 8 Hi-Resolution Cameras (2 Audio Enabled) and free Night Owl PRO App Night Owl s PRO-881TB is an advanced 8 channel, 8 camera Security System that includes

More information

Getting started with Logitech Webcam C260

Getting started with Logitech Webcam C260 Getting started with Logitech Webcam C260 Getting started with Features 1. Microphone 2. Lens 3. Activity light 4. Flexible clip/base 5. Logitech Webcam Software 6. Product documentation Getting started

More information

Go to contents 18 3D Visualization of Building Services in Virtual Environment

Go to contents 18 3D Visualization of Building Services in Virtual Environment 3D Visualization of Building Services in Virtual Environment GRÖHN, Matti Gröhn; MANTERE, Markku; SAVIOJA, Lauri; TAKALA, Tapio Telecommunications Software and Multimedia Laboratory Department of Computer

More information

Message, Audience, Production (MAP) Framework for Teaching Media Literacy Social Studies Integration PRODUCTION

Message, Audience, Production (MAP) Framework for Teaching Media Literacy Social Studies Integration PRODUCTION Message, Audience, Production (MAP) Framework for Teaching Media Literacy Social Studies Integration PRODUCTION All media messages - a film or book, photograph or picture, newspaper article, news story,

More information

Master Thesis Using MS Kinect Device for Natural User Interface

Master Thesis Using MS Kinect Device for Natural User Interface University of West Bohemia Faculty of Applied Sciences Department of Computer Science and Engineering Master Thesis Using MS Kinect Device for Natural User Interface Pilsen, 2013 Petr Altman Declaration

More information

Policy for the Design and Operation of Closed-Circuit Television (CCTV) in Advanced Traffic Management Systems September 4, 2001

Policy for the Design and Operation of Closed-Circuit Television (CCTV) in Advanced Traffic Management Systems September 4, 2001 I. Introduction. Traffic Engineering and Highway Safety Division Policy for the Design and Operation of Closed-Circuit Television (CCTV) in Advanced Traffic Management Systems September 4, 2001 The New

More information

Camera Technology Guide. Factors to consider when selecting your video surveillance cameras

Camera Technology Guide. Factors to consider when selecting your video surveillance cameras Camera Technology Guide Factors to consider when selecting your video surveillance cameras Introduction Investing in a video surveillance system is a smart move. You have many assets to protect so you

More information

Web: www.stp.hu; www.logipix.eu; www.walkdvr.com

Web: www.stp.hu; www.logipix.eu; www.walkdvr.com StP Technical Development Ltd. version: 1 Contact: Address: 11-13. Késmárk st., 1158 Budapest, Hungary Phone: +36 1 410-0556; +36 20 480-5933 Fax: +36 1 414-0913 E-mail: info@stp.hu Technical support:

More information

PTZ-35MS & PTZ-50MS. Thermal Security Cameras

PTZ-35MS & PTZ-50MS. Thermal Security Cameras PTZ-35MS & PTZ-50MS Thermal Security Cameras PTZ-35MS and PTZ-50MS multi-sensor imaging systems Multi-sensor thermal camera systems for 24/7 security applications The best thermal security cameras in the

More information

Visual Storytelling, Shot Styles and Composition

Visual Storytelling, Shot Styles and Composition Pre-Production 1.2 Visual Storytelling, Shot Styles and Composition Objectives: Students will know/be able to >> Understand the role of shot styles, camera movement, and composition in telling a story

More information

GV-FE420. Visítenos: www.dluxsecurity.com. Cámara IP Fisheye Megapixel

GV-FE420. Visítenos: www.dluxsecurity.com. Cámara IP Fisheye Megapixel GV-FE420 Introduction The GV FE420 is a fisheye camera that allows you to monitor all angles of a location using just one camera. The distorted hemispherical image of the fisheye camera will be converted

More information

Unit 1: INTRODUCTION TO ADVANCED ROBOTIC DESIGN & ENGINEERING

Unit 1: INTRODUCTION TO ADVANCED ROBOTIC DESIGN & ENGINEERING Unit 1: INTRODUCTION TO ADVANCED ROBOTIC DESIGN & ENGINEERING Technological Literacy Review of Robotics I Topics and understand and be able to implement the "design 8.1, 8.2 Technology Through the Ages

More information

Sensors Collecting Manufacturing Process Data

Sensors Collecting Manufacturing Process Data Sensors & Actuators Sensors Collecting Manufacturing Process Data Data must be collected from the manufacturing process Data (commands and instructions) must be communicated to the process Data are of

More information

Lesson: Introduction to Video Conferencing

Lesson: Introduction to Video Conferencing Lesson: Learning Objectives On completion of this lesson, you will demonstrate an understanding of the components of a video conference. You will know how to: Define a video conference Define the advantages

More information

Software Requirements Specification Report

Software Requirements Specification Report Software Requirements Specification Report Car Tracker Behlül UÇAR 1631191 Ceren Abay 1559814 Ezel Aydoğ 1630623 Table of Contents 1. Introduction 3 1.1. Problem Definition 3 1.2. Purpose 3 1.3. Scope

More information

Input and output devices for specific needs

Input and output devices for specific needs Input and output devices for specific needs Teacher s Notes Lesson Plan Length 60 mins Specifi cation Link 212/r Learning objective Candidates should be able to: (r) discuss input and output devices for

More information

Intelligent Video Technology

Intelligent Video Technology WHITE PAPER Intelligent Video Technology Panasonic Video surveillance systems Table of contents 1. Introduction 3 2. How Intelligent Video works 3 3. System configuration 4 4. Panasonic s intelligent video

More information

Robotic Home Assistant Care-O-bot: Past Present Future

Robotic Home Assistant Care-O-bot: Past Present Future Robotic Home Assistant Care-O-bot: Past Present Future M. Hans, B. Graf, R.D. Schraft Fraunhofer Institute for Manufacturing Engineering and Automation (IPA) Nobelstr. 12, Stuttgart, Germany E-mail: {hans,

More information

Basler. Area Scan Cameras

Basler. Area Scan Cameras Basler Area Scan Cameras VGA to 5 megapixels and up to 210 fps Selected high quality Sony and Kodak CCD sensors Powerful Gigabit Ethernet interface Superb image quality at all resolutions and frame rates

More information

How To Make A Tersea Robot

How To Make A Tersea Robot TERESA - 611153 - FP7/2013-2016 Deliverable 6.2 Version 0.0: Manually controlled telepresence system Project acronym: TERESA Project full title: Telepresence Reinforcement-Learning Social Agent Grant agreement

More information

[PACKTl. Flash Development for Android Cookbook. Flash, Flex, and AIR. Joseph Labrecque. Over 90 recipes to build exciting Android applications with

[PACKTl. Flash Development for Android Cookbook. Flash, Flex, and AIR. Joseph Labrecque. Over 90 recipes to build exciting Android applications with Flash Development for Android Cookbook Over 90 recipes to build exciting Android applications with Flash, Flex, and AIR Joseph Labrecque [PACKTl III IV I V I J PUBLISHING BIRMINGHAM - MUMBAI Preface 1

More information

FRC WPI Robotics Library Overview

FRC WPI Robotics Library Overview FRC WPI Robotics Library Overview Contents 1.1 Introduction 1.2 RobotDrive 1.3 Sensors 1.4 Actuators 1.5 I/O 1.6 Driver Station 1.7 Compressor 1.8 Camera 1.9 Utilities 1.10 Conclusion Introduction In this

More information

Multi-Touch Ring Encoder Software Development Kit User s Guide

Multi-Touch Ring Encoder Software Development Kit User s Guide Multi-Touch Ring Encoder Software Development Kit User s Guide v2.0 Bulletin #1198 561 Hillgrove Avenue LaGrange, IL 60525 Phone: (708) 354-1040 Fax: (708) 354-2820 E-mail: instinct@grayhill.com On the

More information

Pop-up Surveillance Camera On Your TV

Pop-up Surveillance Camera On Your TV Pop-up Surveillance Camera On Your TV Would you like to automatically see who s at your front door, even before they ring the doorbell? It s easy to do! Just follow the simple steps described below. CAMERA

More information