Sign inSign up

cryptkiddie2/um3timelapse

By cryptkiddie2

•Updated over 5 years ago

creates timelapses for every print on the specified ultimaker 3

Image
0

10K+

cryptkiddie2/um3timelapse repository overview

⁠Ultimaker 3 Timelapse Maker

A script that makes timelapse videos from the onboard camera on your Ultimaker 3.

Bulbasaur

⁠Usage

$ ./timelapse.py HOST DELAY OUTFILE

This script requires Python 3.5 or later and FFmpeg⁠. Run the script. It will wait for your Ultimaker to begin printing, then it will start taking pictures. When the print finishes, the script will compile all the snapshots it took into a video. Video is encoded using H.264 at 30 fps, but you can easily change this by editing ffmpegcmd in the script.

OptionDescription
HOSTThe IP address of your Ultimaker 3. You can find this through the menu by going to System > Network > Connection Status.
DELAYThe time between snapshots in seconds. You'll probably want to figure this out based on how long your print will take and how long you want the video to be. For example, if I want a 10 second video at 30 fps, that will be 300 frames. If the print will take five hours, then 5 hours / 300 frames = 60 seconds between frames.
OUTFILEThis is the name of the video file you want to make. I recommend giving it either a .mkv or .mp4 extension, although you could choose any container format that supports H.264.

⁠Thanks

Ultimaker 3 API library⁠ by Daid

Tag summary

Content type

Image

Digest

Size

420.4 MB

Last updated

over 5 years ago

docker pull cryptkiddie2/um3timelapse