Tracking The Trajectories of Migrating Birds

Size: px
Start display at page:

Download "Tracking The Trajectories of Migrating Birds"

Transcription

1 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

2 Outline 8. Software Flowcharts 9. Design Equations.Computer Simulation Results 11.Schedule of Tasks 12.Datasheet 13.Bibliograph Summar The goal of this project is to develop a sstem to calculate, store, and displa trajectories of birds fling within meters of a skscraper. Birds are identified and their position found through stereoscopic imaging. 2

3 Summar The sstem displas bird trajectories in three dimensions and provides a confidence indicator for each trajector. Patents 6,366,691 Stereoscopic image processing apparatus and method 6,28,94 Method and apparatus for threedimensional position measurement 3

4 Patents 6,3,67 Apparatus for tracking objects in video sequences and methods therefor,812,269 Triangulation-based 3-D imaging and processing method and sstem Standards NTSC North American Standard Appro. 3 Frames/Second Interlaced VSYNC pulse to indicate start of frame Can be used to verif that frames are captured simultaneousl Camera Output and Frame Grabber Input must conform to NTSC standard 4

5 Standards DirectX De facto standard for multimedia input and output in Microsoft Windows Includes interface to video input devices such as frame grabbers Provides maimum isolation from hardware implementation (as opposed to proprietar API) Standards DirectX Provides Both Low Level (Immediate Mode) and High Level (Retained Mode) 3D APIs (Direct3D). Isolates details of 3D graphics programming Uses hardware acceleration if available

6 Functional Description: I/O Inputs Photons User->Mode User->Camera Pan Outputs Camera Pan Real Time Camera Images 3D Trajector Images Trajector Data Confidence Indicator Functional Description: Modes of Operation Setup Occurs when the sstem is initialied. Allows sstem parameters to be adjusted b the user Monitoring Processes the input from the cameras to detect movement of birds. Once birds have been detected the sstem enters Data Acquisition mode. 6

7 Functional Description: Modes of Operation Data Acquisition Calculates and stores the trajectories of birds fling through the field of view of the camera. Trajectories are acquired until no birds have been detected for five minutes. Then the sstem re-enters monitoring mode. Data Reduction and Displa Displas the trajectories of tracked birds in 3-D. Operates on either real time or stored data Displas a confidence indicator for each trajector. Functional Description: Block Diagram Sstem Level Power Photons Stepper Motor Boom Camera 1 Encoder Stepper Motor Ctrl Image 1 PC Camera Displas Data Reduction Displa Boom Angle Displa Photons Camera 2 Image 2 Raw Data File 7

8 Functional Description: Block Diagram Camera Subsstem Photons Camera Image to PC Functional Description: Block Diagram Boom Subsstem Power Stepper Motor Encoder to PC Stepper Motor Ctrl from PC Boom 8

9 Functional Description: Block Diagram PC Subsstem Encoder from Boom Stepper Motor Ctrl to Boom Image from Camera 1 PC Camera Displas to User Data Reduction Displa to User Image from Camera 2 Boom Angle Displa to User Raw Data File to Disk Parts List Low Light Hitachi KP-2GN Min. Illumination.2 lu Price: $8 each plus lenses Lab Sano VCB-3444 $12 each from Newark Electronics Rainbow L8DC4P Auto Iris Lens $77.9 each from Newark Electronics 9

10 Parts List Frame Grabber Data Translation DT3132 dual frame grabber Supports simultaneous acquisition from 2 sources (inputs not multipleed) Programmed through DirectX or Roaltfree proprietar API $8 from manufacturer Parts List PC The PC must run Windows 2 or greater DirectX 8.1 must be installed One free PCI slot for Frame Grabber Processor speed high enough to calculate all trajectories from acquired images within 1/3 th of a second, if possible. For development the DirectX 8.1 SDK (free) and Microsoft Visual Studio 6. are required.

11 Software Flowcharts Setup Mode Flow Chart Obtain sstem initialiation parameters from user including camera position input Is user input valid? No Yes Go to Monitoring Mode 11

12 Monitoring Mode Flow Chart Obtain Images from No Identif moving objects Is movement shown in images? Yes Increment number of frames with movement Monitoring Mode Flow Chart (cont d) Go to start of Monitoring Mode No Have moving birds been detected for a specified number of frames? Yes Enter Data Acquisition Mode 12

13 Data Acquisition Mode Flow Chart Obtain Images from Identif moving objects No Is movement shown in images? No Has number of frames allowed with no moving objects found been eceeded? Yes Go to Monitoring Mode Yes Data Acquisition Mode Flow Chart (cont d) 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 13

14 Data Reduction Mode Flow Chart Read stored or real-time data Displa 3-D trajectories and confidence indicator Is there user input to change the 3- D point of view? Yes Change 3-D point of view Data Reduction Mode Flow Chart (cont d) Go to start of Data Reduction Mode No Is data in real time? Yes Generate dela to control frame rate 14

15 Design Equations Equations to calculate the 3D position of an object in Cartesian coordinates using locations of the object in two cameras Setup of Sstem to Ensure Validit of Design Equations X Z Y 1

16 Design Equations X D * d X = X X D U (Eq. 1) YD * d Y = X X D U (Eq. 2) d * f Z = X D X U (Eq. 3) Computer Simulation Verifies the design equations 16

17 Trajector of Object in 3D Trajector of Object in 3D

18 Trajector of Object in 3D Trajector of Object in 3D

19 Trajector of Object in 3D Trajector of Object in 3D

20 Trajector of Object in 3D Trajector of Object in 3D

21 Trajector of Object in 3D Trajector of Object in 3D

22 Trajector of Object in 3D Trajector of Object in 3D

23 Trajector of Object in 3D Trajector of Object in 3D

24 Trajector of Object in 3D Trajector of Object in 3D

25 Schedule of Tasks Week Task beginning 1/19 Write code that captures images 1, write code that determines if there are moving objects in the images 2, interface cameras with PC 1 1/26 Same as above, and write code that correlates images 2/2 Same as above, and test code using tennis balls instead of birds 2/9 Continue testing code, make necessar changes to code 2/16 Write code that calculates the trajectories of objects Assigned to: 1 Brian 2 Matt Brian Both Both Both Schedule of Tasks (cont d) 2/23 Same as above 3/2 Write code that controls Matt stepper motor 3/9 Same as above, and attach Both cameras and stepper motor to boom 3/16 Create graphical user interface Both for sstem 3/23 Test sstem with actual birds Both as data 3/3 Same as above, and make an Both necessar changes to project 4/6 Same as above Both 4/13 Same as above Both 4/2 Same as above Both 2

26 Schedule of Tasks (cont d) 4/27 Prepare for oral presentation, Both write final project report /4 Same as above Both /11 Give oral presentation, turn in final project report Both Datasheet Maimum Number of Objects Tracked Simultaneousl Resolution in Space: Resolution in Space is dependent on the distance of the object from the camera. The formula for calculating the resolution at a given distance is given below: 26

27 Datasheet X Resolution: 1.2*Z m/piel Y Resolution: 1.3*Z m/piel Z Resolution:.619*d m/piel-4d m/piel (dependent on X) Datasheet Frame Rate: 3fps Resolution of boom rotation: degrees (128 steps) Total volume of space observed: 2867d 3 ( m 3) 27

28 Bibliograph Pinhole camera model, image processing reference. Equations relating focal length to oom EE48/lecturenotes/week Stereoscopic imaging equations Bibliograph Light levels for various time of da and weather conditions. software_genlock.asp Estimating position when snchronied cameras are not available. Using line lock cameras. 28

29 Bibliograph t2a.asp Equation relating focal length to target object sie, distance, and CCD width. cohu.pdf Measurements for various CCD sies. 29

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

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

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 Project Proposal By: Beach Wlaznik Advisors: Dr. Huggins Dr. Stewart December 7, 2006 I. Introduction The objective of the Autonomous Vehicle Navigation

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

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

All Surveillance Cards

