IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.63k stars 4.83k forks source link

RealSense D435 - pipeline.start(config) RuntimeError: Couldn't resolve requests - rs_config.enable_stream(rs.stream.color, 1920, 1080, rs.format.bgr8, 30) #13495

Open monajalal opened 2 weeks ago

monajalal commented 2 weeks ago

Could you suggest why this is not working? I can see this resolution in realsense-viewer.

If this resolution doesn't support 30fps for color, which of RealSense Camera support this resolution at 30fps?

Also, what is the highest resolution this camera supports at 30fps?

MartyG-RealSense commented 2 weeks ago

Hi @monajalal Yes, 1920x1080 at 30 FPS is supported on D435.

If you used rs_config.enable_stream in your configuration instruction then the pipeline start instruction should have the same rs_config configuration name in the brackets and not 'config'.

MartyG-RealSense commented 6 days ago

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