@extends('backend.layouts.app') @section('title') {{-- __($module_action) }} {{ __($module_title) --}} @endsection @section('breadcrumbs') {{-- --}} {{-- __($module_title) --}} {{-- __($module_action) --}} @endsection @section('content')

Camera Details

Back to Cameras
Camera Info
{{ ucfirst($camera->status) }}
IP Address: {{ $camera->ip_address }}
Port: {{ $camera->port }}
Device Name: {{ $camera->device_name }}
Camera Name: {{ $camera->camera_name }}
Remote CH No.: {{ $camera->remote_ch_no }}
Serial Number: {{ $camera->sn ?: 'N/A' }}
Manufacturer: {{ $camera->manufacturer ?: 'N/A' }}
Model: {{ $camera->model ?: 'N/A' }}
MAC Address: {{ $camera->mac_address ?: 'N/A' }}
Stream Preview
Camera Preview {{-- --}}

Preview refreshes every 5 seconds

Stream Information
Use this URL in media players like VLC to view the camera stream.
{{ ucfirst($camera->status) }}
@endsection