Hacking the Xbox 360 Kinect for the CIRCUIT Studio. Fritz Barnewolt Steven Boehm Jacob Frederick

Size: px
Start display at page:

Download "Hacking the Xbox 360 Kinect for the CIRCUIT Studio. Fritz Barnewolt Steven Boehm Jacob Frederick"

Transcription

1 Hacking the Xbox 360 Kinect for the CIRCUIT Studio Fritz Barnewolt Steven Boehm Jacob Frederick

2 Outline The information contained in this manual is limited to the basic functions and operations of the Kinect. The manual begins with an Initial Setup section. This section contains the code that needs to be written in Processing before the Kinect can be hacked. Following this section are actual pieces of code that are required for simple functions of the Kinect. There is also a general trouble shooting section and a section that explains how to access sample code that is already in the Processing library. The information presented here will focus on using the SimpleOpenNI library for hacking the Kinect. First-Time Installation 1. Plug in the Xbox 360 Kinect to an open USB port as well as a wall socket 2. Allow Microsoft to search for and download any necessary drivers (a notification in the system tray allows you to monitor this) 3. Download the 64 or 32 bit Processing for Windows ( 4. Open the program Processing 5. In the top menu go to Sketch Import Library Add Library

3 6. Search kinect, locate SimpleOpenNI and select the install button (this could take up to five minutes) Introductory Functions Initial Set-Up Required for Every Program: Open a new Processing file. The following code needs to be included at the beginning of every Processing file. The code can vary depending on what library you are importing, but we will be using the SimpleOpenNI library so type: import SimpleOpenNI.*; SimpleOpenNI context; This code imports the SimpleOpenNI library and makes an instance of a new SimpleOpenNI object, called context.

4 Executing a Processing File: A file is executed by clicking the Run button shown in figure below. A file will also be executed by using the shortcut, Ctrl + R. Sample Code The following sections will have segments of code that will perform specific functions. These segments can be pasted directly into your Processing file as needed. Please note that the segments of code are not complete Processing files, meaning that they will not execute

5 correctly on their own. In order to make these segments work indepently, you need to include the code from the Initial Set-Up Required for Every Program section. Simple Use As a Webcam/Setup for RGB camera: Most uses of the Kinect will require it to have the camera activated. It is a good idea to include the following code in every processing file. You will be able to build off of this code to perform more advanced functions on the Kinect. void setup( ) size(1600,600); context = new SimpleOpenNI(this); context.setmirror(true); context.enablergb(); } //This setup method is what turns on the Kinect and allows us to view the RGB camera void draw( ) context.update(); background(200,0,0); image(context.rgbimage(),0, 0); } //This draw method actually creates the viewing window to watch the Kinect s camera //and refreshes the RGB image Depth Map: This code will display the depth map and as well as enable the camera. void setup() context = new SimpleOpenNI(this); // enable depthmap generation context.enabledepth();

6 // enable camera image generation context.enablergb(); background(200,0,0); size(context.depthwidth() + context.rgbwidth() + 10, context.rgbheight()); } void draw() // update the cam context.update(); // draw depthimagemap image(context.depthimage(),0,0); // draw camera image(context.rgbimage(),context.depthwidth() + 10,0); } Adjust Camera Angle: float deg = 15; context.tilt(deg); //Tilts the Kinect s camera to whatever angle deg is set to up to a max of 30 degrees //This code goes in the setup method Accessing Sample Code The Kinect already has several sample programs loaded in the Simple OpenNI library. These samples are an easy way to perform simple functions on the Kinect. The sample code can be accessed using the following steps: Go to the processing window File Examples Contributed Libraries SimpleOpenNI OpenNI choose one of the many sample programs provided.

7 Basic Troubleshooting Issues If the computer does not recognize the Kinect, make sure that the Kinect s power and USB cords are plugged in. This manual was written for XBOX 360 Kinects, NOT Windows Kinects. The Windows Kinect is set up differently and might not be compatible with all of the information in this manual. If an error message appears that mentions compatibility issues with the 64 bit version of Processing, uninstall the 64 bit version on your computer and install the 32 bit version. If you cannot find the explicit instructions for what you need to do in this manual, refer to the Accessing Sample Code section. SimpleOpneNI is an open source language. As a result there are lots of resources on the internet that you can easily access. The following are a couple of good resources to start with: o

Kinect Interface to Play Computer Games with Movement

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

More information

USB2VGA. Instruction Manual. USB to VGA Adapter. USB 2.0 to VGA External Multi Monitor Video Adapter

USB2VGA. Instruction Manual. USB to VGA Adapter. USB 2.0 to VGA External Multi Monitor Video Adapter USB to VGA Adapter USB2VGA Instruction Manual USB 2.0 to VGA External Multi Monitor Video Adapter FCC Compliance Statement This equipment has been tested and found to comply with the limits for a Class

More information

Resolving USB Driver Problems

Resolving USB Driver Problems 130 LogTag User Guide (1.8) Resolving USB Driver Problems Every USB device requires the appropriate driver files to be installed prior to them being successfully used on a computer. The installation process

More information

Quick Start Guide. Installing. Setting up the equipment

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

More information

Xbox LIVE Vision. english

Xbox LIVE Vision. english Xbox LIVE Vision Thanks for choosing the Xbox LIVE Vision camera. Xbox LIVE Vision adds video to your Xbox 360 system and games, including: Video chat and picture messages. Photo snapshots. Family Settings

More information

Printer Driver Installation Guide

Printer Driver Installation Guide Fujitsu Dot Matrix Printer DL Series Printer Driver Installation Guide - Windows 7 - Windows Server 2008 R2 Rev.01: April 12, 2010 IMPORTANT NOTE TO USERS For Windows 7 / Windows Server 2008 R2, install

More information

Table of Contents. Use. Troubleshooting. Setup. Welcome. 11 How to arm/disarm system/camera(s) 19 Sync Module setup issues. 3 Installing the Blink app

Table of Contents. Use. Troubleshooting. Setup. Welcome. 11 How to arm/disarm system/camera(s) 19 Sync Module setup issues. 3 Installing the Blink app User Guide Table of Contents Welcome Setup Use Troubleshooting 2 What s in the box 2 What you need 3 Installing the Blink app 4 Setting up the Sync Module 5 Connecting the Sync Module to Your Wi-Fi 7 Adding

More information

Before You Begin Installing Your Scanner

Before You Begin Installing Your Scanner Before You Begin Installing Your Scanner We recommend that you confirm the following before installing your scanner: MINIMUM SYSTEM REQUIREMENTS Review the following system and Internet requirements to

More information

Software Upgrade Assistant Manual for DuraXV

Software Upgrade Assistant Manual for DuraXV Software Upgrade Assistant Manual for DuraXV 2015 Kyocera Corporation. All rights reserved. KYOCERA is a registered trademark of Kyocera Corporation. All other trademarks are the property of their respective

More information

Speedlink software will run on Windows NT, Windows 7, and Windows 8; it will run on both 32 byte and 64 byte versions of Windows.

Speedlink software will run on Windows NT, Windows 7, and Windows 8; it will run on both 32 byte and 64 byte versions of Windows. Guide to the Speedlink software and drivers. Status Instruments has a range of process control equipment that can be configured using the Speedlink software. Some equipment will connect directly to a Windows

More information

ScanWin Installation and Windows 7-64 bit operating system

ScanWin Installation and Windows 7-64 bit operating system ScanWin Installation and Windows 7-64 bit operating system In order to run the ScanWin Pro install and program on Windows 7 64 bit operating system you need to install a Virtual PC and then install a valid,

More information

How to use the VMware Workstation / Player to create an ISaGRAF (Ver. 3.55) development environment?

How to use the VMware Workstation / Player to create an ISaGRAF (Ver. 3.55) development environment? Author Janice Hong Version 1.0.0 Date Mar. 2014 Page 1/56 How to use the VMware Workstation / Player to create an ISaGRAF (Ver. 3.55) development environment? Application Note The 32-bit operating system

More information

Digital Persona Fingerprint Reader Installation

Digital Persona Fingerprint Reader Installation Digital Persona Fingerprint Reader Installation The link to download the Fingerprint Reader Software for AXIS-ACH is http://corpcu.com/fingerprint-reader-software This will begin the download for the drivers.

More information

Mini Amazing Box 4.6.1.1 Update for Windows XP with Microsoft Service Pack 2

Mini Amazing Box 4.6.1.1 Update for Windows XP with Microsoft Service Pack 2 Mini Amazing Box 4.6.1.1 Update for Windows XP with Microsoft Service Pack 2 Below you will find extensive instructions on how to update your Amazing Box software and converter box USB driver for operating

More information

Table of Contents. User s guide 2

Table of Contents. User s guide 2 CryptoPlus KB Version 1.1.46 USER S GUIDE November 2009 Table of Contents Table of Contents...2 1 Introduction...3 2 CryptoPlus How to Start...3 2.1 HW and SW requirements...3 2.2 Licence covenants and

More information

UAFS Housing and Residential Life Internet & Cable TV Resident User Guide

