Camera detection issue after installation of depth camera calibration tool
I have attached 2 cameras; intel realsense D435 depth camera and a Logitech web camera with Ubuntu 16.04 system. After installing and running the depth calibration tool on this system I am facing camera detection issues. Ubuntu is unable to detect any camera device which is attached to the system.
I want to list the attached web camera. For the same I am using 'v4l2-ctl --list-devices' command. But there is no result of this.
-
Hi Tanmay Pathak Are the cameras detected if you unload and reload the UVC driver using the command below, please?
sudo modprobe -r uvcvideo && sudo modprobe uvcvideo
Please sign in to leave a comment.
Comments
1 comment