You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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);
The text was updated successfully, but these errors were encountered: