improved camera

This commit is contained in:
2023-01-15 05:26:28 +00:00
parent a91681dbdc
commit 6925c218b1
5 changed files with 36 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>🔴 Streaming...</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='style.css') }}">
</head>
<body>
<div id="title">Camera Feed</div>
<div id="camera">
<img id="camera_feed" src="/stream_feed">
</div>
</body>
</html>