-
Good day. I'm a developer of P2P social network Pandora.
I've used gstreamer before, but it has a lot of bugs after migration to version 1.0.
Well, I've decided to use ffmpeg now.
Questions came, how…
-
```
Testing with a couple of Logotech webcams; the code at present fails,
primarily due to not be able to set 'NTSC' (or other) standard.
With attached patch Camera now reports
--
simon@bourne:~/pyv4…
-
v4l2loopback fails for communicating from GStreamer to FFMPEG using video/mpegts, MPEG Transport Stream. GStreamer version 1.8.3, FFMPEG version 4.1.3.
v4l2loopback version: 0.9.1
kernel version:…
-
```
Testing with a couple of Logotech webcams; the code at present fails,
primarily due to not be able to set 'NTSC' (or other) standard.
With attached patch Camera now reports
--
simon@bourne:~/pyv4…
-
```
Testing with a couple of Logotech webcams; the code at present fails,
primarily due to not be able to set 'NTSC' (or other) standard.
With attached patch Camera now reports
--
simon@bourne:~/pyv4…
-
```
Testing with a couple of Logotech webcams; the code at present fails,
primarily due to not be able to set 'NTSC' (or other) standard.
With attached patch Camera now reports
--
simon@bourne:~/pyv4…
-
```
Testing with a couple of Logotech webcams; the code at present fails,
primarily due to not be able to set 'NTSC' (or other) standard.
With attached patch Camera now reports
--
simon@bourne:~/pyv4…
-
I have mounted a USB endoscope to the gantry and am able to capture images using the following command:
`ffmpeg -y -f video4linux2 -i /dev/video2 --ss 0:0:1 -frames 1 /data/user_storage/image.jpg`
…
-
```
% ./chicony-ir-toggle -d /dev/video0 off
Error code: -1, errno: 2, error: No such file or directory
% ./chicony-ir-toggle -d /dev/video1 off
Error code: -1, errno: 25, error: Inapprop…
-
**Describe the bug**
I am getting `bcm2835-v4l2: Failed to enable capture port - error -1. Disabling camera port again` when trying to capture camera data with ffmpeg.
**To reproduce**
Run `ffmpe…