jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

Hide PrimeFaces Webcam Warning #304

Open buddhika75 opened 5 years ago

buddhika75 commented 5 years ago

I have a web application which uses a webcam to capture the image using Primefaces webcam.

It works fine except the fact, it gives the following warning every time the page loads on computers that do not have a webcam.

Webcam.js Error: Could not access webcam: NotFoundError: Requested device not found NotFoundError: Requested device not found

How can I suppress that warning?