added test webcam
This commit is contained in:
@ -49,22 +49,22 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>🚦 Traffic Logger Dashboard</h1>
|
||||
<h1>Monitoring Trafik</h1>
|
||||
|
||||
<div id="stats">
|
||||
<div class="stat">🔢 Total Vehicle Log Entries: <span id="total-entries" class="loading">Loading...</span></div>
|
||||
<div class="stat">🚗 Vehicles Currently Between Lines: <span id="vehicle-zone" class="loading">Loading...</span></div>
|
||||
<div class="stat">🔢 Total Entri Log Kendaraan: <span id="total-entries" class="loading">Loading...</span></div>
|
||||
<div class="stat">🚗 Kendaraan yang Saat Ini Berada di Antara Jalur: <span id="vehicle-zone" class="loading">Loading...</span></div>
|
||||
</div>
|
||||
|
||||
<h2>📋 Last 10 Vehicle Entries</h2>
|
||||
<h2>📋 10 Entri Kendaraan Terakhir</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Vehicle ID</th>
|
||||
<th>Direction</th>
|
||||
<th>Timestamp</th>
|
||||
<th>Speed (km/h)</th>
|
||||
<th>ID Kenderaan</th>
|
||||
<th>Arah</th>
|
||||
<th>Waktu</th>
|
||||
<th>Kecepatan (km/h)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="log-table-body">
|
||||
|
||||
Reference in New Issue
Block a user