Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 30/03/2020, à 12:29

glopykemon

Pas d'image webcam intégrée

Bonjour,
j'ai un ASUS F200M notebook avec Ubuntu 16.04 LTS, ma webcam semble bien reconnue mais renvoie une image noire.
J'ai cherché dans le forum et testé quelques commandes sans résultats :
lsusb :

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 009: ID 13d3:3423 IMC Networks 
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 010: ID 04f2:b483 Chicony Electronics Co., Ltd 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

lsmod | grep uvcvideo :

uvcvideo               90112  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_core         36864  2 uvcvideo,videobuf2_v4l2
videodev              180224  4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
media                  24576  2 uvcvideo,videodev

sudo lshw | grep -iC 11 uvcvideo :

               version: 4.04
                fonctionnalités: usb-2.00
                configuration: driver=hub slots=6 speed=480Mbit/s
              *-usb:0
                   description: Vidéo
                   produit: USB2.0 VGA UVC WebCam
                   fabriquant: Chicony Electronics Co., Ltd
                   identifiant matériel: 3
                   information bus: usb@1:3
                   version: 99.14
                   fonctionnalités: usb-2.00
                   configuration: driver=uvcvideo maxpower=200mA speed=480Mbit/s
              *-usb:1
                   description: Concentrateur USB
                   produit: USB2.0 Hub
                   fabriquant: Genesys Logic, Inc.
                   identifiant matériel: 4
                   information bus: usb@1:4
                   version: 85.37
                   fonctionnalités: usb-2.00
                   configuration: driver=hub maxpower=100mA slots=3 speed=480Mbit/s
                 *-usb
                      description: Interface sans fil Bluetooth

webcam (après installation) :

reading config file: /home/geraud/.webcamrc
video4linux webcam v1.5 - (c) 1998-2002 Gerd Knorr
grabber config:
  size 320x240 [none]
  input (null), norm (null), jpeg quality 75
  rotate=0, top=0, left=0, bottom=240, right=320
v4l2: read: No such device
capturing image failed

Voilà, j'ai lu sur le wiki une histoire avec v4l1 au lieu de v4l2, j'ai donc fait les manips suivantes :

    Ajoutez le PPA ppa:libv4l/stable1) dans vos sources de logiciels.
    Puis rechargez la liste des paquets.
    Et appliquez les mises à jours.

Maintenant, la webcam ne s'allume plus...

Si jamais quelqu'un a une piste de solution, faites-le moi savoir, merci ! Et bon confinement !

Hors ligne

#2 Le 30/03/2020, à 12:33

xubu1957

Re : Pas d'image webcam intégrée

Bonjour,

En lançant en commande :

webcam

ressort-il un message d'erreur ?

Tente :

sudo modprobe -r uvcvideo && sudo modprobe uvcvideo

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 30/03/2020, à 12:43

glopykemon

Re : Pas d'image webcam intégrée

Merci pour la réactivité !
Le résultat de la commande "webcam" est indiqué dans le message précédent et pour ce qui est de "modprobe", aucun message renvoyé par le terminal.
J'ai du faire une erreur car maintenant, quand je lance une page internet utilisant ma webcam, il ne me met que le micro (il n'y a plus le symbole de la cam), cela doit être lié à cette commande :

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /usr/bin/firefox

qui était indiquée sur le wiki : https://doc.ubuntu-fr.org/v4l1

Devrais-je redémarrer l'ordi ?

Hors ligne

#4 Le 30/03/2020, à 12:54

xubu1957

Re : Pas d'image webcam intégrée

Devrais-je redémarrer l'ordi ?

Essaye !


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#5 Le 30/03/2020, à 13:17

glopykemon

Re : Pas d'image webcam intégrée

Oui, je l'ai fait juste en suivant, mais ça n'a rien changé...

Hors ligne

#6 Le 30/03/2020, à 13:19

xubu1957

Re : Pas d'image webcam intégrée

Montre :

dmesg | grep usb

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#7 Le 30/03/2020, à 13:45

glopykemon

Re : Pas d'image webcam intégrée

