Technical Reference Document Team Vision 2020 version 1.0

Size: px
Start display at page:

Download "Technical Reference Document Team Vision 2020 version 1.0"

Transcription

1 Technical Reference Document Team Vision 2020 version 1.0

2 Index I. Tools & Definitions 1. CCV 2. FLOSC 3. Unity 4. Flash 5. Smartfox 6. UDPflashlc-bridge II. The Touchscreen 1. Technology III. Software and Setup 1. CCV 2. CCV Setup 3. CCV Calibration 4. TUIO Flash Libraries and Documentation: 5. Unity - Flash Integration 6. Loading Software IV. Appendix 1. Appendix A: Hardware

3 Software Tools & Definitions 1. CCV (Community Core Vision) Community Core Vision, CCV for short (aka tbeta), is a open source/cross-platform solution for computer vision and machine sensing. It takes an video input stream and outputs tracking data (e.g. coordinates and blob size) and events (e.g. finger down, moved and released) that are used in building multi-touch applications. CCV can interface with various web cameras and video devices as well as connect to various TUIO/OSC/XML enabled applications and supports many multi-touch lighting techniques including: FTIR, DI, DSI, and LLP with expansion planned for the future vision applications (custom modules/filters). CCV is built on the open source TUIO Platform and is developed primarily in C++, though some other languages are supported FLOSC (Flash Open Sound Control) FLOSC is a Java server that can communicate with anything that uses the Open Sound Control protocol. This includes software audio synthesizers like Max/MSP, Reaktor, and SuperCollider, and hardware like Lemur and SmartController. It can also communicate with Macromedia Flash (versions 5 and later) using Flash s XMLSocket feature. FLOSC acts as a gateway between OSC and Flash, allowing messages to go in both directions. This enables many combinations of powerful, programmable platforms for high-quality animation, audio, video, and interactive production.

4 flosc can accept simultaneous input from multiple OSC connections and Flash clients, and can broadcast messages to multiple Flash clients, but it does not do any routing. Think of it as a simple gateway or bridge between the generally UDP world of OSC and the TCP world of Flash XMLSockets. IN SHORT: Flosc takes the UDP (User Datagram Protocol) stream from CCV and converts it to an XML data stream. Since Flash cannot use UDP data, the FLOSC server is required for Flash to handle the data Unity Unity is a 3D game development tool. The primary programming language used in Unity is JavaScript. Unity tutorial for Flash Developers (explains Unity in terms of Flash) can be found here: 4. Flash In terms of this project, Flash is our interface handler. It processes the XML data from CCV (via FLOSC) and acts as the control center for tansmitting data to Unity to control the model.

5 5. Smartfox SmartFoxServer is a comprehensive platform for rapidly developing massive multi-user applications and games with Adobe Flash/Flex/Air, Java, Android,.Net, Unity3D, Silverlight, Apple iphone etc... It was developed with simplicity in mind, allowing developers to quickly create any type of multiplayer interactions, from basic chat applications to complex real-time games and MMOs. SmartFoxServer comes with a rich set of features, one of the best sets of documentations with many source examples, powerful administration tools and an active online support forum UDPflashlc-bridge UDOflashlc-bridge is an alternative to FLOSC with just as much support. LikeFLOSC, UDPflashlc-bridge is loaded from the command lineadditinal information and the source code can be found at:

6 The Touchscreen 1. Technology: Primer: There are multiple versions of touchscreen technology that can be used for this project. A complete list which in depth explainations can be found here: For this project, we will be using FTIR (Frusterated Total Internal Reflection). Operation: Infrared light is shined into the side of an acrylic panel (most often by shinning IR LEDs on the sides of the acrylic). The light is trapped inside the acrylic by internal reflection. When a finger touches the acrylic surface this light is frustrated causing the light to scatter downwards where it is picked up by an infrared camera. A silicone rubber layer is often used as a compliant surface to help improve dragging and sensitivity of the device. When touching bare acrylic, one must press hard or have oily fingers in order to set off the FTIR effect. With a complaint surface (like silicone rubber) the sensitivity is greatly improved. Note: For part requirements, please refer to the parts list in the Appendix. Note: For Build instructions, refer to : or multitouch_surface_computer

7 Image 1. FTIR in action.

8 Software and Setup 1. CCV: CCV will be handling the motion monitoring and processing. It has a relatively easy to use interface designed to control blob detection and assignment. CCV (also known as tbeta) is a front end developed by the NUI group. It is really just an implementation of TUIO* protocol. The CCV software will allow us to instantly set up blob detection, adjust the slide controls to refine the detection, and instantly set up a local data stream for the touch surface. It will work with both IR and visible light detection. On the next screen you will find a screen shot of the CCV interface. To use CCV, simply download the software here: nuigroup.com/ Then open the package and run the application. Please refer to the Setup section for detailed setup information. *TUIO is an open framework that defines a common protocol and API for tangible multitouch surfaces. The TUIO protocol allows the transmission of an abstract description of interactive surfaces, including touch events and tangible object states. This protocol encodes control data from a tracker application (e.g. based on computer vision) and sends it to any client application that is capable of decoding the protocol. There exists a growing number of TUIO enabled tracker applications and TUIO client libraries for various programming environments, as well as applications that support the protocol. This combination of TUIO trackers, protocol and client implementations allows the rapid development of table based tangible multitouch interfaces. TUIO has been mainly designed as an abstraction for interactive surfaces, but also has been used in many other related application areas. Technically TUIO is based on Open Sound Control - an emerging standard for interactive environments not only limited to musical instrument control - and can be therefore easily implemented on any platform that supports OSC. For more information, please refer to:

9

10 2. CCV Setup: The following information can also be found on the NUI Group with_tbeta Note: In order to track fingers or objects, CCV first needs to be configured. The goal is to have a final tracked image that has white blobs coming from fingers or objects placed on the touch surface (with no background noise or false blobs visible or tracked). In order to reach this goal, various image filter sliders are adjusted. By following the steps below, a final tracked image with clear and distinct blobs should be achievable (like the one you see on the picture above). The settings that are used in the picture above are good ones to start with. I advise you to play a little bit with each slider to understand how it works a get a nice tracked image. 1. Download and extract the latest build of tbeta. Open the tbeta folder. 2. Launch the tbeta application (.app,.exe, etc).

11 3. The application will launch and a camera or video image should be displayed under Source Image. 4. If the wrong camera is displayed. Press Next Camera to switch to the next attached camera. Press Previous Camera to return to a previous camera. 5. While no fingers are present, press the background remove button or b to capture the background. If in an environment where lighting changes often, turn on dynamic subtract.

12 6a. (FTIR and LLP users only) * Turn off the highpass and amplify filters. * Turn on the smooth filter. * Adjust the smooth filter to remove noise. * If blobs are weak, turn on the amplify filter to brighten them. 6b. (DI and DSI users only) * Turn off the smooth and amplify filters. * Turn on the highpass filter. * Adjust the highpass blur and noise sliders ntil fingers are clear and distinct. * If blobs are weak, turn on the amplify filter to brighten them.

13 7. Lastly, adjust the threshold slider in the Tracked Image until only fingers are tracked and no false blobs are present. 8. Press Save Settings to save the current settings. note: settings will also be auto-saved on exit. 9. Continue to the Calibration guide below to perform calibration.

14 3. CCV Calibration: In order to calibrate CCV for your camera and projector, you ll need to run the calibration process. Calibrating allows touch points to line up with elements on screen. This way, when touching something displayed on screen, the touch is registered in the correct place. In order to do this, CCV has to translate camera space into screen space; this is done by touching individual calibration points. Following the directions below will help explain how to setup and perform calibration. For those displaying an image on the touch surface (projector or LCD), you ll need to set up your computer so that the main monitor is the video projector so that CCV is displayed on the touch surface. Now that everything is configured nicely and blobs are tracked well in the Tracked Image box, let s calibrate. 1. Press the enter calibration button or c to enter the calibration screen. A grid of green green cross points will be displayed. These crosses are calibration points you touch once you begin calibration. (see screenshot on next page). There is a white bounding box that surrounds the calibration points. If the sides of the bounding box are visible and aligned with the touch surface or a visual image is not being displayed on the touch surface, skip to Step 3. Otherwise, continue.

15 2. If the white bounding box is not fully visible or not aligned with the projected touch surface, follow the directions under Aligning Bounding Box to Projection Screen displayed on the CCV screen to align the bounding box and calibration points so they fit the touch surface. To Align the Bounding Box: * Press and hold w to move the top side, a to move left side, s to move bottom side, or d to move right side. * While holding the above key, use the arrow keys to move the side in the arrowed direction.

16 Basically all you have to do is this : Hold up then left on your keyboard to get the upper corner at the top left corner of your screen, then hold s + down then d + right to get the downer right corner in position. Up, down, right, left will make the box move, and a combination of up, down, right, left and z,q,s,d or equivalent on qwerty keyboard will make the edges move 3. If using a wide angle camera lens or want higher touch accuracy, more calibration points can be added by following the Changing Grid Size directions on screen. note: adding additional calibration points will not affect performance.

17 To Change Grid Size: * Press + to add points or - to remove points along the x-axis. Hold shift with the above to add or remove points along the y-axis. * If this not works, you may want to try _, and +/- from the numerical pad if you hx-axis. 4. Now, you can begin calibration by pressing c. 5. A red circle will highlight over the current calibration touch point. Follow the directions on screen and press each point until all targets are pressed. If not projecting an image on the touch surface, you can guess or draw the touch points directly on the touch surface so you know where to press. If a mistake is made, press r to return to the last touch point. If there are false blobs, press b to recapture the background. 6. After completion the calibration screen will return and accuracy can be tested by pressing on the touch area. If calibration is inaccurate, calibrate again (Step 4) or return to the main configuration window ( x ) to adjust the filters better.

18

19 4. Flash Libraries and Documentation: Since CCV is based on the TUIO framework, all TUIO Flash framework should work with CCV through the FLOSC gateway. Flash must have a Local Network Connection open. 1. TUIO Flash Information: 2. TUIO AS3 Framework files/tuio_as3_v_0_5.zip 3. TUIO AS3 Documentation: tuio-as3-library/ OR Download the complete documentation here:

