System Block Diagram. Tracking Trajectories of Migrating Birds Around a Skyscraper. Brian Crombie Matt Zivney

Size: px
Start display at page:

Download "System Block Diagram. Tracking Trajectories of Migrating Birds Around a Skyscraper. Brian Crombie Matt Zivney"

Transcription

1 System Block Diagram Tracking Trajectories of Migrating Birds Around a Skyscraper Brian Crombie Matt Zivney Project Advisors Dr. Huggins Dr. Stewart Dr. Malinowski

2 System Level Block Diagram The goal of this project is to develop a system to calculate, store, and display trajectories of birds flying within 100 meters of a skyscraper. Birds are identified and their position found through stereoscopic imaging. The system displays bird trajectories in three dimensions and provides a confidence indicator for each trajectory. Although the calculations for the confidence indicator have not been determined quantitatively, the confidence indicator will give a measure of the certainty associated with each trajectory. Uncertainty in the calculations may come about when correlating pixels between two images and when correlating bird locations between frames. The system level block diagram is shown in figure 1. Power Stepper Motor Encoder Stepper Motor Ctrl PC Camera Displays Photons Boom Camera 1 Image 1 Data Reduction Display Boom Angle Display Photons Camera 2 Image 2 Raw Data File Figure 1: System Level Block Diagram Camera Subsystem The two cameras convert photons into usable images for the computer. The user will set the cameras some distance apart and parallel to each other. By using two cameras, objects can be located in three dimensions. Camera Image to PC Output Image Figure 2: Camera Subsystem Block Diagram The Image output is a digital image to the computer or analog video to a frame grabber interfaced with the computer. The optimum interface is IEEE 1394 or USB 2.0, which allows image captures at resolutions of 640x480 and beyond, in addition to control over when each frame begins.

3 With analog video cameras there is no way to synchronize the frames from each camera, which could be a limitation. Operation by Mode Setup In setup mode the cameras may capture images to verify a connection with the PC. In monitoring mode the cameras capture images which are processed by the PC. Data Acquisition In data acquisition mode the cameras capture images which are processed by the PC. Data Reduction The cameras are not used in data reduction mode. Boom Subsystem The boom consists of a mounting structure for two cameras and a stepper motor. The boom can be turned, panning the cameras, using the stepper motor. The position of the boom is determined from the output of an encoder. Power Stepper Motor Encoder to PC Stepper Motor Ctrl from PC Boom Inputs Figure 3: Boom Subsystem Block Diagram Stepper Motor Control The Stepper Motor Control input is a control line from the PC to the stepper motor to turn the boom. It uses a digital signal to control the motor. Power

4 The Power input is the power required for the stepper motor. Outputs Encoder The Encoder output can be used by the PC to determine the current angle of the boom. It uses a pulse train the PC can analyze to determine the rotation of the boom. Operation by Mode Setup The boom subsystem may be used to pan the cameras to a position specified by the user. The boom is not used in monitoring mode. Data Acquisition The boom is not used in data acquisition mode Data Reduction The boom is not used in data reduction mode. PC Subsystem The PC subsystem uses custom image processing software to find moving birds, identify their positions, and calculate their trajectories. Encoder from Boom Stepper Motor Ctrl to Boom Image from Camera 1 Image from Camera 2 PC Camera Displays to User Data Reduction Display to User Boom Angle Display to User Raw Data File to Disk Figure 4: PC Subsystem Block Diagram Inputs Camera Images The Camera Image inputs are the primary inputs to the object identification, locating, and tracking algorithms. Boom Encoder The Boom Encoder input is used to determine the angle of the Boom. Outputs Camera Displays

5 The Camera Displays show real-time images from the Camera L and Camera R. Data Reduction Display The Data Reduction Display shows calculated locations and trajectories in 3D along with confidence indicators. Boom Angle Display The Boom Angle Display shows the current angle of the boom. Raw Data File The Raw Data File output stores all calculated values for later display. Operation by Mode Setup In setup mode the PC requests input from the user, and may turn the boom to a position determined from user input. The camera images may also be displayed so the user can verify that the cameras are operating correctly, and to verify that the cameras are focused on the desired volume of space. In monitoring mode the PC acquires images and process them to detect movement. If movement is detected in a number of consecutive frames then the system enters data acquisition mode. Data Acquisition In data acquisition mode the PC acquires images from both cameras and process them to detect moving objects. The moving objects in each image are correlated to moving objects in the other image. From the location of each object in their respective images the location of the object is determined in three dimensions. Finally, the moving objects are correlated with tracking information from past frames to determine the trajectory of each object. If a number of consecutive frames are captured without movement then the system enters monitoring mode. Data Reduction In data reduction mode the PC uses stored or real-time acquired data to generate a 3D plot of bird trajectories around the skyscraper.

6 Software Flowcharts The following are software flow charts for the four modes of operation for the project: Setup,, Data Acquisition, and Data Display. Setup Mode Flow Chart Setup Mode allows system parameters to be initialized or adjusted by the user. At this point the only parameter that will be entered by the user in Setup Mode is the camera position. Obtain system initialization parameters from user including camera position input Is user input valid? Go to Mode Figure 5 Setup Mode Software Flowchart

7 Mode Flow Chart After Setup Mode, the system enters Mode, where input from the cameras is processed to detect movement of birds. When moving birds have been detected for a specified number of frames, the system enters Data Acquisition Mode. The number of frames with movement found before Data Acquisition Mode is entered has not been established at this point; it will be determined once experimental data is gathered. Obtain Images from Cameras Identify moving objects Is movement shown in images? Increment number of frames with movement Have moving birds been detected for a specified number of frames? Enter Data Acquisition Mode Figure 6 Mode Software Flowchart