All Surveillance Cards All Surveillance Cards! " # $ %& '"( # )#*+,-+-." /# 0.' +"1 +/2,*-3*4 #" & 5+-67&,&8' 9( #0 :;; ; All Surveillance Cards?@ "( #)A.B # # / +/2,*-3*#-." ;' ( B 6( ( 0 0 # #0?-; #"("( &0-+

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

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

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

Diagonal FOV 18.5mm - 2.7mm ( inch); Video Magnification 30x-210x on 22" Monitor.

Diagonal FOV 18.5mm - 2.7mm ( inch); Video Magnification 30x-210x on 22 Monitor. HD803-BSM22 HD803 3D HD High Definition 1080p Rotational Microscope with Detent Working Distance. Diagonal FOV 18.5mm - 2.7mm (0.72-0.10 inch); Video Magnification 30x-210x on 22" Monitor. HD 1080P 60

More information

DT Measure Foundry TM is a powerful software package designed for test and measurement,

DT Measure Foundry TM is a powerful software package designed for test and measurement, DT Measure Foundry OS: Windows 2000/XP Test and Measurement Software DT Measure Foundry TM 4.0 Powerful Software for Test and Measurement, Control and Analysis Applications Key Features New! Full MATLAB

More information

A Method to Measure Eye-Hand Coordination for Extracting Skilled Elements-Simultaneous Measurement of Eye-Gaze and Hand Location-

A Method to Measure Eye-Hand Coordination for Extracting Skilled Elements-Simultaneous Measurement of Eye-Gaze and Hand Location- Computer Technolog and Application 5 (214) 73-82 D DAVID PUBLISHING A Method to Measure Ee-Hand Coordination for Extracting Skilled Elements-Simultaneous Measurement of Ee-Gaze and Hand Location- Atsuo

More information

Network Camera. Technical Manual

Network Camera. Technical Manual Network 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

SONY 11X DSP 520TVL Camera IR Day & Night CCD Camera

SONY 11X DSP 520TVL Camera IR Day & Night CCD Camera Series: AC2300 20M IR Vari-Focal Dome Model: 1/3 Color 20M IR 3-AXIS Vandal-Proof Vari-Focal Dome H. Resolution 520 TV Lines (F1.0) 24 pcs (IR Wavelength : 850nm) 20 Meters ; ON/OFF Switchable ; ON/OFF

More information

Beam Analysis Camera Based Beam Propagation Analyzer: M Automatic M 2 - at Production Speeds. Manual M 2

Beam Analysis Camera Based Beam Propagation Analyzer: M Automatic M 2 - at Production Speeds. Manual M 2 3.7.1 Camera Based Beam Propagation Analyzer: M 2 ISO compliant Automatically measure your beam quality in under 1 minutes Tune your laser for best operation Specifically developed for continuous usage

More information

H.-J. Jordan (NanoFocus Messtechnik GmbH), R. Brodmann (Brodmann Marketing & Vertrieb)

H.-J. Jordan (NanoFocus Messtechnik GmbH), R. Brodmann (Brodmann Marketing & Vertrieb) Highly accurate surface measurement by means of white light confocal microscopy Hochgenaue Oberflächenmessung mit Hilfe von konfokalen Weißlichttechniken H.-J. Jordan (NanoFocus Messtechnik GmbH), R. Brodmann

More information

Network Camera. Technical Manual

Network Camera. Technical Manual Network 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

Network Camera. Technical Manual

Network Camera. Technical Manual Network 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

Network Camera. Technical Manual

Network Camera. Technical Manual Network 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

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

Cisco Video Surveillance 2800 Series Standard Definition PTZ IP Camera

Cisco Video Surveillance 2800 Series Standard Definition PTZ IP Camera Data Sheet Cisco Video Surveillance 2800 Series Standard Definition PTZ IP Camera Product Overview Cisco Video Surveillance 2800 Series Standard Definition PTZ IP Cameras are feature-rich cameras designed

More information

Camera Features. Package Contents. Camera Features

Camera Features. Package Contents. Camera Features Camera Features Camera Features Patented Mirroring Technology Makes Camera Invisible to the Human Eye Yet Allows The Camera to Properly View Security Mirror Form Factor is Ideal for Commercial/Retail Applications

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

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

Ion Beam Profiling Using a Novel Electronic Imaging Detector

Ion Beam Profiling Using a Novel Electronic Imaging Detector Ion Beam Profiling Using a Novel Electronic Imaging Detector *Bruce N Laprade and Richard A Prunier BURLE Electro-Optics Sturbridge MA Paper 1700-2400 Presented at The 2004 Pittsburgh Conference March

More information

imagine Seeing in Total Darkness

imagine Seeing in Total Darkness No More Total Darkness High-performance IR LED Camera imagine Seeing in Total Darkness A high-performance IR camera, the provides high-resolution video images regardless of day or night, and it can detect

More information

D-Calib: Calibration Software for Multiple Cameras System

D-Calib: Calibration Software for Multiple Cameras System D-Calib: Calibration Software for Multiple Cameras Sstem uko Uematsu Tomoaki Teshima Hideo Saito Keio Universit okohama Japan {u-ko tomoaki saito}@ozawa.ics.keio.ac.jp Cao Honghua Librar Inc. Japan cao@librar-inc.co.jp

More information

HANDS ON INFO. High Definition Gear Check (F900).

HANDS ON INFO. High Definition Gear Check (F900). HANDS ON INFO High Definition Gear Check (F900). Insure the camera menu has been preset by the hire company to factory condition before performing the following checks. The check list is a guide only;

More information

New CMOS and CCD Cameras for 2013

New CMOS and CCD Cameras for 2013 New CMOS and CCD Cameras for 2013 12 Megapixel CMOS Cameras with GigE New high resolution CCD cameras with Dual GigE for higher frame rate performance For pricing or further technical information, please

More information

DS-2CD792PF(NF)(-E) IP Camera. Technical Manual

DS-2CD792PF(NF)(-E) IP Camera. Technical Manual DS-2CD792PF(NF)(-E) IP 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

More information

HD802 (17x-914x on 24 inch HD monitor) Full HD 1080p

HD802 (17x-914x on 24 inch HD monitor) Full HD 1080p ehd802-lbs HD802-LBS Digital USB Microscope. Capture images (5MP 2592 1944) 15fps@USB2.0 15fps@HDMI Lens adapters included are: ring light, Basic Stand are included. ring light, Basic Stand are included.

More information

Matrox Iris GT with Matrox Design Assistant. Powerful smart cameras with an intuitive, versatile and extensible IDE for machine vision applications

Matrox Iris GT with Matrox Design Assistant. Powerful smart cameras with an intuitive, versatile and extensible IDE for machine vision applications Matrox Iris GT with Matrox Design Assistant Powerful smart cameras with an intuitive, versatile and extensible IDE for machine vision applications Matrox Iris GT and Design Assistant» Configure and deploy

More information

LONG RANGE SURVEILLANCE MODEL: EV3000-P-CCD-1000

LONG RANGE SURVEILLANCE MODEL: EV3000-P-CCD-1000 LONG RANGE SURVEILLANCE MODEL: EV3000-P-CCD-1000 DESCRIPTIONS The EV3000-P-EMCCD-1000 can detect and distinguish a moving subject from miles away, and with its option IR night vision thermal the EV3000-P-CCD1000

More information

OEM Thermal imaging camera cores for surveillance applications. IRI 5000/6000 Series. Product Information

OEM Thermal imaging camera cores for surveillance applications. IRI 5000/6000 Series. Product Information OEM Thermal imaging camera cores for surveillance applications IRI 5000/6000 Series Product Information OTI series of OEM thermal imaging cores OEM integration Featuring a compact enclosure and range of

More information

HCImage ORCA-Flash4.0 V2 Camera Guide

HCImage ORCA-Flash4.0 V2 Camera Guide HCImage ORCA-Flash4.0 V2 Camera Guide Release N/A December 2015 2015 Hamamatsu Corporation. All rights reserved. This guide, as well as the software described in it, is covered under license agreement

More information

Dynamic 3-D surface profilometry using a novel color pattern encoded with a multiple triangular model

Dynamic 3-D surface profilometry using a novel color pattern encoded with a multiple triangular model Dynamic 3-D surface profilometry using a novel color pattern encoded with a multiple triangular model Liang-Chia Chen and Xuan-Loc Nguyen Graduate Institute of Automation Technology National Taipei University

More information

Speed Dome. Technical Manual

Speed Dome. Technical Manual Speed Dome 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 liability

More information

Proposal of a Touch Panel Like Operation Method For Presentation with a Projector Using Laser Pointer

Proposal of a Touch Panel Like Operation Method For Presentation with a Projector Using Laser Pointer Proposal of a Touch Panel Like Operation Method For Presentation with a Projector Using Laser Pointer Yua Kawahara a,* and Lifeng Zhang a a Kushu Institute of Technolog, 1-1 Sensui-cho Tobata-ku, Kitakushu

More information

DS-2CD892P (N)-IR5 Analog Camera. Technical Manual

DS-2CD892P (N)-IR5 Analog Camera. Technical Manual DS-2CD892P (N)-IR5 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

More information

PTZ Optics Affordable HDMI, HD-SDI, IP and USB video conferencing cameras

PTZ Optics Affordable HDMI, HD-SDI, IP and USB video conferencing cameras PTZ Optics Affordable HDMI, HD-SDI, IP and USB video conferencing cameras as PTZ Optics Affordable HDMI, HD-SDI, IP and USB video conferencing cameras as P T Z OPTICS 12X USB PTZ OPTICS Video Conferencing

More information

How to Adjust the Back Focus for TCM-5311

How to Adjust the Back Focus for TCM-5311 How to Adjust the Back Focus for TCM-5311 Category Type Camera Model Firmware Version Configuration Note TCM-5311 N/A Publish Date 2009/09/03 Last Review 2009/09/03 Knowledge Type Function Type Video Quality

More information

Phantom v7.3. Phantom v7.3. Datasheet. Mechanical Drawing. Sensor Spectral Response 1 / 10

Phantom v7.3. Phantom v7.3. Datasheet. Mechanical Drawing. Sensor Spectral Response 1 / 10 Phantom v7.3 Datasheet Mechanical Drawing Sensor Spectral Response 1 / 10 {tab= Description} Our most popular camera, high speed and high sensitivity for more demanding applications - Full frame 4:3 aspect

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

DISTRIBUTION AND PARAMETER CALCULATIONS OF TELEVISION CAMERAS INSIDE A NUCLEAR FACILITY

DISTRIBUTION AND PARAMETER CALCULATIONS OF TELEVISION CAMERAS INSIDE A NUCLEAR FACILITY Proceedings of the 7 th Conference on Nuclear and Particle Physics, 11-15 Nov. 2009, Sharm El-Sheikh, Egypt DISTRIBUTION AND PARAMETER CALCULATIONS OF TELEVISION CAMERAS INSIDE A NUCLEAR FACILITY E.A.

More information

Network Camera. Technical Manual

Network Camera. Technical Manual Network 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

DS-2DF1-512NS Series

DS-2DF1-512NS Series DS-2DF1-512NS Series Key feature System function: 1/4 SONY high performance CCD ±0.1 Preset Accuracy Self-adaptive to HIKVISION, Pelco-P/D protocol 3D intelligent positioning function Power-off memory

More information

VISION IMPACT+ OCR HIGHLIGHTS APPLICATIONS. Lot and batch number reading. Dedicated OCR user interface. Expiration date verification

VISION IMPACT+ OCR HIGHLIGHTS APPLICATIONS. Lot and batch number reading. Dedicated OCR user interface. Expiration date verification IMPACT+ OCR IMPACT+ OCR is the new Datalogic innovative solution for robust and effective Optical Character Recognition (e.g. expiration date, lot number) for the Food & Beverage industry. The new Datalogic

More information

CONTENTS PRODUCT FEATURES... EG-2 SAFETY PRECAUTIONS... EG-2 PARTS DESCRIPTION... EG-3 INSTALLATION AND ADJUSTMENT... EG-4 SPECIFICATIONS...

CONTENTS PRODUCT FEATURES... EG-2 SAFETY PRECAUTIONS... EG-2 PARTS DESCRIPTION... EG-3 INSTALLATION AND ADJUSTMENT... EG-4 SPECIFICATIONS... Thank you for your purchase of this product. Before operating the product, please read this instruction manual carefully to ensure proper use of the product. Please store this instruction manual in a safe

More information

Mindtree's video analytic software.

Mindtree's video analytic software. Mindtree's video analytic software. Overview Mindtree s video analytics algorithms suite are low complexity algorithms that analyze video streams in real time and provide timely actionable information

More information

Video capture using GigE Vision with MIL. What is GigE Vision

Video capture using GigE Vision with MIL. What is GigE Vision What is GigE Vision GigE Vision is fundamentally a standard for transmitting video from a camera (see Figure 1) or similar device over Ethernet and is primarily intended for industrial imaging applications.

More information

System Quotation Long Range Surveillance System January 9, 2013

System Quotation Long Range Surveillance System January 9, 2013 System Quotation Long Range Surveillance System January 9, 2013 A. Project Outline: A proposal for supplying of System Model EV3000-D-IR1100 Long range Day/Night Surveillance Camera Systems B. Equipment

More information

ICS090 Series Camclosure Camera System INDOOR, MINI DOME, SURFACE MOUNT/IN-CEILING, WDR, HIGH RES, STD RES

ICS090 Series Camclosure Camera System INDOOR, MINI DOME, SURFACE MOUNT/IN-CEILING, WDR, HIGH RES, STD RES PRODUCT SPECIFICATION camera site ICS090 Series Camclosure Camera System INDOOR, MINI DOME, SURFACE MOUNT/IN-CEILING, WDR, HIGH RES, STD RES Product Features Fully-Integrated Indoor Enclosure with Camera

More information

AVM543. 2MP IR Dome IP Camera FEATURES

AVM543. 2MP IR Dome IP Camera FEATURES AVM543 HD 1080P Solid Light 3-Axis Motorized Lens PoE Line in / out External I/O Push Video EaZy Networking WDR MicroSD Card Recording IK10 (lens cover) Mobile Surveillance 2MP IR Dome IP Camera FEATURES

More information

Network Camera Technical Manual

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

More information

Best - in - Class Colour Cameras.

Best - in - Class Colour Cameras. Best - in - Class Colour Cameras www.vantage.eu.com COLOUR DOME CAMERA - VAEDRSTPV VAEDRSTPV is a Fixed Compact Colour Dome Camera in stylish off white. It can be easily surface mounted on ceilings to

More information

Self-calibration of a pair of stereo cameras in general position

Self-calibration of a pair of stereo cameras in general position Self-calibration of a pair of stereo cameras in general position Raúl Rojas Institut für Informatik Freie Universität Berlin Takustr. 9, 14195 Berlin, Germany Abstract. This paper shows that it is possible

More information

Computerxpress Sdn. Bhd. Xarina WDR " Large bullet " 1 of 8

Computerxpress Sdn. Bhd. Xarina WDR  Large bullet  1 of 8 Computerxpress Sdn. Bhd. Xarina WDR " Large bullet " Day/Night 25pcs Super Flux IR LED, IK5 and IP66. ICR Day/Night 3.3-12mm DC Iris Lens (optional for 9mm-22mm). Xarina True WDR 108dB. 1080p 30fps Model

More information

Cisco Video Surveillance 6000P IP Camera

Cisco Video Surveillance 6000P IP Camera Data Sheet Cisco Video Surveillance 6000P IP Camera Product Overview The Cisco Video Surveillance 6000P IP Camera is a high-definition, full-functioned video endpoint with industry-leading image quality

More information

Cisco Video Surveillance 8630 IP Camera

Cisco Video Surveillance 8630 IP Camera Data Sheet Cisco Video Surveillance 8630 IP Camera The Cisco Video Surveillance 8630 IP Camera is a high-definition, full-functioning video endpoint with industry-leading image quality and processing power

More information

Colour Observation Camera

Colour Observation Camera Colour Observation Camera English Table of contents Introduction... 4 Connection and operation facilities... 5 Installation... 5 Camera position Focus adjustment Back-focus adjustment Camera sound on/off

More information

3-AXIS GIMBAL VARI-FOCAL INDOOR DOME CAMERA

3-AXIS GIMBAL VARI-FOCAL INDOOR DOME CAMERA 3-AXIS GIMBAL VARI-FOCAL INDOOR DOME CAMERA Contents Features 3 Specifications 4 Dimension 5 Part Name and Descriptions 6 Base Installations 7 Connection 8 3-Axis Gimbal Adjustments 9 How to Open the Gimbal

More information

Overview DT Measure Foundry is a drag-anddrop test and measurement application builder designed to give you top performance

Overview DT Measure Foundry is a drag-anddrop test and measurement application builder designed to give you top performance DT Measure Foundry DT Measure Foundry 3.0 Test and Measurement Application Builder Software Key Features Easy-to-use, affordable measurement software. New approach to measurement no programming, no wiring:

More information

Basler. Area Scan Cameras

Basler. Area Scan Cameras Basler Area Scan Cameras VGA to 2 megapixels and up to 120 fps Selected high quality CCD and CMOS sensors Gigabit Ethernet and IEEE 1394b interfaces Perfect fit for a variety of applications - extremely

More information

MLX Ultra-High Sensitivity Color Camera System from NAC Image Technology. January 2005 from NAC Image Technology Page 1 of 13

MLX Ultra-High Sensitivity Color Camera System from NAC Image Technology. January 2005 from NAC Image Technology Page 1 of 13 Page 1 of 13 Overview The MLX Ultra High-Sensitivity Color Camera System from NAC Image Technology is a completely new camera system using the most advanced technology. The MLX uses an advanced CCD sensor

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

Chapter 13. Vision Based Guidance. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012,

Chapter 13. Vision Based Guidance. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 3 Vision Based Guidance Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 22, Chapter 3: Slide Architecture w/ Camera targets to track/avoid vision-based guidance waypoints status

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

HV-F22CL Color Camera. Specifications

HV-F22CL Color Camera. Specifications Specifications Specification(1/14) Tokyo Japan 1. Introduction The Hitachi is a SXGA high precision 3CCD progressive scan color camera, which has single chip digital processing LSI, a C mount prism, three

More information

User manual MB-600 Matte box system Version 1.0.0

User manual MB-600 Matte box system Version 1.0.0 User manual MB-600 Matte box system Version 1.0.0 www.vocas.com V 1.0. Index Introduction... 3 Available kits... 4 MB-611 kit, 0600-0611... 4 MB-612 kit, 0600-0612... 4 MB-623 kit, 0600-0623... 4 Guide

More information

Speed Dome. Technical Manual

Speed Dome. Technical Manual Speed Dome 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 liability

More information

HITACHI KOKUSAI ELECTRIC AMERICA, LTD. Industrial Video Systems Camera Reference Catalog

HITACHI KOKUSAI ELECTRIC AMERICA, LTD. Industrial Video Systems Camera Reference Catalog HITACHI KOKUSAI ELECTRIC AMERICA, LTD Industrial Video Systems Camera Reference Catalog 6-06 The Company Camera Selection Hitachi Kokusai Electric, Ltd. is a subsidiary of the Hitachi Group, and is a manufacturer

More information

Outdoor IR Camera. DVR / Camera Communication System Series

Outdoor IR Camera. DVR / Camera Communication System Series 348Z Outdoor IR Camera DVR / Camera Communication System Series Please read instructions thoroughly before operation and retain it for future reference. For the actual display & operation, please refer

More information

ICS090 Series Camclosure Camera System INDOOR, MINI DOME, SURFACE MOUNT/IN-CEILING

ICS090 Series Camclosure Camera System INDOOR, MINI DOME, SURFACE MOUNT/IN-CEILING PRODUCT SPECIFICATION camera site ICS090 Series Camclosure Camera System INDOOR, MINI DOME, SURFACE MOUNT/IN-CEILING Product Features Fully-Integrated Indoor Enclosure with Camera and Lens Single Model

More information

Video Surveillance System-Basics

Video Surveillance System-Basics Video Surveillance System-Basics presented by Dr.B.Yogameena Acknowledgment: Books: Essential Guide to Video Processing by Al Bovik, Academic Press, 2009 Digital Video Surveillance and security by Anthony

More information

DS-2TD B2L. Observable Thermal + Optical Bi-spectrum Network PTZ Camera. Temporary version, only for reference.

DS-2TD B2L. Observable Thermal + Optical Bi-spectrum Network PTZ Camera. Temporary version, only for reference. Temporary version, only for reference. Observable Thermal + Optical Bi-spectrum Network PTZ Camera Smart Function (IR) Smart Tracking Panorama Tracking, Event Tracking, Multi-Scenario Patrol Tracking and

More information

14bit A/D SDTV Production Digital Color Television Camera Presentation Z-3500

14bit A/D SDTV Production Digital Color Television Camera Presentation Z-3500 14bit A/D SDTV Production Digital Color Television Camera Presentation Z-35 Features of Z-35Z Newest14-bit Analog to Digital Converter Hitachi s latest generation DSP 5 ECC Filter and Optical Filter Gray

More information

DS-2DF1-614X/604X Network Speed Dome. Technical Manual

DS-2DF1-614X/604X Network Speed Dome. Technical Manual DS-2DF1-614X/604X Network Speed Dome 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

More information

A New Concept on Automatic Parking of an Electric Vehicle

A New Concept on Automatic Parking of an Electric Vehicle A New Concept on Automatic Parking of an Electric Vehicle C. CAMUS P. COELHO J.C. QUADRADO Instituto Superior de Engenharia de Lisboa Rua Conselheiro Emídio Navarro PORTUGAL Abstract: - A solution to perform

More information

Robotics - Projective Geometry and Camera model. Marcello Restelli

Robotics - Projective Geometry and Camera model. Marcello Restelli Robotics - Projective Geometr and Camera model Marcello Restelli marcello.restelli@polimi.it Dipartimento di Elettronica, Informazione e Bioingegneria Politecnico di Milano Ma 2013 Inspired from Matteo

More information

Cisco Video Surveillance 6400E IP Camera

Cisco Video Surveillance 6400E IP Camera Data Sheet Cisco Video Surveillance 6400E IP Camera The Cisco Video Surveillance 6400E IP Camera is an outdoor, high-definition, full-functioning video endpoint with an integrated infrared illuminator

More information

Cinema Pro JR-K5. Operations Manual

Cinema Pro JR-K5. Operations Manual Cinema Pro JR-K5 Operations Manual BEFORE YOU START, READ THESE WARNINGS 1) NEVER PLUG POWER DEVICES OTHER THAN THOSE SUPPLIED BY VARIZOOM INTO THE SYSTEM. ONLY USE VARIZOOM POWER SOURCES AND CABLES. USING

More information

Matrox Iris E-Series. No traditional programming skills required. Key features. Powerful configurable smart cameras.

Matrox Iris E-Series. No traditional programming skills required. Key features. Powerful configurable smart cameras. Smart cameras Matrox Iris E-Series Powerful configurable smart cameras. No traditional programming skills required Matrox Iris E-Series is a line of powerful smart cameras featuring Matrox Design Assistant,

More information

Basler. Aegis Electronic Group. Fully Digital, Attractively Priced

Basler.   Aegis Electronic Group. Fully Digital, Attractively Priced Basler Fully Digital, Attractively Priced BASLER SCOUT LIGHT scout light Series Are You Looking for a Cost-effective Digital FireWire Camera? Basler scout light Family 4 Different Models Sophisticated

More information

VITEK VTD-IR2811DN FEATURES: 1/3 Color CCD with 560 TV of Lines Resolution (600 TV Lines in B/W mode)

VITEK VTD-IR2811DN FEATURES: 1/3 Color CCD with 560 TV of Lines Resolution (600 TV Lines in B/W mode) VTD-IR2811DN 560 TV Line Indoor Day/Night IR Dome Camera VITEK FEATURES: 1/3 Color CCD with 560 TV of Lines Resolution (600 TV Lines in B/W mode) 20 Infrared LEDs enable Viewing in Total Darkness up to

