bloodc0r3 / bulletTime.js

Recreate the "Bullet Time" FX using only web technologies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bulletTime.js

Recreate the "Bullet Time" FX using only web technologies

##Sample: demo image

#Description: Attempt to recreate the famous 'Bullet Time' FX using only web tech, (HTML5, webRTC, webSockets, Node). You can add more cameras simply by opening a web page and granting access to your webcam, and you can trigger the shot by using your phone (again simply load a page on your phone). and the server will collate the shots and automatically create a GIF.

#TODO: This is the results of a Hackday, as you might expect the code is not great here are some of the obvious things that are missing

  • Config file (at the moment the user needs to add the server name in muliple files)
  • Ability to re-arrange dynamically the order of the cameras
  • Ability to configure the resolution of the GIF
  • Options to trigger by sound, or relaying on NTP
  • Ability to cleanly add more shots without having to reload the admin page after each shot
  • Explore posibility of using something like camanjs.com to deal with camera differences
  • Documentation, and setup instructions

#Plug: This was developed at work during a Netflix Hackday (Thanks you Netflix!) PS: We are recruiting: http://jobs.netflix.com/

About

Recreate the "Bullet Time" FX using only web technologies

License:MIT License


Languages

Language:JavaScript 92.6%Language:CoffeeScript 4.2%Language:HTML 1.7%Language:CSS 1.1%Language:Ruby 0.2%Language:Shell 0.2%