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
- Host: GitHub
- URL: https://github.com/wwalexander/tomlapse
- Owner: wwalexander
- License: bsd-2-clause
- Created: 2018-03-31T09:07:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T05:24:04.000Z (about 7 years ago)
- Last Synced: 2024-03-15T10:32:43.534Z (about 2 years ago)
- Topics: ffmpeg, time-lapse, usc
- Language: Go
- Size: 45.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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