began implementation of async call from web app
This commit is contained in:
17
templates/index.html
Normal file
17
templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user