INTERNAL USE ONLY (Set it to white if you do not need it)

Size: px
Start display at page:

Download "INTERNAL USE ONLY (Set it to white if you do not need it)"

Transcription

1 APPLICATION NOTE Uncompressed YUV Images Applicable to BIP2 cameras with real-time trigger support Document Number: AW Version: 03 Language: 000 (English) Release Date: 13 January 2016 INTERNAL USE ONLY (Set it to white if you do not need it)

2 Contacting Basler Support Worldwide Europe, Middle East, Africa Basler AG An der Strusbek Ahrensburg Germany Tel Fax The Americas Basler, Inc. 855 Springdale Drive, Suite 203 Exton, PA USA Tel Fax Asia-Pacific Basler Asia Pte. Ltd. 35 Marsiling Industrial Estate Road 3 #05 06 Singapore Tel Fax support.asia@baslerweb.com All material in this publication is subject to change without notice and is copyright Basler AG.

3 Table of Contents 1 Introduction Prerequisites Enabling the Uncompressed YUV Image Format Enabling the Uncompressed YUV Image Format Using the Web Client Enabling the Uncompressed YUV Image Format Using the Camera API Accessing the Uncompresed YUV Images... 5 Revision History... 6 Uncompressed YUV Images 1

4 1 Introduction This document explains how to use the camera to acquire uncompressed YUV images from a stream. In order to acquire YUV images, the real-time trigger feature has to be enabled. This means that the images won t be in the form of a continuous stream but are acquired when triggered. Camera-controlled Image Capture Camera-controlled Image Capture Real-time Trigger Applied Real-time Triggered Image Capture Camera-controlled Image Capture Abort Time Uncompressed YUV Image Fig. 1: Real-time Triggered Image For detailed information about the real-time trigger feature, see the IP Camera Real-Time Trigger application note (AW000991). 2 Prerequisites In order to set the camera to the uncompressed YUV image format, you need the following: BIP2 camera Firmware version FW-BIP or later The basic camera parameters have been set. Uncompressed YUV Images 2

5 2.1 Enabling the Uncompressed YUV Image Format Enabling the Uncompressed YUV Image Format Using the Web Client To enable the uncompressed YUV image format via the web app: 1. Enable real-time triggering: Configure one of the I/O ports in the Input/Output parameters group > Digital I/O tab: Set the Direction parameter to Input and the Function parameter to Real-time Trigger. See Note below. Fig. 2: Enabling the Real-time Trigger 2. In the Streaming parameters group: On the corresponding Stream tab set the Encoder Type to YUV (RT triggered). Fig. 3: YUV (RT triggered) Encoder Type NOTE One real-time trigger per second is acceptable. You can set a maximum of up to 3 to 4 real-time triggers per second. Using this setting for an extended period of time, however, is discouraged if you are acquiring images in uncompressed YUV format. Applying 3 to 4 real-time triggers/second for an extended period would generate a significant overload due to the large size of YUV images and as a result the performance of the camera might suffer. Uncompressed YUV Images 3

6 NOTE You can configure more than one port to act as an input with the function set to realtime trigger. In this situation, an image capture will be triggered every time the proper electrical signal is applied to one of the ports. For information about wiring the ports and about the electrical requirements for the ports, see the "Terminal Connector" section of the camera user s manual Enabling the Uncompressed YUV Image Format Using the Camera API To enable the uncompressed YUV image format via the camera API: 1. Enable real-time triggering: a. Use IO.IOSelector to select a port. b. Use IO.Direction to set the selected port s direction to "Input". c. Use IO.Function to set the selected port s function to "RealtimeTrigger". With these settings, an image capture will be triggered every time the electrical signal applied to the port causes the port to transition from the inactive to the active condition. If desired, use IO.Invert to set the selected port to invert: When the invert function for the port is enabled, an image capture will be triggered every time the electrical signal applied to the port causes the port to transition from the active to the inactive condition. If desired, use IO.State to check the current state of the selected port. 2. Enable the uncompressed YUV image format: d. Use Stream.StreamSelector to select the stream. e. Use Stream.EncoderType to set the format to YUV_TRIGGERED. NOTE Depending on the AOI size, the size of the uncompressed YUV images and therefore the influence on the camera performance can vary. You can calculate the size of the image using the following formula: AOI width x AOI height x 1.5 = Uncompressed image size in bytes [Example: 1600 x 1200 x 1.5 = 2,880,000 bytes --> ~ 2.8 MB] Uncompressed YUV Images 4

7 2.1.3 Accessing the Uncompresed YUV Images Use the following HTTP request in order to receive the images: The HTTP streaming format is as follows: HTTP response header with Content-Type like MJPEG:... Content-Type: multipart/x-mixed-replace;boundary=myboundary'0xd''0xa'... '0xd''0xa' --myboundary'0xd''0xa' <YUV Image Part> // body-part '0xd''0xa' --myboundary'0xd''0xa'... <YUV Image Part>= Content-Type: image/x-raw'0xd''0xa' Content-Length: <nnn>'0xd''0xa' // <nnn>=length of <YUV Image Header> // + <YUV Image Data> '0xd''0xa' <YUV Image Header> <YUV Image Data> <YUV Image Header>= // User defined format Image-Width: <xxx>'0xd''0xa' // <xxx>=image width in pixels Image-Height: <yyy>'0xd''0xa' // <xxx>=image height in pixels Image-Format: I420'0xd''0xa' // YUV format FOURCC string DateTime: YYYY:MM:DD hh:mm:ss'0xd''0xa' // Image time stamp // (since FW ) SubsecTime: '0xd''0xa' // Subseconds in microseconds // (since FW ) '0xd''0xa' The live recording file format (file extension =.yuv ) is as follows: <YUV Image Part> <YUV Image Part>... Uncompressed YUV Images 5

