Advanced Search
Search Results
187 total results found
Mobile VR -Setting Up Unity
...y Download and install Unity 2019.2.0f1. Previous versions might a ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read the following ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com...
Using MatrixPortal M4 for animation
How to use MatrixPortal M4 for animation We have ...utorial for setting up the MatrixPortal board and covering the ba ... an animation to display on a 64x32 matrix. CircuitPython and libraries v ...sing CircuitPython 9.0.5 (11/10/2024), all libraries and code use...
Adding content - 3D model from the internet
...ies where you can download pre-existing 3d models for use within ...tc. Paying for models is very expensive and we strongly recommen ...? Depending on the model you want you might need to look for it ... vegetation, or characters for example. A list of libraries and ...
Position-based Tracking using a Webcam
...n your object and background. Next add a Threshold TOP and change ... object from it's background we want to look for the white pixels in the image, to determine i ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth. Afterwards add a TopTo CHOP to your thr...
Building for Android Touchscreen Display with Phone OS
...es to thumb drive and plug into display. Open File Manager on display through settings and open ...e to the storage of the android display. It will have to be in the correct folder which is inside Android>OBB>com.something App should run from homepage.
Variables
...d running it: print(1 + 1) As expected, Python tells us that 1 + ... 1 gives a result of 2. However, you may want to use a certain value more t ...tion. Imagine them as labeled boxes where you can store different ...o integers like we did before, except this time we are able to st...
Unity for Beginners Workshop
...ng 3D environment. Before attending the workshop, you will need t ...Task 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...all Unity Installing Unity Task 2 - Please watch the Unity for Be...
How to connect a push button or switch
...hes? Buttons and switches are a way of opening and closing a circu ...connection as one of the most rudimentary forms of sensor you can ...an Arduino. There are dozens of different types of switches and bu ...other type of button or switch. Different types Rocker switch Pus...
Web App Template for Beginners
... one yet. I like Visual Studio. 2) Create a folder for your proje ...ct on your laptop. For example, a folder called “example_app” in you Documents fold ...er. 3) For Visual Studio: Open example_app folder and create the ...mmend it. Server with Node and Express 4) Install Node. 5) Watch ...
A circle following the mouse
...projects in Touchdesigner this exercise is a great first step. We ...epts such as gaining data from external sensors and using it to m ...window, we can change the width(x) and height(y) of our circle by ...s Resolution by changing it to 1280x720. Add a Transform TOP ...
(MAC) Automatic printing with Automator
...m” their Macs to automatically execute certain repetitive tasks, ... programming knowledge or don't want to do a lot of coding. One of the most common usage ...ator" in Spotlight and launch. 2. Folder Action You will see thi ...s dialogue when you launch Automator...
How to create 360 Video for the Igloo system
...teps will be using an Insta360 X2 camera. You can recreate the sa ...r, some steps or details may be different when using different hardware. Step 1 Set up your 360 ca ...ugh storage for your whole recording. Set the capture resolution ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr...
How to use DFPlayer mini to play MP3
... Arduino UNO or any other with RX/TX capabilities. Know More Wiring ...ng up the sensor is quite complex, the pins are not labelled so y ...Mini Wiring VCC to 5V (Power) RX to D2 via 1K resistor TX to D3 SPK_1 to Speaker(+) red w ...ire GND to GND (Ground) SPK_2 to Speaker(-) black wire poten...
What are GPIO pins on Raspberry Pi?
...n then be programmed to perform different tasks using different languages, such as C++, ... Board and Boardcom (BCM). For example, the board pin 8 and BCM p ...ges such as Python and Scratch. 2. Board numbering Board numberin ... as Pin 1, left to right then next line, and the bottom right wil...
Capturing in Wide-Angle with the OAK-D Pro camera
...is, replace the script in the Text DAT with the following code: ...eate(dai.node.ColorCamera) xoutIsp = pipeline.create(dai.nod ...e.XLinkOut) xoutPrev = pipeline.create(dai.no ...de.XLinkOut) xoutIsp.setStreamName('isp') ... xoutPrev.setStreamName('preview')...
Steam VR setup Tutorial #3 - Interactable object setup
...IVE controllers (Using Steam VR 2.2 plugin). Please notice that th ...ts to more functional and complex projects. In previous pages, we ... already explored how to set up the scene y ...ou are expected to use for this tutorial. ...nal). Steam VR setup tutorial# 2 Getting started In Steam ...
How to set the sound output in Raspberry Pi
Audio Setting Most Raspberry Pis hav ...e a 3.5mm audio jack for outputting audio, but you can also output audio via HDMI as well. The below wi ...ll show you two different ways to set the output device. Met ...t corner) Go to Preferences → Audio Device Settings In the Output...
How to control Arduino without using delay()
...y. Replace delay() There is an example that is modified from the ...built-in example Blink code which demonstra ...LED on for 1 second and off for 2 seconds using the FireTimer lib ... // 1 second when LED is ON, 2 seconds when LED is OFF if ...