24 #ifndef __FIREVISION_FVUTILS_WRITERS_SEQ_WRITER_H_ 25 #define __FIREVISION_FVUTILS_WRITERS_SEQ_WRITER_H_ 27 #include <fvutils/color/colorspaces.h> 28 #include <fvutils/writers/writer.h> 29 #include <core/exception.h> 48 void write(
unsigned char* buffer);
55 unsigned int frame_number;
SeqWriter(Writer *writer)
Constructor.
void set_filename(const char *filename)
Set a (base-) filename.
Interface to write images.
void set_colorspace(colorspace_t cspace)
Set the colorspace of the image.
Writes a sequence of images to disk.
void set_dimensions(unsigned int width, unsigned int height)
Set the image dimensions.
void write(unsigned char *buffer)
Write a single image to disk.
void set_path(const char *img_path)
Set the path to where the images are stored.