8 Revision History Document Number Date Changes AW Feb 2014 Initial release version of this document. AW Mar 2014 Changing the title to Uncompressed YUV Images and minor corrections. AW Jan 2016 Minor layout changes. Added support contact details on page 2. Added information that YUV image header now contains timestamp in section Uncompressed YUV Images 6

INTERNAL USE ONLY (Set it to white if you do not need it)

INTERNAL USE ONLY (Set it to white if you do not need it) APPLICATION NOTE How to Save Images on Basler Cameras Document Number: AW001375 Version: 01 Language: 000 (English) Release Date: 3 June 2016 INTERNAL USE ONLY (Set it to white if you do not need it) Contacting

More information

APPLICATION NOTE. Getting Started with pylon and OpenCV

APPLICATION NOTE. Getting Started with pylon and OpenCV APPLICATION NOTE Getting Started with pylon and OpenCV Applicable to all Basler USB3 Vision, GigE Vision, and IEEE 1394 cameras Document Number: AW001361 Version: 01 Language: 000 (English) Release Date:

More information

Basler pylon. APPLICATION NOTE How to use the Basler pylon GenTL Producers for Basler GigE and USB 3.0 Cameras with MathWorks MATLAB

Basler pylon. APPLICATION NOTE How to use the Basler pylon GenTL Producers for Basler GigE and USB 3.0 Cameras with MathWorks MATLAB Basler pylon APPLICATION NOTE How to use the Basler pylon GenTL Producers for Basler GigE and USB 3.0 Cameras with MathWorks MATLAB Document Number: AW001343 Version: 03 Language: 000 (English) Release

More information

CABLE USB 3.0, EXTENSION, A FEMALE/A MALE, HYBRID

CABLE USB 3.0, EXTENSION, A FEMALE/A MALE, HYBRID DRAFT Basler Accessories Technical Specification CABLE USB 3.0, EXTENSION, A FEMALE/A MALE, HYBRID Order Numbers 2000036231 2000036232 Document Number: DG001595 Version: 02 Language: 000 (English) Release

More information

Basler Accessories. Technical Specification USB 3.0 CARD PCIe, FRESCO FL1100, 4 HC, x4, 4 PORTS. Order Number

Basler Accessories. Technical Specification USB 3.0 CARD PCIe, FRESCO FL1100, 4 HC, x4, 4 PORTS. Order Number Basler Accessories Technical Specification USB 3.0 CARD PCIe, FRESCO FL1100, 4 HC, x4, 4 PORTS Order Number 2000036233 Document Number: DG001772 Version: 03 Language: 000 (English) Release Date: 11 January

More information

Basler Accessories. Technical Specification dart I/O BOARD

Basler Accessories. Technical Specification dart I/O BOARD DRAFT Basler Accessories Technical Specification dart I/O BOARD Order Numbers 106896 dart I/O Board Starter Kit 106897 dart I/O Boards (5 Pieces) 2000035665 dart I/O Board Mounting Kit Document Number:

More information

DRAFT. Basler Accessories. Technical Specification GP-I/O CABLE 6P/OPEN. Order Number

DRAFT. Basler Accessories. Technical Specification GP-I/O CABLE 6P/OPEN. Order Number DRAFT Basler Accessories Technical Specification GP-I/O CABLE 6P/OPEN Order Number 2000034087 Document Number: DG001133 Version: 03 Language: 000 (English) Release Date: 29 August 2017 Contacting Basler

More information

INTERNAL USE ONLY (Set it to white if you do not need it)

INTERNAL USE ONLY (Set it to white if you do not need it) APPLICATION NOTE Interfacing Basler GigE and USB3 Vision Cameras with Matrox Imaging Library (MIL) Applicable to Vision Interface Standard cameras and Windows operating systems only Document Number: AW000648

More information

Basler RECOMMENDED ACCESSORIES FOR BASLER USB 3.0 CAMERAS

Basler RECOMMENDED ACCESSORIES FOR BASLER USB 3.0 CAMERAS Basler RECOMMENDED ACCESSORIES FOR BASLER USB 3.0 CAMERAS Document Number: DG001115 Version: 04 Language: 000 (English) Release Date: 11 September 2018 Contacting Basler Support Worldwide Europe, Middle

More information

Basler Accessories. Technical Specification POWER-I/O CABLE HRS 6P/OPEN. Order Numbers

Basler Accessories. Technical Specification POWER-I/O CABLE HRS 6P/OPEN. Order Numbers Basler Accessories Technical Specification POWER-I/O CABLE HRS 6P/OPEN Order Numbers 2200000189 2000029411 Document Number: DG001383 Version: 09 Language: 000 (English) Release Date: 24 October 2017 Contacting

More information

APPLICATION NOTE. How to Use the Basler pylon USB 3.0 AIK Adapter with Cognex VisionPro

APPLICATION NOTE. How to Use the Basler pylon USB 3.0 AIK Adapter with Cognex VisionPro APPLICATION NOTE How to Use the Basler pylon USB 3.0 AIK Adapter with Cognex VisionPro Document Number: AW001320 Version: 07 Language: 000 (English) Release Date: 18 April 2018 Contacting Basler Support

More information

INTERNAL USE ONLY (Set it to white if you do not need it)

INTERNAL USE ONLY (Set it to white if you do not need it) APPLICATION NOTE Interfacing Basler GigE and USB3 Vision Cameras with Stemmer Imaging Common Vision Blox (CVB) Applicable to Vision Interface Standard cameras and Windows operating systems only Document

More information

Basler RECOMMENDED ACCESSORIES FOR BASLER USB 3.0 CAMERAS

Basler RECOMMENDED ACCESSORIES FOR BASLER USB 3.0 CAMERAS Basler RECOMMENDED ACCESSORIES FOR BASLER USB 3.0 CAMERAS Document Number: DG001115 Version: 01 Language: 000 (English) Release Date: 20 February 2014 Contacting Basler Support Worldwide Europe: Basler

More information

Basler Accessories. Technical Specification POWER-I/O-PLC+ CABLE, HRS 12P/OPEN, 10M. Order Numbers

Basler Accessories. Technical Specification POWER-I/O-PLC+ CABLE, HRS 12P/OPEN, 10M. Order Numbers DRAFT Basler Accessories Technical Specification POWER-I/O-PLC+ CABLE, HRS 12P/OPEN, 10M Order Numbers 2000034085 Document Number: DG001399 Version: 01 Language: 000 (English) Release Date: 22 September

More information

Basler IP Cameras. Real-Time Trigger APPLICATION NOTES

Basler IP Cameras. Real-Time Trigger APPLICATION NOTES DRAFT-1 Basler IP Cameras Real-Time Trigger APPLICATION NOTES Document Number: AW000991 Version: 01 Language: 000 (English) Release Date: 18 March 2011 Contacting Basler Support Worldwide Europe and the

More information

Basler Components. Unicasting and Multicasting with a Basler IP Camera APPLICATION NOTES

Basler Components. Unicasting and Multicasting with a Basler IP Camera APPLICATION NOTES DRAFT Basler Components Unicasting and Multicasting with a Basler IP Camera APPLICATION NOTES Document Number: AW000789 Version: 03 Language: 000 (English) Release Date: 3 August 2010 Contacting Basler

More information

APPLICATION NOTE ace IR Cut Filter Holder Removal Procedure

APPLICATION NOTE ace IR Cut Filter Holder Removal Procedure APPLICATION NOTE ace IR Cut Filter Holder Removal Procedure Applicable to Basler ace camera models listed in the document Document Number: AW000906 Version: 06 Language: 000 (English) Release Date: 05

More information

Basler IP Fixed Box Cameras. User s Manual for BIP2-XXXXc and BIP2-XXXXc-dn Models

Basler IP Fixed Box Cameras. User s Manual for BIP2-XXXXc and BIP2-XXXXc-dn Models Basler IP Fixed Box Cameras User s Manual for BIP2-XXXXc and BIP2-XXXXc-dn Models Document Number: AW000972 Version: 09 Language: 000 (English) Release Date: 14 April 2014 Contacting Basler Support Worldwide

More information

Basler IP Fixed Dome Cameras. User s Manual for BIP2-DXXXXc-dn Models

Basler IP Fixed Dome Cameras. User s Manual for BIP2-DXXXXc-dn Models Basler IP Fixed Dome Cameras User s Manual for BIP2-DXXXXc-dn Models Document Number: AW001015 Version: 10 Language: 000 (English) Release Date: 13 January 2016 Contacting Basler Support Worldwide Europe,

More information

APPLICATION NOTE Compatibility of Basler Cameras with Third-Party Software Libraries

APPLICATION NOTE Compatibility of Basler Cameras with Third-Party Software Libraries APPLICATION NOTE Compatibility of Basler Cameras with Third-Party Software Libraries Applicable to Basler GigE Vision, USB3 Vision, Camera Link and IEEE 1394 cameras Document Number: AW001186 Version:

More information

APPLICATION NOTE. Basler Low Resolution Cameras: CCD to CMOS Migration Guide

APPLICATION NOTE. Basler Low Resolution Cameras: CCD to CMOS Migration Guide APPLICATION NOTE Basler Low Resolution Cameras: CCD to CMOS Migration Guide Document Number: AW001500 Version: 02 Language: 000 (English) Release Date: 9 July 2018 Contacting Basler Support Worldwide Europe,

More information

INTERNAL USE ONLY (Set it to white if you do not need it)

INTERNAL USE ONLY (Set it to white if you do not need it) APPLICATION NOTE Comparison of Basler BCON and Camera Link Interfaces Applicable to Basler dart BCON cameras only Document Number: AW001394 Version: 01 Language: 000 (English) Release Date: 09 September

More information

APPLICATION NOTE Interfacing Basler Cameras with ROS

APPLICATION NOTE Interfacing Basler Cameras with ROS APPLICATION NOTE Interfacing Basler Cameras with ROS Applicable only to cameras that can be accessed by the Basler pylon Camera Software Suite Document Number: AW001491 Version: 01 Language: 000 (English)

More information

Basler IP Fixed Box Cameras. User s Manual for BIP2-XXXXc and BIP2-XXXXc-dn Models

Basler IP Fixed Box Cameras. User s Manual for BIP2-XXXXc and BIP2-XXXXc-dn Models Basler IP Fixed Box Cameras User s Manual for BIP2-XXXXc and BIP2-XXXXc-dn Models Document Number: AW000972 Version: 06 Language: 000 (English) Release Date: 31 July 2012 Contacting Basler Support Worldwide

More information

Basler aviator. QUICK INSTALLATION GUIDE FOR GigE CAMERAS. Document Number: AW Version: 03 Language: 000 (English) Release Date: 15 January 2015

Basler aviator. QUICK INSTALLATION GUIDE FOR GigE CAMERAS. Document Number: AW Version: 03 Language: 000 (English) Release Date: 15 January 2015 Basler aviator QUICK INSTALLATION GUIDE FOR GigE CAMERAS Document Number: AW000977 Version: 03 Language: 000 (English) Release Date: 15 January 2015 Preliminary The information in this document is preliminary