UAFS Housing and Residential Life Internet & Cable TV Resident User Guide UAFS Housing and Residential Life Internet & Cable TV Resident User Guide UAFS Housing and Residential Life has partnered with Cox Communications to provide you with High Speed Internet and Cable TV Powered

More information

DESIGN OF A TOUCHLESS USER INTERFACE. Author: Javier Onielfa Belenguer Director: Francisco José Abad Cerdá

DESIGN OF A TOUCHLESS USER INTERFACE. Author: Javier Onielfa Belenguer Director: Francisco José Abad Cerdá DESIGN OF A TOUCHLESS USER INTERFACE Author: Javier Onielfa Belenguer Director: Francisco José Abad Cerdá 1 OUTLINE 1. Problem to solve 2. Goal of the project 3. Connecting devices and the system 3.1 Microsoft

More information

ScanShell.Net Install Guide

ScanShell.Net Install Guide ScanShell.Net Install Guide Please install the software first - DO NOT PLUG IN THE SCANNER The scanner has been carefully packaged to avoid damage during transportation. Before operating the scanner, please

More information

SMART Board Software for Macintosh FAQ

SMART Board Software for Macintosh FAQ SMART Board Software for Macintosh FAQ NOTE: The following FAQs relate to the latest SMART Board Software for Macintosh release and apply only to Macintosh computers. SMART Board Software for Macintosh

More information

Below are the instructions for downloading the Dartfish Software Files from the website:

Below are the instructions for downloading the Dartfish Software Files from the website: Below are the instructions for downloading the Dartfish Software Files from the website: 1. TO ACCESS THE FILES TO DOWNLOAD - Using the computer that you wish to install the Dartfish software on, connect

More information

Connecting your Omega/BetaPAT PLUS to a PC via a USB

Connecting your Omega/BetaPAT PLUS to a PC via a USB Connecting your Omega/BetaPAT PLUS to a PC via a USB Install software Windows XP and below Insert the disc into your computers disc drive and run through the setup wizard. Windows Vista & 7 1. Insert the

More information

P L U G - I N AND G O USER GUIDE

P L U G - I N AND G O USER GUIDE P L U G - I N AND G O USER GUIDE bluefin from Superchips will give you a more responsive car with enhanced all-round performance. This is your complete guide to getting more out of your car the quick and

More information

EVA Drivers 6.1 and TWAIN Installation Guide for EVA Classic Digital Sensors

EVA Drivers 6.1 and TWAIN Installation Guide for EVA Classic Digital Sensors 8 Westchester Plaza, Suite 112, Elmsford, NY 10523 (914) 592-6100 Fax (914) 592-6148 www.imageworkscorporation.com EVA Drivers 6.1 and TWAIN Installation Guide for EVA Classic Digital Sensors Note: This

More information

BitLocker To Go User Guide

BitLocker To Go User Guide BitLocker To Go User Guide 1. Introduction BitLocker To Go a new feature of Windows 7 is a full-disk encryption protection technology for removable storage devices that are connected to one of the USB

More information

Introduction. Driver Support Windows 98

Introduction. Driver Support Windows 98 Introduction Thank you for choosing the VC324 USB Video Conferencing Kit. VC324 USB is a Windows 98 video conferencing packages that supports the new H.324 video conferencing protocal over standard telephone

More information

Equinox L5300 Installation and Configuration Guide Version 1.0 Innovative Payment Processing Solutions for Businesses

Equinox L5300 Installation and Configuration Guide Version 1.0 Innovative Payment Processing Solutions for Businesses January 2016 Equinox L5300 Installation and Configuration Guide Version 1.0 Innovative Payment Processing Solutions for Businesses Contents 1. Terminal Installation... 3 1.1 Terminal Installation Ethernet

More information

Vodafone Mobile Broadband via the phone

Vodafone Mobile Broadband via the phone Vodafone Mobile Broadband via the phone Getting started guide: PC internet via the phone software install Make the most of now Contents Vodafone Mobile Broadband via the phone 3 System requirements 3 What

More information

Instructions for the installation of drivers and data reading software (TOOLBOX 4) The simple and reliable way to measure radioactivity.

Instructions for the installation of drivers and data reading software (TOOLBOX 4) The simple and reliable way to measure radioactivity. The simple and reliable way to measure radioactivity. Instructions for the installation of drivers and data reading software (TOOLBOX 4) EN 06/2015 2015 GAMMA-SCOUT GmbH & Co. KG Instructions for Driver

More information

Software Repair Assistant Manual for DuraXV

Software Repair Assistant Manual for DuraXV Software Repair Assistant Manual for DuraXV 2015 Kyocera Corporation. All rights reserved. KYOCERA is a registered trademark of Kyocera Corporation. All other trademarks are the property of their respective

More information

