webcamjs icon indicating copy to clipboard operation
webcamjs copied to clipboard

HTML5 Webcam Image Capture Library with Flash Fallback

Results 101 webcamjs issues
Sort by recently updated
recently updated
newest added

month ago i have tested script in Firefox and Chrome under Windows10 - all ok. today i have error in Firefox 66.0.5 and don`t have error in Chrome. Webcam.js Error:...

We are trying to use webcam js to initiate photo capture process in our android webview app. The code is perfectly working in the browsers, but when we deploy the...

I'd like to turn off webcam after snapshot. How to do it? I used the below, but sometimes it does not work and webcam still is on although finishing snapshot....

Here is code, its now working properly on iphone, device open instead of web camera, anyone can help me? Webcam.set({ width: 150, height: 150, dest_width: 640, dest_height: 480, image_format: 'jpeg',...

I'm using Webcam.min.js library to capture image. When i'm using Tablet horizontally then it's working properly. But when i'm doing Tablet vertically then camera not rotating My code is: `Webcam.set({...

Hello, I am using a Dell Venue Windows 8.1 Pro 64-bit with an 8 Megapixel back camera. When using the camera app on the Venue, it takes a very high...

Hi there, For some reason, I'm getting a No supported webcam interface is found issue. What would cause that issue?

Hi, I have these settings: Webcam.set({ width: 240, height: 180, dest_width: 640, dest_height: 480 }); and it works fine form the pc/mac webcam with any browser. However if I take...

As this is now getting more mobile use, I'm seeing a lot more instances where the user is using their phone or tablet in portrait mode. As the canvas is...