20 5. Flash with Unity: I do not have a lot of research and documentation done on this area yet. However, there is a lengty video on the Unity site that discusses this topic: integrating-flash-and-unity-content.html

21 6. Loading Software: 1. Add the Flash program directory to your flash global security settings: 2. Launch the FLOSC Gateway script in the terminal. On a Mac, open terminal, navigate to the FLOSC directory. Enter: bash nameofyourfloscscript.sh On a PC, open the executable FLOSC Script This will load the FLOSC gateway. 3. Open CCV (tbeta) and click on send TUIO. 4. Open your smartfox connection 5. Launch your Flash Application

22 Appendix A: Hardware Parts List based on 24 x 24 Surface Area Electronics: 5 Meter 850nM LED strip Playstation Eye Camera VR Glasses 12Volt power supply X2 to power the LED Arrays Cabeling 2X Computers Construction Materials Two 4 x 8 sheets of MDF (Medium Density Fiberboard) 3/8 in thick Acrylic Sheet Shower channel to hold LED Arrays Silicone gel sealant - 2 tubes Vellum or other screen material Small paint roller for rolling on the Silicone Masking tape

Contents. Introduction.1. Specification Data and Package.2. Working Environment Software Installation 3. Hardware Installation.

Contents. Introduction.1. Specification Data and Package.2. Working Environment Software Installation 3. Hardware Installation. User Manual V 1.0N Contents Introduction.1 Specification Data and Package.2 Working Environment...... 3 Software Installation 3 Hardware Installation.4 Calibration Software Manual 7 tboard Software Manual..

More information

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer

The purpose of this tutorial is to introduce you to the Construct 2 program. First, you will be told where the software is located on the computer Learning Targets: Students will be introduced to industry recognized game development software Students will learn how to navigate within the software Students will learn the basics on how to use Construct

More information

Documentation Version: June 2.4.M M01 3, 2010 "DRAFT"

Documentation Version: June 2.4.M M01 3, 2010 DRAFT Kiosk Illuminate Immersive Hardware Therapy Multi-touch Installation Suite API Manual Guide Documentation Version: June 2.4.M01 1.1.M01 3, 2010 "DRAFT" Copyright and Legal Matters GestureTek is a registered

More information

Comprehensive Guide to Using Effectively JW Library

Comprehensive Guide to Using Effectively JW Library Comprehensive Guide to Using Effectively JW Library 1 This is a Multi-Page Document showing the many Features of the JW Library App for Windows 10. It also documents many of the settings and a How To for

More information

MV-8800 Production Studio

MV-8800 Production Studio ÂØÒňΠWorkshop MV-8800 Production Studio Auto Chop 2007 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced in any form without the written permission of Roland

More information

Autodesk Fusion 360: Render. Overview

Autodesk Fusion 360: Render. Overview Overview Rendering is the process of generating an image by combining geometry, camera, texture, lighting and shading (also called materials) information using a computer program. Before an image can be

More information

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

Mac OSX Basics. Spring 2014

Mac OSX Basics. Spring 2014 Mac OSX Basics Spring 2014 Objectives By the end of this tutorial, you will be able to: move confidently around the Mac s desktop and menus. locate any program installed on the Mac. manipulate windows

More information

SMART Board Training Packet. Notebook Software 10.0

SMART Board Training Packet. Notebook Software 10.0 SMART Board Training Packet Notebook Software 10.0 Bob Mallory SMART Certified Trainer Bob.Mallory@avispl.com Brian Leeser SMART Certified Trainer Brian.Leeser@avispl.com Chris de Treville Chris.deTreville@avispl.com

More information

Awesome PowerPoint Tricks for Effective Presentations

Awesome PowerPoint Tricks for Effective Presentations EFFECTIVE LEARNING STARTS WITH COMPELLING CONTENT Awesome PowerPoint Tricks for Effective Presentations Instructional Design and Content Creation for Live Training and elearning info.com +1 866 789 2482

More information

Appendix E: Software

Appendix E: Software Appendix E: Software Video Analysis of Motion Analyzing pictures (movies or videos) is a powerful tool for understanding how objects move. Like most forms of data, video is most easily analyzed using a

More information

Business Products Quick Reference Bundle

Business Products Quick Reference Bundle Business Products Quick Reference Bundle TABLE OF CONTENTS Section 1 Getting Started with Your SMART Board 800 Series Interactive Whiteboard 4 Subsection 1.1 Turning On Your Interactive Whiteboard 4 Subsection

More information

SolidWorks 2½D Parts

SolidWorks 2½D Parts SolidWorks 2½D Parts IDeATe Laser Micro Part 1b Dave Touretzky and Susan Finger 1. Create a new part In this lab, you ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select

More information

set for a fixed view. Install the PTZ camera and the stationary camera in close proximity of each other

set for a fixed view. Install the PTZ camera and the stationary camera in close proximity of each other CHAPTER 3 3.1 Object Tracking and Zooming Object Tracking provides you the real-time tracking and automatic magnification of a single moving object by the combination of one PTZ camera and one stationary

More information

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts.

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts. Fundamentals Training Kit Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY 10001 212.736.6350 f 212.736.6353 presentationproducts.com Table of Contents Getting Started How Does the SMART

More information

Chapter 1 Preparing Your ipads for Q-interactive

Chapter 1 Preparing Your ipads for Q-interactive Chapter 1 Preparing Your ipads for Q-interactive Q-interactive User Guide December 2016! Configuring Your ipad Settings for Q-interactive Before you can administer tests with Q-interactive, you need complete

More information

Classifying Hand Shapes on a Multitouch Device

Classifying Hand Shapes on a Multitouch Device Classifying Hand Shapes on a Multitouch Device Daniel Gibson, Aaron Rosekind, Ashley Wellman Stanford University, Stanford, CA 94305 Email: {gibsnson, rosekind, wellman}@stanford.edu 1 Introduction As

More information

Week 1 The Blender Interface and Basic Shapes

Week 1 The Blender Interface and Basic Shapes Week 1 The Blender Interface and Basic Shapes Blender Blender is an open-source 3d software that we will use for this class to create our 3d game. Blender is as powerful as 3d Studio Max and Maya and has

More information

two using your LensbAby

two using your LensbAby two Using Your Lensbaby 28 Lensbaby Exposure and the Lensbaby When you attach your Lensbaby to your camera for the first time, there are a few settings to review so that you can start taking photos as

More information

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite.

In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. Drawing Program In this lesson you are going to create a drawing program similar to Windows Paint. 1. Start with a new project and remove the default cat sprite. 2. Create a new sprite. 3. The new sprite

More information

Software User s Manual

Software User s Manual 1 Software User s Manual CONTENTS About the manual 2 Navigating the manual 3 CUSTOMIZING 4 Opening the control panel 4 Control panel overview 5 Calibrating the pen display 7 Adjusting pitch and phase (VGA

More information

Make Your Pictures Come to Life with Photo Story 3

Make Your Pictures Come to Life with Photo Story 3 Page 1 of 6 Click Here to Install Silverlight United States Change All Microsoft Sites Search Microsoft.com Submit Windows Media Home For Home Windows Media Player Music & Video Cool Devices For Professionals

More information

Step 1: Create A New Photoshop Document

Step 1: Create A New Photoshop Document Snowflakes Photo Border In this Photoshop tutorial, we ll learn how to create a simple snowflakes photo border, which can be a fun finishing touch for photos of family and friends during the holidays,

More information

Hard- and Software for Interactive Surfaces

Hard- and Software for Interactive Surfaces Mensch-Maschine-Interaktion 2 Hard- and Software for Interactive Surfaces Prof. Dr. Andreas Butz 1 Hardware for Interactive Surfaces (Visual) output: Display quite well understood simple solution: projection:

More information

ERP Data Analysis Part III: Figures and Movies

ERP Data Analysis Part III: Figures and Movies ERP Data Analysis Part III: Figures and Movies Congratulations, you ve found significant results! Or maybe you haven t and just wanted to show that your data can make really nice pictures that may show

More information

primetouch Manual version What comes with your primetouch? Integrated Version Overlay Version Installation...

primetouch Manual version What comes with your primetouch? Integrated Version Overlay Version Installation... Manual version 1.6 primetouch Manual version 1.6 1. What comes with your primetouch?...3 1.1 Integrated Version...3 1.2 Overlay Version...3 2. Installation...4 2.1 Mechanical Installation...4 2.2 Software

More information

Making ecards Can Be Fun!

Making ecards Can Be Fun! Making ecards Can Be Fun! A Macromedia Flash Tutorial By Mike Travis For ETEC 664 University of Hawaii Graduate Program in Educational Technology April 4, 2005 The Goal The goal of this project is to create

More information

Create a unit using United Streaming and PowerPoint. Materials: Microsoft PowerPoint, Internet access, United Streaming account

Create a unit using United Streaming and PowerPoint. Materials: Microsoft PowerPoint, Internet access, United Streaming account Create a unit using United Streaming and PowerPoint Materials: Microsoft PowerPoint, Internet access, United Streaming account Find United Streaming Clips: 1. Decide on a topic for your unit. 2. Search

More information

User's Guide. https://twitter.com/videorecorderne. https://plus.google.com/

User's Guide.  https://twitter.com/videorecorderne. https://plus.google.com/ Easy Video Recorder for Mac User's Guide Follow us on : http://www.facebook.com/videorecordersoftware https://twitter.com/videorecorderne https://plus.google.com/115150222758716042381 http://www.youtube.com/user/videorecordernet

More information

This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements.

This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements. This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements. Before starting the steps outlined in this guide, it is recommended

More information

21 Things You Didn t Know Your iphone Could Do

21 Things You Didn t Know Your iphone Could Do #1. It can charge much faster if you turn it on airplane mode while charging. 21 Things You Didn t Know Your iphone Could Do #2. If you make a mistake while writing an email, editing a photo, or texting,

More information

Installing and Using Trackside Cameras Revised November 2008

Installing and Using Trackside Cameras Revised November 2008 Installing and Using Trackside Cameras Revised November 2008 Trackside cameras are a useful and creative way to add visual interest to your route. Rather than just look out the windshield of the locomotive

More information

2.) Open you re my documents folder, and then open you re my pictures folder. Now create a new folder called mask advert.

