← Back to Docs

PlgCameraInspection Plugin (Custom)

PlgCameraInspection custom plugin documentation including routes, config files, dependencies, and deployment checklist.

Custom ExtensionsVersion6.4.0Updated2026-04-29OwnerScadaV6WebPluginExt

PlgCameraInspection Plugin (Custom)

PlgCameraInspection is a custom web plugin in ScadaV6WebPluginExt. This page is generated from source metadata for deployment and maintenance.

Functional Description

Adds camera/video related integration and visualization capabilities.

Basic Information

  • Source path: ScadaV6WebPluginExt/PlgCameraInspection
  • Target framework: net8.0
  • Plugin version: 6.4.0 (AssemblyVersion: 6.4.0.1)
  • 请结合语言包确认菜单名称。

Controllers and Routes

  • ConfigController
  • ControllerApiBase
  • InspectionController
  • ReportController
  • Api/CameraInspConfig/[action]
  • Api/CameraInsp/[action]
  • Api/CameraInspReport/[action]
  • ConfigController.ExportConfig - HttpGet
  • ConfigController.ImportConfig - HttpPost
  • InspectionController.StartInspManual - HttpPost
  • InspectionController.StopInspManual - HttpPost
  • ReportController.GetReportList - HttpGet
  • ReportController.GetReportStatisticIndex - HttpGet
  • ReportController.DownloadReport - HttpGet

Configuration and Key Files

  • 未检测到 Options 类文件。
  • wwwroot/plugins/CameraInspection/lib/font_camerainsp/iconfont.json
  • Areas/CameraInspection/Pages/Config.cshtml
  • Areas/CameraInspection/Pages/Report.cshtml
  • Areas/CameraInspection/Pages/_ViewImports.cshtml
  • Areas/CameraInspection/Pages/Inspection.cshtml
  • Areas/CameraInspection/Pages/Index.cshtml
  • Areas/CameraInspection/Pages/Shared/_InspectionLayout.cshtml

Dependencies

  • ScadaCommon
  • ScadaCommon.Log
  • ScadaWebCommon
  • LiteDB
  • NPOI
  • Quartz
  • Quartz.AspNetCore
  • Serilog
  • Google.Protobuf
  • Grpc.Net.Client
  • SkiaSharp
  • SkiaSharp.NativeAssets.Linux

Deployment Checklist

  1. Build plugin and verify artifacts.
  2. Deploy assemblies, language files, pages, and static assets.
  3. Validate DB/provider settings if required.
  4. Restart service and verify UI/API availability.