Skybound USB Adapter. Using Hubs with the Skybound USB Adapter. Installing the Skybound USB Driver

Skybound USB Adapter. Using Hubs with the Skybound USB Adapter. Installing the Skybound USB Driver Skybound USB Adapter There are two variants of the Skybound USB adapter to update datacards using the Jeppesen Services Update Manager (JSUM). There is a multiple-slot adapter (silver case) that programs

More information

Appendix F: Instructions for Downloading Microsoft Access Runtime

Appendix F: Instructions for Downloading Microsoft Access Runtime Appendix F: Instructions for Downloading Microsoft Access Runtime The Consumer Products Reporting Tool is designed to work with Microsoft Access 2010 or later. For the best compatibility, please refer

More information

Installing jabra pc suite. V01_0905 Jabra is a registered trademark of GN Netcom A/S www.jabra.com

Installing jabra pc suite. V01_0905 Jabra is a registered trademark of GN Netcom A/S www.jabra.com Installing jabra pc suite V01_0905 Jabra is a registered trademark of GN Netcom A/S www.jabra.com JABRA PC SUITE OVERVIEW Elements of the Jabra PC Suite The Jabra PC Suite is a collection of PC programs

More information

3. Locate the different selections of Styles from the Home Tab, Styles Group

3. Locate the different selections of Styles from the Home Tab, Styles Group Outlining in MS Word 2007 Microsoft Word 2007 provides users with an Outline View and Outlining toolbar, which allows us to create outlines. Outlines in Word are based on Styles. For instance if a line

More information

Mimeo Printer User Guide

Mimeo Printer User Guide Mimeo Printer User Guide 1.800.GoMimeo mimeo.com Table of Contents Step 1: Download & Install the Mimeo Printer... 2 Step 2: Select Files for Uploading... 4 Step 3: Build Your Document... 8 Frequently

More information

Wireless LAN 802.11g USB Adapter

Wireless LAN 802.11g USB Adapter Wireless LAN 802.11g USB Adapter User s Guide Version 1.0 User s Guide 0 Copyright statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by

More information

Software Migration Guide

Software Migration Guide Software Migration Guide Metrics ICS Version 4.0.0 Copyright 1999-2012, Metrics Technology, Inc. All rights reserved. Software Migration Guide 1 Table of Contents Introduction... 3 Changes to Metrics ICS

More information

Safety Precautions WARNINGS

Safety Precautions WARNINGS Safety Precautions This guide contains a variety of safety markings related to the safe and correct operation of the USB Data Transfer Cable. Be sure to read this guide and any related manuals carefully

More information

Abstract. Introduction

Abstract. Introduction SPACECRAFT APPLICATIONS USING THE MICROSOFT KINECT Matthew Undergraduate Student Advisor: Dr. Troy Henderson Aerospace and Ocean Engineering Department Virginia Tech Abstract This experimental study involves

More information

Digital Video Recorder

Digital Video Recorder EN Digital Video Recorder Hardware Quick Start Guide Welcome! Lets get started. QH16_42000914E Swann 2014 1 1 Getting to know your DVR Congratulations on your purchase of Swann s latest DVR security system!

More information

Video Conferencing - Watching

Video Conferencing - Watching Video Conferencing - Watching electa Live V4 supports many-to-many video broadcasting. Each virtual room is preset with a certain number of video inputs, which allows several attendees to share their web

More information

Add in Guide for Microsoft Dynamics CRM May 2012

Add in Guide for Microsoft Dynamics CRM May 2012 Add in Guide for Microsoft Dynamics CRM May 2012 Microsoft Dynamics CRM Addin Guide This document will guide you through configuration of the Microsoft Dynamics CRM addin. Microsoft Dynamics CRM is a bit

More information

Argus Direct add-in for spreadsheets - Installation Guide

Argus Direct add-in for spreadsheets - Installation Guide Argus Direct add-in for spreadsheets - Installation Guide The add-in enables you to download Argus data that you are permissioned for directly in Excel spreadsheets. The spreadsheet can be refreshed to

More information

WUA-0605 300Mbps Wireless USB Network Adapter

WUA-0605 300Mbps Wireless USB Network Adapter WUA-0605 300Mbps Wireless USB Network Adapter User Manual V1.0 Certification FCC CE FCC Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant

More information

[INSTALLING THE M2SYS BIOMETRIC SCANNING SYSTEM]

[INSTALLING THE M2SYS BIOMETRIC SCANNING SYSTEM] Installing the M2SYS BIOMetric Scanning System 2009 Fellowship Technologies, LP [INSTALLING THE M2SYS BIOMETRIC SCANNING SYSTEM] CONSULTING & DELIVERY SERVICES 7/22/2010 1 TABLE OF CONTENTS 2 Figures Index...