2.) Open you re my documents folder, and then open you re my pictures folder. Now create a new folder called mask advert. PhotoShop Help File Sleeping mask advert lesson 1.) Open adobe Photoshop. 2.) Open you re my documents folder, and then open you re my pictures folder. Now create a new folder called mask advert. 3.) From

More information

Introduction. What is Max?

Introduction. What is Max? Introduction What is Max? Max is a graphical music programming environment for people who have hit the limits of the usual sequencer and voicing programs for MIDI equipment. Miller Puckette, Max reference

More information

inexio User Guide for Infrared Touch Driver

inexio User Guide for Infrared Touch Driver inexio User Guide for Infrared Touch Driver 1 Note : This information in this document is subject to change without notice. Contents Chapter 1 Introduction Chapter 2 Installing inexio Uninstalling inexio

More information

Getting to Know Keynote on ipad

Getting to Know Keynote on ipad Getting to Know Keynote on ipad This guide will give you the basic instruction of how to use the Keynote App on ipad. Get to Know Keynote Step 1 To create new presentations and find the ones you ve worked

More information

Geometrical Optics. Name ID TA. Partners. Date Section. Please do not scratch, polish or touch the surface of the mirror.

Geometrical Optics. Name ID TA. Partners. Date Section. Please do not scratch, polish or touch the surface of the mirror. Geometrical Optics Name ID TA Partners Date Section Please do not scratch, polish or touch the surface of the mirror. 1. Application of geometrical optics: 2. Real and virtual images: One easy method to

More information

Your Brand New Promethean Board: Beginner Basics

Your Brand New Promethean Board: Beginner Basics This webinar will begin shortly. Stay tuned. Your Brand New Promethean Board: Beginner Basics Phyllis Manning Ed-Pro Consultants http://edproconsultants.weebly.com Is this you? This can be your class!

More information

Chapter 1: Preparing Your ipad for Optimal Assessment Experience

Chapter 1: Preparing Your ipad for Optimal Assessment Experience Chapter 1: Preparing Your ipad for Optimal Assessment Experience Q-interactive User Guide April 014 Copyright 013. NCS Pearson, Inc. or its affiliate(s). All rights reserved. Q-interactive is a trademark

More information

Interactive Devices. EPSON Interactive whiteboard

Interactive Devices. EPSON Interactive whiteboard Interactive Devices EPSON Interactive whiteboard The Interactive Whiteboard is the white projection surface under the projector labelled Main (ilecture). On this surface you will be able to write over

More information

Introduction to Picasa

Introduction to Picasa Introduction to Picasa Importing Pictures Picasa can import pictures from your camera, media card, scanner, CD, or drives and folders on your computer. When you connect a drive or device with new pictures,

More information

Fruit Snake SECTION 1

Fruit Snake SECTION 1 Fruit Snake SECTION 1 For the first full Construct 2 game you're going to create a snake game. In this game, you'll have a snake that will "eat" fruit, and grow longer with each object or piece of fruit

More information

Shattering Mirror Effect

Shattering Mirror Effect Shattering Mirror Effect In this tutorial you will create an effect that simulates the shattering of a mirror, using the Import EPS feature in the 3D DVE layout. You ll also learn the difference between

More information

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC

SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC Photo Effects: Snowflakes Photo Border (Photoshop CS6 / CC) SNOWFLAKES PHOTO BORDER - PHOTOSHOP CS6 / CC In this Photoshop tutorial, we ll learn how to create a simple and fun snowflakes photo border,

More information

Apple idvd 11 Tutorial

Apple idvd 11 Tutorial Apple idvd 11 Tutorial GETTING STARTED idvd is a program that allows you to create a DVD with menus and graphics of a professionally made commercial disc to play on your home DVD player. To Begin your

More information

UI Elements. If you are not working in 2D mode, you need to change the texture type to Sprite (2D and UI)

UI Elements. If you are not working in 2D mode, you need to change the texture type to Sprite (2D and UI) UI Elements 1 2D Sprites If you are not working in 2D mode, you need to change the texture type to Sprite (2D and UI) Change Sprite Mode based on how many images are contained in your texture If you are

More information

Jade Robot TM Introduction & User Guide

Jade Robot TM Introduction & User Guide Jade Robot TM Introduction & User Guide Myke Predko Last Updated: November 12, 2014 11/12/2014 Page 1 of 25 License and Warranty This document and code was written for the Jade Robot TM and follow on products.

More information

You will need to add the path to all the related files into the MATLAB path. To do so, click Set Path in the Home tab.

You will need to add the path to all the related files into the MATLAB path. To do so, click Set Path in the Home tab. How To: Panoramic Imaging By Shubham Gupta This manual will teach you how to use the Panoramic Imaging software. First, you should ensure your folder structure follows the below image. You should have

More information

Adobe Flash CS3 Reference Flash CS3 Application Window

Adobe Flash CS3 Reference Flash CS3 Application Window Adobe Flash CS3 Reference Flash CS3 Application Window When you load up Flash CS3 and choose to create a new Flash document, the application window should look something like the screenshot below. Layers

More information

How to Text Chat. Idahonia