[    0.263785] usbcore: registered new interface driver usbfs
[    0.263804] usbcore: registered new interface driver hub
[    0.263832] usbcore: registered new device driver usb
[    1.318773] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.318778] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.318782] usb usb1: Product: xHCI Host Controller
[    1.318786] usb usb1: Manufacturer: Linux 4.4.0-176-generic xhci-hcd
[    1.318789] usb usb1: SerialNumber: 0000:00:14.0
[    1.321611] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.321616] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.321620] usb usb2: Product: xHCI Host Controller
[    1.321623] usb usb2: Manufacturer: Linux 4.4.0-176-generic xhci-hcd
[    1.321627] usb usb2: SerialNumber: 0000:00:14.0
[    1.632666] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[    1.854443] usb 1-3: config 1 interface 1 altsetting 4 endpoint 0x81 has invalid wMaxPacketSize 0
[    1.861642] usb 1-3: New USB device found, idVendor=04f2, idProduct=b483
[    1.861666] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.861682] usb 1-3: Product: USB2.0 VGA UVC WebCam
[    2.017396] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[    2.148949] usb 1-4: New USB device found, idVendor=05e3, idProduct=0608
[    2.148973] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.148989] usb 1-4: Product: USB2.0 Hub
[    2.151543] usb: port power management may be unreliable
[    2.429867] usb 1-4.1: new full-speed USB device number 4 using xhci_hcd
[    2.519206] usb 1-4.1: New USB device found, idVendor=13d3, idProduct=3423
[    2.519212] usb 1-4.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   20.154799] usbcore: registered new interface driver btusb
[   20.568492] usbcore: registered new interface driver ath3k
[   20.809259] usb 1-4.1: USB disconnect, device number 4
[   21.007576] usb 1-4.1: new full-speed USB device number 5 using xhci_hcd
[   21.096912] usb 1-4.1: New USB device found, idVendor=13d3, idProduct=3423
[   21.096919] usb 1-4.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   21.111027] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input17
[   21.111143] usbcore: registered new interface driver uvcvideo
[   22.091320] usb 1-4.1: USB disconnect, device number 5
[  232.939535] usb 1-3: USB disconnect, device number 2
[  233.245539] usb 1-3: new high-speed USB device number 6 using xhci_hcd
[  233.426572] usb 1-3: config 1 interface 1 altsetting 4 endpoint 0x81 has invalid wMaxPacketSize 0
[  233.432932] usb 1-3: New USB device found, idVendor=04f2, idProduct=b483
[  233.432939] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  233.432942] usb 1-3: Product: USB2.0 VGA UVC WebCam
[  233.434801] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  233.453992] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  233.454334] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  233.454562] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  233.456407] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  233.519028] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input19
[  248.591567] usb 1-3: USB disconnect, device number 6
[  248.898009] usb 1-3: new high-speed USB device number 7 using xhci_hcd
[  248.950128] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  248.974173] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  248.974443] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  248.974665] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  248.975880] Modules linked in: drbg ansi_cprng ccm msr bnep asus_nb_wmi asus_wmi sparse_keymap intel_rapl uvcvideo intel_soc_dts_iosf intel_powerclamp coretemp kvm_intel videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common ath3k kvm btusb videodev btrtl btbcm btintel irqbypass bluetooth media punit_atom_debug ecdh_generic arc4 crct10dif_pclmul crc32_pclmul ath9k ghash_clmulni_intel ath9k_common ath9k_hw snd_hda_codec_hdmi ath snd_hda_codec_realtek mac80211 snd_hda_codec_generic joydev cfg80211 input_leds serio_raw snd_hda_intel snd_hda_codec rtsx_pci_ms snd_hda_core memstick snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd mei_txe mei rfkill_gpio soundcore shpchp lpc_ich mac_hid deflate ctr twofish_generic twofish_x86_64_3way
[  249.123575] usb 1-3: config 1 interface 1 altsetting 4 endpoint 0x81 has invalid wMaxPacketSize 0
[  249.129911] usb 1-3: New USB device found, idVendor=04f2, idProduct=b483
[  249.129919] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  249.129922] usb 1-3: Product: USB2.0 VGA UVC WebCam
[  249.215991] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input20

Hors ligne

#8 Le 30/03/2020, à 13:54

xubu1957

Re : Pas d'image webcam intégrée

Montre :

v4l2-ctl -l --all

J'ai pris dans > [RÉSOLU] Webcam pc portable non reconnu sous cheese


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#9 Le 30/03/2020, à 14:03

glopykemon

Re : Pas d'image webcam intégrée

Après installation de v4l2-utils nécessaire pour lancer cette commande, j'obtiens :

Driver Info:
	Driver name      : uvcvideo
	Card type        : USB2.0 VGA UVC WebCam
	Bus info         : usb-0000:00:14.0-3
	Driver version   : 4.4.211
	Capabilities     : 0x84200001
		Video Capture
		Streaming
		Extended Pix Format
		Device Capabilities
	Device Caps      : 0x04200001
		Video Capture
		Streaming
		Extended Pix Format
Priority: 2
Video input : 0 (Camera 1: ok)
Format Video Capture:
	Width/Height      : 640/480
	Pixel Format      : 'YUYV' (YUYV 4:2:2)
	Field             : None
	Bytes per Line    : 1280
	Size Image        : 614400
	Colorspace        : Default
	Transfer Function : Default (maps to Rec. 709)
	YCbCr/HSV Encoding: Default (maps to ITU-R 601)
	Quantization      : Default (maps to Limited Range)
	Flags             : 
Crop Capability Video Capture:
	Bounds      : Left 0, Top 0, Width 640, Height 480
	Default     : Left 0, Top 0, Width 640, Height 480
	Pixel Aspect: 1/1
Selection: crop_default, Left 0, Top 0, Width 640, Height 480, Flags: 
Selection: crop_bounds, Left 0, Top 0, Width 640, Height 480, Flags: 
Streaming Parameters Video Capture:
	Capabilities     : timeperframe
	Frames per second: 30.000 (30/1)
	Read buffers     : 0
                     brightness 0x00980900 (int)    : min=0 max=16 step=1 default=8 value=8
                       contrast 0x00980901 (int)    : min=0 max=128 step=1 default=68 value=68
                     saturation 0x00980902 (int)    : min=0 max=32 step=1 default=20 value=20
                            hue 0x00980903 (int)    : min=-180 max=180 step=45 default=0 value=0
 white_balance_temperature_auto 0x0098090c (bool)   : default=1 value=1
                          gamma 0x00980910 (int)    : min=1 max=5 step=1 default=3 value=3
           power_line_frequency 0x00980918 (menu)   : min=0 max=2 default=2 value=2
      white_balance_temperature 0x0098091a (int)    : min=2800 max=6500 step=1 default=4650 value=4650 flags=inactive
                      sharpness 0x0098091b (int)    : min=0 max=60 step=1 default=3 value=3
         backlight_compensation 0x0098091c (int)    : min=0 max=2 step=1 default=1 value=1
                  exposure_auto 0x009a0901 (menu)   : min=0 max=3 default=3 value=3
              exposure_absolute 0x009a0902 (int)    : min=1 max=5000 step=1 default=312 value=312 flags=inactive
         exposure_auto_priority 0x009a0903 (bool)   : default=0 value=1

Hors ligne

#10 Le 30/03/2020, à 14:16

xubu1957

Re : Pas d'image webcam intégrée

Tu devrais essayer avec guvcview.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#11 Le 30/03/2020, à 15:10

glopykemon

Re : Pas d'image webcam intégrée

Il me renvoie une erreur : no device found
la fenêtre video bloque en mode grisé
le terminal tourne en boucle en répétant inlassablement :

V4L2_CORE: (VIDIOC_DQBUF) Unable to dequeue buffer: Aucun périphérique de ce type

Hors ligne

#12 Le 30/03/2020, à 15:20

glopykemon

Re : Pas d'image webcam intégrée

Y a-t-il un moyen de revenir en arrière concernant la commande : "LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /usr/bin/firefox" ?

Hors ligne

#13 Le 30/03/2020, à 15:24

xubu1957

Re : Pas d'image webcam intégrée

Je ne sais pas. ¯\_(ツ)_/¯

Il faut des aidants plus savants que xubu !


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne