Questions tagged [jquery-webcam-plugin]

The jQuery webcam plugin by Robert Eisele is a transparent layer to communicate with a camera directly in JavaScript.

28 questions
0
votes
2 answers

jQuery webcam plugin and flash webcam permissions

I'm using this jQuery plugin: http://www.xarg.org/project/jquery-webcam-plugin/ When I run this code on localhost, I never see the flash permissions request to access the webcam. If I specifically set flash to allow webcam access to localhost, the…
Ryre
  • 6,135
  • 5
  • 30
  • 47
0
votes
1 answer

MVC Save captured webcam image to database

Good day! I have a code where a user clicks on a button, the modal pops up with a webcam.js in it. User will take a snapshot photo from webcam that will then be saved to database. The problem is I don't know how to save it to database. From what I…
0
votes
1 answer

Unable to access the WebCam

(function ($) { var webcam = { "extern": null, // external select token to support jQuery dialogs "append": true, // append object instead of overwriting "width": 320, "height": 240, "mode": "callback", // callback | save…
0
votes
0 answers

webcam.js not working in Chrome: Webcam is not loaded yet?

I am using webcam.js for my asp.net website,after some chrome update the plugin not working.The web camera plugin works on localhost or https protocol.But my problem is i published site in LAN network so there is no https protocol,the site access by…
Prasanna Kumar J
  • 1,288
  • 3
  • 17
  • 35
0
votes
0 answers

Trying to build a page that detects whether a user's camera avaible or not

I am very beginning of program coding. Just trying the see if user has a webcam available or not and print it in html. So far I manage to write this code below:
Itslearning
  • 47
  • 1
  • 6
0
votes
1 answer

how to get image which is in canvas to server side code in python

I am trying to get image which is in HTML canvas using python. Using jquery i captured image through webcam and stored it in canvas. Now i want to get those images to server side ie.python file.Is anyone have anyidea about it plz help me to do this.…
Python Team
  • 1,143
  • 4
  • 21
  • 50
0
votes
1 answer

jquery webcam not working in chrome 35

I am trying to access webcam from jquery webcam API. The sample given below works fine in IE9, Firefox, but unfortunately does not work in Chrome v35. It shows the webcam activated but when I click the "Take Picture" button, it gives me a javascript…
ArinCool
  • 1,720
  • 1
  • 13
  • 24
0
votes
0 answers

Least intrusive webcam capture in browser

I need to capture webcam images from inside browser. I am planning to use Flash but since am not experienced in it, before jumping into it, I want to ask you experts : Will Flash ask for Webcam permission every time user refreshes the page ? Isn't…
sumeet
  • 318
  • 4
  • 11
0
votes
0 answers

Capturing pictures from webcam in html5 to upload on server

I am trying to create an app using an HTML5 form in which user can take picture using webcam and upload to server. I searched on the internet and tried several plugins and read a couple of posts and here is the summary of my research during which I…
Nikhil Agrawal
  • 26,128
  • 21
  • 90
  • 126
0
votes
1 answer

TypeError: events.replace is not a function JqueryWebcam Plugin

For some strange reason i began to get this error TypeError: events.replace is not a function. I am using Jquery Webcam Plugin i was able to see the flash player camera moments ago until i did a recompile of the code and got this error. Under is my…
devdar
  • 5,564
  • 28
  • 100
  • 153
0
votes
1 answer

SpringMVC Resources Path Changes When using Href Tag

I have a Spring MVC application it uses jquery.webcam.js this file is located in a js folder in the resources directory on WAR -resources -js,css.. - WEB-INF. Thats the basic structure in the js directory there is a jquery.webcam.js. When the form…
devdar
  • 5,564
  • 28
  • 100
  • 153
0
votes
1 answer

jquery webcam plugin picture

i am trying to use the jquery webcam plugin and i believe i have placed every thing right but still i have a problem . thought the #webcam div is working fine and show frames from the cam but on clicking capture no image is taken i get the…
user1542
  • 49
  • 1
  • 9
-3
votes
2 answers

How to do video recording?

I want to record a video using jquery and flash using the systems's Webcam. I googled a lot and found only scriptcam that could help me. I tried to integrate it with my webapp but the problem I face is that the scriptcam plugin hangs on document…
Indrajeet
  • 23
  • 7
1
2