{{ $serverIp }}
This IP address is used when querying the WMVision API and should be injected into stream URLs.
Last refreshed: {{ $ipLastRefreshed->diffForHumans() }} (cached for 24 hours)
{{ $message }}
Total Cameras
{{ \App\Models\Camera::count() }}
Live Cameras
{{ \App\Models\Camera::where('is_live', true)->count() }}
Total Views
{{ \App\Models\CameraView::where('ip_address', 'system')->sum('total_views') }}
Views Today
{{ \App\Models\CameraView::where('ip_address', 'system')->sum('views_today') }}
| Name | City | Cam ID | Last Online | Actions |
|---|---|---|---|---|
| {{ $camera->title }} | {{ $camera->city }} | {{ $camera->wmvision_id }} | @if($camera->last_online_at) {{ $camera->last_online_at->diffForHumans() }} @else Never @endif | View Camera |
| No offline cameras found | ||||