More information

ICS150 Series Camclosure Camera System MINI DOME, IN-CEILING, WDR, LOWLIGHT, HIGH RES, STD RES

ICS150 Series Camclosure Camera System MINI DOME, IN-CEILING, WDR, LOWLIGHT, HIGH RES, STD RES PRODUCT SPECIFICATION camera site ICS150 Series Camclosure Camera System MINI DOME, IN-CEILING, WDR, LOWLIGHT, HIGH RES, STD RES Product Features Fully-Integrated Enclosure with Camera and Lens Rugged,

More information

Fixed Color Cameras Installation Manual INTRODUCTION These instructions cover the American Dynamics ADCA470 and ADCA330 series of color cameras Read a

Fixed Color Cameras Installation Manual INTRODUCTION These instructions cover the American Dynamics ADCA470 and ADCA330 series of color cameras Read a 70 Fixed Color Cameras ADCA330CN ADCA330CP ADCA470CAFN ADCA470CAFP Installation Manual Fixed Color Cameras Installation Manual INTRODUCTION These instructions cover the American Dynamics ADCA470 and ADCA330

More information

Eyemax 4MP H.264+ IR Bullet Network Camera with Motorized VF Lens / True WDR / IP67 / PoE

Eyemax 4MP H.264+ IR Bullet Network Camera with Motorized VF Lens / True WDR / IP67 / PoE 1/3" 4Megapixel progressive CMOS H.264+ & H.264 dual-stream encoding 20fps@4M(2688x1520) & 25/30fps@3M (2304 1296) WDR(120dB) Day/Night(ICR) 3DNR AWB AGC BLC Multiple network monitoring: Web viewer CMS(DSS/PSS)

More information

Long Range Surveillance System

Long Range Surveillance System EV3000-P-EMCCD 1680 Long Range Surveillance System Vision Surveillance Camera Sysytem that Never Sleeps With its built-in night vision Electron Multiplying CCD the Eagle Vision has a light sensitivity

More information

CIS 580, Machine Perception, Spring 2015 Homework 1 Due: :59AM

CIS 580, Machine Perception, Spring 2015 Homework 1 Due: :59AM CIS 580, Machine Perception, Spring 2015 Homework 1 Due: 2015.02.09. 11:59AM Instructions. Submit your answers in PDF form to Canvas. This is an individual assignment. 1 Camera Model, Focal Length and

More information

Page 1

Page 1 4K102-LBSM28 and 1x. LED ring light, Basic Stand and 28 inch 4K UHD Monitor are included. Optional USB device for image&video capture and measurement software are not included. 4K102-LABM28 4K102-LUSM28

More information

DATASHEET TBK-MD9881Z MAIN FEATURES

DATASHEET TBK-MD9881Z MAIN FEATURES DATASHEET MAIN FEATURES 4K resolution (8MP, 3840 2160 @12.5fps). 2.8-12 mm motorized autofocus lens. Sensitivity: 0,01 Lux color (F1.2, AGC ON). Wide Dynamic Range 120 db. 30 m IR range H.265+ encoding,

