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

654
Vistas
DOMException: Could not start video source | only in Chrome

I am trying to get a video from my webcam. My code is working in Firefox and Microsoft Edge perfectly but not working in Chrome. I also host my code on an HTTPS server but didn't work.

My Code:

<html>
<body>
    <script>
        navigator.mediaDevices.getUserMedia({video: true})
        .then( stream => console.log("success") )
        .catch( err => console.log(err, err.name) );
    </script>
</body>
</html>

After running this code on Google Chrome browser, I am getting this error in the console:

DOMException: Could not start video source 'NotReadableError'

Chrome Version: 100.0.4896.127 (Official Build) (64-bit) on Windows 11.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

this error appears if the camera is already in use by another browser or application

about 4 years ago · Juan Pablo Isaza Denunciar

0

Check the size of the output video you are defining. If the camera doesn't support the resolution, it gives that error. Try a lower one, like 320x320.

about 4 years ago · Alex Urtubia Denunciar
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