Skip to content

maxcanna/webcamtimelapse

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WebCamTimeLapse CI Status

Easily create time-lapse videos from webcam images.

How do I get set up?

Build

$ ./build.sh

Run

CLI

$ java -jar WebCamTimeLapse-cli.jar

As shown in help there are several options available:

  • URL (mandatory) Webcam image URL
  • interval Interval between each capture
  • frames Number of frames to capture before stopping
  • filename Output file name
  • fps FPS of generated video
  • frameduration Duration of each frame
  • height Video height
  • width Video width
  • quality Video quality
GUI

$ java -XstartOnFirstThread -jar WebCamTimeLapse-gui.jar

Source image examples:

Credits

Uses work from Werner Randelshofer

About

Easily create time-lapse videos from webcam images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published