Advanced Search
Search Results
61 total results found
How to install libraries
...ibrary - Manage Libraries... A new window will open: From here yo ..., as this feature is relatively new. You will often have to manuall ... folder. If not found, create a new folder with that name (must be lowercase). Unzip the library archive that you ...
An Introduction to 2D in Unity 5
...lay in 2D Tutorial Create a New Project Open Unity 5 Create ... a new project: File > New Project Give your project a name, and a location, and select the 2D option Your screen should look like this: Change layout If you're layout doe...
Intro to Touchdesigner
...ws us to manipulate data and program our network. A bit like using layers in Photoshop, every new node you add alters the previou ... Operator's Wiki help page in a new browser window, ie: https://docs.derivative.ca/index.php?title=Video_Device_In_TOP.
Using a TCS34725 RGB Color Sensor
...ocessing. Go to line 15. port = new Serial(this, "COM20", 9600); " ...nged the code like this. port = new Serial(this, "/dev/cu.usbmodem14601", 9600); You can find your port name at the bottom of your Arduino IDE or go to Tools > Port > ########(Arduino ...
How to build to a Vive Pro or Vive Pro Eye
...nd controllers. Create a New VR Project: Launch Unreal Engi ...ne and create a new project. Choose the "Virtual Reality" or "VR Template" as a starting point for your Vive Pro Eye project. Configure Project Settings: Go to Edit > Project Se...
3D Scanning a face for MetaHuman
...acial features of the scan to a new digital subject. 1. Using the R ... you should be able to create a new project. This will open your phone camera. 2. Prepare your subject and lighting. You will get the best results when scanning in natural, neutral ligh...
A circle following the mouse
... 0.8 . To Range indicates the new set of values between we want x ...he previous reference with this new set of values by activating the Math CHOP operator, then drag and drop the channel into the x parameter in Translate TOP. The circle should now be...
Systems in art & design
...could be used to produce wholly new forms and possible new aesthetic experiences Cybernetic Serendipity - Institute of Contemporary Art (1968) Gordon Pasque - Colloquy of Mobiles Catalogue Critique Exemplary for the appeal of the gr...
Object in the space AR
... Launch Spark AR and create a new project from a template (File & ...gt; New Project from template > World Object) You should now see in your Spark AR project window something like this: There is a preview of what your project will look li...
Steam VR setup Tutorial #3 - Interactable object setup
...panel and select cube. With our new cube selected, let's change the ...sting, let's create and apply a new colour material to our interactable object, just right click on top of the project panel and select Create/Material, give it a meaningful name, like ...
How to fix "Internal data stream error" in Processing 4
...12/2024) Change this line cam = new Capture(this, cameras[0]); to " ...y returned by list(): cam = new Capture(this, width, height, "pipeline:avfvideosrc device-index=0", 30); cam.start(); } } void draw() { if (cam.available() == tr...
Making a website for your HTML, JS, CSS or p5.js files
... basically means, storing these new files, committing them to memor ...ate files so that you make your newest files available on the internet, you need to follow the same as Steps 3 & 4. The only difference is you now click that says Upload files which...
"Hello, World!" in Node.js
...st people write when learning a new programming language is one for ...mkdir [directory-name] - Make a new directory in your current location touch [file-name] - Create an empty file The result of this should be a directory and file on your desktop i...
Week 3 - Iteration, arrays, objects and pixel arrays
...ery time we wanted to address a new pixel. What would be much bette ...0, 40); } You will notice a new function being used called preload(). This is a handy function provided by p5.js that ensures that images or external data such as API data are finis...
Raspberry Pi Image: Video Looper
... select Use custom - select the newly downloaded Video Looper Image 3. Files Format Video Looper uses the default video player, omxplayer, which can play most videos encoded with the H.264 video codec and in a video format with an extension like .avi, ....
Position-based Tracking using a Webcam
...numCols # Outputting new values to 'constant' operator output.par.value0 = centerx - 0.5 output.par.value1 = centery - 0.5 return Close the textport and in the parameters window of Execute DAT, turn on the Frame Sta...
How to use a Bare Conductive Touch Board with Arduino
...rd up to 32GB. Make sure your new SD card is formatted as FAT32. Wiring No wiring is needed. But you can extend each touch point with wires or connect them to any conductive materials, e.g. fruit. Basic Example This basic example will play TRACK000.mp3 t...
Using the Bantam Tools NextDraw Pen Plotter
...ompted to overwrite or create a new version. 2. Setting Up the Paper and Pen (Plotter Off) Make sure the plotter is OFF The power light should be off. If not, turn the machine off before continuing. Load your paper Place ...
Setting up Kinect in Touchdesigner
...fier component, then hit run. A new window will come up; Here allow some time for the software to upload and update the status of your Kinect. My final settings looked like this (further help setting up Kinect is also available here. Kinect Studio, in ...
How to do Basic Commands in Terminal
...mkdir myfolder Create a new directory called myfolder rm myfile.txt Delete a file called myfile.txt rm -r myfolder Delete a folder and its contents cp file1.txt file2...