```C++ rs2::config cfg; cfg.enable_all_streams(); cfg.disable_stream(RS2_STREAM_COLOR); ``` Color frames are still generated after disabling them with the above code.