Skip to content

AR sport coach. This software gives real-time haptic feedback to athletes from a video stream. #IoThon2019

Notifications You must be signed in to change notification settings

Frans-L/iothon-ar-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time AR Coach!

This software gives real-time haptic feedback to athletes from a video stream. In this proof of concept, the badminton player receives technique guidance while he is stroking.

When the player strikes, the haptic feedback sensors gives an impulse to the player's joint, if the joint has been in a nonoptimal position. So, the player can improve his/her stroking technique without stopping the game.

This is made possible by using AR skeleton tracking, NB-IoT networks and IoT device with haptic feedback sensors.

The same technique could also be applied to other sports such as golf, dancing, boxing, wall climbing etc.

Motivation

  • We wanted to show that AR is more than added visual elements.
  • We wanted to make a device that has proper hardware
  • We wanted to create something actually useful right now

Description

The software gives feedback from the badminton strokes by using haptic feedback sensors. To start using this application, set the camera phone towards the badminton court. Place the haptic feedback sensors to your arm.

The mobile app starts recording the user and his/her hand movements. The captured hand movements are streamed to the server.

The server detects the strokes and compares them to a beforehand recorded model strokes. If the user's stroke does not match to the model strokes, the server sends the vibration to the haptic feedback sensors.

The haptic feedback sensors guide the hand movements in the right direction. If there is no vibration, the stroke has been successful.

Skeleton Tracking

^ The skeleton tracking

IoT

^ Our IoT device with LTE-M connection and haptic feedback sensors

Server

^ Fitting the hand motions to the model data

Structure

The software consists of 3 different parts.

  • Android app
  • Server
    • The server normalizes the data, so the height of the user nor the position on the court are not affecting the data. The data is compared to the pre-recorded model strokes. If the current arm position differs from the optimal position, the server sends the data to our IoT sensor. The server is made with Python3.
    • https://github.com/MythicManiac/RacketServer
  • Haptic Feedback IoT

Requirements

  • Android app
    • Unity 2018.3.
    • Huawei AR CORE
    • The latest Huawei mobile phone, e.g. P20 Mate
    • Android JDK 1.8
  • Server
    • Docker
    • Python3
  • Haptic Feedback IoT
    • Arduino xxx
    • IoT Sim card: NB-IoT
    • ...

Vision

The technique training of sports has been dependent on professional trainers for decades. We really think that this idea could make technique training possible for everyone with truly small expenses. The potential market is huge.

In addition, the live haptic feedback is something that we have not seen anyone to do before.

If we would have more time than 48 hours, we would add more stroke models and make the haptic feedback sensor to be smaller.

If you are interested in the idea, feel free to contact us. We are more than happy to share our vision.

Info

This proof of concept is made in 48 hours at IoThon 2019 3.5. - 5.5.2019.

License

The MIT License

About

AR sport coach. This software gives real-time haptic feedback to athletes from a video stream. #IoThon2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published