Open dwu006 opened 3 days ago
Hi @dwu006 Support for the L515 camera model was removed in RealSense SDK 2.54.1 as it is a retired camera model. So you will need to go a little further back to the 2.53.1 version in order for the SDK and Viewer to be able to detect L515.
If you visit the link below then you can download and run Intel.RealSense.Viewer.exe from the 'Assets' file list at the bottom of the page to obtain the 2.53.1 version of the Viewer and quickly test whether the L515 becomes detectable.
https://github.com/IntelRealSense/librealsense/releases/tag/v2.53.1
Issue Description
The latest IntelRealSense Viewer couldnt detect my camera, so I went down to the first one that could and that was 2.54.2. The viwer can detect my camera and I can also use both rgb and depth camera from there. Both cameras are also detected in Device Manager. When I try running open cv viewer in pythonfrom samples(wrappers/python/examples/opencv_viewer_example.py) (from the latest version because I couldnt find it in 2.54.2- maybe this could be the reason) I get this error:
I also run some other code:
Which I get this:
Thank you for your help!