I need to stream the video to the monitor in real time. I am using the USB camera module(ELP-USB130W01MT-L21) interfaced with the Rpi(through SSH). Streaming USB camera and Rpi camera module are same or should i follow the different procedure?? If yes! kindly explain the same.
Thanks
mplayer tv:///dev/video0
.but the video is inappropriate. – navs Dec 14 '16 at 11:22sudo apt-get install guvcview
then run guvcview and you should see the output easily (I thought since you mentioned "streaming" you were wanting a solution you could code yourself) – Dave Jones Dec 14 '16 at 11:41guvcview
is not resulting to video. its giving error.GUVCVIEW: couldn't open /home/pi/.config/guvcview2/video0 for read: No such file or directory
also connection errors. – navs Dec 15 '16 at 06:13