modifié: video.html

This commit is contained in:
sidya82 2014-02-28 02:47:17 +01:00
parent cacbb9b6a0
commit 6ce5f70451

View File

@ -13,7 +13,7 @@
url:'/ajax', url:'/ajax',
contentType: "image/jpg", contentType: "image/jpg",
success: function(data){ success: function(data){
$('#image').html('<img src="data:image/png;base64,' + data + '" />'); } $('#image').html(data)}
}); });
}) })
@ -21,6 +21,6 @@
</head> </head>
<body> <body>
<h2>Vue camera</h2> <h2>Vue camera</h2>
<div id="image"></div> <iframe content= id="image"></iframe>
</body> </body>
</html> </html>