More information

Pre-Installation: Personal Storage 3100 Installation Guide. Hardware and Operating System Requirements for Windows PC

Pre-Installation: Personal Storage 3100 Installation Guide. Hardware and Operating System Requirements for Windows PC Pre-Installation: Thank You Thank you for selecting a Maxtor Personal Storage product. Please follow these instructions to take full advantage of its features. Handling Precautions If these handling precautions

More information

HP Display Assistant User Guide

HP Display Assistant User Guide HP Display Assistant User Guide Copyright 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft, Windows, and Windows Vista are

More information

Bluetooth Installation

Bluetooth Installation Overview Why Bluetooth? There were good reasons to use Bluetooth for this application. First, we've had customer requests for a way to locate the computer farther from the firearm, on the other side of

More information

Windows XP.. ELITE Firmware Update procedures.. v1.41

Windows XP.. ELITE Firmware Update procedures.. v1.41 Windows XP.. ELITE Firmware Update procedures.. v1.41 Download and Extract the ELITE update. Note.. Please ensure you are logged in to Windows as an Administrator before carrying out the instructions in

More information

Android Dongle. User Manual TL869

Android Dongle. User Manual TL869 Android Dongle User Manual TL869 2 User Manual Android TV Dongle Before using the product, please read this manual thoroughly. The specifications and software in this manual are subject to change without

More information

A6210 WiFi USB Adapter 802.11ac USB 3.0 Dual Band User Manual

A6210 WiFi USB Adapter 802.11ac USB 3.0 Dual Band User Manual 802.11ac USB 3.0 Dual Band User Manual August 2014 202-11373-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the

More information

MixMeister EZ Converter Setup & Troubleshooting Contents:

MixMeister EZ Converter Setup & Troubleshooting Contents: MixMeister EZ Converter Setup & Troubleshooting Contents: Windows Vista and Windows 7 Setup Instructions... 2 Windows XP Setup Instructions... 4 Macintosh OSX - Setup Instructions... 6 Troubleshooting...

More information

If you are not using a network environment (i.e. USB connection only) If you are using the printer in a network environment

If you are not using a network environment (i.e. USB connection only) If you are using the printer in a network environment This document describes how to setup the printer when you are using an operating system equipped with Windows Firewall such as Windows XP Service Pack 2. Make sure that you read the

More information

QCapture Pro 7 Removing Problem Windows Update

QCapture Pro 7 Removing Problem Windows Update QCapture Pro 7 Removing Problem Windows Update Purpose On trying to start QCapture Pro 7, an error was observed with the following messages where the program would not start at all. On Windows 7 (64-bit):

More information

USB 2.0 4-PORT NETWORK HUB. User Manual DA-70251 DA-70252 1

USB 2.0 4-PORT NETWORK HUB. User Manual DA-70251 DA-70252 1 USB 2.0 4-PORT NETWORK HUB User Manual DA-70251 DA-70252 1 Copyright Notice Copyright DIGITUS 2010. All rights reserved. Disclaimer DIGITUS shall not be liable for technical or editorial errors or omissions

More information

Manual Instruction for. AU06-DL13W/RGB/30K MiLight Wifi LED Controller

Manual Instruction for. AU06-DL13W/RGB/30K MiLight Wifi LED Controller Important: Read all instructions prior to installation. Manual Instruction for AU06-DL13W/RGB/30K MiLight Wifi LED Controller After completing this simple setup using just your smartphone or tablet and

More information

E-Blocks Easy Internet Bundle

E-Blocks Easy Internet Bundle Page 1 Cover Page Page 2 Flowcode Installing Flowcode Instruction for installing Flowcode can be found inside the installation booklet located inside the Flowcode DVD case. Before starting with the course

More information

F-Series Desktop User Manual F20. English - Europe/New Zealand

F-Series Desktop User Manual F20. English - Europe/New Zealand F-Series Desktop User Manual F20 en English - Europe/New Zealand Contents Key to icons and text...3 What is F-Series Desktop?...4 How do I install F-Series Desktop onto my computer?...4 How do I subscribe

More information

Caplio Utility for Windows

Caplio Utility for Windows Caplio Utility for Windows Operation Manual English To ensure correct use of the product, read this manual carefully before use. Keep the manual handy for future use. Introduction Thank you for purchasing

More information

Sending Files to a Social Security Laptop

Sending Files to a Social Security Laptop Sending Files to a Social Security Laptop Introduction There are multiple options to send files to your Social Security laptop. A couple of options are to encrypt files and then send them by email or transfer

More information

