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

122 total results found

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 th ...eatures of the Face Tracker in Spark AR. There are multiple di ...fferent starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template th...

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 th ...e basics of World Effects in Spark AR. There are multiple di ...fferent starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

... a compact, low-power, wireless transceiver module designed for seria ... to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ...rees, one by one. #include <SoftwareSerial.h> SoftwareSerial radio(8, 9); // RX, TX ...

Where to buy components

Physical Computing

...y delivery MouserFree delivery over £33 Bitsbox Robotics + components Technobots Active Robots Robot Shop MakerBeam (European) International Adafruit (USA) Sparkfun (USA) Seedstudio (China) D ... Direct Bearings Technobots Transdev

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

... } 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 additional resizing, transformations, or tint. //set(0, 0, cam); }

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

...s://madmapper.com/madmapper/software. Software Setup  Before launching MadM ...g with it. Adjusting and Transforming MadMapper’s interface is split into two key areas: Left side: Edit content—resize, crop, rotate, etc. Right side: Map t...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...MP3 trigger is a board made by Sparkfun electronics that provides a way to play MP3 files from a Micro ...re libraries available for the Sparkfun MP3 Trigger however it's so ...s from the SD card via Serial. Warning If you are using Mac OS X ... Serial.write( i ); // Wait a bit delay( 1000 ); } ...

UE Installation and Set-up

Unreal Engine Basics

...finishes, run the installer and wait for it to complete. Creat ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to complete. Depending on your system specifications and I...

3D Scanning a face for MetaHuman

Metahuman Creator

...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...o the process entirely. We also want to crop our scan to save the ...ptured. After this, you should wait for the model to generate. Th...

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...t grab and haptics. The easiest way to get the Oculus Integration ... You will then be asked if you want to restart the Unity editor, ...other message asking you if you want to upgrade the spatializer plugin, hit Upgrade and then hit Restart. Onc...

Accessibility Statement

About the Lab Frequently Asked Questions

...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing ...accessible to screen reader software or using just a keyboard Fee...

Web App Template for Beginners

Creative Coding Tutorials

...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...to this project folder (we only want it to live in this folder, no ...ction. You can think about this way: HTML file is like the frame of a painting, and JS is what happens on the canvas...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

... programming knowledge or don't want to do a lot of coding. One of ...ter Choose the folder where you want to put all your printing file ...and choose the printer that you want to use as the default printer. 5. Save the Script 6. Quit Automator You must ...

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 ...e( ledPin, LOW ); } } If you want to add a toggle functionality...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia .... However, if you feel like you want to add more assets to fill out your scene, the foliage packs also contain small...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...hese values to get the size you want on your project. After changing these values and saving the material, we will ...

How to use MatrixPortal M4

Physical Computing Tutorials

... without needing additional hardware. Power: Can be powered via US ... by Adafruit, optimized for hardware projects like controlling sen ...layio import Bitmap # If there was a display before (protomatter, ... far right if it's gone all the way off screen. This goes in a fun...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ...if statement is the most common way to make a simple interaction between two components. For example: if(distan...