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'm working on a project where they have a system that runs entirely on IE11 with Lenovo tablets, and we want to add the ability to take pictures using either...

webcamjs is really good and I love it. But I am facing an issue which I actually found out the solution, but I don't know if this will impact something...

Can webcamjs support live detection ? Using camera to capture the face photos, including a live detection function (by shaking his head left and right to get photos or something...

I get "Webcam.js error: Access to the camera denied" in IE 11 when running from a web server. If I run the same code on a server running at 192.168.1.x...

html -> Webcam.set({ width: 320, height: 240, image_format: 'jpeg', jpeg_quality: 90, flip_horiz: true }); Webcam.attach( '#my_camera' ); javascript -> function take_snapshot() { // take snapshot and get image data Webcam.snap(...

I tried modifying the upload script but it doesn't work once the SQL query is added to the code Edit: I'm using the upload script provided by PHP documentation

I'm testing a web app built with PrimeFaces 6.1. The app server is installed in my own computer (localhost). The photoCam component doesn't work unless I don't allow localhost to...

[Hi, Can anyone help me as webcam is not working on any browser and getting below error: Webcam.js Error: Could not access webcam: NotReadableError: Failed to allocate videosource NotReadableError: Failed...

I used this library in my application and it's awesome. but the problem I have is, I want to launch the device camera app instead of opening the camera in...

Hi buddy, webcamjs is very useful in using webcam i really appreciate this efforts. My Question is how to know Webcam is already running or not???? for example I start...