8 Data Acquisition Mode Flow Chart In Data Acquisition Mode the trajectories of birds flying through the field of view of the camera are calculated and stored, and for each trajectory calculation a confidence indicator is generated. The method for determining the confidence indicator has yet to be determined quantitatively, but it will be a measure of the confidence in the correlation of images. The method for correlating images has also not been determined at this point. In Data Acquisition Mode, images are obtained from the cameras for processing until no moving birds have been detected for a specified number of frames. This specified number of frames will be established once experimental data has been gathered. Obtain Images from Cameras Identify moving objects Is movement shown in images? Has number of frames allowed with no moving objects found been exceeded? Go to Mode Correlate objects in images and generate confidence indicator Calculate positions of objects Correlate objects from previous pair of images with current pair of images Update trajectories Store data Figure 7 Data Acquisition Mode Software Flowchart

9 Data Display Mode Flow Chart Data Display Mode displays the bird trajectories in 3-D using real time or stored data, and also displays a confidence indicator for each trajectory. The point of view of the 3-D image can be changed by the user so the trajectories can be seen from different angles. Read stored or real-time data Display 3-D trajectories and confidence indicator Is there user input to change the 3-D point of view? Change 3-D point of view Is data in real time? Generate delay to control frame rate Figure 8 Data Display Mode Software Flowchart

Tracking The Trajectories of Migrating Birds

Tracking The Trajectories of Migrating Birds Tracking The Trajectories of Migrating Birds Brian Crombie Matt Zivne 1. Summar 2. Patents 3. Standards 4. I/O Outline. Modes of Operation 6. Block Diagram 7. Parts List 1 Outline 8. Software Flowcharts

More information

Tracking Trajectories of Migrating Birds Around a Skyscraper

Tracking Trajectories of Migrating Birds Around a Skyscraper Tracking Trajectories of Migrating Birds Around a Skyscraper Brian Crombie Matt Zivney Project Advisors Dr. Huggins Dr. Stewart Abstract In this project, the trajectories of birds are tracked around tall

More information

T-BIRD: Tracking Trajectories of Migrating Birds Around Tall Structures

T-BIRD: Tracking Trajectories of Migrating Birds Around Tall Structures T-BIRD: Tracking Trajectories of Migrating Birds Around Tall Structures Final Paper Study by: Arik W. Brooks Nicholas J. Patrick Project Advisors: Dr. Brian D. Huggins Dr. Donald R. Schertz Dr. Thomas

More information

Autonomous Vehicle Navigation Using Stereoscopic Imaging

Autonomous Vehicle Navigation Using Stereoscopic Imaging Autonomous Vehicle Navigation Using Stereoscopic Imaging Functional Description and Complete System Block Diagram By: Adam Beach Nick Wlaznik Advisors: Dr. Huggins Dr. Stewart December 14, 2006 I. Introduction

More information

Tracking Trajectories of Migrating Birds Around Tall Structures

Tracking Trajectories of Migrating Birds Around Tall Structures Tracking Trajectories of Migrating Birds Around Tall Structures Research Project Description By: Arik W. Brooks Nicholas J. Patrick Bradley University College of Engineering and Technology Electrical Engineering

More information

Autonomous Vehicle Navigation Using Stereoscopic Imaging

Autonomous Vehicle Navigation Using Stereoscopic Imaging Autonomous Vehicle Navigation Using Stereoscopic Imaging Project Proposal By: Beach Wlaznik Advisors: Dr. Huggins Dr. Stewart December 7, 2006 I. Introduction The objective of the Autonomous Vehicle Navigation

More information

Presentation Outline

Presentation Outline Autonomous Vehicle Navigation Using Stereoscopic Imaging Senior Capstone Project Progress Report Department of Electrical and Computer Engineering Bradley University Presented by: Beach, Wlaznik Advisors:

More information

Integrating Machine Vision and Motion Control. Huntron

Integrating Machine Vision and Motion Control. Huntron 1 Integrating Machine Vision and Motion Control Huntron 2 System Overview System Overview PXI Color Vision: Cameras, Optics, Lighting, Frame Grabbers and Software Serial 3 Axis Motion Control: Application

More information

Autofocus Systems in Machine Vision. Thomas Schäffler

Autofocus Systems in Machine Vision. Thomas Schäffler Autofocus Systems in Machine Vision Thomas Schäffler Agenda Definition: what is Autofocus (AF) Why do we need AF? Components of an AF system How to check for focus? How to adjust focus? Example system

More information

Automatic Pouring Robot. Akilah Harris-Williams Adam Olmstead Philip Pratt-Szeliga Will Roantree

Automatic Pouring Robot. Akilah Harris-Williams Adam Olmstead Philip Pratt-Szeliga Will Roantree Automatic Pouring Robot Akilah Harris-Williams Adam Olmstead Philip Pratt-Szeliga Will Roantree Overview Objective and Motivation Mechanical System Modeling, Simulation and Verification Tilt Pan Pouring

More information

EtherCAT Benefits Production of Green Energy. Lester Shaw, Elmo Motion Control, Inc.

EtherCAT Benefits Production of Green Energy. Lester Shaw, Elmo Motion Control, Inc. EtherCAT Benefits Production of Green Energy Lester Shaw, Elmo Motion Control, Inc. Pioneers in green energy Photovoltaics characterized by long production lines Elmo servo controllers are installed in

More information

Cross hairs for vertical and horizontal profiles. Profile can be linked to cross hair position, centroid, peak or sum profile can be displayed

Cross hairs for vertical and horizontal profiles. Profile can be linked to cross hair position, centroid, peak or sum profile can be displayed 3.1.2 Laser Beam Analysis Systems 3.1.2.2 BeamStar Greatest ease of use Automated operation Effortless report generation Start/stop measurement Background subtraction for improved accuracy measurements

