Not detecting raspberry pi camera

asked 2019-01-21 03:43:08 -0500

sergio.prieto.molina gravatar image

I am doing a project in which I have to use a usb camera and the raspberry pi camera. Therefore, I installed first the usb_cam package and tried to make a web streaming with the rasbperry pi camera. However, the raspberry cam was not detected as a /dev/video device so I execute the following commands to detect the pi camera as a /dev/video device: sudo rpi-update and sudo modprobe bcm2835-v4l2. Once it was detected as a /dev/video device, I used the usb_cam and web_server package to make the stream, everything worked perfectly until I installed the raspicam_node. Now it is impossible to detect /dev/video0. I would be really grateful if someone would help me.

edit retag flag offensive close merge delete