Advanced Search
Search Results
34 total results found
Using a TCS34725 RGB Color Sensor
What is the TCS34725 RGB Color Sensor? The TCS3472 sensor prov ...ar light sensing values. An RGB Color sensor helps you accurately det ... Examples > Adafruit TCS34725 > colorview in Arduino IDE, upload to A ...S34725 > examples_processing > colorview in Arduino IDE, copy and p...
Intro to Projection Mapping
A general introduction to Projection Mapping
Visual Programming & Projection Mapping
Learn about the art of creating visuals, sculpting with light and other optical illusions.
Projection Mapping
Projection Mapping in Touchdesigner
... cover the basics to projection mapping content onto 3D surfaces in ...attend the 'Intro to Projection Mapping' workshop in the Creative T ...ameters window. Projection Mapping with kantanMapper Now that we have uploaded o ...tent we are ready to projection map it onto our object. Make sure t...
Projection Mapping in MadMapper
Why use MadMapper? MadMapper is a powerful tool for proje ...ction mapping, especially when working at ...acade. Unlike TouchDesigner, MadMapper isn't free, but a 30-day dem ...ou can borrow a machine with MadMapper pre-installed — just contact ...on (anything over 3 meters), MadMapper’s high-resolution output is ...
Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33
...learning framework developed by Google. It provides a comprehensive ec ...ain a Model We are going to use Google Colab to train our machine lear ...ning model with TensorFlow. Google Colab is a free cloud-based pla ...tform provided by Google that allows users to write, exe...
How to make Animation on NeoMatrix
...st uint16_t PROGMEM // These bitmaps were written for a backend tha ...t only supported // 4 bits per color with Blue/Green/Red ordering wh ...le neomatrix // uses native 565 color mappimapping as RGB. // I'm leaving the ...se it's easier to read // which color is what when separated on a 4bi...
Intro
What is Projection Mapping? Projection Mapping is a technique used to disp ...tinue to incorporate projection mapping in their artistic practice, ... A variety of projection mapping software and masking tools ...rojects in Touchdesigner and Madmapper. While our "Intro to Project...
Week 2 - Animation, conditionals & random numbers
...nimation Using random numbers Mapping values from one range to an ... 08_random_recursive_tree/ 09_map_weather_api/ 10_map_hsb_colours/ Variables Firs ... can create complex outputs. Mapping values The code to support ...ailable to view on Github: /09_map_weather_api/ A common progra...
How to use MatrixPortal M4
...sts.mpy adafruit_io adafruit_bitmap_font adafruit_display_text adaf ...lay_Text. Each line has its own color # and it is possible to modify ...ort terminalio from adafruit_bitmap_font import bitmap_font from displayio import Bitmap # If there was a display befor...
Mobile VR - Getting Started Guide
...hey will help you get started. Google Expeditions App This google app, available for both Android ... to visit WEB VR Experiments - Google This is a very cool website where you can experience different types of content using your mobile phone click he...
Combining codes & circuits
... strip.clear(); int j = map(distance,10, 30, 0, strip.numPi ...numPixels()); strip.setPixelColor(i, strip.gamma32(strip.ColorHSV(pixelHue))); // Set ... pixel's color (in RAM) } strip ...numPixels()); strip.setPixelColor(i, strip.gamma32(strip.ColorHSV...
Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner
...ning! 3. Capturing a Depth Map Next, we'll program the camera ... to create a grayscale depth map using it's stereo vision. In fa ...mRgb = pipeline.create(dai.node.ColorCamera) xoutRgb = pipeline.create(dai.node.XLinkOut) xoutRgb.setStream...
Unity for Beginners Workshop
....png format ), you can also use google images to search for images tha ...t you might want to use. Google Images You can also create a free account on textures.com. This is an excellent website for seamless image textures, e.g. wood, grass, bricks and tile...
3D Geometry and Parametric Design
...ls. Pre-requisites Download Google Cardboard app for iPhone or And ...me. As you can see from this Google search for parametric design (June, 2017) there is a recognisable style that is reminiscent of organic shapes and patterns. Without speculating...
How to make Animation on NeoMatrix with Processing
...e/2) + y*pixelSize * width; color c = pixels[cloc]; int ...-------- */ strip.setPixelColor(loc, strip.Color(r, g, b)); // Control NeoPixels ...// Display the updated NeoPixel colors } } Disadvantage for this Setup We are only usin...
Using a Monochrome 1.3" 128x64 OLED display
...d This code will display two bitmap images at intervals of 1 second ...= 0; const unsigned char my_bitmap [][8192] PROGMEM = { { 0x0 ...} void loop() { testdrawbitmap(); // Draw a small bitmap image } void testdrawbitmap(void) { display.clearDispla...
Intro to Touchdesigner
...ysical computing and projection mapping. Touchdesigner is a node-b ...ed with a different heading and color. TOPS Texture Operators, also ...nts, each grouped by category. 'Mapping' is just one of these categ ...ticularly useful for projection mapping. Parameters Window Ev...
Interactive Projections
...ons, the first step would be to map the space and track anyone/anyt ...yed=True) gray = cv2.cvtColor(image, cv2.COLOR_RGB2GRAY) gray_8bit = cv2. ...ayed=True) gray = cv2.cvtColor(image, cv2.COLOR_RGB2GRAY) gray_8bit = cv2....
Capturing in Wide-Angle with the OAK-D Pro camera
... cam = pipeline.create(dai.node.ColorCamera) xoutIsp = pipeline. ...') cam.setResolution(dai.ColorCameraProperties.SensorResolution.THE_12_MP) cam.setInterleaved(False) cam.setIspScale(1, 2) cam.setPreviewKeepAspectRatio(False) ...
How to use Raspberry Pi Camera Module 3
...Haar Cascade) gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) # Detect faces i ...t or grayscale frame = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) # Convert to RGB cv2.imshow("Face Detection", frame) # If the 'q' key is pressed, exit the l...
VR tutorials - Unity
Immerse yourself in seated and room-scale VR, AR and MR with devices such as HTC VIVE and VIVE Pro, Oculus Rift, Microsoft HoloLens, Samsung Gear VR and Google Cardboard. Create merged and mixed reality installations in the Lab’s open-plan project space.
How to control Raspberry Pi Pico via Wifi
...ion. How to find my IP address Google Search - "What's my IP address?" Go to Network Preferences (MAC), Wifi Properties (Windows) Go to Terminal (MAC) or Command Prompt (Windows) and type in ipconfig getifaddr en1 Get started The example code will turn ...