More information

Basler ace QUICK INSTALLATION GUIDE

Basler ace QUICK INSTALLATION GUIDE Basler ace QUICK INSTALLATION GUIDE Document Number: AW000897 Version: 02 Language: 000 (English) Release Date: 10 March 2010 For customers in the U.S.A. This equipment has been tested and found to comply

More information

Basler Cameras SILENTLY INSTALLING SELECTED PYLON FEATURES APPLICATION NOTES

Basler Cameras SILENTLY INSTALLING SELECTED PYLON FEATURES APPLICATION NOTES DRAFT Basler Cameras SILENTLY INSTALLING SELECTED PYLON FEATURES APPLICATION NOTES Document Number: AW000846 Version: 05 Language: 000 (English) Release Date: 7 August 2013 Software Version: 4 Contacting

More information

Basler IP Camera. User s Manual

Basler IP Camera. User s Manual Basler IP Camera User s Manual Document Number: AW000721 Version: 06 Language: 000 (English) Release Date: 28 January 2010 Contacting Basler Support Worldwide Europe: Basler AG An der Strusbek 60-62 22926

More information

USER S MANUAL SUPPLEMENT

USER S MANUAL SUPPLEMENT USER S MANUAL SUPPLEMENT Document Number: DA00078802 Release Date: 4 April 2006 Life Support Applications These products are not designed for use in life support appliances, devices, or systems where malfunction

More information

DEVELOPMENT GUIDE. Basler PowerPack for Embedded Vision

DEVELOPMENT GUIDE. Basler PowerPack for Embedded Vision DEVELOPMENT GUIDE Document Number: AW001435 Version: 01 Language: 000 (English) Release Date: 19 May 2017 Contacting Basler Support Worldwide Europe, Middle East, Africa Basler AG An der Strusbek 60 62

More information

Basler Cameras PYLON DEPLOYMENT GUIDE. Document Number: AW Version: 05 Language: 000 (English) Release Date: 12 June 2018 Software Version: 5.

Basler Cameras PYLON DEPLOYMENT GUIDE. Document Number: AW Version: 05 Language: 000 (English) Release Date: 12 June 2018 Software Version: 5. Basler Cameras PYLON DEPLOYMENT GUIDE Document Number: AW001362 Version: 05 Language: 000 (English) Release Date: 12 June 2018 Software Version: 5.x Contacting Basler Support Worldwide Europe, Middle East,

More information

Basler IP Camera. User s Manual

Basler IP Camera. User s Manual Basler IP Camera User s Manual Document Number: AW000721 Version: 04 Language: 000 (English) Release Date: 8 April 2009 Contacting Basler Support Worldwide Europe: Basler AG An der Strusbek 60-62 22926

More information

Basler ace and IP Cameras with Sony IMX174 and IMX249: The Most Modern CMOS Technology for More Flexibility in ITS Applications

Basler ace and IP Cameras with Sony IMX174 and IMX249: The Most Modern CMOS Technology for More Flexibility in ITS Applications PRODUCT INSIGHT www.baslerweb.com Basler ace and IP Cameras with Sony IMX174 and IMX249: The Most Modern CMOS Technology for More Flexibility in ITS Applications Complex tolling applications, enforcement

More information

Basler IP Fixed Box Cameras

Basler IP Fixed Box Cameras Basler IP Fixed Box Cameras NETWORK CAMERAS NEW: BIP2-1920-25c WITH SONY IMX174 SENSOR Premium image quality CCD and CMOS sensors VGA to 5 megapixels Multi-streaming and multi-encoding,, OVERVIEW Basler

More information

Basler IP Fixed Box Cameras

Basler IP Fixed Box Cameras Basler IP Fixed Box Cameras Network Cameras NEW: Bip2-1920-30c with sony imx174 sensor Premium image quality CCD and CMOS sensors VGA to 5 megapixels Multi-streaming and multi-encoding,, Technical Details

More information

Basler IP Fixed Box Cameras

Basler IP Fixed Box Cameras Basler IP Fixed Box Cameras NETWORK CAMERAS BIP2-1920-30c WITH SONY IMX174 SENSOR Premium image quality CCD and CMOS sensors VGA to 5 megapixels Multi-streaming and multi-encoding,, OVERVIEW Basler IP

More information

Basler IP Fixed Dome Cameras

Basler IP Fixed Dome Cameras Basler IP Fixed Dome Cameras NETWORK CAMERAS Premium image quality CCD and CMOS sensors HD, Full HD Multi-streaming and multi-encoding,, OVERVIEW Basler IP Fixed Dome Cameras Basler s network camera portfolio

More information

Basler IP Fixed Box Cameras

Basler IP Fixed Box Cameras Basler IP Fixed Box Cameras Network Cameras Premium image quality CCD and CMOS sensors VGA to 5 megapixels Multi-streaming and multi-encoding,, Overview Basler IP Fixed Box Cameras Basler's network camera

More information

Basler IP Fixed Box Cameras NETWORK CAMERAS Premium image quality CCD and CMOS sensors

Basler IP Fixed Box Cameras NETWORK CAMERAS Premium image quality CCD and CMOS sensors Basler IP Fixed Box Cameras NETWORK CAMERAS Premium image quality CCD and CMOS sensors VGA to 5 megapixels Multi-streaming and multi-encoding,, OVERVIEW Basler IP Fixed Box Cameras w w w.a vs up p Basler

More information

Aegis Electronic Group

