Record Sequence
Records an RGB-D stream to file with background buffering
Input
Takes an RGB-D stream as input.
Output
Creates an RGB-D sequence of the recorded data as output.
Description
The algorithm records an RGB-D stream into an RGB-D sequence and is derived from the standard image stream recording algorithm. See the description of the Record Stream algorithm in the Stream module for details. The difference to the generic recording algorithm is that the output is directly an RGB-D sequence and that frames are buffered before being written to disk, so that mismatches between the incoming data rate and the write rate of the disk are compensated as long as the internal buffer does not run out of memory.