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

terminate called after throwing an instance of 'rs2::error' what(): Couldn't resolve requests #10802

Closed
Ru-hulu opened this issue Aug 23, 2022 · 4 comments
Labels

Comments

@Ru-hulu
Copy link

Ru-hulu commented Aug 23, 2022

I am trying to set the parameter of the pipe.
When I start the pipe with default parameter, everything goes well, I can see the deep image and color image.
However, when I start like this, I have this error.
Ubuntu 22.04+D435i.
rs2::pipeline pipe;
rs2::config pipe_config;
pipe_config.enable_stream(RS2_STREAM_DEPTH,640,480,RS2_FORMAT_Z16,10);
pipe_config.enable_stream(RS2_STREAM_COLOR,640,480,RS2_FORMAT_BGR8,10);

rs2::pipeline_profile profile = pipe.start(pipe_config);
@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 23, 2022

Hi @zhr1120181282 The FPS speed of 10 is not supported for depth or color on the D435i camera model. Please try 6 or 15.

@MartyG-RealSense
Copy link
Collaborator

Hi @zhr1120181282 Do you require further assistance with this case, please? Thanks!

@Ru-hulu
Copy link
Author

Ru-hulu commented Aug 30, 2022

Hi! It worked, thank you for your assistance!

@MartyG-RealSense
Copy link
Collaborator

You are very welcome. Thanks very much for the update! As you achieved a solution, I will close this case. Thanks again!

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

No branches or pull requests

2 participants