More information

Starlight 5MP IP PTZ Camera

Starlight 5MP IP PTZ Camera Starlight 5MP IP PTZ Camera SS-ES132P-Z2/Z3 Key Features Up to 2592 1944@30fps Smart IR, IR Range: 500m Optical Zoom: 36X, Digital Zoom: 16X Compression Technique: S+265/H.265/H.264 HP/MP/BP/M-JPEG Codec

More information

Speed Dome DS-2DF1-783 Technical Manual

Speed Dome DS-2DF1-783 Technical Manual Speed Dome DS-2DF1-783 Technical Manual Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION disclaims

More information

SERVICE MANUAL 1/3 SONY DSP COLOR CCD CAMERA OVER 650TVL SERIES

SERVICE MANUAL 1/3 SONY DSP COLOR CCD CAMERA OVER 650TVL SERIES SERVICE MANUAL 1/3 SONY DSP COLOR CCD CAMERA OVER 650TVL SERIES The serial number of this product may be found on the bottom of the unit. You should note the serial number of this unit in the space provided

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

CNC Controller Quick Start Guide

CNC Controller Quick Start Guide CNC Controller Quick Start Guide Following this quick start guide should get you up and running. Refer to the Buildbotics Controller Manual for more complete descriptions. Things you need Buildbotics CNC

More information

Long Range Surveillance System

Long Range Surveillance System EV3000-P-EMCCD 825 Long Range Surveillance System Vision Surveillance Camera Sysytem that Never Sleeps With its built-in night vision Electron Multiplying CCD the Eagle Vision has a light sensitivity that

More information

Basler. Fully Digital, Attractively Priced

Basler. Fully Digital, Attractively Priced Basler Fully Digital, Attractively Priced BASLER SCOUT LIGHT scout light Series Are You Looking for a Cost-effective Digital FireWire Camera? Basler scout light Family 4 Different Models Sophisticated

More information