modifié: video.html
This commit is contained in:
parent
cacbb9b6a0
commit
6ce5f70451
@ -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>
|
||||||
|
Reference in New Issue
Block a user