Advanced Search
Search Results
162 total results found
Setting up Kinect in Touchdesigner
...fore we start, download the Software Development Kit (SDK) from he ...ere allow some time for the software to upload and update the stat ...ecord and loop a short video to feed Touchdesigner, helping you smo ...ording, make sure that your hardware's version corresponds to your...
How to build to a Vive Pro or Vive Pro Eye
...hat the interactions and visual feedback are optimized for a seamless and comfortable user experience. Use Unreal Engine's Eye Tracking API to access and utilize eye tracking data in your app. Package the App for Distribution: Once your VR app is r...
How to Configure a Raspberry Pi for the first time
... on your Pi for the first time. 1. Power up the Raspberry Pi When ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and downloa...
How to create 360 Video for the Igloo system
...ferent when using different hardware. Step 1 Set up your 360 camera at your ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ... footage into a proprietary software for processing. In this case ..., the Insta360 software will be used to convert the f...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ... in the CTH Raspberry Pi's kit. 1. Screen You can use any screen, ... Pi. Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x2 ...5V, 3A; USB-C Raspberry Pi 5: 5.1V, 5A; USB-C 5. SD card The SD ...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The latest versio ...do). In this screencap, you see 14301, yours may not be the same, if ...ck Now at the bottom of the software, you will see you are using Arduino Leonar...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...ieces of conductive fabrics and 1 piece of velostat. Make sure th ...5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...println(sensorValue); delay (100); // change for the speed of ...println(buttonState); delay (100); // change for the speed of ...
Using Arduino Leonardo to send USB MIDI data
... void setup() { Serial.begin(115200); } void loop() { Serial ...city MidiUSB.flush(); delay(1500); // controlChange(0, 10, 65); // Set the value of cont ...roller 10 on channel 0 to 65 } void noteOn(byte channel, byte pitch, byte velocity) { ...
Using a Soil Moisture Sensor
... int limit = 300; //300-600 is a good range of moisture generally void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { s ...rValue < limit) { digitalWrite(13, HIGH); } else { digitalWr ...ite(13, LOW); } delay(100); }
What is Unreal Engine?
...Unreal Engine is a powerful software that helps creators build vir ...es. Let's explore some of them: 1) Eye-catching Visuals: Unreal E ...ts. They can create interactive walkthroughs, realistic visualizations, and virtual tours of their designs, providing...
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...ask your area of projection and warp your content onto it. Drag an ...your projector, this is usually 1. Change the “opening size” to FILL and hit UPDATE - this will make sure that your ...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and represents a departure from ... #create LED object from pin13,Set Pin13 to output while True: led.v ...alue(1) #Set led turn on time.sleep(0.5) #stay on for 0.5 s...
How to power the Raspberry Pi Pico
...e Raspberry Pi Pico The easiest way to power a Pico is through the ... input voltage can vary between 1.8V to 5.5V. This voltage is use ...n other words, it acts as a one-way valve for electric current. We ...vent one power source from back-feeding the other. Raspberry Pi can...
Installing Unity
...ake sure to follow the 4 steps: 1-Downloading and installing the ...re a few things you need to be aware of: Downloading and instal ...et a popup window asking if you want to open the Unity HUB, Select ...We recommend installing Unity 2019.4, alternatively, you can choo...
Steam VR setup Tutorial #1 - Player camera setup
... Download and install Unity 2018.2.21f1. More recent versions might al ...so work, this tutorial was made using Unity 2018.2.21f1 Create a Unity personal ac ... when you start running the software. Download and install St ..." panel and change the scale to 10 on all three axes. Now th...
A circle following the mouse
...'s Resolution by changing it to 1280x720. Add a Transform TOP ...he new set of values between we want x to fluctuates. We have previously established that my circle x-axis extremities are between -0.5 and 0.5. Therefore your Math CHOP should now look...
How to use IR Breakbeam Sensor
...frared; detects changes in long-wave IR (heat) in its field. ...ND Get Started #define LEDPIN 13 #define SENSORPIN 4 int sensorState = 0; int lastState = 0; void setup() { pinMode(LEDPIN, OUTPUT); pinMode(SENSORPIN, INPUT); ...
Introduction to Python
...an Rossum and first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive in and begin our exciting journey into...