MonitorKey USB Driver Installation Instructions

MonitorKey USB Driver Installation Instructions MonitorKey USB Driver Installation Instructions The following procedure is used to install the drivers for the USB port of the EDI MonitorKey Programming Tool. If a serial version of the MonitorKey Programming

More information

VidyoDesktop Media Player Quick Reference Guide

VidyoDesktop Media Player Quick Reference Guide Quick Reference Guide 2010 Vidyo, Inc. All rights reserved. Vidyo, VidyoTechnology, VidyoConferencing, VidyoRouter, VidyoPortal, VidyoGateway, VidyoRoom, and VidyoDesktop are trademarks of Vidyo, Inc.

More information

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A 1-Port Wireless USB 2.0 Print Server Model # APSUSB201W Quick Installation Guide Ver. 2A Section 1 Step 1Connect one end of the Ethernet cable to the RJ-45 port of the Print Server and attach the other

More information

Lenovo Miix 2 8. User Guide. Read the safety notices and important tips in the included manuals before using your computer.

Lenovo Miix 2 8. User Guide. Read the safety notices and important tips in the included manuals before using your computer. Lenovo Miix 2 8 User Guide Read the safety notices and important tips in the included manuals before using your computer. Notes Before using the product, be sure to read Lenovo Safety and General Information

More information

Super Pro Net TM Network Key Installation and Operation

Super Pro Net TM Network Key Installation and Operation March 4, 2015 Super Pro Net TM Network Key Installation and Operation Installation Overview RoadEng software can be protected against unlicensed use on a network with SafeNet s Super Pro Net TM hardware

More information

PL-2305 USB-to-Printer Cable Windows 8 Installation Guide

PL-2305 USB-to-Printer Cable Windows 8 Installation Guide PL-2305 USB-to-Printer Cable Windows 8 Installation Guide Introduction The PL-2305 USB-to-Printer cable provides a bi-directional bridge between the USB host system and IEEE-1284 parallel port printers.

More information

Downloading Images and Movies from a Digital Camera to OLYMPUS Master 2

Downloading Images and Movies from a Digital Camera to OLYMPUS Master 2 Overview Downloading Images and Movies from a Digital Camera to OLYMPUS Master 2 This article describes how to download image and movie files from an Olympus digital camera 1 to the OLYMPUS Master 2 application.

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

U90Ladder / VisiLogic /UniLogic and software utilities system requirements. Contents

U90Ladder / VisiLogic /UniLogic and software utilities system requirements. Contents U90Ladder / VisiLogic /UniLogic and software utilities system requirements Contents Minimum System Requirements... Error! Bookmark not defined. UniLogic Installation... 3 Firmware Update and Management...

More information

FreeAgent DockStar Network Adapter User Guide

FreeAgent DockStar Network Adapter User Guide FreeAgent DockStar Network Adapter User Guide FreeAgent DockStar Network Adapter User Guide 2010 Seagate Technology LLC. All rights reserved. Seagate, Seagate Technology, the Wave logo, and FreeAgent are

More information

Major upgrade versions. To see which features each version of Windows 7 has, go to Microsoft's Compare Windows page.

Major upgrade versions. To see which features each version of Windows 7 has, go to Microsoft's Compare Windows page. Windows 7 Upgrading to Windows 7 Introduction Page 1 Now that you have explored what Windows 7 has to offer, we can help you understand what's involved in moving to the new operating system. In this lesson,

More information

Connection and Printer Setup Guide

Connection and Printer Setup Guide Connection and Printer Setup Guide For connection issues, see the following sections of this document: "Connection Requirements" on page 1 "Log on" on page 2 "Troubleshooting Your Connection" on page 4

More information

Jolly Server Getting Started Guide

Jolly Server Getting Started Guide JOLLY TECHNOLOGIES Jolly Server Getting Started Guide The purpose of this guide is to document the creation of a new Jolly Server in Microsoft SQL Server and how to connect to it using Jolly software products.

More information

http://www.heitel.com/en/service/downloads/?dir=01-demosoftware/01-camcontrollite#01-demosoftware

http://www.heitel.com/en/service/downloads/?dir=01-demosoftware/01-camcontrollite#01-demosoftware Technical Product Information No. 14.01 Product/Version CamDisc SVR, CamTel SVR und Cam4mobile, CamDisc SVR 10s, CamDisc SVR 4s, CamServer 1, CamServer 2c und CamServer 2, CamDisc HNVR, CamServer VG 2c/4c,

More information

SharePoint Wiki Redirect Installation Instruction

SharePoint Wiki Redirect Installation Instruction SharePoint Wiki Redirect Installation Instruction System Requirements: Microsoft Windows SharePoint Services v3 or Microsoft Office SharePoint Server 2007. License management: To upgrade from a trial license,

