From 832e3cc92db5b378e3641d0aa25c62e7f25f0d7a 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?=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 | 263 ++++++++++++++++++ .../Views/Shared/_Layout_Engineering.cshtml | 1 + 3 files changed, 269 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..c5575aa --- /dev/null +++ b/Parking_spaces/Views/Engineering/Engineering_RTSP.cshtml @@ -0,0 +1,263 @@ + +@{ + 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 字幕機顯示 違規區域 + 即時影像