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

218 total results found

Testing/publishing your project - Android devices

Spark AR other Content and Tutorials

...ublishing your project is very easy, here are the steps to do so: First, ...make sure you downloaded and installed the Spark AR player on your mobile device, you s ...hould be able to find the app on the Android Play Store. When opening the a...

Introduction to the PyCharm IDE

Python for Beginners

Creating Your First Project in PyCharm When you first use PyCharm, you'll be welcomed by its startup screen. To create a blank Python project, click on "New ... project." PyCharm will now prompt you to config ... the Python project: In this example, the project files will res...

Object in the space AR

Spark AR other Content and Tutorials

Spark AR provides a number of different templates to start with, for the purposes of thi ... be using the World Object Template Launch Spark AR and create a new project from a template ate (File > New Project from t ...emplate > World Object) You...

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

Raspberry Pi Tutorials

This short tutorial should be enough for you to be ... able to setup a Raspberry Pi with GUI mode and auto login enabled to disable a web page full screen automatically when it turns on. Copy ful ...the home folder of the pi user, and run the following command: /h...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

What is SSH? SSH stands for Secure Shell — it’s a network protocol that lets you securely log in to and control another computer remotely, usually over the internet or your lo ...cal network. Think of it as opening a remote terminal window on your Raspberry Pi fr...

Switch Operator

Touchdesigner Basics of Touchdesigner

A simple yet effective method use ...d in interactive projections consist of alternating between two or more visuals. This could be the result of ...pressing a button or entering an area area thaa that�at's being tracked with a webcam, etc,.    In this brief tuto...

Who works in the Creative Technology Lab?

About the Lab Frequently Asked Questions

The Creative Technology Lab is run by a team of Specialist Technicians who provide one-to-one suppor ...t and sign-up workshops. .team td { border: none; } ... Alejandro Escobar Michael-Jon Mizra Joanne Leung Emerging Technologi ...es Technical Coordinator /VR/AR Developer I...

Content Creation Guidelines

Transporter Documents

Read all the information in the Content Creation Guidelines (CCG). This is a document that will provide you with information about creating different kinds of content ...for the 270 projection space. Although the document is separated into sections, please go t...

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

Raspberry Pi Terminal Command Cheat Sheet C ...ommand Description ... ls List all files and directories in the current fo ... cd foldername Change to a specific ...

Setting up Spark AR

Spark AR Installation and Setup

Setting Up Spark AR On your laptop go to https://sparkar.facebook.com/ar-studio/ (you do not need a facebook account to download) Follow the instructions ...to Install Spark AR You will also need to install Spark AR player on your mobile devi...

Physical Computing Components List

Physical Computing

...orrow components from CTH? Please discuss which components you ...ld like to use with the technicians. We will assist you with checking out and collecting the components at the WG14 Creative Technology Hub. When coll ...dite the checkout process. Please note that all components are ...

Testing/publishing your project - IOS devices

Spark AR other Content and Tutorials

...ublishing your project is very easy, here are the steps to do so: First, ...make sure you downloaded and installed the Spark AR player on your mobile device, you s ...hould be able to find the app on the Android App Store. When opening the ...

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

Creative Coding Tutorials

... you will see this error often BaseSrc: [avfvideosrc0] : Internal data stream error when using the video lib ...rary with cameras and a MAC. To see more about the capture function, please see here. How to fix (12/2024 ...) Change this line cam = new Capture(...

How can I request access outside of normal hours?

About the Lab Frequently Asked Questions

You can request access to the Creative Technology Lab outside of normal hours by completing the Additional Access Request Form. This is for ...m is used for all LCC technical resources and should be submitted to techni ...cal.enquiries@lcc.arts.ac.uk at le...

Installing Mamba

Python for Beginners Setting Up Your Environment

As you work on more complex Pytho ...n projects, you'll start using something called libraries to add extra features to your programs. Think of libraries as ready-made sets of code created and maintained by other developers. They'r ...e like toolkits that solve specific problems or add...

Introduction

Physical Computing Workshop: Beginner Physical Computing

This chapter is designed for complete be ...ginners who are new to working with physical computing and Arduino. If you haven’t had a chance to attend the physical workshop at the Creative Technology Lab, don’t worry—this guide will walk you through the basics. If yo...

How to install Node.js on Raspberry Pi

Raspberry Pi Tutorials

Installing Node.js on Raspberry Pi is very simple for th ...ose with basic command line experience. In the term ...inal or via SSH: Add the package source: curl -sL https://deb. ...ource.com/setup_10.x | sudo -E bash - Install Node using: sudo apt-get ins...

Where to buy components

Physical Computing

...is of common suppliers, other than eBay... Electronics UK Arduino boards, shields, etc... Proto-Pic ...ffers 10% student discount SKPang #DigitalMeans Cool Components HobbyTron ...onik Oomlout Pimoroni Spiratronics Bright Components Co...

How do I complete ladder training?

About the Lab Frequently Asked Questions

Before anyone can use a step ladder at LCC you must complete the ladder training module on Moodle. It comp ...rises of a PDF guide and a quiz, after which you should email a screenshot of completion to creativetechnologylab@arts.ac.uk.

Planning

Creative Coding Concepts

Fundamentals Variables: Declaration, Assignment, Reassignment Typing: Strings, Inte ...gers/Floats, Boolean Arithmetic - + * / Conditional Logic / Control flow if els ...e elseif boolean conditions and comparison operators == logical operators &amp...