An open API service indexing awesome lists of open source software.

https://github.com/wwalexander/tomlapse

Live looping time-lapse of USC's Tommy Cam
https://github.com/wwalexander/tomlapse

ffmpeg time-lapse usc

Last synced: 5 months ago
JSON representation

Live looping time-lapse of USC's Tommy Cam

Awesome Lists containing this project

README

          

tomlapse
========

As of 2019-05-16, Tommy Cam is a live video feed, and the image endpoint has
been removed.

![Tommy Cam time-lapse](https://github.com/wwalexander/tomlapse/blob/master/tomlapse.gif)

tomlapse polls USC's [Tommy Cam](https://web-app.usc.edu/tommycam/) webcam image
and assembles the result into a time-lapse video.

When run, tomlapse will regularly grab the latest image and save it in the
working directory as e.g. 20060102T150405Z0700.jpg. When a new image is ready,
the last 24 hours of footage is encoded as an H.264 MP4 video at 30 frames per
second called tomlapse.mp4. tomlapse requires the [FFmpeg](https://ffmpeg.org/)
command-line tool in order to create the video.

index.html plays tomlapse.mp4 in a loop, occasionally reloading the video.

Building
--------

go build