How to Text Chat. Idahonia How to Text Chat Second Life is a platform for learning, meeting, educating and engaging with other residents. One of the easiest ways to communicate with one another is by using text chat. Use your mouse

More information

SWAMI KESHVANAND INSTITUTE OF TECHNOLOGY, MANAGEMENT & GRAMOTHAN

SWAMI KESHVANAND INSTITUTE OF TECHNOLOGY, MANAGEMENT & GRAMOTHAN ISSN 2278-2508 SKIT RESEARCH JOURNAL AN INTERNATIONAL JOURNAL OF ENGINEERING, SCIENCE, HUMANITIES AND MANAGEMENT INNOVATION & EXCELLENCE vlrks ek ln~xe; SWAMI KESHVANAND INSTITUTE OF TECHNOLOGY, MANAGEMENT

More information

Contents. Basic Operation Quick Setup Touchscreen Remote Control External Speakers Trouble Shooting... 8

Contents. Basic Operation Quick Setup Touchscreen Remote Control External Speakers Trouble Shooting... 8 2 Contents Basic Operation... 3 Quick Setup... 4 Touchscreen Remote Control... 5 External Speakers... 7 Trouble Shooting... 8 3 Basic Operation The Classic has been design to be as user friendly as possible.

More information

VISIOFFICE 2 - USER MANUAL

VISIOFFICE 2 - USER MANUAL VISIOFFICE 2 - USER MANUAL Summary A. Introduction...3 1. Main screen...3 a. Main Screen...3 b. Main Screen Menus...4 2. Client menu...4 a. New Client..4 b. Existing Client 4 3. Quick Jump...5 B. Creating

More information

Push. Figure A4.1 Push.

Push. Figure A4.1 Push. Push Figure A4.1 Push. Push is a hardware controller designed by Ableton and Akai to drive Live s Session View. Simply connect the Push unit using the provided USB cable to your computer and off you go.

More information

Intermediate Word by Alan Weaver

Intermediate Word by Alan Weaver Intermediate Word by Alan Weaver Outline/Table of Contents Introduction... 1 Set default font... 2 Create Random Text... 2 Download a special font... 2 Create/Modify a Style... 3 Widows/Orphans... 3 Table

More information

Configuring and Managing the IP Camera

Configuring and Managing the IP Camera CHAPTER 3 The Cisco Video Surveillance IP Camera provides configuration windows that you use to configure and manage the IP camera. This chapter explains how to access the configuration windows, describes

More information

CLEAR TOOL... 7 BASIC NAVIGATION... 7 PAGE SORTER... 7

CLEAR TOOL... 7 BASIC NAVIGATION... 7 PAGE SORTER... 7 Interwrite Workspace WHAT IS WORKSPACE?...2 INSTALLATION...2 SETUP...2 CONNECTING DEVICES... 2 NAMING DEVICES... 3 CALIBRATING DEVICES... 3 THE PEN...3 INTERACTIVE MODE...4 THE TOOLBAR...4 MOVING THE TOOLBAR...

More information

Tracker Manual. Documentation Version: m08

Tracker Manual. Documentation Version: m08 Tracker Manual Documentation Version: 1.3.58.m08 2007 GestureTek Inc. 317 Adelaide Street West, Toronto, Ontario, M5V 1P9 Canada Web: http://www.gesturetek.com Email: support@gesturetek.com Phone: 416.340.9290

More information

LET S FOCUS ON FOCUSING

LET S FOCUS ON FOCUSING LET S FOCUS ON FOCUSING How A Lens Works The distance between the center of the lens and the focal point is called the FOCAL LENGTH. Images are only sharp where the focal plane meets the focal point. To

More information

Adobe Animate Basics

Adobe Animate Basics Adobe Animate Basics What is Adobe Animate? Adobe Animate, formerly known as Adobe Flash, is a multimedia authoring and computer animation program. Animate can be used to design vector graphics and animation,

More information

[Not for Circulation]

[Not for Circulation] Advanced PowerPoint This document provides instructions for using some of the more advanced features in PowerPoint, including slide masters, techniques for running presentations, animation, and incorporating

More information

Center for Faculty Development and Support Creating Powerful and Accessible Presentation

Center for Faculty Development and Support Creating Powerful and Accessible Presentation Creating Powerful and Accessible Presentation PowerPoint 2007 Windows Tutorial Contents Create a New Document... 3 Navigate in the Normal View (default view)... 3 Input and Manipulate Text in a Slide...

More information

Unity introduction & Leap Motion Controller

Unity introduction & Leap Motion Controller Unity introduction & Leap Motion Controller Renato Mainetti Jacopo Essenziale renato.mainetti@unimi.it jacopo.essenziale@unimi.it Lab 04 Unity 3D Game Engine 2 Official Unity 3D Tutorials https://unity3d.com/learn/tutorials/

More information

GETTING AROUND STAGE:

