
Writes each upstream PointCloud to a file under output_path in the layout chosen by file_format (binary or ASCII PLY, PCD, or XYZ), subsampling with every_n and bounding retention with max_files.
Reconstruction sink. Stand in a depth-to-cloud stage and persist each frame's point cloud to disk for offline inspection.
Filtered capture. Derive a per-frame point cloud, gate it through a transform, and write only the retained clouds.
color_scale_out and clipping to the 0-255 range; the default scale maps normalised [0,1] colours back to bytes.every_n of zero is rejected at startup; the smallest legal value of one saves every incoming cloud.max_files keeps only the most recent files as a rolling window in arrival order, deleting older outputs in output_path.output_path overwrites earlier files unless filename_prefix also varies.Automated release