Skip to content

williamsokol/HeadTrackingInGodotHTML5

Repository files navigation

Head Tracking In Godot HTML5

This repo is a demo of 3D headtracking in the Godot game engine, making easyier for people to try head-tracking out and build interesting game mechanics with it.

View it online:

Future Optimizations

  • Make it is the OpenCV is using the LBP method for face detection instead of HAAR as it is supposed to be around 3x faster
  • Use wasm to do opencv as it have seen it go 2-3x as fast [DONE]
  • Make use of a profileface data set to also track when you are not facing the camera directly
  • Try to keep onto the nearest similar pixels rather a doing a face detection every frame
  • Make Godot Build with the OpenCV.js already inside of it

Credits To:

About

This repo is about 3d headtracking in the Godot game engine. I hope that other people are able to try the project out and build interesting game mechanics with face tracking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors