|
DreamineVMS 1.0.0.0
Windows PC의 RTSP·USB 카메라 영상을 HLS로 변환해 원격 CCTV Viewer에 전달하는 데스크톱 에이전트입니다.
|
정적 Public 속성 | |
| const string | EmbeddedRefresh = "embedded.refresh" |
| const string | ServerOpenLive = "server.open-live" |
| const string | CameraConnect = "camera.connect" |
| const string | CameraDisconnect = "camera.disconnect" |
| const string | CameraStartAll = "camera.start-all" |
| const string | CameraStopAll = "camera.stop-all" |
| const string | ClearLogs = "logs.clear" |
VmsDashboardActionRequestedMessage에서 사용하는 Action 문자열 상수입니다.
메시지 발행 측과 처리 측이 문자열 오타로 어긋나는 것을 막기 위해 상수화합니다.
VmsDashboardActions.cs 파일의 19 번째 라인에서 정의되었습니다.
|
static |
선택한 카메라 연결을 요청합니다.
VmsDashboardActions.cs 파일의 49 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineVMS.Blazor.ViewModels.DashboardPageViewModel.ConnectCameraAsync(), DreamineVMS.ViewModels.MainWindowViewModel.OnDashboardActionRequestedAsync().
|
static |
선택한 카메라 연결 해제를 요청합니다.
VmsDashboardActions.cs 파일의 59 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineVMS.Blazor.ViewModels.DashboardPageViewModel.DisconnectCameraAsync(), DreamineVMS.ViewModels.MainWindowViewModel.OnDashboardActionRequestedAsync().
|
static |
전체 카메라 연결을 요청합니다.
VmsDashboardActions.cs 파일의 69 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineVMS.ViewModels.MainWindowViewModel.OnDashboardActionRequestedAsync(), DreamineVMS.Blazor.ViewModels.DashboardPageViewModel.StartAllAsync(), DreamineVMS.Blazor.ViewModels.VmsLocalDashboardViewModel.StartAllAsync().
|
static |
전체 카메라 연결 해제를 요청합니다.
VmsDashboardActions.cs 파일의 79 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineVMS.ViewModels.MainWindowViewModel.OnDashboardActionRequestedAsync(), DreamineVMS.Blazor.ViewModels.DashboardPageViewModel.StopAllAsync(), DreamineVMS.Blazor.ViewModels.VmsLocalDashboardViewModel.StopAllAsync().
|
static |
WPF Shell 로그 삭제를 요청합니다.
VmsDashboardActions.cs 파일의 89 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineVMS.Blazor.ViewModels.DashboardPageViewModel.ClearLogsAsync(), DreamineVMS.Blazor.ViewModels.VmsLocalDashboardViewModel.ClearLogsAsync(), DreamineVMS.ViewModels.MainWindowViewModel.OnDashboardActionRequestedAsync().
|
static |
Embedded Dashboard에서 강제 새로고침을 요청합니다.
VmsDashboardActions.cs 파일의 29 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineVMS.ViewModels.MainWindowViewModel.OnDashboardActionRequestedAsync(), DreamineVMS.Blazor.ViewModels.VmsLocalDashboardViewModel.RefreshAsync().
|
static |
Server Dashboard에서 Live 탭으로 전환을 요청합니다.
VmsDashboardActions.cs 파일의 39 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineVMS.ViewModels.MainWindowViewModel.OnDashboardActionRequestedAsync().