Advanced Search
Search Results
161 total results found
How to create 360 Video for the Igloo system
... you the steps needed to create 360° video for the Igloo system Th ...ng steps will be using an Insta360 X2 camera. You can recreate the sa ...me steps with any 360° camera of your choice. Howeve ...ferent when using different hardware. Step 1 Set up your 360 ca...
360 Video
How to create 360 video for the Igloo system
Types of Lighting and Lighting Mobility
..., we will explore the different types of lighting in Unreal Engine a ...ject. There are 5 different types of lights within Unreal Engine ...lighting across the scene. This type of lighting is primarily used t ...ate realistic day-night cycles. 2) Point Lights: Point lights emi...
Pi War 2024 Log
Documentation of Pi War 2024 Pi Wars is an international, challeng ...ight, and the other controls forward and backwards. Problems with batteries Thi ... print("Hello.") def right_forward(): motor1a.value(0) m ... motor2b.value(1) def left_forward(): motor2a.value(0) m...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ...an animation ready to use. What type of animation will be suitable t ...s Lower the framerate to 10 or 12 fps Export the video to jpg se ...port logging import random from waveshare_epd import epd7in5_V2 im...
Week 3 - Iteration, arrays, objects and pixel arrays
...ies: 11_iteration_and_loops/ 12_iteration_02/ 13_loops_and_arrays/ 14_pixe ... ~/Desktop/intro-to-programming-2017/15_image_pixel_array/ http- ...b: /11_iteration_and_loops/ /12_iteration_02/ Sometimes it is necessary ...er and over on the same data in order to achieve a desired outcome. T...
How to use Waveshare E-Paper Display with Raspberry Pi
What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an el ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspberry Pi 3 and Python as ...ub git clone https://github.com/waveshare/e-Paper.git Go to the D ...minal or use a Python-based software such as Visual Studio or Thon...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ... will be using Nano 33 Sense Rev2. OLED vs LCD OLED vs LC ...elvetica Neue", Arial; padding: 24px; background:#fafafa; color:# ...111; } table { border-collapse: collapse; width: 100%...
8th Wa...
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...mments at the beginning of line 20 and reload your browser Anim ... axis rect(positionX, height/2, 10, 10); // Increase the ...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
How to build to a Meta Quest 2
...ing a VR app for the Meta Quest 2 from Unreal Engine involves a s ... Enable Developer Mode on Quest 2: On your Meta Quest 2, navigate to Settings > Oculus ...Quest 2 > More Settings > Developer Mod ...rting point for your Meta Quest 2 project. Configure Proje...
Transporter - 270 Projection Area
270 Projection Space
Week 1 - Coordinates, shapes and colour
...braries going back to the early 2000s. It is supported by the Pro ...unctions for us in a particular order. The setup function runs first ...or expertise, you will almost always encounter bugs. Writing code ...mmers we need debug our code in order to identify and fix problems. T...
Adding content - 3D model from the internet
...e. A list of libraries and the types of models they stock can be fo ...? Depending on the model you want you might need to look for it ...ly stock models of a particular type - plants & vegetation, or c ...e. A list of libraries and the types of models they stock can be fo...
Using Smartphont to Read NFC tag
...ing an iPhone to tap on the NTAG203 to open up a link. This tutor ... involving Arduino. If you only want a simple read and write funct ...ry We will be using DFRobot PN532 module, please refer to this tu .... We will be using Adafruit_PN532 library, we have a tutorial on ...
Variables
...us that 1 + 1 gives a result of 2. However, you may want to use a certain value more t ...s where you can store different types of data. This data could be nu ...ontains an integer of the value 2. Now we can display this by giv ...ome solutions. Where we assign 1234 to a variable called print, i...