Function rs2_config_enable_all_stream

Function Documentation

void rs2_config_enable_all_stream(rs2_config *config, rs2_error **error)

Enable all device streams explicitly. The conditions and behavior of this method are similar to those of enable_stream(). This filter enables all raw streams of the selected device. The device is either selected explicitly by the application, or by the pipeline requirements or default. The list of streams is device dependent.

Parameters:
  • config[in] A pointer to an instance of a config

  • error[out] if non-null, receives any error that occurs during this call, otherwise, errors are ignored