Skip to content

atduskgreg/ofxImageSequenceRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxImageSequenceRecorder

A threaded image sequence recorder for OpenFrameworks. Adapted from the ideas of Memo and others in this forum thread.

This version maintains a queue of ofPixels objects to be saved. You can add a frame from an ofVideoGrabber, an ofImage, an ofVideoPlayer, or anything else that provides an ofPixels object. While the thread is running, frames are saved off to disk in the same order they were added with sequential filenames based on the file prefix and format your provided.

See the included example for usage.

About

A threaded image sequence recorder for OpenFrameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages