Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

127
Vistas
"Logitech C920 HD Pro Webcam - 1080p" Camera is not detecting via navigator.mediaDevices.enumerateDevices()

I have the following code to display the available Camera & Mic list on the web page. But unfortunately "*Logitech C920 HD Pro Webcam - 1080p" Camera is not listed with the below code but the Microphone of the "Logitech" device is showing.

navigator.mediaDevices.enumerateDevices().then(function (devices) {
        for (var i = 0; i < devices.length; i++) {
              if (devices[i].kind == "videoinput") {   
               console.log("Video Device is : "+devices[i].label);
              }else if( devices[i].kind === "audioinput"  ) {
               console.log("Audio Device is : "+devices[i].label);  
          }
       }
    });

I am testing in Mac OS and In Mac OS privacy settings Camera is enabled for the Chrome browser. But when we verify in Zoom, the Camera is listed properly.

Please let me know if I am missing anything.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda