Advanced Search
Search Results
149 total results found
Using MatrixPortal M4 for animation
...n animation to display on a 64x32 matrix. CircuitPython and libr ...sing CircuitPython 9.0.5 (11/10/2024), all libraries and code used ... bitmap spitesheet. If you just want to test the code, you can dow ...to set the canvas size to 64 x 32 px Draw whatever you want Add ...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git ...tStoreTools* # Visual Studio 2015 cache directory /.vs/ # ...
(MAC) How to use Phomemo Thermal Printer M834
...cs inklessly on different sizes 216mm/210mm/110mm/80mm/53mm (US Letter/ ...A4/4.33"/3.14"/2.08") of thermal papers. 1. Inst ... driver according to the guide. 2. Create Custom paper size If yo ...instead, it is essential if you want to do auto-printing in the ne...
How to use a Rotary Encoder Button
... rotary encoders rotate all the way around continuously and are di ...vided up into 24 'segments'. Each segment has a ...o open and close. Wiring Top 2 Pins: one pin to D4 one pin to ... middle pin to GND Left Pin to D2 Library EncoderStepCounter ...
Accessibility Statement
...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing ...accessible to screen reader software or using just a keyboard Fee...
Position-based Tracking using a Webcam
... object from it's background we want to look for the white pixels ...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 ...howing mostly 1s. Finally, we want to convert these 1s into X an...
How to export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ... referened to the path "./src/" 2. Click on the "index.html" file ...ript src = "./src/webm-writer-0.2.0.js"></script> <script src ...re beginning to capture. If you wanted to delay the recording by a...
How to get started with Face Tracking in Spark AR
Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...
How to get started with World Effects in Spark AR
World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...
Installing Unity
...ng and installing the Unity Hub 2-Creating an account 3-Installin ...re a few things you need to be aware of: Downloading and instal ... you finish, continue with step 2. Creating an account. Once y ...et a popup window asking if you want to open the Unity HUB, Select...
How to image a Raspberry Pi
...ficial site to download the software. Choose a suitable version fo ...r yourself. 2. Insert your SD card A CTL Pi k ...ard into your computer. It is always a good habit to format the SD ...u need the SD card to be in FAT32 format. Open Raspberry Pi Image...
UE Installation and Set-up
...finishes, run the installer and wait for it to complete. Creat ...ent version of Unreal Engine 2. (Optional) CLick the Browse bu ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl...
3D Scanning a face for MetaHuman
...is will open your phone camera. 2. Prepare your subject and light ...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...o the process entirely. We also want to crop our scan to save the ...
How to send files to Raspberry Pi using SSH
...cp, rsync, or SFTP) Install software, run Python scripts, update y ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If You’re Using Pi Headless P ...mething that looks like this: 192.168.1.42, th2, this is your pi's IP address ... pi@<raspberry_pi_ip>:/home/pi/ 2. To Send a Whole Folder scp -r ...
How to use an Electromagnet
...ck GND to GND Yellow SIG to PIN 2 Getting started The following ...m. const int electromagnetPin = 2; // Electromagnet connected to ... digital pin 2 void setup() { pinMode(elect ...ln("Electromagnet ON"); delay(2000); // Turn the electromagn...
How to use a EMG Muscle Sensor
...nection begin Serial.begin(115200); pinMode(13, OUTPUT); } ...E; return (sum/BUFFER_SIZE) * 2; } float EMGFilter(float input ...nput; { static float z1, z2; // filter section state fl ...oat x = output - 0.05159732*z1 - 0.36347401*z2; output ...
AR with Unity - Step #2 - Unity project setup
...g-in (already included in Unity 2019.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...time, Unity will ask you if you want to include a default database ...lied as a texture (see element #2), this is the digital image tha...
How to make Animation on NeoMatrix with Processing
...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...rial(this, Serial.list()[1], 115200); // Change baud rate if need ...cloc = (x*pixelSize + pixelSize/2) + y*pixelSize * width; col...