Questions tagged [webcam.js]

HTML5 Webcam Image Capture Library with Flash Fallback

is a small (~2.7K minified and gzipped) standalone library for capturing still images from your computer's camera, and delivering them to you as JPEG or PNG Data URIs. The images can then be displayed in your web page, rendered into a canvas, or submitted to your server. WebcamJS uses HTML5 getUserMedia, but provides an automatic and invisible Flash fallback.

WebcamJS is based on my old JPEGCam project, but has been redesigned for the modern web. Instead of relying on Flash and only being able to submit images directly to a server, WebcamJS delivers your images as client-side Data URIs, and it uses HTML5 getUserMedia where available. Flash is only used if your browser doesn't support getUserMedia, and the fallback is handled automatically.

Demo: http://pixlcore.com/demos/webcamjs/basic.html
GitHub: https://github.com/jhuckaby/webcamjs

78 questions
0
votes
1 answer

Webcam.js How to get 160 by 120 image

I have a live stream coming from the camera using webcamjs which is terrific and I am very happy. However it is giving 320 by 240 image and I want some way in which I can show only 160 by 120 to the user. Is there any way to accomplish this using…
Abhijeet
  • 689
  • 2
  • 10
  • 19
-1
votes
1 answer

Webcam is not defined (Javascript)

I'm trying to set a webcam settings for some parameters using ClassName but the console says Webcam is not defined. Could anyone explain me where is my fault ? I already set the variable on it as attachs[] but still shows the error. I already browse…
-1
votes
1 answer

Windows inappbrowser cordova plugin

We are building an windows 10 app for tablets using the webcam.js plugin. My camera works well in MS Edge browser, But How can I make it working as app on store using inappbrowser. Also Can anyone tell me that, how can I set my browser as MS edge by…
1 2 3 4 5
6