我正在使用photobooth
js,它在 localhost 上工作正常,但是当我在实时服务器上使用时,我收到错误 **请Photobooth
允许使用您的网络摄像头。再试一次Google Chrome
。请让我知道我该如何解决这个问题。
Javascript
$( '#example' ).photobooth().on( "image", function( event, dataUrl ){
$( "#gallery" ).show().html( '<img src="' + dataUrl + '" ><input type="hidden" id="imgdata" value="' + dataUrl + '" >');
});