gdalFileWrite¶
-
class gdalFileWrite : public kotekan::Stage¶
Stream a buffer to disk.
- Buffers:
in_bufBuffer to write to disk.Format: Any
Metadata:
Any
- Metrics
kotekan_gdalfilewrite_write_time_secondsThe write time to write out the last frame.
- Author
Erik Schnetter
- Param base_dir:
String. Directory to write into.
- Param file_name:
String. Base filename to write.
- Param exit_after_n_frames:
Int. Stop writing after this many frames, Default 0 = unlimited frames.
- Param exit_with_n_writers:
Int. Exit after this many GDAL writers finished writing, Default 0 = unlimited writers.