On Sat, Oct 07, 2023 at 08:51:36AM +0000, Comte wrote:
> The webcam seems well detected but no image is displayed...
What happens if you run /usr/X11R6/bin/video instead of using ffmpeg?
> # dmesg | grep "uvideo"
^^^^^^^^^^^^^
Please post a full dmesg next time.
> uvideo0 at uhub1 port 4 configuration 1 interface 0 "Chicony Electronics
> Co.,Ltd. Integrated Camera" rev 2.01/54.20 addr 3
> video0 at uvideo0
> uvideo1 at uhub1 port 4 configuration 1 interface 2 "Chicony Electronics
> Co.,Ltd. Integrated Camera" rev 2.01/54.20 addr 3
> video1 at uvideo1
However, this camera should almost certainly just work anyway.
> $ ffplay -f v4l2 -input_format mjpeg -video_size 1280x720 -i /dev/video0
^^^^^^^^^^^^^^^^^^^
Why?