diff --git a/Parking_spaces/Controllers/EngineeringController.cs b/Parking_spaces/Controllers/EngineeringController.cs index b78f975..f48c1e6 100644 --- a/Parking_spaces/Controllers/EngineeringController.cs +++ b/Parking_spaces/Controllers/EngineeringController.cs @@ -72,6 +72,11 @@ namespace Parking_spaces.Controllers return View(); } + public IActionResult Map_RTSP(string id) + { + return View(); + } + } } diff --git a/Parking_spaces/Views/Engineering/Map_RTSP.cshtml b/Parking_spaces/Views/Engineering/Map_RTSP.cshtml new file mode 100644 index 0000000..ac1513b --- /dev/null +++ b/Parking_spaces/Views/Engineering/Map_RTSP.cshtml @@ -0,0 +1,400 @@ +@{ + Layout = "~/Views/Shared/_Layout_Engineering.cshtml"; +} + + + + + + + + + + + + + + + +
+ +
+

+ + +
+
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml b/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml index 42d79c6..7133c69 100644 --- a/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml +++ b/Parking_spaces/Views/Shared/_Layout_Engineering.cshtml @@ -78,7 +78,7 @@ 查看WEBCAM 字幕機顯示 違規區域 - 即時影像 + 即時影像 diff --git a/Parking_spaces/wwwroot/image/icon/cam.png b/Parking_spaces/wwwroot/image/icon/cam.png new file mode 100644 index 0000000..9f4c3cb Binary files /dev/null and b/Parking_spaces/wwwroot/image/icon/cam.png differ