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

38 total results found

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...mposite this with your original webcam input to check out the track ...ur input will once again be our webcam in VideoDeviceIn TOP, this time we will connect to a Level TOP not only to adjust the brightness and contrast, within the sub-category "Pre", but ...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

... in pixel arrays Accessing the webcam Supporting code The code ...is hosted on Github, which is a web-based repository for hosting an ...le to view directly on Github's website. During this workshop sessi ...ray/ 15_image_pixel_array/ 16_webcam_capture/ Local web server...

Accessibility Statement

About the Lab Frequently Asked Questions

...r https://lab.arts.ac.uk/ This website is run by the Creative Tech ... https://lab.arts.ac.uk/. Other websites and browser based systems ...accessibility statements. This website uses HTML 5 (HyperText Mark ...aScript on certain areas of the website. We commit to ensuring thi...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

We are going to make a website using something called GitH ...ub pages to make a website. Signing up for a GitHub ac ...ne, so that you can access your website from anywhere. Bit of back ...Feel free to skip) GitHub is a website that stores what are called...

Useful learning resources

Creative Coding

...ers introducing concepts within web development - JavaScript Jav ...ture of Codeby Daniel Shiffman Websites - JavaScript JavaScript Syntax Basics - This is a great cheatsheet for understanding the basics of the JavaScript language/syntax. A lot of co...

Web App Template for Beginners

Creative Coding Tutorials

...his one. Learn to build a local web app that you can modify in your ...uture projects. Background Each web app has a frontend and backend. ...ients. If 10 people access your website, there are 10 frontends in ... red-pink rectangle. Your first web app with backend and frontend! ...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...js from Arduino using the P5.js WebSerial Library. The p5.js sketch ...on and etc. Know more about the Web Serial API. Wiring Wiring up bu ...s. A p5.js sketch is actually a website that consists of a html fil ...st we have to install the P5.js WebSerial Library. You have to plac...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...andle user interaction within a web page. This video from Daniel S ...is hosted on Github, which is a web-based repository for hosting an ...le to view directly on Github's website. A p5.js project In this ...project, which is essentially a web project made up of HTML and Jav...

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

...auto login enabled to disable a web page full screen automatically when it turns on. Copy full-screen.sh into the home folder of the pi user, and run the following command: /home/pi/full-screen.sh sudo chmod +x full-screen.sh full-screen.sh export D...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

... click here to visit Sketchfab Website This is an online communit ...l window. click here to visit WEB VR Experiments - Google This i ...s a very cool website where you can experience di ...ready to test projects on their webpage. This is a list of useful l...

Week 4 - Other inputs and APIs

Creative Coding Workshop: Introduction to Creative Coding

...h Understanding the concept of web-based APIs and basic use In gr ...e an interactive sketch Local web server So far during this seri ...u will need to run a local HTTP web server that serves the files in ...wing command to install an HTTP web server: sudo npm install -g ht...

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

... https://developer.vuforia.com/ website and click on the register b ...an 2MB in size ) to the Vuforia website and it will rate it (from 0 ...h back to the Vuforia developer webpage to create our database. Cli ...utton. This will display a web form that will guide you throug...

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

...real Engine from the Epic Games website (https://www.unrealengine.c ...tely from the Android developer website (https://developer.android. ...t Hub from the Oculus developer website (https://developer.oculus.c ...b or separately from the Oculus website. Build and Run the V...

Useful learning resources

Physical Computing

...h a grasp on the basic topics. 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 Bl...

Interactive Projections

Projection Mapping

...V For most applications,  your webcam and a bit of OpenCV script w ...new NullTOP, we'll rename this 'webcam'. To detect objects within a ...ook(scriptOp): image = op('webcam').numpyArray(delayed=True) gray = cv2.cvtColor(image, cv2.COLOR_RGB...

Unity for Beginners Workshop

Unity

...tures.com. This is an excellent website for seamless image textures ...oad free sound files from these websites: -Freesound (you will need to create a free account) -Youtube Sound library (you will need a Youtube account) Alternative materials Get the file...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...) 2012 seeed technology inc. * Website : www.seeed.cc * Author ...) 2012 seeed technology inc. * Website : www.seeed.cc * Author : Steve Chang * Create Time: JULY 2014 * Change Log : Modified by loovee 2013-10-29 , Modified by jacob yan ...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

...is hosted on Github, which is a web-based repository for hosting an ...le to view directly on Github's website. During this workshop session we will be using the following project directories: 04_using_variables/ 05_animation/ 06_conditionals/ 07_rando...

Pi War 2024 Log

Raspberry Pi

...2.168.1.115", 80) # Address of Web Server addr = ai[0][-1] ...2.168.0.100", 80) # Address of Web Server addr = ai[0][-1] # Create a socket and make a HTTP request s = socket.socket() # Open socket s.connect(addr) s.send(b"An...

Workshop: Introduction to Creative Coding

Creative Coding

During this workshop we introduce programming concepts using the web based creative coding library p5.js (https://p5js.org), which is built using JavaScript.

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ike ip = 10.3.15.120 open up a web browser go to http:// **IP address**/light/on to turn the LED on go to http:// **IP address**/light/off to turn the LED off import network import socket import time from machine import Pin led = Pin("LED", Pin.OUT) s...