|
@brief Starts a recording parametrized according to given config struct.
@brief Checks if component is recording.
true if component is recording, false otherwise.
@brief Stops the recording. This method is blocking, i.e., it will block until the whole recording was written to disk.
@brief Return channel preferences like names or whether lossless formats are required. The default implementation just returns indices for the channel names and that no lossless formats are required. This method should be overridden in image providers (e.g. to return {"left", false} and {"right", false} for stereo cameras or {"rgb", false}, {"depth", true} for RGB-D cameras).
List of preferences corresponding to the channels.
|