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
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…

John Clarence Castro
- 145
- 1
- 2
- 17
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…

Vibhor Gupta
- 77
- 1
- 15
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: