Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
radfordi opened this issue May 6, 2019 · 3 comments
Closed

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

radfordi opened this issue May 6, 2019 · 3 comments

Comments

@radfordi
Copy link
Contributor

radfordi commented May 6, 2019

    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.

@RealSenseSupport
Copy link
Collaborator

@radfordi The latest SDK v2.44 https://github.com/IntelRealSense/librealsense/releases/tag/v2.44.0 includes the fix for this issue. Please have a try. Thanks!

@RealSenseSupport
Copy link
Collaborator

@radfordi Did you get chance to try? Any update from your side? Looking forward to your reply. Thanks!

@RealSenseSupport
Copy link
Collaborator

@radfordi Sorry we don't hear from you for weeks. As this issue resolved, close it accordingly. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants