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

I am having this function to initialize webcam. ``` var app; app = angular.module("app"); app.directive('dockingWebcam', [ function() { return function(scope, element, attributes) { Webcam.set({ width: 320, height: 240, dest_width: 1024,...

Hi! Is there any solution for camera selector (front/rear) on mobile devices? Thx!

enhancement

Have you had the chance to test this with iOS 11 or Safari 11? Supposedly, they support the WebRTC standard, so I'm hoping this will finally work on those devices!

The primary change here is to not initialize with an explicit `window` dependency. This allows the module to be imported on the server, since it can be exported without requiring...

Is possible to add filters or new layers to the camera? For example, add an image on top of the camera. Thanks!

when working through the VPN portal, the link reverted links and the application can not access the video stream I tested the attached changes in the code (the link is...

This is probably not the correct place to ask, but I can use the help. I see that WebcamJS has an upload() method. This is great! If I'm writing a...

Hello, i'm using webcam.js inside a iframe ``` ``` but, when i run the browser shows me: Webcam.js Error: Could not access webcam: DevicesNotFoundError: [object NavigatorUserMediaError] What can I do?

I really dont know why. But it's just starting take pictures upsidedown?! Maybe because a new update for Firefox on android?