Aegis Electronic Group WHITE PAPER www.baslerweb.com Optimal Vision Using Cameras for Intelligent Transportation Systems Intelligent Transportation Systems (ITS) require intelligent vision solutions. Modern camera technologies

More information

GenICam What is New? Vision Stuttgart Nov Dr. Fritz Dierks. Director of Platform Development at Chair of the GenICam Standard Committee

GenICam What is New? Vision Stuttgart Nov Dr. Fritz Dierks. Director of Platform Development at Chair of the GenICam Standard Committee GenICam What is New? Vision Stuttgart Nov 2012 Dr. Fritz Dierks Director of Platform Development at Chair of the GenICam Standard Committee 1 Outline GenICam as Core of Modern Interface Standards Latest

More information

K Summary of Firmware Release

K Summary of Firmware Release K69.1.2 Summary of Firmware Release Release Date: October 18, 2012 This driver release includes the features of the previous Kiosk firmware releases. It is for use with the following Kiosk printer model:

More information

Basler aviator INSTALLATION AND SETUP GUIDE FOR CAMERA LINK CAMERAS

Basler aviator INSTALLATION AND SETUP GUIDE FOR CAMERA LINK CAMERAS Basler aviator INSTALLATION AND SETUP GUIDE FOR CAMERA LINK CAMERAS Document Number: AW000832 Version: 05 Language: 000 (English) Release Date: 17 December 2010 For customers in the U.S.A. This equipment

More information

Web RCS Keyboard Shortcuts. You can also customize existing keyboard shortcuts.

Web RCS Keyboard Shortcuts. You can also customize existing keyboard shortcuts. Web RCS Keyboard Shortcuts You can also customize existing keyboard shortcuts. TAKE Take all screens Take current screen(s) Take S1... S8 Take CUT Take PAUSE TBar up TBar down LIVE SEQUENCER Play Pause

More information

Basler ace AREA SCAN CAMERAS Best price/performance ratio

Basler ace AREA SCAN CAMERAS Best price/performance ratio AREA SCAN CAMERAS Best price/performance ratio USB 3.0 easiest way for plug and play Gigabit Ethernet interface with PoE Link interface with PoCL Broad sensor selection: CCD, CMOS, NIR versions OVERVIEW

More information

If it s embedded, it s Kontron.

If it s embedded, it s Kontron. » « Everything under control» Powerful software toolkit and developer library for Computer-on-Modules» Easy-to-use programming interface» Independence, flexibility and on time in the market If it s embedded,

More information

» Universal Cooling Solutions «

» Universal Cooling Solutions « » Universal Cooling Solutions «Universal Cooling Solutions for COM Express and ETX» Standardized cooling solution» Price-efficient cooling solution for low power CPUs» Simplify stock keeping and SKU administration

More information

Bourns Slide Potentiometers. Short Form Brochure

Bourns Slide Potentiometers. Short Form Brochure Bourns Slide Potentiometers Short Form Brochure Introduction Bourns Sensors and Controls is committed to providing customers with an expanding array of high quality slide potentiometers suitable for use

More information

Varifocal Lenses. CCTV Varifocal Lenses. Installation/Configuration Notes. Functions.

Varifocal Lenses. CCTV Varifocal Lenses. Installation/Configuration Notes. Functions. CCTV Varifocal Lenses Varifocal Lenses High-quality optics 1/3-inch and 1/2-inch formats Reliable, robust construction Focal length options Compact design Manual and DC-iris versions Manual focus and zoom

More information

Sophisticated in Detail, Versatile and Proven Worldwide. Your benefits include:

Sophisticated in Detail, Versatile and Proven Worldwide. Your benefits include: Basler scout Area Scan Cameras VGA to 2 megapixels and up to 120 fps Selected high quality CCD and CMOS sensors Gigabit Ethernet and FireWire-b interfaces Perfect fit for a variety of applications - extremely

More information

FACTORY AUTOMATION. Manual IVI-KHD2-4HD1. Control Unit

FACTORY AUTOMATION. Manual IVI-KHD2-4HD1. Control Unit FACTORY AUTOMATION Manual Control Unit With regard to the supply of products, the current issue of the following document is applicable: The General Terms of Delivery for Products and Services of the Electrical

More information

VIDOS Monitor Wall. Installation and Operating Manual

VIDOS Monitor Wall. Installation and Operating Manual VIDOS Monitor Wall Installation and Operating Manual Copyright This document is the intellectual property of Bosch Security Systems and is protected by copyright. All rights reserved. No part of this

More information

Non-procedural Communication Command Reference

Non-procedural Communication Command Reference Smart Sensor Non-procedural Communication Command Reference Cat. No. Z244-E1-01 Introduction Thank you for purchasing the. This manual provides reference information on non-procedural communication commands

More information

Basler. CMOSIS models with Camera Link and up to 340 fps

Basler. CMOSIS models with Camera Link and up to 340 fps Basler Area Scan Cameras CMOSIS models with Camera Link and up to 340 fps Ground-breaking price starting at 299 euros Gigabit Ethernet interface with PoE Camera Link interface for high throughput with

More information

MD-N32 Serial to Ethernet Gateway Installation and Operating Guide

MD-N32 Serial to Ethernet Gateway Installation and Operating Guide MD-N32 Serial to Ethernet Gateway Installation and Operating Guide Copyright 2014 by Rosslare. All rights reserved. This manual and the information contained herein are proprietary to ROSSLARE ENTERPRISES

More information

Country/Region Phone Fax Technical Assistance Region Phone Fax

Country/Region Phone Fax Technical Assistance Region Phone Fax Short Form Brochure Introduction Bourns supplies components used in the design and assembly of professional lighting equipment. With a commitment to excellence and technology, Bourns has established a

