Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

167 total results found

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...in 13 #define buttonPin 4 void setup() { pinMode( ledPin, OUTPUT...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

...pzero from time import sleep # set up pushbutton and bank of leds ...resetbutton = gpzero.Button(3) leds = ...or def LightsOn (): while resetbutton.is_pressed: leds. ...on() def ResetCounter (): global counter ... showThis & 0b0001) # setup button handlers resetbutt...

Additional Resources for Metahuman Creation

Metahuman Creator

...ou can choose to make use of the following tutorials to further customise your created Metahuman. 1. ... clothing and animation. 2. Custom hair for Metahumans with Blender 3. Metahuman Facial Animation 4. Metahuman Third Person Character

What is the MetaHuman Creator?

Metahuman Creator

...d realistic than ever. Endless Customization: One of the coolest thin ...ut the Metahuman Creator is how customizable it is. Users have complete control over every aspect of their virtual humans. They can adjust parameters like facial features, body propo...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

...tutorial. Refer to the guide to set up the OAK Device CHOP and OAK ...dai.node.XLinkOut) xoutIsp.setStreamName('isp') xoutPrev.setStreamName('preview') cam ....setResolution(dai.ColorCameraProper ...rResolution.THE_12_MP) cam.setInterleaved(False) cam.setI...

Touch sensor - Using an MPR121

Physical Computing Tutorials

... libraries folder Now the software Arduino IDE is ready, you wil ... #define numElectrodes 12 void setup() { Serial.begin(9600); W ...ire.begin(); // Setup MPR121 MPR121.begin(0x5A); ... MPR121.setInterruptPin(4); MPR121.setTouchThreshold(20); //0 (most se...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...omprehensive set of tools and features to assist ...ution, variable inspection, and setting breakpoints to pause the pr ...n find that version control software will become an indispensable ...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...e IOS build support. Please be aware that both Windows and IOS com ... build support includes the Software Development Kit (SDK), the Na...

How to control Arduino without using delay()

Physical Computing Tutorials

...bject FireTimer ledTimer; void setup() { // Initialize digital p ...bject FireTimer ledTimer; void setup() { // Initialize digital p ...ors and Multiple Timers You can set up multiple timers for multiple ...tors, like giving each person a watch and ask them to action based...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...fun electronics that provides a way to play MP3 files from a Micro ...s from the SD card via Serial. Warning If you are using Mac OS X ...re using Arduino Leonardo! void setup() { // Start the serial por ... Serial.begin( 38400 ); // Set volume Serial.print( "v" ); ...

Interactive Projections

Projection Mapping

...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent ... sensor requires a bit of prior set up to run, please allow some ti...

How to use a Servo Motor

Physical Computing Tutorials

...re.h> ServoDriver servo; void setup() { // join I2C bus (I2Cd ...i < 9; i++) { servo.setAngle(i, 0); delay(1000) ...; servo.setAngle(i, 90); delay(1000 ...re.h> ServoDriver servo; void setup() { // join I2C bus (I2Cd...

3D Geometry and Parametric Design

Creative Coding Concepts

...pace and making this content viewable in low-fi VR headsets. I have been making a piece o ...f software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...

How to get started with Face Tracking in Spark AR

Spark AR TEMPLATE : Basic Face Tracking

Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...

How to get started with World Effects in Spark AR

Spark AR TEMPLATE: World Effects

World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming ...ow Every operator comes with a set of parameters that you can edit ...VideoDeviceIn TOP may display a warning: "Resolution limited to a ...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...stem - Erase Click Next and wait for it to finish. 3. Image y ...i Using Raspberry Pi Imager software to Install the Raspberry Pi O...

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and ...nd 2.4GHz wireless interfaces. Set up your Pico Solder header pin ... #create LED object from pin13,Set Pin13 to output while True: ...led.value(1) #Set led turn on time.sleep(0.5) ...