I have an issue with my cam on my raspi 2.
I am running jessie Debian, the cam is this one :
http://www.hardkernel.com/main/products ... 7517754892
My gola is to stream my webcam on my local Network.
I had it running well in the past but not anymore...
First what works or kinda:
Code: Select all
~$ lsusbCode: Select all
Bus 001 Device 007: ID 1b71:0056 Code: Select all
v4l2-ctl --list-formatsCode: Select all
ioctl: VIDIOC_ENUM_FMT
Index : 0
Type : Video Capture
Pixel Format : 'MJPG' (compressed)
Name : Motion-JPEG
Index : 1
Type : Video Capture
Pixel Format : 'YUYV'
Name : YUYV 4:2:2
But here what doesn't work:
-I had a lot of troubles to get mjpg_streamer to start,
now it does start with a few error for a few inappropriate ioctl device.
But, when I try to visualize the stream on a browser either locally or remotely, the html is displayed but not the stream, just a blank square for missing picture.
-If I launch vlc and try to open, dev/video0, it will load during few secs, display one pic, and freeze of maybe display another picture every 20 sec if I am lucky
I am not good with linux, and at this point I have no idea how to say what's going wrong...So please I am taking all insights
also I can provide further information and execute more tests on demand!
Thank you for the help!