Not detecting raspberry pi camera
I am doing a project in which I have to use a usb camera and the raspberry pi camera. Therefore, I installed first the usbcam 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 usbcam and webserver package to make the stream, everything worked perfectly until I installed the raspicamnode. Now it is impossible to detect /dev/video0. I would be really grateful if someone would help me.
Asked by sergio.prieto.molina on 2019-01-21 04:43:08 UTC
Comments