Advanced Search
Search Results
155 total results found
3D Scanning a face for MetaHuman
...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...f your subject moves too much. 4. Previewing the scan After you ...o the process entirely. We also want to crop our scan to save the ...
How to set the sound output in Raspberry Pi
...low will show you two different ways to set the output device. Met ...t with: speaker-test -t sine -f 440 -c 2 Or play a WAV sound file: aplay /home/pi/Mus ...ic/youOwnSoundFile.wav Or play a MP3 sound file: cvlc /home/pi/Music/youOwnSoundFile.mp3
Using MatrixPortal M4 for animation
How to use MatrixPortal M4 for animation We have another t ...g an animation to display on a 64x32 matrix. CircuitPython and l ...g CircuitPython 9.0.5 (11/10/2024), all libraries and code used a ... bitmap spitesheet. If you just want to test the code, you can dow...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...o). In this screencap, you see 14301, yours may not be the same, ...ll see COM# (Arduino Leonardo) 4. Double Check Now at the bottom ... of the software, you will see you are using A...
Touch sensor - Using an CAP1188
... of 5 addresses, for a total of 40 capacitive touch pads on one I ... I2C Addressability 4 possible addresses (0x5A–0x5D) ...D SCL -> SCL / A5 SDA -> SDA / A4 Older Arduino boardsSome older ...wever most Arduino boards used A4 as SDA and A5 as SCL. Getting s...
Using Arduino Leonardo to send USB MIDI data
..."Sending note on"); noteOn(0, 48, 64); // Channel 0, middle C, nor ...ending note off"); noteOff(0, 48, 64); // Channel 0, middle C, normal velocity MidiUSB.flush(); delay(1500); // controlChange(0, 10, 65); // Set the value of controller 10 ...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...or Command Prompt (Windows) and type in ipconfig getifaddr en1 Get ...ssid, password) html = """<!DOCTYPE html> <html> <head> <title> ...p> </body> </html> """ max_wait = 10 while max_wait > 0: ...
AR with Unity - Step #2 - Unity project setup
...use Vuforia to create different types of Augmented Reality projects, ...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...time, Unity will ask you if you want to include a default database...
How to build a project onto a VR headset
...the VR platform and headset you want to target (e.g., Oculus Rift, ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...eated) and controller bindings. 4. Design VR Environment and Asse ...mpatible with the latest VR hardware and software updates. Remembe...
How to send data to Processing from Arduino
...the value to the Serial delay(100); //little delay to prevent Ard ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...d max. value is 1023. //and I want to map the background colour from black to white, 0(black) - 255(white) floa...
How to use DFPlayer mini to play MP3
...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP ... // Connects to module's TX SoftwareSerial softwareSerial(PIN_MP3_RX, PIN_MP3_TX) ...al port for DFPlayer Mini softwareSerial.begin(9600); // Star...
Introduction to Spark AR
... Augmented Reality (AR) is a type of technology that adds layers ...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. To...
Steam VR setup Tutorial #1 - Player camera setup
... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...ck on the "Asset Store" tab and type "Steam VR" into the search box. First, you will need to click the "Downloa...
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 language. ...VideoDeviceIn TOP may display a warning: "Resolution limited to a max of 1280x1280 ...
Audio in Touchdesigner & Receiving data from Arduino
...any people are in a room or the type of event we are attending. In t ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily...
Mobile VR - Getting Started Guide
...re you can experience different types of content using your mobile p ...vice. click here to visit Software There are many different t ...s a list of useful links if you want to start exploring it. A-FRAME website Youtube tutorial list Unity 3D Thi...
How to get started with Face Tracking in Spark AR
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
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...