环视 分屏
This commit is contained in:
18
templates/index.html
Normal file
18
templates/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><title>Surround View System</title></head>
|
||||
<body style="background:#111;color:white;text-align:center;">
|
||||
<h2>🚗 四路摄像头 + 环视鸟瞰图</h2>
|
||||
<div>
|
||||
<h3>四路分屏</h3>
|
||||
<img src="/video_feed_original" width="800"/>
|
||||
</div>
|
||||
<div style="margin-top:20px;">
|
||||
<h3>鸟瞰图 (Bird's Eye View)</h3>
|
||||
<img src="/video_feed_birdview" width="500"/>
|
||||
</div>
|
||||
<p>按 Ctrl+C 停止服务 | 账号: admin / 密码: password123</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user