GETTING AROUND STAGE: ASM FLASH INTRO FLASH CS3 is a 2D software that is used extensively for Internet animation. Its icon appears as a red square with a stylized Fl on it. It requires patience, because (like most computer

More information

Using LightWave s Motion Blur to Achieve a Hand Drawn Line Effect:

Using LightWave s Motion Blur to Achieve a Hand Drawn Line Effect: Using LightWave s Motion Blur to Achieve a Hand Drawn Line Effect: Cellshader, Unreal, and the use of gradients along with other plugins have given us some great cell painted cartoon and comic book effects,

More information

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults

Creating Vector Shapes Week 2 Assignment 1. Illustrator Defaults Illustrator Defaults Before we begin, we are going to make sure that all of us are using the same settings within our application. For this class, we will always want to make sure that our application

More information

Turn Your Ideas Into Actions A 5 MINUTE GUIDE TO STORMBOARD

Turn Your Ideas Into Actions A 5 MINUTE GUIDE TO STORMBOARD Turn Your Ideas Into Actions A 1 Contents 3 Create a Storm 17 Select Multiple Sticky Notes 4 Dashboard 18 Activity Panel 5 Choosing a smart template 19 New Ideas 6 Adding Ideas 20 New Comments 7 Sticky

More information

Quick Start Guide for Shooting Video with the Panasonic GH4

Quick Start Guide for Shooting Video with the Panasonic GH4 Quick Start Guide for Shooting Video with the Panasonic GH4 Two options for using this camera: Option 1: The simplest method is to use the C1 Preset that has been entered into the camera. Option 2: Put

More information

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts.

Fundamentals. Training Kit. Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY f presentationproducts. Fundamentals Training Kit Presentation Products, Inc. 632 W 28th St, 7th fl New York, NY 10001 212.736.6350 f 212.736.6353 presentationproducts.com How Does the SMART Board Interactive Whiteboard Work?

More information

Software User s Manual

Software User s Manual 1 About the manual 2 Navigating the manual 2 3 Opening the control panel 3 Control panel overview 4 Control panel settings 5 Calibrating the interactive pen display 6 Adjusting frequency and tracking (VGA

More information

3D PDF Plug-ins for Autodesk products Version 2.0

3D PDF Plug-ins for Autodesk products Version 2.0 Axes 3D PDF Plug-ins for Autodesk products Version 2.0 User Guide This end user manual provides instructions for the tetra4d - 3D PDF Plug-ins for Autodesk 203/204 applications. It includes a getting started

More information

ipad Teacher Intro Sign teacher contract--get ipad collect sheets Set up Go through first screen Set apple ID in settings.

ipad Teacher Intro Sign teacher contract--get ipad collect sheets Set up  Go through first screen Set apple ID in settings. ipad Teacher Intro Sign teacher contract--get ipad collect sheets Set up email Go through first screen Set apple ID in settings. Go to Itunes U Explain command center, search, scrolling. Search for k-12,

More information

COPYRIGHTED MATERIAL. Getting Started with Google Analytics. P a r t

COPYRIGHTED MATERIAL. Getting Started with Google Analytics. P a r t P a r t I Getting Started with Google Analytics As analytics applications go, Google Analytics is probably the easiest (or at least one of the easiest) available in the market today. But don t let the

More information

Introduction to Windows 10 Part 1

Introduction to Windows 10 Part 1 Introduction to Windows 10 Part 1 Higham and Rushden U3A In this presentation we will have a quick look at the following: Starting Windows 10 Typical desktop layout Start screen Cortana and Search Taskbar

More information

Senstar Symphony. 7.1 User Guide

Senstar Symphony. 7.1 User Guide Senstar Symphony 7.1 User Guide Contents Contents Introduction...5 Network configuration... 5 Getting started...6 Symphony Server... 8 Log in to the server configuration interface...8 Devices...8 Cameras...

More information

Digital Microscopes Zoomy 2.0 Digital Microscope What software/devices will I need to use a Zoomy? Connecting Zoomy 2.0

Digital Microscopes Zoomy 2.0 Digital Microscope What software/devices will I need to use a Zoomy? Connecting Zoomy 2.0 Digital Microscopes Zoomy 2.0 Digital Microscope Zoomy 2.0 is a handheld digital microscope that children can use to examine objects. Zoomy plugs into a computer using a built in USB cable. The computer

More information

GroundFX Tracker Manual

GroundFX Tracker Manual Manual Documentation Version: 1.4.m02 The latest version of this manual is available at http://www.gesturetek.com/support.php 2007 GestureTek Inc. 317 Adelaide Street West, Toronto, Ontario, M5V 1P9 Canada

More information

Using the Mobile App for Defense Connect Online

Using the Mobile App for Defense Connect Online Using the Mobile App for Defense Connect Online Conduct and Attend Meetings Virtually Anywhere AUTHOR Aaron W Wolf DCO Evangelist Carahsoft Technology Corp. 703.889.9781 aaron.w.wolf@carahsoft.com Defense

More information

GoPro Fusion Using the GoPro Fusion 360 Camera GoPro.com

GoPro Fusion Using the GoPro Fusion 360 Camera GoPro.com Have you ever heard a blindfolded octopus unwrap a cellophane-covered bathtub? ~ The Phantom Tollbooth GoPro Fusion Using the GoPro Fusion 360 Camera GoPro.com College of Communications Spatial Audio Table

More information

1.1: Introduction to Fusion 360

1.1: Introduction to Fusion 360 .: Introduction to Fusion 360 Fusion 360 is a cloud- based CAD/CAM tool for collaborative product development. The tools in Fusion enable exploration and iteration on product ideas and collaboration within

More information

CEF MEDIA ROOM USER MANUAL

CEF MEDIA ROOM USER MANUAL CEF MEDIA ROOM USER MANUAL Table of Contents 1) Introduction to the Media Room... 1 2) Booking the Media Room... 1 3) Getting Help... 1 4) Pre-Recording Session To Dos... 1 5) Media Room Equipment... 2

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

Using PowerPoint 2011 at Kennesaw State University

Using PowerPoint 2011 at Kennesaw State University Using PowerPoint 2011 at Kennesaw State University Creating Presentations Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 - Information Technology Services Kennesaw

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

XMReality 6. User Manual for Windows XMReality AB Teknikringen 10, 8 fl SE Linköping Sweden

XMReality 6. User Manual for Windows XMReality AB Teknikringen 10, 8 fl SE Linköping Sweden XMReality 6 User Manual for Windows - 6.2 1 XMReality AB Teknikringen 10, 8 fl SE-583 30 Linköping Sweden Introduction This is a user manual for XMReality Remote Guidance Generation 6 for Windows. An account

More information

Cadrage Director s Viewfinder USER MANUAL

Cadrage Director s Viewfinder USER MANUAL For ios & Android User Manual February 2018 Current App Versions: ios: 3.0.1 Android: 4.0 www.cadrage.at Table of contents GET STARTED QUICKLY 4 BASIC FUNCTIONALITY 6 Introduction 6 The Main View 6 Prime

More information

Epilog Laser Cutter Instructions (Only the Essentials)

Epilog Laser Cutter Instructions (Only the Essentials) Epilog Laser Cutter Instructions (Only the Essentials) How to export a file for SKETCHUP put it on the server, open it in Illustrator, and Prepare it for the Epilog Laser Cutter 1. In Sketchup: Draw a

More information

Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics. Choosing a Design. Format Background

Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics. Choosing a Design. Format Background Microsoft PowerPoint 2016 Part 2: Notes, Links, & Graphics Choosing a Design Open PowerPoint. Click on Blank Presentation. Click on the Design tab. Click on the design tab of your choice. In part one we

More information

Trash in the Dock. May 21, 2017, Beginners SIG The Dock (Part 3 of 3)

Trash in the Dock. May 21, 2017, Beginners SIG The Dock (Part 3 of 3) Note: This discussion is based on MacOS, 10.12.4 (Sierra). Some illustrations may differ when using other versions of macos or OS X. Credit: http://tidbits.com/e/17088 ( macos Hidden Treasures: Dominate

More information

MEDIA RELATED FILE TYPES

MEDIA RELATED FILE TYPES MEDIA RELATED FILE TYPES Data Everything on your computer is a form of data or information and is ultimately reduced to a binary language of ones and zeros. If all data stayed as ones and zeros the information

More information

Introduction to Flash - Creating a Motion Tween

Introduction to Flash - Creating a Motion Tween Introduction to Flash - Creating a Motion Tween This tutorial will show you how to create basic motion with Flash, referred to as a motion tween. Download the files to see working examples or start by

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes Blender Notes Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes Introduction Blender is a powerful modeling, animation and rendering

More information

How to Guide for Students

How to Guide for Students 1 How to Guide for Students 2 Hello and thank you from Team GraphLock! In this guide, you will find step-by-step instructions on how to use the different features in GraphLock. As always, do not hesitate

More information

This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality.

This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality. This guide will help you with many of the basics of operation for your Epson 485wi BrightLink Projector with interactive functionality. If you need further assistance with questions, you can refer to the

More information

1 Interface Fundamentals

1 Interface Fundamentals 1 Interface Fundamentals Windows The Media Composer interface is focused on three primary windows: the Composer, the Timeline and the Project. The Composer window contains the source and record monitors

More information

Configuring RUSHWORKS 3n1 for tracking using the Setup Utility

Configuring RUSHWORKS 3n1 for tracking using the Setup Utility Configuring RUSHWORKS 3n1 for tracking using the Setup Utility System Operation For best results, the camera should be positioned in the rear center of the room, between 30 and 50 from the front coverage

More information

Photoshop tutorial: Final Product in Photoshop:

Photoshop tutorial: Final Product in Photoshop: Disclaimer: There are many, many ways to approach web design. This tutorial is neither the most cutting-edge nor most efficient. Instead, this tutorial is set-up to show you as many functions in Photoshop

More information

Coolux Pandoras Box v5.5 Dear Pandoras Box users,

Coolux Pandoras Box v5.5 Dear Pandoras Box users, Coolux Pandoras Box v5.5 Dear Pandoras Box users, 1 You can now download the new Pandoras Box Version 5.5. Please find a summary of the main changes/features below. For more detailed information please

More information

Turn your movie file into the homework folder on the server called Lights, Camera, Action.

Turn your movie file into the homework folder on the server called Lights, Camera, Action. CS32 W11 Homework 3: Due MONDAY, APRIL 18 Now let s put the ball in a world of your making and have some fun. Create a simple AND WE MEAN SIMPLE environment for one of your ball bounces. You will assign

More information