/HoloSkype

FaceID to Hologram all-in-one script

Primary LanguagePythonMIT LicenseMIT

HoloSkype

FaceID to Hologram all-in-one script

Hardware Requirements

  • iPhone/iPad with FaceID camera and Record3d app with unlocked USB streaming (In-app purchase)
  • Looking Glass holographic display

Software Requirements

Server

  • Python 3 with following modules opencv-python, scikit-image, record3d

Client

You don't need two computers, Client and Server can be the same machine.

Demo

See it in action here.

To-do

  • Initial release
  • Add WebKit compatibility
  • Port to HoloPlay.js v1.0+

Inspiration

I saw this demo made with Unity and I decided to re-create it using open web technologies.

References:

  1. Record3d Python Demo App [link]
  2. Stack Overflow answer on MJEPG streamer [link]
  3. Stack Overflow answer on turning depth map into a point cloud with Three.js [link]
  4. Thomas Le Coz's HoloPlay.js demo [link]