This commit is contained in:
2026-09-15 11:21:06 +08:00
parent 781d1af337
commit f045753d52
6 changed files with 1456 additions and 173 deletions

View File

@@ -42,6 +42,7 @@ interface HikvisionWebVideoCtrl {
) => number | void
I_Logout: (deviceIdentify: string) => number
I_StartRealPlay: (deviceIdentify: string, options: HikvisionRealPlayOptions) => void
I_ChangeWndNum: (windowType: number) => Promise<unknown>
I_GetWindowStatus: (windowIndex: number) => { szDeviceIdentify?: string } | null
I_Stop: (options: HikvisionSdkCallbacks & { iIndex?: number }) => void
I_StopAll: () => Promise<unknown> | void