The jQuery webcam plugin by Robert Eisele is a transparent layer to communicate with a camera directly in JavaScript.
Questions tagged [jquery-webcam-plugin]
28 questions
6
votes
1 answer
jquery webcam plugin does not post the captured image
I am using jquery webcam plugin in a MVC4 page. The plugin is here: http://www.xarg.org/project/jquery-webcam-plugin/.
I am using save method on the plugin after capturing the image but it is not posted to the controller action.
This is the cshtml…

jstuardo
- 3,901
- 14
- 61
- 136
2
votes
1 answer
Web cam issues with jquery webcam in Internet Explorer
Hi i have just installed a webcam and also have done the code for the same as of the following website http://www.xarg.org/project/jquery-webcam-plugin/ .Now the issue i am having is when i open up this website in mozilla i am able to see the pic…

Aman
- 21
- 1
- 2
2
votes
1 answer
MediastreamTrack Stop - Webcam light on - HTTPS
Can anyone please help with the fix for https . I am able to stop the video streaming using stop() but the camera light is still on . Was not able to find any fix in the other posts
mediaStream.stop();
//…

user2814819
- 111
- 1
- 5
2
votes
0 answers
Flash object (Jquery Webcam) not show on Jquery Dialog in IE
I use jquery webcam in a jquery dialog it works fine in Chrome but it does not show anything in IE.
$("#camera-dialog").dialog({
autoOpen: false,
width: 380,
resizable: false,
height: 320,
open:…

LLF
- 668
- 3
- 10
- 27
1
vote
1 answer
Jquery Webcam Plugin and Asp .NET
I have a problem using the Jquery Plugin for Webcam to take a picture of the user.
Here are the codes :
$("#camera").webcam({
width: 320,
height: 240,
mode: "save",
swffile: '@Url.Content("~/Scripts/jscam.swf")',
debug: function…

Clement Mellinas
- 11
- 6
1
vote
1 answer
how to use webcam to capture image and attach it to form for submittion
I am creating a mini bio-metric application in php. i want to be able to attach the capture image to the registration form and save it to mysql database. I was able to find some source code online for capturing the image using webcam.js but I need…

Fagbemi Ayodele
- 321
- 5
- 15
1
vote
0 answers
Get images from Web cam Video and send it to RESTfull API using jQuery
I am using jQuery to capture webcam feed when the page is loaded.
var video = document.querySelector("#videoElement");
var media;
var canvas = document.querySelector('canvas');
var x = 0.5;
var y = 0.30;
var ctx =…

Fr_nkenstien
- 1,923
- 7
- 33
- 66
1
vote
1 answer
JQuery WebCam Result not showing in Firefox
I am using jquery webcam plugin in a MVC4 page. The plugin is here: http://www.xarg.org/project/jquery-webcam-plugin/.
1.It is properly working in Chrome and IE.Image shown under "Live Camera" label is showing live camera result.Which is not…

Juhi
- 270
- 2
- 17
1
vote
1 answer
Javascript functions executes on second time
I am using the jQuery webcam plugin to capture an image from the webcam. I have all script files in order. This button is used to make the capture() call to get the webcam's snapshot:

chris05
- 735
- 4
- 13
- 27
1
vote
1 answer
TypeError: webcam.capture is not a function using jQuery webcam
Have been getting this error since the first time I tried to use the jQuery WebCam... I googled for like 18Hours, trying all possible Examples ever available, NONE works whenever I just Call the capture method of the webcam.
Please Note:: This might…

Universal Grasp
- 1,835
- 3
- 20
- 29
1
vote
0 answers
getting image from Jquery webcam plugin in asp.net
Im using the Jquery webcam plugin demonstrated in this link : http://www.xarg.org/project/jquery-webcam-plugin/
im trying to integrate it with Asp.net , so far the camera is showing and oncapture method is reached , however im having a problem…

user2310851
- 11
- 1
- 3
1
vote
1 answer
jquery webcam plugin TypeError: webcam.capture is not a function thrown occasionally
Quite often I am getting the error above per the subject line.
The piece of code that this is thrown at is as follows (the function in the else section).
if ($('#clicktosnap').is('.disabled'))
{
alert ("Please enable the camera first, then press…

Athanatos
- 1,089
- 6
- 15
- 32
1
vote
1 answer
Issue with compiling swf file?
I want to change the jquery webcam plugin flash movie size. For this we have to do the following (according to what i have searched from google) :
We have to change the dimensions in action script jscam.as file and in xml jscam.xml file come with…

Gaurav
- 8,367
- 14
- 55
- 90
1
vote
0 answers
How can i make one-to-many chat with ScriptCam?
I would like to know how to make one-to-many chat, I search everywhere but there is no code ,tutorial or demo like in there website. have someone any idea how to make it?

Momo1987
- 544
- 6
- 16
1
vote
0 answers
jQuery webcam : Flash settings "Remember"
I am looking at "jQuery Webcam Plugin" ( Looks like this is the most widely used webcam plugin) for my project .
I am curious how to get "Remember" feature on the flash player settings . Do I have to modify Action Script and have to recompile for…

Bujji
- 1,717
- 10
- 41
- 66