Others - Making of RPG Video Game
Others - Making of RPG Video Game
  • Видео 24
  • Просмотров 128 341
An introduction of Schema & Micro Service driven dynamic web application using ReactJS and Python
Asset Management Solution Part 1
In this video, I have covered the basic foundation of Asset Management solution and it's need in the current world. I also have explained the basic infrastructure and software required to build the solution using Facebook ReactJS and Python / Django. If you are looking to build your own web application then this is the right place to start.
This post detailed writeup and sourcecode: TBD
Important Information:
VM Central: www.vmcentral.com.au/
How to Install SQL Server: www.sqlshack.com/manage-sql-databases-in-centos-install-sql-server-on-centos/
SSH Tunnelling: phoenixnap.com/kb/ssh-with-key
linuxize.com/post/how-to-setup-ssh-tunneling/
DJango: www.djangoprojec...
Просмотров: 3 606

Видео

Absolute / perfect orientation out of IMU (BNO055) without glitches | Realtime to Unreal (UE4 / UE5)
Просмотров 15 тыс.2 года назад
Mocap Suit Building Part 17 In this video, I have demonstrated how to get absolute orientation from BNO055 using quaternion. All problems related to sensor orientation is resolved. BNO055's Euler data is not accurate, so as my complementary filter and hence I had to use quaternion data. At the end of this video I have touched based the distance measurement using accelerometer. Which ofcource co...
Full body mocap suit prototype based on the custom PCB | Realtime to Unreal (UE4 / UE5) Engine
Просмотров 9 тыс.2 года назад
Mocap Suit Building Part 16 Sponsor JLCPCB: $2 for 1-4 layer PCBs ;PCB assembly from $0 : jlcpcb.com/DYE In this video, I have covered all the 4 architectures PCB prototype I have got it manufactured from JLCPCB. I have soldered some of the board and tested the performance. Based on my assessment, I have selected architecture 4 going forward. Architecture 4 is more cleaner, lightweight and easi...
Full body mocap suit schematic design with cost | Build it within $1000 only and play it in Unreal
Просмотров 9 тыс.2 года назад
Mocap Suit Building Part 15 $2 for 1-4 layer PCBs ;PCB assembly from $0 : jlcpcb.com/DYE In this video, I have demonstrated all the possible architecture and it's cost to make a full body motion capture suit. I also have shown how to get cheapest PCB manufacturing done with a minimum quantity of 5. At the end of this video, I have demonstrated a simple prototype of 4 sensors integrated with sin...
Real-time motion capture (IMU) data retarget to Unreal (UE4 / UE5) metahuman / rigid body over WiFi
Просмотров 9 тыс.2 года назад
Mocap Suit Building Part 14 After a long wait, In this video, I am going to demonstrate how to retarget BNO055’s estimated orientation details to human rigid body or in metahuam of Unreal. It means, sensors will be positioned on 3d character model and on changing the orientation of the sensor human rigid body parts will rotate. This will be a fun project. This post detailed writeup: www.patreon...
Mocap suit / Motion capture suit foundation by multiplexing multiple sensor with 1 microcontroller
Просмотров 6 тыс.2 года назад
Mocap Suit Building Part 13 In this video, I have demonstrated how to integrate multiple BNO055 with one microcontroller (ESP32) using a 8-to-1 multiplexer (TCA9548A). This is a detail implementation of TCA9548A that includes specification, wiring, and coding. TCA9548A is not the only solution this can also be achieved using DFRobot Gravity, source code will be same. The purpose of this impleme...
Motion Capture / Mocap Sensor to Unreal (UE4 / UE5) using BNO055 and ESP32 Feather with perfection
Просмотров 21 тыс.2 года назад
Mocap Suit Building Part 12 In this video, I have covered the steps required to integrate BNO055 all the way to Unreal (UE4 / UE5). While doing the integration, I have covered some essential and basic understanding of UDP and JSON. I have given a detail walkthrough of the sourcecode in ESP32 / Arduino to setup WiFi module and JSON construction. At unreal side, I have covered how to compile plug...
Magnetometer Explained | Measure rotational angle / turn coordinator using Hall Effect & DCM
Просмотров 7 тыс.2 года назад
Mocap Suit Building Part 11 In this video, I have covered: What is magnetometer and how does it work. While explaining magnetometer, I have covered how magnetometer is used to measure the rotational angle using Hall Effect. The problems in evaluating angle in terms of 3d plane and how those can be corrected using DCM or Directional Cosine matrix. What are the different problem in magnetometer w...
Complementary Filter Sensor Fusion between Accelerometer and Gyroscope to estimate Pitch and Roll
Просмотров 5 тыс.2 года назад
Mocap Suit Building Part 10 In this video, I have explained complementary filter sensor fusion using accelerometer raw data and gyroscope angular velocity. I have implemented the logic in the ESP32 Arduino board. Based on multiple trust percentage 50, 75 95 and 98 I have tuned my complementary filter to 95%. Finally, I have explained how low pass filter is used in complementary filter. While ex...
A brief understanding of Sensor Fusion and Tracking with examples along with Advantages & Algorithm
Просмотров 3,7 тыс.2 года назад
Mocap Suit Building Part 9 In this video, I have tried to explain what is sensors and what are the sensors are used for tracking. How multiple sensors are fused together to get an aggregated outcome about orientation and heading reference. I also have touch upon autonomous systems and please process follows to make decision. How such technological output are mathematically used to derive approx...
Gyroscope | Rigidity in Space and Precession | Attitude Indicator and Turn Coordinator | Torque
Просмотров 2,6 тыс.2 года назад
Mocap Suit Building Part 8 In this video, I have tried to explained the the internals and modus operandi of gyroscope. New names (Pitch, Roll and Yaw) for the orientation: pitch for x axis, roll for y and yaw for z. From the aviation theory, I learned attitude indicator and turn coordinator to evaluate the pitch, roll and yaw. While understand how gyroscope works, I had to understand the concep...
Basic principles behind Gyroscope | How gyroscope measures angle displacement using Angular Velocity
Просмотров 2,8 тыс.2 года назад
Mocap Suit Building Part 7 In this video, I have tried to clear out basic concepts behind gyroscope. This is the past part of the episode, where I explained what is Linear momentum, linear velocity and linear acceleration. While explaining force, momentum, velocity and acceleration, I have also covered the concept of vectors. And how the direction of all these four attributes are measured. Post...
Understanding Low Pass Filter to attenuate the noise created by accelerometer during tilt measure
Просмотров 2,8 тыс.2 года назад
Mocap Suit Building Part 6 In this video I have tried to clear up the concept of Low Pass Filter and how does it work, and then have implemented the logic in my code to eliminate the noise created by the accelerometer during the estimated inclination or tilt measurement. Although the implementation is not fully Low Pass Filter implementation, but given the dynamic variation of the data the cuto...
ESP32 Feather with BNO055 to measure the inclination or tilt based on Accelerometer data with visual
Просмотров 5 тыс.2 года назад
Mocap Suit Building Part 5 In this video, I have show how to connect ESP32 with Arduino IDE via serial port and the integrate with BNO055 9 Axis Inertial Measurement Unit or IMU. Then I have installed a serial plotter to manipulate the data output in real-time to visualize the channels. Finally, I have tried to determine the tilt or inclination angle based on the accelerometer data; where I hav...
Sensor Compatibility with Raspberry Pi 4, Zero 2 W and Arduino Nano 3.x | Architecture Evaluation
Просмотров 2,5 тыс.2 года назад
Mocap Suit Building Part 4 In this video, I have covered several comparison of BNO055 with Raspberry Pi 4 Model vs Raspberry Pi Zero 2 W and Arduino Nano 3.2. The results are shocking. I do not have much idea why this is happening but because of the anomaly, I am forced to change the architecture and shift towards the Arduino for consistency. This video is a request for all my viewers to evalua...
Accelerometer Explained - simplified | How accelerometer works - motion theory vs electricity
Просмотров 2,4 тыс.2 года назад
Accelerometer Explained - simplified | How accelerometer works - motion theory vs electricity
BNO055 9 Axis Inertial Measurement Unit's Data Visualization using python and Raspberry Pi Zero 2 W
Просмотров 5 тыс.2 года назад
BNO055 9 Axis Inertial Measurement Unit's Data Visualization using python and Raspberry Pi Zero 2 W
Building motion capture / mocap suit using 9 Axis Inertial Measurement Units With Raspberry Pi Zero
Просмотров 9 тыс.2 года назад
Building motion capture / mocap suit using 9 Axis Inertial Measurement Units With Raspberry Pi Zero
AAA Games Animation Secret | How RPG games animation are done and how much does it cost
Просмотров 1,2 тыс.2 года назад
AAA Games Animation Secret | How RPG games animation are done and how much does it cost
Animation in Unreal 5 - The basic concept behind the animation and how difficult would it be?
Просмотров 9512 года назад
Animation in Unreal 5 - The basic concept behind the animation and how difficult would it be?
Unreal 5 - Hardware and System Requirements and Setup, Installation and Beginners Getting Started
Просмотров 1,4 тыс.2 года назад
Unreal 5 - Hardware and System Requirements and Setup, Installation and Beginners Getting Started
Basic Principles of Game Designing Fundamentals - Foundation Part 2
Просмотров 8842 года назад
Basic Principles of Game Designing Fundamentals - Foundation Part 2
Understanding of Basic Game Designing Fundamentals - Foundation Part 1
Просмотров 2,9 тыс.2 года назад
Understanding of Basic Game Designing Fundamentals - Foundation Part 1
Others - An Open World RPG Survival Video Game | Making of the video game down to the minute detail
Просмотров 1982 года назад
Others - An Open World RPG Survival Video Game | Making of the video game down to the minute detail