More information

AVer EVC. Quick Installa on Guide. Package Contents. 8. Mini Din 8 pin MIC Cable 9. HDMI Cable

AVer EVC. Quick Installa on Guide. Package Contents. 8. Mini Din 8 pin MIC Cable 9. HDMI Cable 2013 AVer Information Inc. All Rights Reserved. 2 0 1 3 A V e r I n f o r m at i o n I n c. A ll R i g ht s R e s e r v e d. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1. Main System 2. Camera (The camera will

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

Using the Microsoft Bluetooth Stack

Using the Microsoft Bluetooth Stack Using the Microsoft Bluetooth Stack Microsoft s Service Pack 2 for Windows XP includes its own Bluetooth stack. The stack has limited support for Bluetooth applications compared to other Windows-based

More information

Vmed QUICKSTART PC-DISPLAY INSTALLATION & PC-Display and Bluetooth Instructions

Vmed QUICKSTART PC-DISPLAY INSTALLATION & PC-Display and Bluetooth Instructions QUICKSTART PC-DISPLAY INSTALLATION & BLUETOOTH SETUP INSTRUCTIONS Vmed PC-Display and Bluetooth Instructions This is the Quick Start manual for PC-Display software. The complete software user manual for

More information

Jive Connects for Openfire

Jive Connects for Openfire Jive Connects for Openfire Contents Jive Connects for Openfire...2 System Requirements... 2 Setting Up Openfire Integration... 2 Configuring Openfire Integration...2 Viewing the Openfire Admin Console...3

More information

Duplex ID Card & License Scanner. User Guide

Duplex ID Card & License Scanner. User Guide Duplex ID Card & License Scanner User Guide CE Conformity and FCC Statement This equipment has been tested and found to comply with the limits of the European Council Directive on the approximation of

More information

Complete Train Control. Run Your Trains, Not Your Track! 1 PR3 Programmer 1 USB Cable 1 This Instruction sheet

Complete Train Control. Run Your Trains, Not Your Track! 1 PR3 Programmer 1 USB Cable 1 This Instruction sheet PR3 Complete Train Control Run Your Trains, Not Your Track! PR3 Decoder Programmer USB Programmer/Interface PR3 Features n Multifunction USB 2.0 PC connectivity for your railroad n Digitrax SoundLoader

More information

INSTALLATION GUIDE FOR ACTIVE X COMPONENT

INSTALLATION GUIDE FOR ACTIVE X COMPONENT INSTALLATION GUIDE FOR ACTIVE X COMPONENT THE SOFTWARE MUST BE INSTALLED PRIOR TO THE FIRST MEMS READING You will need a personal login for wwwmedamigocom Request it at techsupport@aardexgroupcom Table

More information

HDD Docking Station for 2.5 /3.5 SATA HDD with esata Connector User Manual

HDD Docking Station for 2.5 /3.5 SATA HDD with esata Connector User Manual Declaration Thank you for purchasing. Please read these instructions carefully before use. Notice Make sure that all cables are connected before turning the power on. Do not use the Docking station in

More information

BounceBack Server Solution Reference Guide

BounceBack Server Solution Reference Guide BounceBack Server Solution Reference Guide Contents Introduction... 2 System Requirements... 3 Initial Setup... 4 BounceBack Server Appliance Front View... 5 BounceBack Server Appliance Rear View... 6

More information

DO NOT PRESERVE FAVORITE WEBSITE DATA

DO NOT PRESERVE FAVORITE WEBSITE DATA Instructions to Fix LMR/Internet Explorer 10 Issues With recent Windows Updates, Internet Explorer 10 may have been installed on your system without your knowledge. The LMR Over the Internet Application

More information

Software Toolbox License Transfer Guide. TOP Server OPC Server

Software Toolbox License Transfer Guide. TOP Server OPC Server Page 1 of 15 Software Toolbox License Transfer Guide TOP Server OPC Server Table of Contents INTRODUCTION 2 STEP 1: PREPARE TARGET MACHINE 3 STEP 2: REMOVE FROM SOURCE MACHINE 8 STEP 3: TRANSFER TO TARGET

More information

Using Windows Movie Maker to Create Movies

Using Windows Movie Maker to Create Movies Using Windows Movie Maker to Create Movies Windows Movie Maker 2.1 is free! It comes with Windows XP or can be downloaded from the Microsoft Website. http://www.microsoft.com/windowsxp/downloads/updates/moviemaker2.mspx

More information

Windows 10 Upgrade Guide

Windows 10 Upgrade Guide Windows 10 Upgrade Guide Affected Model: Models in Windows 10 upgrade list Notification: Windows 10 Upgrade Offer is valid for qualified and genuine Windows 7 and Windows 8.1 notebooks. Some hardware/software

More information

T-BOX MY MEDIA WINDOWS 7 QUICK START GUIDE

T-BOX MY MEDIA WINDOWS 7 QUICK START GUIDE T-BOX MY MEDIA WINDOWS 7 QUICK START GUIDE ABOUT MY MEDIA My Media allows you to play music, watch videos and view photos on a TV connected to your T-Box. Accessing your media files can be done in two

More information

Ash Capture Control User Guide

Ash Capture Control User Guide Ash Capture Control User Guide Revision 1.4 Table of Contents Software Installation... 3 Hardware Installation... 6 System Block Diagram... 7 Using Ash Capture Control... 8 Launching the Application...

More information

October 2011 3726 07897 601 Rev. B Page 1

October 2011 3726 07897 601 Rev. B Page 1 Upgrading Polycom SoundStation2W software to Version 1.607 and CVM to Version 1.85 Installer for Microsoft Windows Vista and Windows 7 (32 and 64 bit) Operating Systems NOTE: Two versions of upgrader are

More information

Procedure for updating Firmware of EZ4 W or ICC50 W

Procedure for updating Firmware of EZ4 W or ICC50 W Procedure for updating Firmware of EZ4 W or ICC50 W 1. Download the Firmware file for your camera to your PC 2. Download the Leica Camera Configuration program to your PC 3. Install Leica Camera Configuration

More information

Desktop Deposit through Wells Fargo Business Online Quick Start Guide. A guide to setting up your check scanner and making your first deposit

Desktop Deposit through Wells Fargo Business Online Quick Start Guide. A guide to setting up your check scanner and making your first deposit Desktop Deposit through Wells Fargo Business Online Quick Start Guide A guide to setting up your check scanner and making your first deposit This page left intentionally blank Contents ii Scanner kit contents

More information

Installing/Uninstalling Logitech desktop for Bluetooth on my computer

Installing/Uninstalling Logitech desktop for Bluetooth on my computer Installing/Uninstalling Logitech desktop for Bluetooth on my computer 2005 Logitech, Inc. Contents Introduction 3 Before you start 3 I have a computer without Bluetooth. What should I do? 4 I have or I

More information

OPERATION MANUAL. IWB Setup Software/EyeRIS NEC edition

OPERATION MANUAL. IWB Setup Software/EyeRIS NEC edition IWB Setup Software/EyeRIS NEC edition OPERATION MANUAL This manual describes installation and operation procedures of the driver / the calibration software Supported model NP03Wi NP04Wi UM352W (for the

More information

MS830 / MS833 Barcode Reader v1.0 9-December-2014

MS830 / MS833 Barcode Reader v1.0 9-December-2014 MS830 / MS833 Barcode Reader v1.0 9-December-2014 Publication Information 2014 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

User Manual. Product Model: MiTraveler 10C3. OS: Android 4.0

User Manual. Product Model: MiTraveler 10C3. OS: Android 4.0 User Manual Product Model: MiTraveler 10C3 OS: Android 4.0 Tablet of Contents Specifications.1 What s inside the box 2 Tablet Parts 2 Getting started...2 Connection to Internet..6 Task Bar..8 Install and

More information

Wireless USB Adapter

Wireless USB Adapter Wireless USB Adapter User s Manual 1 Table of Contents USER S MANUAL... 1 WELCOME... 3 PACKAGE CONTENTS... 3 WIRELESS USB ADAPTER OVERVIEW... 4 INTERFACE... 4 LED DESCRIPTION... 4 WPS BUTTON... 4 WIRELESS

More information

PL2303HXA/XA Windows 8 Update Driver Installation. How to Update Driver to Support PL2303HXA/XA in Windows 8 Operating Systems

PL2303HXA/XA Windows 8 Update Driver Installation. How to Update Driver to Support PL2303HXA/XA in Windows 8 Operating Systems How to Update Driver to Support PL2303HXA/XA in Windows 8 Operating Systems Requirements USB Device with embedded PL2303HX (Rev A) or PL2303X (Rev A) chip version Driver Installer & Build date: 1.5.0 (10/21/2011)

More information

TE100-P21/TEW-P21G Windows 7 Installation Instruction

TE100-P21/TEW-P21G Windows 7 Installation Instruction Hardware Installation TE100-P21/TEW-P21G Windows 7 Installation Instruction 1. Go to http://www.trendnet.com/downloads/ to download the Windows 7 Utility. Save the file to your desktop. 2. Right click

More information