Advanced Search
Search Results
36 total results found
Position-based Tracking using a Webcam
...creating interactive projection mapping projects. In TouchDesigner there are various methods to achieve this; This tutorial will introduce you to some common techniques to determine the position of an object. Let's dive in! To begin, open the VideoDeviceI...
Student works
...19) Arduino, stepper motors, LDR sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, M ...Design Communication (2019) MadMapper, Arduino, microswitch VR and AR The Phone by Ryan Yuen, BA Information and Interface Design (2019) Unity
Setting up Kinect in Touchdesigner
... are now presented with a depth map, from the heading select Record and hit the record button. Once you've stopped recording move to the Play section of the interface and change the count to loop your video. Your recording is now ready! Launch Tou...
Interactive Projections
...ons, the first step would be to map the space and track anyone/anything within it. This can be done in multiple ways, this tutorial will briefly introduce you to two different but related techniques: Object detection and tracking in OpenCV For most appl...
What is the Creative Technology Lab?
... Physical Computing, Projection Mapping, Games, and Virtual Reality. Students come to this area with an idea and the technical team support students in breaking down their initial ideas, identifying what skills they need to learn, suggesting how to get sta...
Combining codes & circuits
... strip.clear(); int j = map(distance,10, 30, 0, strip.numPixels()); Serial.println(j); for(long firstPixelHue = 0; firstPixelHue < 3072; firstPixelHue += 256) { for(int i=0; i<=j; i++) { // For each pixel in strip... int pixelHue = ...
AR with Unity - Step #1 - Development environment setup
...e Development Kit (NDK) and the Java Development Kit (OpenJDK). Just make sure all of them are selected before continuing. After this, you just need to follow the final steps of the installation process. Scenario #2 - Installing Android and/or IOS build s...
Accessibility Statement
...ed other technologies including JavaScript on certain areas of the website. We commit to ensuring this website is as accessible as possible and we want as many people as possible to be able to use it. This means that you should be able to: access the web...
Mobile VR -Setting Up Unity
...ncludes the Software Development Kit (SDK), the Native Development Kit (NDK) and the Java Development Kit (OpenJDK). Just make sure all of them are selected before continuing. After this, you just need to follow the final steps of the installation process.
How to send data to p5.js from Arduino
...f a html file, a css file and a java script which makes everything fun. To access different files in your sketch, you can click the arrow and the panel on the left will show the files associated with the sketch. First we have to install the P5.js WebSeria...