More information

Basler IP Cameras. The Most Powerful IP Camera Concept. Megapixel. Day/Night H.264

Basler IP Cameras. The Most Powerful IP Camera Concept. Megapixel. Day/Night H.264 Basler IP Cameras Megapixel Day/Night H.264 The Most Powerful IP Camera Concept BASLER IP CAMERAS Features and Benefits The Basler IP camera product line offers flexible, high-performance solutions for

More information

u-blox Low Energy Serial Port Service

u-blox Low Energy Serial Port Service u-blox Low Energy Serial Port Service Protocol Specification Abstract This document describes the u-blox Low Energy Serial Port Service, which is a non-standard profile developed for the u-blox serial

More information

I 2 C and SPI Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes

I 2 C and SPI Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes I 2 C and SPI Protocol Triggering and Decode for Infiniium 9000A and 9000 H-Series Oscilloscopes Data sheet This application is available in the following license variations. Order N5391B for a user-installed

More information

Basler IP Cameras. Premium Image Quality CCD and CMOS Sensors VGA to 5 Megapixels Multi-Streaming and Multi-Encoding MJPEG, MPEG-4, H.

Basler IP Cameras. Premium Image Quality CCD and CMOS Sensors VGA to 5 Megapixels Multi-Streaming and Multi-Encoding MJPEG, MPEG-4, H. Basler IP Cameras Network Cameras Overview Premium Image Quality CCD and CMOS Sensors VGA to 5 Megapixels Multi-Streaming and Multi-Encoding MJPEG, MPEG-4, H.264 BASLER IP CAMERAS Basler IP Fixed Box Cameras

More information

Version (ACC Version )

Version (ACC Version ) Version 3.4.24.16 (ACC Version 6.14.4.6) Released Feb 22, 2019 Release Summary This is a service release that includes several bug fixes and performance improvements for AI Appliances. Due to the size

More information

Aegis Electronic Group

Aegis Electronic Group Basler IP Fixed Dome Cameras NETWORK CAMERAS Premium image quality CCD and CMOS sensors HD, Full HD Multi-streaming and multi-encoding,, OVERVIEW Basler IP Fixed Dome Cameras Basler s network camera portfolio

More information

AVT Vimba. AVT Vimba User Guide for Linux Jun-25 V1.2. Allied Vision Technologies GmbH Taschenweg 2a D Stadtroda / Germany

AVT Vimba. AVT Vimba User Guide for Linux Jun-25 V1.2. Allied Vision Technologies GmbH Taschenweg 2a D Stadtroda / Germany AVT Vimba AVT Vimba User Guide for Linux V1.2 2013-Jun-25 Allied Vision Technologies GmbH Taschenweg 2a D-07646 Stadtroda / Germany Contents Contents 1 Contacting Allied Vision Technologies 4 2 Introduction

More information

TEST STEPS MIGRATION GUIDE

TEST STEPS MIGRATION GUIDE Polarion Software TEST STEPS MIGRATION GUIDE Migrating Test Steps from Work Item Description to a New Field Europe, Middle-East, Africa: Polarion Software GmbH Hedelfinger Strasse 60 70327 Stuttgart, GERMANY

More information

SCHOLARONE MANUSCRIPTS TM REVIEWER GUIDE

SCHOLARONE MANUSCRIPTS TM REVIEWER GUIDE SCHOLARONE MANUSCRIPTS TM REVIEWER GUIDE TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. INTRODUCTION... 2 THE REVIEW PROCESS... 2 RECEIVING AN INVITATION...

More information

Key Advantages. ATA streaming support enables recordings from up to 64 HD cameras for smooth, uninterrupted footage.

Key Advantages. ATA streaming support enables recordings from up to 64 HD cameras for smooth, uninterrupted footage. 3.5 HARD DRIVE DATA SHEET Smart. Safe. Secure. Seagate Surveillance-Specialized Storage SkyHawk leverages Seagate's extensive experience in designing drives purpose-built for surveillance applications.

More information

CCTV LENS. Ver Fish-Eye Lens Fixed Focal Lens Vari-Focal Lens Zoom Lens Megapixel Lens Day&Night Lens 3CCD Camera Lens.

CCTV LENS. Ver Fish-Eye Lens Fixed Focal Lens Vari-Focal Lens Zoom Lens Megapixel Lens Day&Night Lens 3CCD Camera Lens. CCTV LENS Ver.5.3 2009.03 Fish-Eye Lens Fixed Focal Lens Vari-Focal Lens Zoom Lens Megapixel Lens Day&Night Lens 3CCD Camera Lens for Security for Surveillance for FA/Machine Vision Identification 24/7

More information

I 2 C and SPI Protocol Triggering and Decode for Infiniium 8000 and Series Oscilloscopes

I 2 C and SPI Protocol Triggering and Decode for Infiniium 8000 and Series Oscilloscopes I 2 C and SPI Protocol Triggering and Decode for Infiniium 8000 and 90000 Series Oscilloscopes Data sheet This application is available in the following license variations. Order N5391A for a user-installed

More information

The Economist rate card 2017 (GBP)

The Economist rate card 2017 (GBP) The Economist rate card 2017 (GBP) The Economist newspaper, Digital Editions app, Snapchat, and Global Business Review The Economist allows you to reach our influential audience through print and our award

More information

JAI SDK Software Development Kit and Control Tool

JAI SDK Software Development Kit and Control Tool JAI SDK Software Development Kit and Control Tool Document Version: A Document P/N: 10671 JAI SDK - Getting Started Guide Table of Contents Table of Contents... iii 1 General... 5 2 Downloading the software...

