Skip to content

Spacelapser is a tool for exploring videos as three-dimensional volumes.

License

Notifications You must be signed in to change notification settings

loganwilliams/spacelapser

Repository files navigation

Spacelapser

Example of Spacelapser being used.

Spacelapser is a tool for exploring the three-dimensional volumes created by loading an entire video into memory. Depending on the motion of the camera, this volume can resemble a lightfield, a slit-scan camera, or a special relativity simulator.

Example of Spacelapser output.

Example of Spacelapser output.

Installation

The project was built in OpenFrameworks and should be cross-platform. It is tested built with Xcode on OS X.

OS X

  1. Install OpenFrameworks:

  2. Build the Xcode project in this repository.

Ubuntu

  1. Install OpenFrameworks:
$ git clone https://github.com/openframeworks/openFrameworks.git
$ cd openFrameworks/
$ sudo ./scripts/linux/ubuntu/install_dependencies.sh
$ sudo ./scripts/linux/ubuntu/install_codecs.sh
$ ./scripts/linux/compileOF.sh
  1. Build Spacelapser:
$ git clone https://github.com/loganwilliams/spacelapser.git
$ cd ./spacelapser
$ make

About

Spacelapser is a tool for exploring videos as three-dimensional volumes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published