Advanced Search
Search Results
123 total results found
How to get started with World Effects in Spark AR
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...
Useful learning resources
...s. Websites Learn at Sparkfun Learn at Adafruit Kobakant DIY - Lovely guides for DIY e-textiles and conductive material-based components and projects Arduino Stackexchange - forum for asking questions Videos Jeremy Blum's Arduino Video Series
Position-based Tracking using a Webcam
...'s dive in! To begin, open the VideoDeviceIn TOP and select your DEV ... object from it's background we want to look for the white pixels ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth. Afterwards add a TopTo CHOP to your thr...
How to connect a Push Button with Digital Input Pull-Up resistor
... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...
Programming and the Patch Editor in Spark AR
...amming syntax. The following videos contain information and tutorials about the patch editor in Spark AR. If you are having trouble with programming with Patches or have a project that requires complicated interaction, please speak to th...
How to connect a push button or switch
...hes? Buttons and switches are a way of opening and closing a circu ...ivating an action, like a start video button. Rocker, slide and togg ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro sw...
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ... various parameters to link our VideoDeviceIn TOP, import the correct ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ... by connecting your VideoDeviceIn TOP, to a Threshold To...
Week 1 - Coordinates, shapes and colour
...action within a web page. This video from Daniel Shiffman is a good ...or expertise, you will almost always encounter bugs. Writing code ... code is meant to be doing. The way we do this is by adding commen ...s. Comments can be added in two ways: Single line commentUsing t...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other ways of transferring in RetroPie D ...g the USB stick into the Pi and wait for 5-10 minutes. Remove the ...
Intro
...splay content such as images or video onto irregularly shaped surface ...atic objects. This technique was first used for Disney’s Haunte ...d Mansion ride in 1969, where a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software A variety of projectio...
How to make Animation on NeoMatrix with Processing
...ng Processing to create images, videos or realtime interaction and pu ...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...f the display has changed, e.g. video, interactive/generative graphic...
Audio in Touchdesigner & Receiving data from Arduino
...ssions, each made up of a brief video tutorial and a more in-depth wr ...rcle TOP. While this brief video introduces the basis of extract ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are vir...
Intro to 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 ...e all about handling images and videos. They help you modify, combine ...'s resolution is 1920x1080, the VideoDeviceIn TOP may display a warni...
Other resources
...designer here at LCC. The best way to grow in your visual program ...n general all of Elekktronaut's videos are really interesting, useful ...munity providing both blogs and videos to learn Touchdesigner: https: ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi...
Radio Communication: How to use RFM69HCW Radio Data Module
... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait for a reply uint8_t buf[RH_ ... len = sizeof(buf); if (rf69.waitAvailableTimeout(500)) { /...
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ... and single (=) equals signs Always be sure to use the double equ ...he ball when it bounces off the wall Move up and down instead of ...
Variables
... result of 2. However, you may want to use a certain value more t ... action, we'll keep things this way for now in order to better und ...he second path is the file that was run with this version of Pytho ...second line in our code. Python was able to get to this point in t...