More information

HCImage. Image Acquisition and Analysis Software. Light... Camera... Acquisition...

HCImage. Image Acquisition and Analysis Software. Light... Camera... Acquisition... HCImage Image Acquisition and Analysis Software Light... Camera... Acquisition... HCImage Analysis HCImage Analysis provides comprehensive control of Hamamatsu cameras, microscopes, stages and other peripheral

More information

Automated Industrial Wind Tunnel Functional Description and. Complete System Block Diagram

Automated Industrial Wind Tunnel Functional Description and. Complete System Block Diagram Automated Industrial Wind Tunnel Functional Description and Complete System Block Diagram Daniel Monahan Nicholas DeTrempe Project Advisors Dr. Aleksander Malinowski September 20, 2011 The overall goal

More information

Evaluating the Performance of a Vehicle Pose Measurement System

Evaluating the Performance of a Vehicle Pose Measurement System Evaluating the Performance of a Vehicle Pose Measurement System Harry Scott Sandor Szabo National Institute of Standards and Technology Abstract A method is presented for evaluating the performance of

More information

LIFT CONTROL USING PROGRAMMABLE LOGIC CONTROLLER

LIFT CONTROL USING PROGRAMMABLE LOGIC CONTROLLER LIFT CONTROL USING PROGRAMMABLE LOGIC CONTROLLER M Tech Mini-Project Report Submitted in partial fulfillment for the award of the Degree of Master of Technology in Electrical Engineering (Computer Controlled

More information

ELECTROOCULOGRAPHY HUMAN COMPUTER INTERFACE ECE-492/3 Senior Design Project Fall 2013

ELECTROOCULOGRAPHY HUMAN COMPUTER INTERFACE ECE-492/3 Senior Design Project Fall 2013 ELECTROOCULOGRAPHY HUMAN COMPUTER INTERFACE ECE-492/3 Senior Design Project Fall 2013 Electrical and Computer Engineering Department Volgenau School of Engineering George Mason University Fairfax, VA Team

More information

Study on Gear Chamfering Method based on Vision Measurement

Study on Gear Chamfering Method based on Vision Measurement International Conference on Informatization in Education, Management and Business (IEMB 2015) Study on Gear Chamfering Method based on Vision Measurement Jun Sun College of Civil Engineering and Architecture,

More information

Synchronizing High Speed Image and Data Acquisition

Synchronizing High Speed Image and Data Acquisition 24 April 2013, Huntsville, AL Frederick 2013-007 Synchronizing High Speed Image and Data Acquisition Mr. Amit Patel 1, Mr. Chad J. Eberhart 2, Dr. Robert A. Frederick 3 University of Alabama in Huntsville

More information

AME 20213: Fundamentals of Measurements and Data Analysis. LEX-3: Wind Tunnel Pressure Measurement Uncertainty 9 October 2006

AME 20213: Fundamentals of Measurements and Data Analysis. LEX-3: Wind Tunnel Pressure Measurement Uncertainty 9 October 2006 AME 20213: Fundamentals of Measurements and Data Analysis LEX-3: Wind Tunnel Pressure Measurement Uncertainty 9 October 2006 TA: John Schmitz Office: B028 Hessert Phone: 1-2317 E-mail : jschmitz@nd.edu

More information

ND 1300 QUADRA-CHEK the Digital Readouts for Convenient 2-D Measurement

ND 1300 QUADRA-CHEK the Digital Readouts for Convenient 2-D Measurement ND 1300 QUADRA-CHEK the Digital Readouts for Convenient 2-D Measurement The ND 1300 QUADRA-CHEK digital readouts can support up to four axes. They function as measuring computers with 2-D acquisition of

More information

Archeoviz: Improving the Camera Calibration Process. Jonathan Goulet Advisor: Dr. Kostas Daniilidis

Archeoviz: Improving the Camera Calibration Process. Jonathan Goulet Advisor: Dr. Kostas Daniilidis Archeoviz: Improving the Camera Calibration Process Jonathan Goulet Advisor: Dr. Kostas Daniilidis Problem Project Description Complete 3-D reconstruction of site in Tiwanaku, Bolivia Program for archeologists

More information

Cranking Out Camshaft Timing Data

Cranking Out Camshaft Timing Data Cranking Out Camshaft Timing Data by Jeffrey J. Scott Senior Project Manager, Measurement & Automation Data Science Automation, Inc. USA and Ryan W. Vallieu Consultant, Mea surement & Automation Data Science

More information

Chapter 6 : Results and Discussion

Chapter 6 : Results and Discussion Refinement and Verification of the Virginia Tech Doppler Global Velocimeter (DGV) 86 Chapter 6 : Results and Discussion 6.1 Background The tests performed as part of this research were the second attempt

More information

MDR Presentation StarTrack

MDR Presentation StarTrack MDR Presentation StarTrack Rebecca Baturin Chris Boyle Charles Urbanowski Daniel Willmott November 20 th, 2014 Team Introductions Rebecca Baturin, EE Chris Boyle, CSE Charles Urbanowski, EE Daniel Willmott,

More information

PWB Calibration Software for Encoders

PWB Calibration Software for Encoders PWB Calibration Software for Encoders (GUI Version 2.3) User Manual AS25/50 V2.3 1/13 PWB Encoders GmbH 1 Introduction Thank you for purchasing a product from PWB Encoders! Our Mini-Encoders, Encoder Wheels,

More information

THE USE OF DIGITAL IMAGE CORRELATION AS A PREDICTIVE MAINTENANCE TOOL FOR LONG-TERM OPERATION OF NUCLEAR POWER PLANTS

THE USE OF DIGITAL IMAGE CORRELATION AS A PREDICTIVE MAINTENANCE TOOL FOR LONG-TERM OPERATION OF NUCLEAR POWER PLANTS THE USE OF DIGITAL IMAGE CORRELATION AS A PREDICTIVE MAINTENANCE TOOL FOR LONG-TERM OPERATION OF NUCLEAR POWER PLANTS Brian P. Hohmann a, Paul Bruck a, Thomas C. Esselman a, Sontra Yim a, Timothy Schmidt

More information

Acquisition of experimental data

Acquisition of experimental data Otto-von-Guericke-Univ. Magdeburg Vorlesung «Messtechnik» Acquisition of experimental data Dominique Thévenin, Katja Zähringer Lehrstuhl für Strömungsmechanik und Strömungstechnik (LSS) thevenin@ovgu.de,

More information

A variety of ECONseries modules provide economical yet flexible solutions

A variety of ECONseries modules provide economical yet flexible solutions Economy USB Mini-Instruments Flexible Yet Economical A variety of low-cost modules are available to provide flexible yet economical solutions. Choose the number of analog I/O and digital I/O channels,

More information

Development of Software Package for Automated Scanning of Multiple Surface Fuel Pellets Using Ultrasonic Imaging System

Development of Software Package for Automated Scanning of Multiple Surface Fuel Pellets Using Ultrasonic Imaging System 115 Proceedings of the National Seminar & Exhibition on Non-Destructive Evaluation NDE 2009, December 10-12, 2009 Development of Software Package for Automated Scanning of Multiple Surface Fuel Pellets

More information

Stepper Drive Setup Guide

Stepper Drive Setup Guide MACHMOTION Stepper Drive Setup Guide 1/21/2011 Everything you need to know to connect your stepper motors to the MachMotion stepper drives. MachMotion Version 1.0.1 2 P a g e Copyright 2011, MachMotion.com

More information

phoenix Upgrade Packages for SLM Model 4800/48000/8000/8100 Spectrofluorometers

phoenix Upgrade Packages for SLM Model 4800/48000/8000/8100 Spectrofluorometers Upgrade Packages for SLM Model 4800/48000/8000/8100 Spectrofluorometers Phoenix: The Upgrade Packages for SLM Model 4800/48000/8000/8100 Spectrofluorometers The Phoenix Upgrade Packages are designed to

More information

DEVELOPMENT OF THE JEM ICS ANTENNA POINTING SYSTEM

DEVELOPMENT OF THE JEM ICS ANTENNA POINTING SYSTEM DEVELOPMENT OF THE JEM ICS ANTENNA POINTING SYSTEM Author: Jess Stevenson, Manager, Mechanical Engineering (SMD) MOOG Schaeffer Magnetics Division (SMD) 21339 Nordhoff St., Chatsworth, CA 91311 (818)341-5156,

More information

3D Laser Range Finder Topological sensor gathering spatial data from the surrounding environment

3D Laser Range Finder Topological sensor gathering spatial data from the surrounding environment Initial Project and Group Identification Document September 19, 2013 3D Laser Range Finder Topological sensor gathering spatial data from the surrounding environment Christian Conrose Jonathan Ulrich Andrew

More information

Running 2D Ball Balancer Experiment

Running 2D Ball Balancer Experiment Running 2D Ball Balancer Experiment Contents Purpose...1 Physical Setup...1 Procedures...3 Step 1: Calibration...3 Step 2: MATLAB and the Environment...4 Step 3: Setup File...5 Step 4: Compile and Run...5

More information

ALGORITHMS FOR DETECTING DISORDERS OF THE BLDC MOTOR WITH DIRECT CONTROL

ALGORITHMS FOR DETECTING DISORDERS OF THE BLDC MOTOR WITH DIRECT CONTROL Journal of KONES Powertrain and Transport, Vol. 23, No. 4 2016 ALGORITHMS FOR DETECTING DISORDERS OF THE BLDC MOTOR WITH DIRECT CONTROL Marcin Chodnicki, Przemysław Kordowski Mirosław Nowakowski, Grzegorz

More information

Stereoscopic & Collimated Display Requirements

Stereoscopic & Collimated Display Requirements 01 Stereoscopic & Collimated Display Requirements October 3, 01 Charles J. Lloyd President, Visual Performance LLC Overview Introduction Stereoscopic displays Antialiasing and pixel pitch Collimated displays

More information

VisionGauge OnLine Spec Sheet

VisionGauge OnLine Spec Sheet VisionGauge OnLine Spec Sheet VISIONx INC. www.visionxinc.com Powerful & Easy to Use Intuitive Interface VisionGauge OnLine is a powerful and easy-to-use machine vision software for automated in-process

More information

SpatialFuser. Offers support for GNSS and INS navigation systems. Supports multiple remote sensing equipment configurations.

SpatialFuser. Offers support for GNSS and INS navigation systems. Supports multiple remote sensing equipment configurations. SPATIALFUSER SpatialFuser SpatialFuser is designed to georeference data acquired by our LiDAR mapping systems into common mapping formats such as LAS/LAZ or GPX. The main purpose of SpatialFuser is to

More information

Modular Rapid Monitoring System

Modular Rapid Monitoring System Modular Rapid Monitoring System Timothy Kritzler and Joseph Mintun Sponsor: Martin Engineering, Illinois Advisors: Dr. Malinowski and Dr. Ahn Bradley University Electrical and Computer Engineering October

More information

Highlights. Main Features. Product Images: BD-2402B1. 4CH 720p Video Security System with 1TB HDD and 2 720p Analog Cameras

Highlights. Main Features. Product Images: BD-2402B1. 4CH 720p Video Security System with 1TB HDD and 2 720p Analog Cameras BD-2402B1 4CH 720p Video Security System with 1TB HDD and 2 720p Analog Cameras Highlights 4-Channel DVR with 1TB HDD and 2 HD 720p cameras Upgrade existing standard definition systems to 720p without

More information

LECTURE 15. Dr. Teresa D. Golden University of North Texas Department of Chemistry

LECTURE 15. Dr. Teresa D. Golden University of North Texas Department of Chemistry LECTURE 15 Dr. Teresa D. Golden University of North Texas Department of Chemistry Typical steps for acquisition, treatment, and storage of diffraction data includes: 1. Sample preparation (covered earlier)

More information

Animation Charts. What is in the Animation Charts Package? Flying Cycle. Throw Side View. Jump. Side View. Sequence Layout

Animation Charts. What is in the Animation Charts Package? Flying Cycle. Throw Side View. Jump. Side View. Sequence Layout Toon Boom Animation provides several animation charts designed to help you animate different characters. The Animation Chart Package contains main actions and animation such as, walking, flying, weight

More information

DT MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module. Overview. Key Features. Bandwidth of the DT9862

DT MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module. Overview. Key Features. Bandwidth of the DT9862 DT9862 10 MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module Overview The DT9862 is a high-speed, high-performance USB data acquisition module that provide throughput rates up to 10 MS/s

More information

Marcel Worring Intelligent Sensory Information Systems

Marcel Worring Intelligent Sensory Information Systems Marcel Worring worring@science.uva.nl Intelligent Sensory Information Systems University of Amsterdam Information and Communication Technology archives of documentaries, film, or training material, video

More information

Behavioral Modes Segmentation: GIS Visualization Movement Ecology CEAB 15 June, 2012

Behavioral Modes Segmentation: GIS Visualization Movement Ecology CEAB 15 June, 2012 Behavioral Modes Segmentation: GIS Visualization Movement Ecology Lab @ CEAB 15 June, 2012 GIS visualization for segmentation and annotation of animal movement trajectories (for single or few trajectories

More information

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Recall that the final objective is position regulation using computer-controlled state feedback. Computer control requires both software, like LabVIEW and hardware,

More information

IEEE Consumer Electronics Society Calibrating a VR Camera. Adam Rowell CTO, Lucid VR

IEEE Consumer Electronics Society Calibrating a VR Camera. Adam Rowell CTO, Lucid VR IEEE Consumer Electronics Society Calibrating a VR Camera Adam Rowell CTO, Lucid VR adam@lucidcam.com Virtual Reality Cameras Lucid VR Camera How Does it Work? Lucid Software Technology Recording: Synchronization

More information

8661 EN. Precision Torque Sensor Non-contact transmission for rotating applications optional measurement of angle and speed.

8661 EN. Precision Torque Sensor Non-contact transmission for rotating applications optional measurement of angle and speed. Precision Torque Sensor Non-contact transmission for rotating applications optional measurement of angle and speed Model 8661 Code: Delivery: Warranty: 1-2 weeks 24 months Application The series 8661 precision

More information

STEPPER MOTOR DRIVES SOME FACTORS THAT WILL HELP DETERMINE PROPER SELECTION

STEPPER MOTOR DRIVES SOME FACTORS THAT WILL HELP DETERMINE PROPER SELECTION SOME FACTORS THAT WILL HELP DETERMINE PROPER SELECTION Authored By: Robert Pulford and Engineering Team Members Haydon Kerk Motion Solutions This white paper will discuss some methods of selecting the

More information

Members. Team Members. Advisor. Mentor. Tim Sonnen Joe Carter Marshall Townsend Brian Gift Nathan Park Kierra Ryan Qinlin Xu. Dr.

Members. Team Members. Advisor. Mentor. Tim Sonnen Joe Carter Marshall Townsend Brian Gift Nathan Park Kierra Ryan Qinlin Xu. Dr. Discover Bot 1 Members Team Members Advisor Tim Sonnen Joe Carter Marshall Townsend Brian Gift Nathan Park Kierra Ryan Qinlin Xu Dr. Joel Perry Mentor Sarah Willis 2 Project Goal To develop a single-user

More information

USING AN ACTIVE VISION SYSTEM TO COMPUTE TIME-UNTIL-IMPACT

USING AN ACTIVE VISION SYSTEM TO COMPUTE TIME-UNTIL-IMPACT USING AN ACTIVE VISION SYSTEM TO COMPUTE TIME-UNTIL-IMPACT Jorge Dias, Jorge Batista, Helder AraGjo, Anibal T. de Almeida Institute of Systems and Robotics Department of Electrical Engineering University

More information

MONITOR AND CONTROL OF AN EXCAVATOR ROBOT

MONITOR AND CONTROL OF AN EXCAVATOR ROBOT QUEEN S UNIVERSITY DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ELEC 49X PROJECT PROPOSAL MONITOR AND CONTROL OF AN EXCAVATOR ROBOT Submitted By: Group 13 Faculty Supervisor: Dr. K. Hashtrudi-Zaad

More information

Data acquisition hardware

Data acquisition hardware Data acquisition hardware Data acquisition (DAQ) is the process of sampling signals that measure real world physical conditions and converting the resulting samples into digital numeric values that can

More information

An Interactive Technique for Robot Control by Using Image Processing Method

An Interactive Technique for Robot Control by Using Image Processing Method An Interactive Technique for Robot Control by Using Image Processing Method Mr. Raskar D. S 1., Prof. Mrs. Belagali P. P 2 1, E&TC Dept. Dr. JJMCOE., Jaysingpur. Maharashtra., India. 2 Associate Prof.

More information

MSD P Simple Ink Jetting Station. Preliminary Detailed Design Review 11/24/2015

MSD P Simple Ink Jetting Station. Preliminary Detailed Design Review 11/24/2015 MSD P16512 - Simple Ink Jetting Station Preliminary Detailed Design Review 11/24/2015 Risk Assessment Added: Data loss - rank 9 Hardware loss - rank 27 Subsystems Motion 1. X-axis 2. Y-axis 3. Z-axis 4.

More information

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing SECOND EDITION Arduino Cookbook Michael Margolis Beijing Cambridge Farnham Koln Sebastopol O'REILLY- Tokyo Table of Contents Preface xi 1. Getting Started 1 1.1 Installing the Integrated Development Environment

More information

University of Tennessee at Chattanooga

University of Tennessee at Chattanooga University of Tennessee at Chattanooga Operating Curve Engineering 39 By Red Team (Allen, Michael) Course: ENGR39 Section: 1 Date: 1/3/9 1 1//9 Instructor: Dr. Jim M. Henry 1//9 Introduction: In the filter

More information

Chapter. Getting Started, Basics. and Examples. In This Chapter...

Chapter. Getting Started, Basics. and Examples. In This Chapter... Getting Started, Basics and Examples Chapter 2 In This Chapter... Overview... 2-2 Basic Motion Functions, Summary of Examples... 2-2 Detailed Example: Configure and Test a Quadrature Input... 2-7 Detailed

More information

A non-contact optical technique for vehicle tracking along bounded trajectories

A non-contact optical technique for vehicle tracking along bounded trajectories Home Search Collections Journals About Contact us My IOPscience A non-contact optical technique for vehicle tracking along bounded trajectories This content has been downloaded from IOPscience. Please

More information

Motion in 2D image sequences

Motion in 2D image sequences Motion in 2D image sequences Definitely used in human vision Object detection and tracking Navigation and obstacle avoidance Analysis of actions or activities Segmentation and understanding of video sequences

More information

Model: LT-122-PCIE For PCI Express

Model: LT-122-PCIE For PCI Express Model: LT-122-PCIE For PCI Express Data Sheet JUNE 2014 Page 1 Introduction... 3 Board Dimensions... 4 Input Video Connections... 5 Host bus connectivity... 6 Functional description... 7 Video Front-end...

More information

Discuss Proven technologies that addresses

Discuss Proven technologies that addresses Robotics and Machine Vision for assembly -Auto Teach, Vision guidance, Color & 3D Mar 5-12 2007 Agenda Discuss Proven technologies that addresses o Quick Tool Bring up o Using Non-touch Vision based Auto

More information

Magnetic Defectoscope System DEF-1C-IH2 Datasheet and Operation Instruction SYSTEM DESCRIPTION 1. MECHANICAL MODULE

Magnetic Defectoscope System DEF-1C-IH2 Datasheet and Operation Instruction SYSTEM DESCRIPTION 1. MECHANICAL MODULE SYSTEM DESCRIPTION The Magnetic Defectoscope System DEF-1C-IH2 allows users to perform a fast, high resolution inspection of permanent magnet assemblies. The Magnetic Defectoscope is equipped with inductive

More information

FALCON Smart Portable Solution Condition monitoring has never been so easy!!

FALCON Smart Portable Solution Condition monitoring has never been so easy!! FALCON Smart Portable Solution Condition monitoring has never been so easy!! oneprod.com With FALCON, ONEPROD offers a collection, analysis and balancing tool with outstanding performance, accessible to

More information

ProductView Express Documentation

ProductView Express Documentation ProductView Express Documentation 1.0 Introduction ProductView Express, which supports Pro/ENGINEER Wildfire, is now available. Using ProductView Express, engineers and others involved in the product development

More information

Surveyor Autocalibration Guide Objective Imaging Ltd.

Surveyor Autocalibration Guide Objective Imaging Ltd. Surveyor Autocalibration Guide Objective Imaging Ltd. 1 Overview The calibration in Surveyor defines a correlation between the pixel size of the camera to the samesized area of the stage measured in microns,

More information

IMPROVEMENT OF AIRCRAFT MECHANICAL DAMAGE INSPECTION WITH ADVANCED 3D IMAGING TECHNOLOGIES

IMPROVEMENT OF AIRCRAFT MECHANICAL DAMAGE INSPECTION WITH ADVANCED 3D IMAGING TECHNOLOGIES IMPROVEMENT OF AIRCRAFT MECHANICAL DAMAGE INSPECTION WITH ADVANCED 3D IMAGING TECHNOLOGIES MARK MAIZONNASSE 60TH A4A NDT FORUM SEPTEMBER 2017, FORT LAUDERDALE, FL, USA BRIDGING PHYSICAL AND DIGITAL WORLDS

More information

Hands-on Lab. Open-Loop Response: System Identification

Hands-on Lab. Open-Loop Response: System Identification Hands-on Lab Open-Loop Response: System Identification v r Motorized tethered cart A step or impulse response provides useful information that characterizes the system. With such data, one can then begin

More information

Camera Positioning System

Camera Positioning System Camera Positioning System Team 79 Members: Junjiao Tian, Jialu Li, and Weicheng Jiang Spring 2017 TA: John Capozzo Table of Contents 1 Introduction 1.1 Objective 1.2 Background 1.3 High-level requirement

More information

VZ series Camera Calibration

VZ series Camera Calibration VZ series Camera Calibration Calibration Field Setup Place 30 5cm flat reflector targets 1 foot apart on three columns. Place 10 targets on each column vertically. The columns should be approximately 10

More information

Design of an anthropomorphic robot head

Design of an anthropomorphic robot head Design of an anthropomorphic robot head K Undbekken, D Wilson, P Mowforth, S Solbakken and B Eiklid The Turing Institute Glasgow, UK * Abstract This paper describes the design of a robot head featuring

More information

DESIGN AND IMPLEMENTATION OF VISUAL FEEDBACK FOR AN ACTIVE TRACKING

DESIGN AND IMPLEMENTATION OF VISUAL FEEDBACK FOR AN ACTIVE TRACKING DESIGN AND IMPLEMENTATION OF VISUAL FEEDBACK FOR AN ACTIVE TRACKING Tomasz Żabiński, Tomasz Grygiel, Bogdan Kwolek Rzeszów University of Technology, W. Pola 2, 35-959 Rzeszów, Poland tomz, bkwolek@prz-rzeszow.pl

More information

Hand Gesture Recognition System

Hand Gesture Recognition System Hand Gesture Recognition System Mohamed Alsheakhali, Ahmed Skaik, Mohammed Aldahdouh, Mahmoud Alhelou Computer Engineering Department, The Islamic University of Gaza Gaza Strip, Palestine, 2011 msali@iugaza.edu.ps,

More information

Traffic Sign Recognition Senior Project Proposal

Traffic Sign Recognition Senior Project Proposal Traffic Sign Recognition Senior Project Proposal Jacob Carlson and Sean St. Onge Advisor Dr. Thomas Stewart December 5 th, 2007 Abstract The Traffic Sign Recognition project aims to create a system using

More information

High Speed and High Accuracy by Synchronization of I/O Signals with Motion Control

High Speed and High Accuracy by Synchronization of I/O Signals with Motion Control SSCNET III/H Sensing Module MR-MT2000 Series August 2016 New Product Release SV1608-4E High Speed and High Accuracy by Synchronization of I/O Signals with Motion Control Sensing s to Add Extra Value to

More information

And. Modal Analysis. Using. VIC-3D-HS, High Speed 3D Digital Image Correlation System. Indian Institute of Technology New Delhi

And. Modal Analysis. Using. VIC-3D-HS, High Speed 3D Digital Image Correlation System. Indian Institute of Technology New Delhi Full Field Displacement And Strain Measurement And Modal Analysis Using VIC-3D-HS, High Speed 3D Digital Image Correlation System At Indian Institute of Technology New Delhi VIC-3D, 3D Digital Image Correlation

More information

ZEISS Smartproof 5 Your Integrated Widefield Confocal Microscope for Surface Analysis in Quality Assurance and Quality Control

ZEISS Smartproof 5 Your Integrated Widefield Confocal Microscope for Surface Analysis in Quality Assurance and Quality Control Product Information Version 1.0 ZEISS Smartproof 5 Your Integrated Widefield Confocal Microscope for Surface Analysis in Quality Assurance and Quality Control Dedicated Design. Guided Workflow. Trusted

More information

AUTOMATIC TARGETING SYSTEM FOR UNMANNED AIR VEHICLE OPERATIONS

AUTOMATIC TARGETING SYSTEM FOR UNMANNED AIR VEHICLE OPERATIONS AUTOMATIC TARGETING SYSTEM FOR UNMANNED AIR VEHICLE OPERATIONS Submitted by LOW CHIN MIN MIKE U024997B Department of Mechanical Engineering In partial fulfillment of the requirements for the Degree of

More information

Stepper. Manuals about stepper drives. Stepper Drive Wiring Diagram - Apollo Stepper Drive Setup Guide

Stepper. Manuals about stepper drives. Stepper Drive Wiring Diagram - Apollo Stepper Drive Setup Guide Stepper Manuals about stepper drives Stepper Drive Wiring Diagram - Apollo Stepper Drive Setup Guide Stepper Drive Wiring Diagram - Apollo Cont rol Connect or Signal PUL+ PUL DIR+ DIR EN+ EN Color Brown/White

More information

- QuB tutorials - World3D

- QuB tutorials - World3D - QuB tutorials - World3D April 2015 The MLab 1 World3D: Content Content: Start QuB Load Project Run Scriptlets to build World3D objects Navigate the World3D Load a World3D Setting up the camera LiveView

More information

Particle Image Velocimetry Part - 3

Particle Image Velocimetry Part - 3 AerE 545X class notes #5 Particle Image Velocimetry Part - 3 Hui Hu Department of Aerospace Engineering, Iowa State University Ames, Iowa 50011, U.S.A PIV System Setup Particle tracers: Illumination system:

More information

Module 1. Introduction to Mechatronics. Fundamentals of Mechatronics (MH501)

Module 1. Introduction to Mechatronics. Fundamentals of Mechatronics (MH501) Module 1 Introduction to Mechatronics Fundamentals of Mechatronics (MH501) Dr. Atul Thakur, Assistant Professor Department of Mechanical Engineering Indian Institute of Technology Patna Autumn 2017 Module

More information

Calibration of IRS-1C PAN-camera

Calibration of IRS-1C PAN-camera Calibration of IRS-1C PAN-camera Karsten Jacobsen Institute for Photogrammetry and Engineering Surveys University of Hannover Germany Tel 0049 511 762 2485 Fax -2483 Email karsten@ipi.uni-hannover.de 1.

More information

07ATC 22 Image Exploitation System for Airborne Surveillance

07ATC 22 Image Exploitation System for Airborne Surveillance 07ATC 22 Image Exploitation System for Airborne Surveillance Karunakaran. P, Frederick Mathews, S.H.Padmanabhan, T.K.Sateesh HCL Technologies, India Copyright 2007 SAE International ABSTRACT The operational

More information

DEVELOPMENT OF A TRACKING AND GUIDANCE SYSTEM FOR A FIELD ROBOT

DEVELOPMENT OF A TRACKING AND GUIDANCE SYSTEM FOR A FIELD ROBOT DEVELOPMENT OF A TRACKING AND GUIDANCE SYSTEM FOR A FIELD ROBOT J.W. Hofstee 1, T.E. Grift 2, L.F. Tian 2 1 Wageningen University, Farm Technology Group, Bornsesteeg 59, 678 PD Wageningen, Netherlands

More information

n Measuring range 0... ± 0,02 Nm to 0... ± 1000 Nm n Low linearity deviation of ± 0.05 % F.S. n Intelligent operating state indicator

n Measuring range 0... ± 0,02 Nm to 0... ± 1000 Nm n Low linearity deviation of ± 0.05 % F.S. n Intelligent operating state indicator Precision Torque Sensor Non-contact transmission for rotating applications Optional measurement of angle and speed Model 8661 Code: Delivery: Warranty: 2-3 weeks 24 months Optional: USB interface Dual

More information

USB Logic Analyzer. Project Proposal. Shom Bandopadhaya Advisor: Dr. James H. Irwin. December 8, 2005

USB Logic Analyzer. Project Proposal. Shom Bandopadhaya Advisor: Dr. James H. Irwin. December 8, 2005 USB Logic Analyzer Project Proposal Shom Bandopadhaya Advisor: Dr. James H. Irwin December 8, 2005 Senior Capstone Project Bradley University Department of Electrical and Computer Engineering Introduction

More information

Pamoco SpA - via Riccardo Lombardi 19/ Milano - tel fax

Pamoco SpA - via Riccardo Lombardi 19/ Milano - tel fax By detecting motor voltage, current, and back-emf Precision current control technology Most stepper systems resonate at mid-range speed signal, Leadshine digital drives can detect loss-ofsynchronization

More information

Analog Camera. Technical Manual

Analog Camera. Technical Manual Analog Camera Technical Manual 1 Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION disclaims any

More information

DEMO. The Professional Software Suite for Automatic Control Design and Forecasting. EICASLAB Demo RT-emb

DEMO. The Professional Software Suite for Automatic Control Design and Forecasting. EICASLAB Demo RT-emb TM EICASLAB DEMO The Professional Software Suite for Automatic Control Design and Forecasting EICASLAB Demo RT-emb EICASLAB Demo RT-emb Just 1 Software Suite Just 1 Project ALL the design phases The operative

More information

udr-1300s PROGRAMMABLE MOTOR CONTROLLER

udr-1300s PROGRAMMABLE MOTOR CONTROLLER udr-13 is designed to control of stepper motor or servo motor rotation on the set distance or with the set speed without use of the computer or CNC controller. Functions 5 lines of the movement program

More information

Self-Correcting Projectile Launcher. Josh Schuster Yena Park Diana Mirabello Ryan Kindle

Self-Correcting Projectile Launcher. Josh Schuster Yena Park Diana Mirabello Ryan Kindle Self-Correcting Projectile Launcher Josh Schuster Yena Park Diana Mirabello Ryan Kindle Motivation & Applications Successfully reject disturbances without use of complex sensors Demonstrate viability of

More information

Rensselaer Polytechnic Institute

Rensselaer Polytechnic Institute Rensselaer Polytechnic Institute To: Professor John T Wen. From: Team 2: Adjima Mareira, Teresa Bernardi, Brian Lewis, Matthew Rosmarin Subject: Control System Design Conceptual Design Date: 1/31/2006

More information

Plant Modeling for Powertrain Control Design

Plant Modeling for Powertrain Control Design Plant Modeling for Powertrain Control Design Modelica Automotive Workshop Dearborn, MI November 19, 2002 Dr. Larry Michaels GM Powertrain Controls Engineering Challenges in PT Control Design Control System

More information

N23 CCD CAMERA FOR X-RAY IMAGE INTENSIFIER. CCD Camera Head. Control unit (CCU RACK) N23 SERIES

N23 CCD CAMERA FOR X-RAY IMAGE INTENSIFIER. CCD Camera Head. Control unit (CCU RACK) N23 SERIES N23 CCD CAMERA FOR X-RAY IMAGE INTENSIFIER N23 Series CCD CAMERA The N23 CCD camera, manufactured using printed circuit board with SMD technology, offers better performance than NICAL s well know N20 camera

More information

SCA Laser Automation/Motion Control Software

SCA Laser Automation/Motion Control Software SCA Laser Automation/Motion Control Software Workshop of Photonics develops SCA software to control and automate laser machining. This software was created to provide speed, flexibility and visibility

More information

Software for Observation and Measurement SGMMS V2.6. Users Manual

Software for Observation and Measurement SGMMS V2.6. Users Manual AFM45-S03-12402 Software for Observation and Measurement SGMMS V2.6 Users Manual SIGMAKOKI Co., LTD. CONTENTS 1 OVERVIEW... - 3-2 BEFORE USE... - 3-2-1 OPERATIONAL ENVIRONMENT...- 3-2-2 INSTALLATION PREPARATION...-

More information

F-35 VIDEO DEBRIEF AND PLAYBACK USING ILIAD

F-35 VIDEO DEBRIEF AND PLAYBACK USING ILIAD F-35 VIDEO DEBRIEF AND PLAYBACK USING ILIAD ITEA INSTRUMENTATION WORKSHOP MAY 14, 2015 PRESENTED BY: MICHAEL LOCKARD EMC SOLUTIONS ENGINEERING GROUP 1 ILIAD (INSTRUMENTATION LOADING, INTEGRATION, ANALYSIS

More information

Introduction to High Volume Testing with Part Tracking in Akrometrix Studio 6.0

Introduction to High Volume Testing with Part Tracking in Akrometrix Studio 6.0 Introduction to High Volume Testing with Part Tracking in Akrometrix Studio 6.0 (Twenty sockets automatically located and partitioned in Akrometrix Studio with Part Tracking ) Imagine never partitioning

More information