More information

TEC2 LDM Programming Instructions

TEC2 LDM Programming Instructions Programming Instructions TEC2 LDM Programming Instructions Using MPLAB IDE Software and MPLAB ICD3 Download Probe Programming Instructions Table of Contents Table of Contents Section 1: 1.1 Using MPLAB

More information

Rosemount 3493 LOGView

Rosemount 3493 LOGView Manual Supplement Software Version 1.20 www.rosemount.com Manual Supplement 2007 Rosemount Inc. All rights reserved. The Emerson logo is a trademark and service mark of Emerson Electric Co. Rosemount and

More information

Triple Play Testing with

Triple Play Testing with Inspired Innovation Test Methodology Journal Triple Play Testing with Spirent TestCenter November 2008 Triple Play Testing with Spirent TestCenter Objective The objective of this lab is to show you how

More information

Keysight Technologies I 2 C and SPI Protocol Triggering and Decode

Keysight Technologies I 2 C and SPI Protocol Triggering and Decode Keysight Technologies I 2 C and SPI Protocol Triggering and Decode For Infiniium 9000 and S-Series Oscilloscopes Data Sheet This application is available in the following license variations. Fixed to an

More information

EVK-W262U. Evaluation kit for ODIN-W2 series. User Guide. Abstract

EVK-W262U. Evaluation kit for ODIN-W2 series. User Guide. Abstract EVK-W262U Evaluation kit for ODIN-W2 series User Guide Abstract This document describes how to set up the EVK-W262U evaluation kit to evaluate u-blox ODIN-W2 series with UART communication. www.u-blox.com

More information

HITACHI VIRTUAL STORAGE PLATFORM F SERIES FAMILY MATRIX

HITACHI VIRTUAL STORAGE PLATFORM F SERIES FAMILY MATRIX HITACHI VIRTUAL STORAGE PLATFORM F SERIES FAMILY MATRIX F600 F800 Storage Platform F1500 Capacity Specifications Max. Number of Flash Drives, Including Spares 192 FMD 384 SSD 288 FMD 576 SSD 576 FMD 1,152

More information

This section describes fixed limitations for PowerCenter Connect for Web Services.

This section describes fixed limitations for PowerCenter Connect for Web Services. Contents Informatica Corporation Informatica PowerCenter Connect for Web Services Version 8.1.1 SP5 Release Notes March 2008 Copyright 2003-2008 Informatica Corporation This Software may be protected by

More information

Varifocal Lenses. CCTV Varifocal Lenses. Certifications and Approvals. Functions. Installation/Configuration Notes.

Varifocal Lenses. CCTV Varifocal Lenses. Certifications and Approvals. Functions. Installation/Configuration Notes. CCTV Varifocal Lenses Varifocal Lenses High-quality optics 1/3-inch and 1/2-inch formats Reliable, robust construction Focal length options Compact design Manual and DC-iris versions Manual focus and zoom

More information

USER S MANUAL Document Number: DA Release Date: 7 December 2010

USER S MANUAL Document Number: DA Release Date: 7 December 2010 USER S MANUAL Document Number: DA00069603 Release Date: 7 December 2010 For customers in the U.S.A. This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant

More information

u-blox Extended Data Mode

u-blox Extended Data Mode u-blox Extended Data Mode Protocol Specification Abstract This document describes the extended data mode protocol of the u-blox short range radio products. The extended data mode is an extension of the

More information

The Economist rate card 2017 (USD)

The Economist rate card 2017 (USD) The Economist rate card 2017 (USD) The Economist newspaper, Digital Editions app, Snapchat, and Global Business Review The Economist allows you to reach our influential audience through print and our award

More information

Basler. CMOSIS models with Camera Link and up to 340 fps

Basler. CMOSIS models with Camera Link and up to 340 fps Basler Area Scan Cameras CMOSIS models with Camera Link and up to 340 fps Ground-breaking price starting at 299 euros Gigabit Ethernet interface with PoE Camera Link interface for high throughput with

More information

Basler IP Cameras. Premium Image Quality CCD and CMOS Sensors VGA to 5 Megapixels Multi-Streaming and Multi-Encoding MJPEG, MPEG-4, H.

Basler IP Cameras. Premium Image Quality CCD and CMOS Sensors VGA to 5 Megapixels Multi-Streaming and Multi-Encoding MJPEG, MPEG-4, H. Basler IP Cameras Security Cameras Overview Premium Image Quality CCD and CMOS Sensors VGA to 5 Megapixels Multi-Streaming and Multi-Encoding MJPEG, MPEG-4, H.264 BASLER IP CAMERAS Features and Benefits

More information

Key Advantages. ATA streaming support enables recordings from up to 64 HD cameras for smooth, uninterrupted footage.

Key Advantages. ATA streaming support enables recordings from up to 64 HD cameras for smooth, uninterrupted footage. 3.5 HARD DRIVE DATA SHEET Smart. Safe. Secure. Seagate Surveillance-Specialized Storage SkyHawk leverages Seagate's extensive experience in designing drives purpose-built for surveillance applications.

More information

Universal Mobile Ad Package

Universal Mobile Ad Package Version 1.0 Mobile Marketing Association 1.0 Overview The MMA s Mobile Advertising Guidelines provide recommendations for the global ad units generally used in mobile advertising across the following mobile

More information

Lifecycle Management for Virtual Machine Applications Configuration Guide, Cisco IOS Everest 16.6

Lifecycle Management for Virtual Machine Applications Configuration Guide, Cisco IOS Everest 16.6 Lifecycle Management for Virtual Machine Applications Configuration Guide, Cisco IOS Everest 16.6 IOx: Support 3rd Party Apps in KVMs 2 Information About IOx: Support 3rd Party Apps in KVMs 2 Configuring

More information

SCD-0002 Basler Pylon Area Documentation

SCD-0002 Basler Pylon Area Documentation SCD-0002 Basler Pylon Area Documentation Release XI Tordivel AS Mar 13, 2017 Contents 1 User Guide 3 2 Release notes 15 i ii Basler Pylon Scorpion supports Pylon from 2 to 5 SCD-0002-Basler-Pylon-Area

More information

VisionWorks Acquisition and Analysis Software Quick Start Guide

VisionWorks Acquisition and Analysis Software Quick Start Guide VisionWorks Acquisition and Analysis Software Quick Start Guide UVP, LLC Ultra-Violet Products Ltd. 2066 W. 11 th Street Unit 1, Trinity Hall Estate, Nuffield Road Upland, CA 91786 Cambridge, CB4 1TG UK

More information

»SYMKLOUD-MS SNMP Support

»SYMKLOUD-MS SNMP Support »SYMKLOUD-MS SNMP Support SYMKLOUD-MS SNMP Support Summary Revision 1.2 1 Introduction The SNMP solution for the SYMKLOUD-MS series of platforms is made up of MIBs covering 2 (independent) key components:

More information

Touchpoint Pro Input/Output Modules Specifications

Touchpoint Pro Input/Output Modules Specifications Specifications Common Specifications Common Specifications Dimensions 35.0 mm x 99.5 mm x 114.5 mm (W x H x D) Installation 5, 7, 9 or 10-way Communication / Power Rail Maximum Wire Size 2.5 mm 2 IP Rating

More information

TT-NRM. Network Relay Module Installation Instructions WARNING:

TT-NRM. Network Relay Module Installation Instructions WARNING: TT-RM etwork Relay Module Installation Instructions TT-RM-BASE unit with four TT-RM-2RO modules removed Description The TraceTek etwork Relay Module provides multiple relay outputs for switching alarm

More information

HITACHI VIRTUAL STORAGE PLATFORM G SERIES FAMILY MATRIX

HITACHI VIRTUAL STORAGE PLATFORM G SERIES FAMILY MATRIX HITACHI VIRTUAL STORAGE PLATFORM G SERIES FAMILY MATRIX G200 G600 G800 Storage Platform G1500 Capacity Specifications Maximum (Max.) Number of Hard Drives, Including Spares 264 SFF 252 LFF 480 SFF 480

More information

VIDOS IntuiKey Installation and Operating Manual

VIDOS IntuiKey Installation and Operating Manual VIDOS IntuiKey Installation and Operating Manual Copyright This document is the intellectual property of Bosch Security Systems and is protected by copyright. All rights reserved. No part of this document

More information

FACTORY AUTOMATION. Manual IVI-KHD2-4HD3. Control Unit with 8 Inputs/Outputs

FACTORY AUTOMATION. Manual IVI-KHD2-4HD3. Control Unit with 8 Inputs/Outputs FACTORY AUTOMATION Manual Control Unit with 8 Inputs/Outputs With regard to the supply of products, the current issue of the following document is applicable: The General Terms of Delivery for Products

More information

Introduction. Node Timing Parameters. Revised: June 5, 2017, OL This document provides information about Cisco NCS users and node timing.

Introduction. Node Timing Parameters. Revised: June 5, 2017, OL This document provides information about Cisco NCS users and node timing. Timing Reference Revised: June 5, 2017, OL-25030-01 Introduction This document provides information about Cisco NCS users and node timing. Note With references provided to configuration guides, see: For

More information

VZ-C3D Visualizer. Bringing reality closer in 3D

VZ-C3D Visualizer. Bringing reality closer in 3D EN VZ-C3D Visualizer Bringing reality closer in 3D Introducing the world s first 3D Visualizer VZ-C3D Ceiling Visualizer WolfVision is a globally successful family owned company based in Austria/Europe.

More information

Evaluation Kit & Driver User s Guide

Evaluation Kit & Driver User s Guide 15 Cabot Road Woburn, MA 01801 Tel: 781-935-1200 Fax: 781-935-2040 info@agiltron.com www.agiltron.com 1. Introduction This document describes the operation of the Evaluation Kit and Driver Ver. SW-DR-1

More information

online TRAVEL TRADE MENA 366K SPECIAL EXHIBITION PUBLICATIONS TRAVEL TRADE MENA TRAVEL TRADE MENA

online TRAVEL TRADE MENA 366K SPECIAL EXHIBITION PUBLICATIONS TRAVEL TRADE MENA TRAVEL TRADE MENA TRAVEL TRADE PUBLICATIONS (TTP) IS A CYPRUS-BASED PUBLISHING HOUSE SPECIALISING IN TRAVEL AND TOURISM ONLINE PRODUCTS AROUND THE GLOBE. THE COMPANY CURRENTLY BRINGS OUT THE BELOW PRODUCTS: www.traveltrademena.com

More information

ONErack patent pending Installation Guide

ONErack patent pending Installation Guide ONErack patent pending Installation Guide ONErack module MNL-1RK-MOD v1.10 Tools Pozidriv PZ2 crosshead screwdriver 2 mm flathead screwdriver Wire cutter Wire strippers Voltmeter In the box Optional: Self-adhesive

More information

Setting up a Stable USB 3.0 Camera System

Setting up a Stable USB 3.0 Camera System WHITE PAPER www.baslerweb.com Setting up a Stable USB 3.0 Camera System USB3 Vision is an industrial image processing standard released over three years ago and enjoying tremendous acceptance on the market.

More information