タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

webcamとhtml5に関するxluneのブックマーク (1)

  • Photobooth.js

    $('#example').photobooth().on("image",function( event, dataUrl ){ $( "#gallery" ).append( '<img src="' + dataUrl + '" >'); }); container = document.getElementById( "example" ); gallery = document.getElementById( "gallery" ); myPhotobooth = new Photobooth( container ); myPhotobooth.onImage = function( dataUrl ){ var myImage = document.createElement( "img" ); myImage.src = dataUrl; gallery.appendChi

    xlune
    xlune 2013/02/06
    ブラウザでのWebカメラ利用に便利なJSライブラリ、、、
  • 1