Skip to content

disable_stream() doesn't work after enable_all_streams() #3919

@radfordi

Description

@radfordi
    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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions