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 字幕機顯示 違規區域 + 即時影像