Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
"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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!