From f348f4f945662155dbcab29e8df85dc9e39dea53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A8=81=E5=8B=9D=20=E5=BC=B5?= Date: Thu, 1 Feb 2024 21:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=8D=B3=E6=99=82?= =?UTF-8?q?=E5=BD=B1=E5=83=8F=E4=B8=B2=E6=B5=81=E4=BD=8D=E7=BD=AE=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0RTSP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/EngineeringController.cs | 5 + .../Views/Engineering/Engineering_RTSP.cshtml | 264 ++++++++++++++++++ .../Views/Shared/_Layout_Engineering.cshtml | 1 + 3 files changed, 270 insertions(+) create mode 100644 Parking_spaces/Views/Engineering/Engineering_RTSP.cshtml diff --git a/Parking_spaces/Controllers/EngineeringController.cs b/Parking_spaces/Controllers/EngineeringController.cs index c78b01b..b78f975 100644 --- a/Parking_spaces/Controllers/EngineeringController.cs +++ b/Parking_spaces/Controllers/EngineeringController.cs @@ -57,6 +57,11 @@ namespace Parking_spaces.Controllers { return View(); } + + public IActionResult Engineering_RTSP() + { + return View(); + } public IActionResult Single_violation_detail(string id) { ViewBag.parking_spaces_name = id; diff --git a/Parking_spaces/Views/Engineering/Engineering_RTSP.cshtml b/Parking_spaces/Views/Engineering/Engineering_RTSP.cshtml new file mode 100644 index 0000000..034b956 --- /dev/null +++ b/Parking_spaces/Views/Engineering/Engineering_RTSP.cshtml @@ -0,0 +1,264 @@ + +@{ + ViewData["Title"] = "Engineering_RTSP"; + Layout = "~/Views/Shared/_Layout_Engineering.cshtml"; +} + + + +

即時影像

+ + + + +
+ + + + + + + + + + + + + + +
+ 停車場位置 + + IP位置 + + 使用Port + + 攝像頭使用模式 + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml b/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml index 1408f46..42d79c6 100644 --- a/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml +++ b/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml @@ -78,6 +78,7 @@ 查看WEBCAM 字幕機顯示 違規區域 + 即時影像