Frameworks Stop Motion

Frameworks controls a webcam to capture frames one by one to create stop-motion animation. It ouputs (PNG format) files like this:

frame_0001.png
frame_0002.png
... etc.

Frameworks provides an interface to camera brightness and other controls. It captures images as frame_0001.png, frame_0002.png, and so on. Frameworks provides animation assistance in the form of onion skinning: displaying ghost images of previous frames, and continuous preview: continuous playback of the most recent few seconds followed by the live view from the camera. No editing features are provided.

Frameworks is free software licensed under the GNU GPL.

Frameworks screenshots

Bugs

Probably many. Use at your own risk.

Todo

Download

Releases

ChangeLog

Requirements

(there are no precompiled binaries, so development files are required as well as the shared libraries)

Debian users: libgtk2.0-dev, libglib2.0-dev, libglade2-dev, and libc6-dev