Hello all, is the bpi camera able to capture video stream? With which image and which kernel? I have tried with several images from the wiki (raspbian/4.4, raspbian/3.4,ubuntu/5.3.5, Armbian/3.4). I am now at Ubuntu server 16.04 kernel 4.4.
With fswebcam I only get single frames, not video.
ffmpeg -f v4l2 -list_formats all -i /dev/video0 says: ‘ioctl(VIDIOC_ENUMINPUT): Invalid argument /dev/video0: Invalid argument’
Gstreamer is not working and I am uncertain whether it needs a patch for the capabilities(software) or it is the camera interface that is not fully supported as I read in the forum. For ‘gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=YUY2,width=1280,height=720 ! fakesink dump=1’ it returns: ‘Call to S_FMT failed for YUYV @ 1280x720: Operation not permitted’
If anyone has achieved video stream, at least let me know that it is possible. Thank you.