Комментарии

  • @picsel100
    @picsel100 6 дней назад

    I am getting a lot of help from your video. thank you and I have one question. I was going to buy BNO055, but it wasn't available, so I bought MPU-9250/6500. Is it possible to implement this without modifying the code using this board?

  • @sn3ider
    @sn3ider Месяц назад

    A job well done! You are a rare gem on the Internet!

  • @jamesjack9171
    @jamesjack9171 Месяц назад

    sir, how can i move and rotation blender object use mpu6050 sensor,please help me😔

  • @lorenzogarbin8990
    @lorenzogarbin8990 2 месяца назад

    🤯

  • @MultiZgh
    @MultiZgh 2 месяца назад

    10:43 How to measure distance / displacement using accelerometer 11:29 Accelerometer driven velocity and distance calculation (Coming Next) Great project! I have learned a lot, thank you! I am looking forward to the next video content. The walking position in the back of the video will be moved in real-time to the UE, or I will give some guidance on the implementation process!

  • @dfirefit_tv
    @dfirefit_tv 2 месяца назад

    brother esp32 is a bt and wifi connected controller ...why are you using the jack?

  • @ashfaquekhan7282
    @ashfaquekhan7282 3 месяца назад

    This channel deserves more views, one more thing , judging by your accent are you by any chance from west bengal ?😅

  • @ashfaquekhan7282
    @ashfaquekhan7282 3 месяца назад

    You truly simplified it better than anyone till yet, I would request you to make a deepdive playlist into IMU, Filters and Sensor Fusion

  • @tanmoyhazra9811
    @tanmoyhazra9811 4 месяца назад

    can I use mpu6050 instead of bno055

  • @raminmersi
    @raminmersi 4 месяца назад

    Great video! Thank you very much.

  • @prashanherath9944
    @prashanherath9944 5 месяцев назад

    Nice

  • @user-gl6jw1zt2j
    @user-gl6jw1zt2j 5 месяцев назад

    Thank you for all your hardwork.. this seems quite useful for my project.

  • @user-yd7wh4yp2c
    @user-yd7wh4yp2c 6 месяцев назад

    what if we implement a physical low pass filter on breadboard, before sending data to SDA of ESP32?

  • @keithschaub7863
    @keithschaub7863 6 месяцев назад

    quick question. I am trying to use it as a compass for my driverless RC car. To calibrate, I drive the car in a circle for 10 seconds to get the cal offsets. That seems to work, but only in a very limited area (i.e. pretty much only in the tiny area of calibration). As soon as the car gets close to a wall (doing all of this in my house), the degree changes by > 10 deg. So, my point and question is, this is pretty much useless as a compass? However, we have compasses in our phones that seem to work pretty good in a multitude of environments. Why do the iphone compasses work so much better?

  • @skrame01
    @skrame01 6 месяцев назад

    Does it suffer from drift over time?

  • @thuneshkhairwar3726
    @thuneshkhairwar3726 7 месяцев назад

    You are a G.O.A.T.

  • @ngoalongcang
    @ngoalongcang 7 месяцев назад

    i can't find code for esp32?

  • @lucabaldi2034
    @lucabaldi2034 7 месяцев назад

    I can't find the wifi.h library, con you send me the link for it?

  • @HeyItsEffy
    @HeyItsEffy 7 месяцев назад

    incredible

  • @thomastthai
    @thomastthai 9 месяцев назад

    Great series that hasn't been completed since a year ago. I hope you are well and able to finish this project.

  • @yossepbinyoum2181
    @yossepbinyoum2181 9 месяцев назад

    You do a such a great job by shownig all your research and word. But do you have a video of your final motion suit.

  • @fish3010
    @fish3010 9 месяцев назад

    Usomg arduino with UE makes great cheaper way for MOCAP Suits lol. The current ones on the market are insanely expensive for what they offer.

    • @jacobsan
      @jacobsan 7 месяцев назад

      Do you have a mocap suit? I want to know which one is more convenient for me

    • @fish3010
      @fish3010 7 месяцев назад

      I've tried Rokoko Suit. You can rent to test or schedule test sessions.@@jacobsan

  • @user-lw6ye2qe4i
    @user-lw6ye2qe4i 10 месяцев назад

    hi, you have done great job, but where did you learn how to work with nodes of this plugin?

  • @murattarlan
    @murattarlan 10 месяцев назад

    Muhteşem

  • @homework116
    @homework116 Год назад

    Sir your video is realy helpfull for my project, I am a textile student and I am now working on e-textile project, I spent lot of my time on research, and when I see your videos you covered lot of information which I get by my research in your single videos 😅

  • @moses5407
    @moses5407 Год назад

    Was this project ever finished? You mentioned incorporating gps and a "next video".

  • @FaimAssist
    @FaimAssist Год назад

    Bro i am noob how to How to compile, when package projects its showing, plugin 'SocketIOClinlent' failed to load because moudule 'SIOJson' could not be found

  • @zyroxiot9417
    @zyroxiot9417 Год назад

    Thanks, 👍🏼🇧🇷

  • @moses5407
    @moses5407 Год назад

    The absolute BEST series with the clearest and most comprehensive explanations I've seen in ANY such topic. Bravo!

  • @moses5407
    @moses5407 Год назад

    Have you seen the madgwick 3d tracking?

  • @drumondduartegame5378
    @drumondduartegame5378 Год назад

    Ola serve para celulares ??? hello for cell phones??????

  • @BeyonderJay
    @BeyonderJay Год назад

    hi i need help i hve succesfully write blueprint for TCP server and get data from another device but when i'm taking value from json and writing postion in feild it only show 1 value not showing XYZ please help data form is here {"position":[0.27443048357963562,0.32106888294219971,-0.064795494079589844],"rotation":[324.96261596679688,354.99053955078125,273.64019775390625]}

  • @hareshharidas872
    @hareshharidas872 Год назад

    can an esp8266 work as a replsacement to the esp32?

  • @lokogaspy
    @lokogaspy Год назад

    Hi. First of all, thank you very much for the videos, you are great! I want to tell you that i follow your instructions, and i didnt get it to work the way you do it. In Unreal, I finally manage getting a print screen using the "on receive bytes (udp)" node from the UDP component in the blueprint. I noticed you have it in your blueprint, i think you didnt mentioned that in the video. I was getting, with your original instructions, an "access non" error/warning after level stop for several nodes. Hopefully it will help someone. Do you know why i was unable to do it the way you did it? Finally, im using node-red to send udp messages. Again, thank you very much for the video! Saludos desde Chile

    • @eminhasanzade4681
      @eminhasanzade4681 Год назад

      Hi bro. Can you help me? can you share ypur email?

    • @johanneswidter9489
      @johanneswidter9489 Год назад

      Hi I got the same "Accessed none" error. Could you share how to fix this?

    • @lokogaspy
      @lokogaspy Год назад

      @@eminhasanzade4681 gaspar.gattas on clasic mail from gogle

    • @lokogaspy
      @lokogaspy Год назад

      @@johanneswidter9489 ruclips.net/video/NXbJPScS5fI/видео.html in this second, you can see in the upper left, in the "Components" tab, an element named UDP. An UDP component. You can add it using the the add symbol and search for it. Then click on it, and in the Details panel, scroll down until you see the nodes you can add in relation with this component. I used "on receive bytes(udp)" node. This node have all the options to set de udp network.

    • @johanneswidter9489
      @johanneswidter9489 Год назад

      @@lokogaspy Thank you!!

  • @fallenrepublic6342
    @fallenrepublic6342 Год назад

    I had been dreaming of creating something like this for skydive training as you could replay to a trainee their last/recorded skydive to better assist in instructional critique. Really well done!! Thanks so much for the code and instructions on interfacing with unreal engine...Mad Props!!

  • @kyrandaniel1036
    @kyrandaniel1036 Год назад

    I Could Be An Actor In Your Game

  • @yashwanthchityala7967
    @yashwanthchityala7967 Год назад

    How to increase the data output frequency from BNO055?

  • @others-makingofrpgvideogam4262

    Guys, my sensors are one the way. Please stay tunned for new videos one mocap suit.

  • @sijinahi3675
    @sijinahi3675 Год назад

    any method or equation to find the value read is a valid x, y, z value from magnetomter sensor?

  • @primecouncil6475
    @primecouncil6475 Год назад

    Also, there is a thing with your concept of your use of GPS. I saw you used it for foot tracking. As far as GPS' are great nowadays, they are quite slow. So the best strategy would be to use them to calculate the crouch\torso position, and solve the foot position with IK, moving the body to the correct heigth.This idea could get you somewhere.

    • @primecouncil6475
      @primecouncil6475 Год назад

      If you wish to use the IMU to track feet position, you can search up the "3D Tracking with IMU" by SebMadgwickResearch posted here on youtube on 8.03.2011. It has a source code of special algorythm for tracking IMU's position.

  • @primecouncil6475
    @primecouncil6475 Год назад

    I see that you are using your IMU's with great wiseness and skill. I would suggest switching from Ardinos and NodeMCU's to ESP32 as it costs the same ,but has quite more power and speed at the same time. It is 32 bit IC, that has lots of prototype boards too available. There is also default arduino IDE compatability so you won't be forced to anything new. Hope it will help.

  • @buraksonmez1761
    @buraksonmez1761 Год назад

    how can I access full code?

  • @forTodaysAdventure
    @forTodaysAdventure Год назад

    I did pip3 install adafruit_bno055 successfully, but python still cannot find adafruit-bno055 module

  • @samsee23
    @samsee23 Год назад

    these are great videos... i wondered though if a mpu9250 9-Axis 10DOF Attitude Gyro+Accelerator+Magnetometer Sensor Module would work instead of the bnoo55?

  • @SoundWalaMaster
    @SoundWalaMaster Год назад

    How can I get it from u and its cost ??

  • @mecitpamuk5623
    @mecitpamuk5623 Год назад

    Hello, thank you for the information. What if I analyse of the accelerometer data from the DTFT and I choose the cut-off frequency. Similar to the gyro. Two different cut-off frequency will I have. So how can I determine the trust value according to my informations

  • @mspcbs1657
    @mspcbs1657 Год назад

    Hi try with object delevery plugin

  • @reipalacio
    @reipalacio Год назад

    very good

  • @bartvanderhaagen986
    @bartvanderhaagen986 Год назад

    nice work sir!

  • @AndrewMarcHarris
    @AndrewMarcHarris Год назад

    Amazing!