Advanced Search
Search Results
160 total results found
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...projection mapping content onto 3D surfaces in Touchdesigner, to ...ask your area of projection and warp your content onto it. Drag and drop it on your network. In the parameters’ w...
Adding content - Music and Audio
There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....
How to export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames you can change the boolean check. The last block of code in your draw function should be this...
Command Line Tools & Utilities
A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...
How to install libraries
...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively new. You will often have to manually download and install a library, following the other two processes. ZIP library Loc...
Making Breathing Light with LEDs
... front of it. For example, pin D3, D5, D6, D9, D10 and D11 on Ard ...ng pin (+) to PWM Digital pin (D3), via 220Ω resistor Getting s ...tarted #define led 3 //any PWM pins (~) #define led2 11 //optional 2nd led int brightness = 0; // how bright the L...
Transporter Documents
...very detail, it is important for us to have as much information as possible so we may evaluate your project accurately. 3) Our team will review your submission for viability and arrange a consultation with a technician who can best support your project.
How to do Basic Commands in Terminal
...tor python3 script.py Run a Python 3 script ch ...kage-name Install a software package (e.g., python3-opencv) git clone https://github.com/user/repo.git Download a Gi...
Touch sensor - Using an CAP1188
...ble addresses (0x5A–0x5D) 3 jumpers for I2C address config Proximity Sense ✅ Yes (via filtered data) ✅ Yes (via built-in proximity detection) Slider/Wheel Support ✅ Yes ❌ Not native ...
Using a Whadda Vibration Motor Module
...ectronic setup. Wiring G to GND V to 5V S to pin 13 Getting started This code is ...p for 1 second. int motorPin = 13; //motor transistor is connecte ...d to pin 3 void setup() { pinMode(motor ...stop vibrating delay(1000); //wait 50 seconds. }
Additional Resources for Metahuman Creation
...amentals tutorial showcasing different third-party tools you can integrate with the Metahuman workflow for clothing and animation. 2. Custom hair for Metahumans with Blender 3. Metahuman Facial Animation 4. Metahuman Third Person Character
How to fix "Internal data stream error" in Processing 4
...ne:avfvideosrc device-index=0", 30); cam.start(); } } void draw() { if (cam.available() == true) { cam.read(); } image(cam, 0, 0); // The following does the same, and is faster when just drawing the image // without any addi...
Using a Soil Moisture Sensor
... int sensorValue; int limit = 300; //300-600 is a good range of moistu ... Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { se ...Value < limit) { digitalWrite(13, HIGH); } else { digitalWri ...te(13, LOW); } delay(100); }
How to use a Bare Conductive Touch Board with Arduino
... The Touch Board has on-board MP3 playback and a MIDI synthesizer ...his means you can either play MP3 files or simulate a MIDI instru ...ombines the functions of play MP3 and capacitive touch sensing, b ...ng the above two tutorials. Hardware Plugin Whenever we use an Ard...
Using AVR ISP MKII to upload firmware to Arduino
...ers and hobbyists to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO). Supported Micr ...Arduino MKR series Arduino Nano 33 series Software Compatibility Works with Atmel Studio (formerly...
What is the Creative Technology Lab?
...Creative Technology Lab and the 3D Workshop on a single project accessing staff expertise and technical facilities and equipment to build the electronics in the Lab and the physical parts of the project in the Workshop, encouraging true multi-disciplinary ...
How to build to a Vive Pro or Vive Pro Eye
...t and Assets: Create or import 3D assets for your VR environment using external tools or Unreal Engine's built-in modeling tools. Set up the VR-specific player pawn (character) and camera. Make sure the camera is set to match the user's head movement. ...
Unity AR
AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anc ...hor point for your 2D/3D to be displayed on top of.