Advanced Search
Search Results
157 total results found
Introduction to Python
... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive in and begin our exciting journey into the world of...
Other resources
...designer here at LCC. The best way to grow in your visual program ....com/playlist?list=PLFrhecWXVn5862cxJgysq9PYSjLdfNiHz In general a ...VEMQha9_WchDzqG878GtsJd1uJ5s&si=2aMzPXeBErIBhMwh A collection of ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi...
Introduction to Spark AR
...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. Tools for AR There are a number of tools developed now for making AR base...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.
How can I request access outside of normal hours?
...ative Technology Lab outside of normal hours by completing the Additional Access Request Form. This is form is used for all LCC technical resources and should be submitted to technical.enquiries@lcc.arts.ac.uk at least 2 weeks before the anticipated date.
How to use a Flat Vibration Switch
...pen. Wiring one pin to GND & D2 via 10k resistor one pin to 5V ...tarted const int vibrationPin = 2; // Pin connected to vibration ...oid setup() { Serial.begin(9600); } void loop() { int state = digitalRead(vibrationPin); if (state == HIGH) {...
Capturing in Wide-Angle with the OAK-D Pro camera
...roperties.SensorResolution.THE_12_MP) cam.setInterleaved(Fal ...se) cam.setIspScale(1, 2) cam.setPreviewKeepAspectR ...False) cam.setPreviewSize(1280, 720) # or any desired preview res ...he arrow next to the Stream parameter in OAK Select TOP. Select ...
Additional Resources for Metahuman Creation
...amentals tutorial showcasing different third-party tools you can integrate with the Metahuman workflow for clothing and animation. 2. Custom hair for Metahumans with Blender 3. Metahuman Facial Animation 4. Metahuman Third Person Character
Guides for Creality Ferret Pro Scanner
1. User Manual Download: Manual Creality Wiki.pdf 2. Ferret Pro Software and Scanning Tutorial & Tips: CR-Scan Ferret Pro Tutorials Creality Wiki.pdf
Using a HC-SR04 distance sensor
... dark. The sensor works between 2-400cm however if the ping sound ... is reflected away from the sensor by an a diverg ...ND to GND) Echo to digital pin 12 Trigger to digital pin 13 Get ... that uses digital pins 13 and 12. UltraSonicDistanceSensor dista...
Touch sensor - Using an CAP1188
...e CAP1188 has support for both I2C and SPI, so it easy to use wit ...rocontroller. If you are using I2C, you can select one of 5 addre ...0 capacitive touch pads on one I2C 2-wire bus. Using this chip is a ...! Touch sensor - Using an MPR121 Touch sensor - with No Senso...
Using a Force Sensor
...ue; //sensor value range: 0-1023 //200 is light touch //500 is medi .../800 is hard touch int limit = 200; void setup() { Serial.beg ...in(9600); pinMode(13, OUTPUT); } void loop() { sensorValue = analogRead(sensorPin); Serial.print("Force Lev...
Unity AR
AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anchor point for your 2D/3D to be displayed on top of.