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 | stream "swffile": "../Webcam_Plugin/jscam_canvas_only.swf", "quality": 85, "debug": function () {}, "onCapture": function () {}, "onTick": function () {}, "onSave": function () {}, "onLoad": function () {} }; window["webcam"] = webcam; $["fn"]["webcam"] = function(options)