Fawkes API
Fawkes Development Version
|
24 #ifndef _FIREVISION_FVUTILS_WRITERS_SEQ_WRITER_H_
25 #define _FIREVISION_FVUTILS_WRITERS_SEQ_WRITER_H_
27 #include <core/exception.h>
28 #include <fvutils/color/colorspaces.h>
29 #include <fvutils/writers/writer.h>
31 namespace firevision {
45 void write(
unsigned char *buffer);
52 unsigned int frame_number;
void set_path(const char *img_path)
Set the path to where the images are stored.
void set_filename(const char *filename)
Set a (base-) filename.
void write(unsigned char *buffer)
Write a single image to disk.
void set_colorspace(colorspace_t cspace)
Set the colorspace of the image.
SeqWriter(Writer *writer)
Constructor.
void set_dimensions(unsigned int width, unsigned int height)
Set the image dimensions.