Skip to content

Instantly share code, notes, and snippets.

@mwoehlke-kitware
Created December 6, 2018 17:38
Show Gist options
  • Save mwoehlke-kitware/7633d15f03a94c0efd491cf922f4a4d9 to your computer and use it in GitHub Desktop.
Save mwoehlke-kitware/7633d15f03a94c0efd491cf922f4a4d9 to your computer and use it in GitHub Desktop.
Sample image writer embedded pipeline for WAMI Viewer
config _pipeline:_edge
:capacity 10
process in_adapt
:: input_adapter
process out_adapt
:: output_adapter
process output
:: image_writer
:file_name_template frame%06d.png
:image_writer:type vxl
connect from in_adapt.image
to output.image
connect from in_adapt.image
to out_adapt.image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment