Advanced Search
Search Results
63 total results found
Object in the space AR
... Launch Spark AR and create a new project from a template (File & ...gt; New Project from template > World Object) You should now see in your Spark AR project window something like this: There is a preview of what your project will look li...
Audio in Touchdesigner & Receiving data from Arduino
... will explore how to adjust our new values to the visual. Generative Sounds, Receiving data from Arduino In the first two sessions we have explored the possibility of animating with sound, using audio as our source of input. In this session we look a...
Position-based Tracking using a Webcam
...numCols # Outputting new values to 'constant' operator output.par.value0 = centerx - 0.5 output.par.value1 = centery - 0.5 return Close the textport and in the parameters window of Execute DAT, turn on the Frame Sta...
How to use a Bare Conductive Touch Board with Arduino
...rd up to 32GB. Make sure your new SD card is formatted as FAT32. Wiring No wiring is needed. But you can extend each touch point with wires or connect them to any conductive materials, e.g. fruit. Basic Example This basic example will play TRACK000.mp3 t...
Setting up Kinect in Touchdesigner
...fier component, then hit run. A new window will come up; Here allow some time for the software to upload and update the status of your Kinect. My final settings looked like this (further help setting up Kinect is also available here. Kinect Studio, in ...
How to do Basic Commands in Terminal
...mkdir myfolder Create a new directory called myfolder rm myfile.txt Delete a file called myfile.txt rm -r myfolder Delete a folder and its contents cp file1.txt file2...
How to use Raspberry Pi Camera Module 3
... picamera2 This code will pop a new window of live preview with autofocus. from picamera2 import Picamera2 from libcamera import controls import time picam2 = Picamera2() picam2.start(show_preview=True) # Enable continuous autofocus picam2.set_controls({...
Using MatrixPortal M4 for animation
... px Draw whatever you want Add new frame and draw until you finish Go to EXPORT Select PNG Change Columns to 1 Download You now have a very long PNG file 2. Photoshop Open the image with Photoshop Save a copy in BMP format Choose Windows (doesn'...
Using the Bantam Tools NextDraw Pen Plotter
...ompted to overwrite or create a new version. 2. Setting Up the Paper and Pen (Plotter Off) Make sure the plotter is OFF The power light should be off. If not, turn the machine off before continuing. Load your paper Place ...
Introduction
... for complete beginners who are new to working with physical computing and Arduino. If you haven’t had a chance to attend the physical workshop at the Creative Technology Lab, don’t worry—this guide will walk you through the basics. If you visit the Creati...
How to send data to Processing from Arduino
...ose the correct port myPort = new Serial(this, portName, 9600); myPort.bufferUntil('\n'); } void draw() { //map() is a important function to use here, //it convert the raw data range from Arduino to the ideal range to use in Processing //map...
Using an MFRC522 RFID reader
...op() { // Reset the loop if no new card is present on the sensor/r ...en idle. if ( ! mfrc522.PICC_IsNewCardPresent()) { return; } // Select one of the cards if ( ! mfrc522.PICC_ReadCardSerial()) { return; } // Dump debug info about the card; ...
How to use DFPlayer mini to play MP3
...ntered, we are going to use the new model - DFPlayer Pro instead. The DFPlayer Mini MP3 Player For Arduino is a small and low-priced MP3 module with a simplified output directly to the speaker. The module can be used as a stand-alone module ...
Arrays
...the elelemnt of the list you want to access. Copy the following code into a new p5 sketch, or click on the link to open the example in the editor. var myArray = [20, 213, 100, 150, 342]; console.log( myArray[1] ); p5 Editor Arrays in Processing
3D Geometry and Parametric Design
...onships within these) to create new pieces. The informational nature of the pictures can be used in combination with algorithms to modify outputs. No doubt within the creative process there are ways to manually delve into the code to tweak parameters and t...
Week 4 - Other inputs and APIs
...mes Independently researching new features of p5.js using the documentation Using inputs to control behaviour of your sketch Understanding the concept of web-based APIs and basic use In groups create a sketch that uses either at least one input (lear...
AR with Unity - Step #2 - Unity project setup
... process, first, let's create a new Unity project, please make sure you select a 3D template. Now let's check the "gameObject" menu as this is were you will find the Vuforia elements once you enable the plug-in, for now, you will notice Vuforia objects ...
Adding content - 3D model from the internet
...k on Material. This will drop a new material into a material folder in your Assets pane. Double click your material in the Assets pane and rename the material to something more specific. To add the material to your model first select the model in...