camstreamerlib 4.0.0-beta.122 → 4.0.0-beta.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,9 +53,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
53
53
  };
54
54
  video: {
55
55
  output: {
56
- type: "video" | "images";
57
- url: string | null;
56
+ type: "video";
57
+ url: string;
58
58
  parameters: string;
59
+ } | {
60
+ type: "images";
61
+ url: string;
62
+ imageIntervalS: number;
59
63
  };
60
64
  input: {
61
65
  type: "RTSP_URL";
@@ -126,9 +130,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
126
130
  };
127
131
  video: {
128
132
  output: {
129
- type: "video" | "images";
130
- url: string | null;
133
+ type: "video";
134
+ url: string;
131
135
  parameters: string;
136
+ } | {
137
+ type: "images";
138
+ url: string;
139
+ imageIntervalS: number;
132
140
  };
133
141
  input: {
134
142
  type: "RTSP_URL";
@@ -196,9 +204,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
196
204
  };
197
205
  video: {
198
206
  output: {
199
- type: "video" | "images";
200
- url: string | null;
207
+ type: "video";
208
+ url: string;
201
209
  parameters: string;
210
+ } | {
211
+ type: "images";
212
+ url: string;
213
+ imageIntervalS: number;
202
214
  };
203
215
  input: {
204
216
  type: "RTSP_URL";
@@ -277,9 +289,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
277
289
  };
278
290
  video: {
279
291
  output: {
280
- type: "video" | "images";
281
- url: string | null;
292
+ type: "video";
293
+ url: string;
282
294
  parameters: string;
295
+ } | {
296
+ type: "images";
297
+ url: string;
298
+ imageIntervalS: number;
283
299
  };
284
300
  input: {
285
301
  type: "RTSP_URL";
@@ -347,9 +363,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
347
363
  };
348
364
  video: {
349
365
  output: {
350
- type: "video" | "images";
351
- url: string | null;
366
+ type: "video";
367
+ url: string;
352
368
  parameters: string;
369
+ } | {
370
+ type: "images";
371
+ url: string;
372
+ imageIntervalS: number;
353
373
  };
354
374
  input: {
355
375
  type: "RTSP_URL";
@@ -417,9 +437,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
417
437
  };
418
438
  video: {
419
439
  output: {
420
- type: "video" | "images";
421
- url: string | null;
440
+ type: "video";
441
+ url: string;
422
442
  parameters: string;
443
+ } | {
444
+ type: "images";
445
+ url: string;
446
+ imageIntervalS: number;
423
447
  };
424
448
  input: {
425
449
  type: "RTSP_URL";
@@ -487,9 +511,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
487
511
  };
488
512
  video: {
489
513
  output: {
490
- type: "video" | "images";
491
- url: string | null;
514
+ type: "video";
515
+ url: string;
492
516
  parameters: string;
517
+ } | {
518
+ type: "images";
519
+ url: string;
520
+ imageIntervalS: number;
493
521
  };
494
522
  input: {
495
523
  type: "RTSP_URL";
@@ -559,9 +587,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
559
587
  };
560
588
  video: {
561
589
  output: {
562
- type: "video" | "images";
563
- url: string | null;
590
+ type: "video";
591
+ url: string;
564
592
  parameters: string;
593
+ } | {
594
+ type: "images";
595
+ url: string;
596
+ imageIntervalS: number;
565
597
  };
566
598
  input: {
567
599
  type: "RTSP_URL";
@@ -629,9 +661,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
629
661
  };
630
662
  video: {
631
663
  output: {
632
- type: "video" | "images";
633
- url: string | null;
664
+ type: "video";
665
+ url: string;
634
666
  parameters: string;
667
+ } | {
668
+ type: "images";
669
+ url: string;
670
+ imageIntervalS: number;
635
671
  };
636
672
  input: {
637
673
  type: "RTSP_URL";
@@ -699,9 +735,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
699
735
  };
700
736
  video: {
701
737
  output: {
702
- type: "video" | "images";
703
- url: string | null;
738
+ type: "video";
739
+ url: string;
704
740
  parameters: string;
741
+ } | {
742
+ type: "images";
743
+ url: string;
744
+ imageIntervalS: number;
705
745
  };
706
746
  input: {
707
747
  type: "RTSP_URL";
@@ -769,9 +809,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
769
809
  };
770
810
  video: {
771
811
  output: {
772
- type: "video" | "images";
773
- url: string | null;
812
+ type: "video";
813
+ url: string;
774
814
  parameters: string;
815
+ } | {
816
+ type: "images";
817
+ url: string;
818
+ imageIntervalS: number;
775
819
  };
776
820
  input: {
777
821
  type: "RTSP_URL";
@@ -839,9 +883,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
839
883
  };
840
884
  video: {
841
885
  output: {
842
- type: "video" | "images";
843
- url: string | null;
886
+ type: "video";
887
+ url: string;
844
888
  parameters: string;
889
+ } | {
890
+ type: "images";
891
+ url: string;
892
+ imageIntervalS: number;
845
893
  };
846
894
  input: {
847
895
  type: "RTSP_URL";
@@ -909,9 +957,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
909
957
  };
910
958
  video: {
911
959
  output: {
912
- type: "video" | "images";
913
- url: string | null;
960
+ type: "video";
961
+ url: string;
914
962
  parameters: string;
963
+ } | {
964
+ type: "images";
965
+ url: string;
966
+ imageIntervalS: number;
915
967
  };
916
968
  input: {
917
969
  type: "RTSP_URL";
@@ -979,9 +1031,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
979
1031
  };
980
1032
  video: {
981
1033
  output: {
982
- type: "video" | "images";
983
- url: string | null;
1034
+ type: "video";
1035
+ url: string;
984
1036
  parameters: string;
1037
+ } | {
1038
+ type: "images";
1039
+ url: string;
1040
+ imageIntervalS: number;
985
1041
  };
986
1042
  input: {
987
1043
  type: "RTSP_URL";
@@ -1051,9 +1107,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1051
1107
  };
1052
1108
  video: {
1053
1109
  output: {
1054
- type: "video" | "images";
1055
- url: string | null;
1110
+ type: "video";
1111
+ url: string;
1056
1112
  parameters: string;
1113
+ } | {
1114
+ type: "images";
1115
+ url: string;
1116
+ imageIntervalS: number;
1057
1117
  };
1058
1118
  input: {
1059
1119
  type: "RTSP_URL";
@@ -1121,9 +1181,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1121
1181
  };
1122
1182
  video: {
1123
1183
  output: {
1124
- type: "video" | "images";
1125
- url: string | null;
1184
+ type: "video";
1185
+ url: string;
1126
1186
  parameters: string;
1187
+ } | {
1188
+ type: "images";
1189
+ url: string;
1190
+ imageIntervalS: number;
1127
1191
  };
1128
1192
  input: {
1129
1193
  type: "RTSP_URL";
@@ -1191,9 +1255,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1191
1255
  };
1192
1256
  video: {
1193
1257
  output: {
1194
- type: "video" | "images";
1195
- url: string | null;
1258
+ type: "video";
1259
+ url: string;
1196
1260
  parameters: string;
1261
+ } | {
1262
+ type: "images";
1263
+ url: string;
1264
+ imageIntervalS: number;
1197
1265
  };
1198
1266
  input: {
1199
1267
  type: "RTSP_URL";
@@ -1261,9 +1329,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1261
1329
  };
1262
1330
  video: {
1263
1331
  output: {
1264
- type: "video" | "images";
1265
- url: string | null;
1332
+ type: "video";
1333
+ url: string;
1266
1334
  parameters: string;
1335
+ } | {
1336
+ type: "images";
1337
+ url: string;
1338
+ imageIntervalS: number;
1267
1339
  };
1268
1340
  input: {
1269
1341
  type: "RTSP_URL";
@@ -1331,9 +1403,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1331
1403
  };
1332
1404
  video: {
1333
1405
  output: {
1334
- type: "video" | "images";
1335
- url: string | null;
1406
+ type: "video";
1407
+ url: string;
1336
1408
  parameters: string;
1409
+ } | {
1410
+ type: "images";
1411
+ url: string;
1412
+ imageIntervalS: number;
1337
1413
  };
1338
1414
  input: {
1339
1415
  type: "RTSP_URL";
@@ -1401,9 +1477,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1401
1477
  };
1402
1478
  video: {
1403
1479
  output: {
1404
- type: "video" | "images";
1405
- url: string | null;
1480
+ type: "video";
1481
+ url: string;
1406
1482
  parameters: string;
1483
+ } | {
1484
+ type: "images";
1485
+ url: string;
1486
+ imageIntervalS: number;
1407
1487
  };
1408
1488
  input: {
1409
1489
  type: "RTSP_URL";
@@ -1482,9 +1562,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1482
1562
  };
1483
1563
  video: {
1484
1564
  output: {
1485
- type: "video" | "images";
1486
- url: string | null;
1565
+ type: "video";
1566
+ url: string;
1487
1567
  parameters: string;
1568
+ } | {
1569
+ type: "images";
1570
+ url: string;
1571
+ imageIntervalS: number;
1488
1572
  };
1489
1573
  input: {
1490
1574
  type: "RTSP_URL";
@@ -1555,9 +1639,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1555
1639
  };
1556
1640
  video: {
1557
1641
  output: {
1558
- type: "video" | "images";
1559
- url: string | null;
1642
+ type: "video";
1643
+ url: string;
1560
1644
  parameters: string;
1645
+ } | {
1646
+ type: "images";
1647
+ url: string;
1648
+ imageIntervalS: number;
1561
1649
  };
1562
1650
  input: {
1563
1651
  type: "RTSP_URL";
@@ -1625,9 +1713,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1625
1713
  };
1626
1714
  video: {
1627
1715
  output: {
1628
- type: "video" | "images";
1629
- url: string | null;
1716
+ type: "video";
1717
+ url: string;
1630
1718
  parameters: string;
1719
+ } | {
1720
+ type: "images";
1721
+ url: string;
1722
+ imageIntervalS: number;
1631
1723
  };
1632
1724
  input: {
1633
1725
  type: "RTSP_URL";
@@ -1706,9 +1798,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1706
1798
  };
1707
1799
  video: {
1708
1800
  output: {
1709
- type: "video" | "images";
1710
- url: string | null;
1801
+ type: "video";
1802
+ url: string;
1711
1803
  parameters: string;
1804
+ } | {
1805
+ type: "images";
1806
+ url: string;
1807
+ imageIntervalS: number;
1712
1808
  };
1713
1809
  input: {
1714
1810
  type: "RTSP_URL";
@@ -1776,9 +1872,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1776
1872
  };
1777
1873
  video: {
1778
1874
  output: {
1779
- type: "video" | "images";
1780
- url: string | null;
1875
+ type: "video";
1876
+ url: string;
1781
1877
  parameters: string;
1878
+ } | {
1879
+ type: "images";
1880
+ url: string;
1881
+ imageIntervalS: number;
1782
1882
  };
1783
1883
  input: {
1784
1884
  type: "RTSP_URL";
@@ -1846,9 +1946,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1846
1946
  };
1847
1947
  video: {
1848
1948
  output: {
1849
- type: "video" | "images";
1850
- url: string | null;
1949
+ type: "video";
1950
+ url: string;
1851
1951
  parameters: string;
1952
+ } | {
1953
+ type: "images";
1954
+ url: string;
1955
+ imageIntervalS: number;
1852
1956
  };
1853
1957
  input: {
1854
1958
  type: "RTSP_URL";
@@ -1916,9 +2020,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1916
2020
  };
1917
2021
  video: {
1918
2022
  output: {
1919
- type: "video" | "images";
1920
- url: string | null;
2023
+ type: "video";
2024
+ url: string;
1921
2025
  parameters: string;
2026
+ } | {
2027
+ type: "images";
2028
+ url: string;
2029
+ imageIntervalS: number;
1922
2030
  };
1923
2031
  input: {
1924
2032
  type: "RTSP_URL";
@@ -1988,9 +2096,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
1988
2096
  };
1989
2097
  video: {
1990
2098
  output: {
1991
- type: "video" | "images";
1992
- url: string | null;
2099
+ type: "video";
2100
+ url: string;
1993
2101
  parameters: string;
2102
+ } | {
2103
+ type: "images";
2104
+ url: string;
2105
+ imageIntervalS: number;
1994
2106
  };
1995
2107
  input: {
1996
2108
  type: "RTSP_URL";
@@ -2058,9 +2170,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2058
2170
  };
2059
2171
  video: {
2060
2172
  output: {
2061
- type: "video" | "images";
2062
- url: string | null;
2173
+ type: "video";
2174
+ url: string;
2063
2175
  parameters: string;
2176
+ } | {
2177
+ type: "images";
2178
+ url: string;
2179
+ imageIntervalS: number;
2064
2180
  };
2065
2181
  input: {
2066
2182
  type: "RTSP_URL";
@@ -2128,9 +2244,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2128
2244
  };
2129
2245
  video: {
2130
2246
  output: {
2131
- type: "video" | "images";
2132
- url: string | null;
2247
+ type: "video";
2248
+ url: string;
2133
2249
  parameters: string;
2250
+ } | {
2251
+ type: "images";
2252
+ url: string;
2253
+ imageIntervalS: number;
2134
2254
  };
2135
2255
  input: {
2136
2256
  type: "RTSP_URL";
@@ -2198,9 +2318,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2198
2318
  };
2199
2319
  video: {
2200
2320
  output: {
2201
- type: "video" | "images";
2202
- url: string | null;
2321
+ type: "video";
2322
+ url: string;
2203
2323
  parameters: string;
2324
+ } | {
2325
+ type: "images";
2326
+ url: string;
2327
+ imageIntervalS: number;
2204
2328
  };
2205
2329
  input: {
2206
2330
  type: "RTSP_URL";
@@ -2268,9 +2392,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2268
2392
  };
2269
2393
  video: {
2270
2394
  output: {
2271
- type: "video" | "images";
2272
- url: string | null;
2395
+ type: "video";
2396
+ url: string;
2273
2397
  parameters: string;
2398
+ } | {
2399
+ type: "images";
2400
+ url: string;
2401
+ imageIntervalS: number;
2274
2402
  };
2275
2403
  input: {
2276
2404
  type: "RTSP_URL";
@@ -2338,9 +2466,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2338
2466
  };
2339
2467
  video: {
2340
2468
  output: {
2341
- type: "video" | "images";
2342
- url: string | null;
2469
+ type: "video";
2470
+ url: string;
2343
2471
  parameters: string;
2472
+ } | {
2473
+ type: "images";
2474
+ url: string;
2475
+ imageIntervalS: number;
2344
2476
  };
2345
2477
  input: {
2346
2478
  type: "RTSP_URL";
@@ -2408,9 +2540,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2408
2540
  };
2409
2541
  video: {
2410
2542
  output: {
2411
- type: "video" | "images";
2412
- url: string | null;
2543
+ type: "video";
2544
+ url: string;
2413
2545
  parameters: string;
2546
+ } | {
2547
+ type: "images";
2548
+ url: string;
2549
+ imageIntervalS: number;
2414
2550
  };
2415
2551
  input: {
2416
2552
  type: "RTSP_URL";
@@ -2480,9 +2616,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2480
2616
  };
2481
2617
  video: {
2482
2618
  output: {
2483
- type: "video" | "images";
2484
- url: string | null;
2619
+ type: "video";
2620
+ url: string;
2485
2621
  parameters: string;
2622
+ } | {
2623
+ type: "images";
2624
+ url: string;
2625
+ imageIntervalS: number;
2486
2626
  };
2487
2627
  input: {
2488
2628
  type: "RTSP_URL";
@@ -2550,9 +2690,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2550
2690
  };
2551
2691
  video: {
2552
2692
  output: {
2553
- type: "video" | "images";
2554
- url: string | null;
2693
+ type: "video";
2694
+ url: string;
2555
2695
  parameters: string;
2696
+ } | {
2697
+ type: "images";
2698
+ url: string;
2699
+ imageIntervalS: number;
2556
2700
  };
2557
2701
  input: {
2558
2702
  type: "RTSP_URL";
@@ -2620,9 +2764,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2620
2764
  };
2621
2765
  video: {
2622
2766
  output: {
2623
- type: "video" | "images";
2624
- url: string | null;
2767
+ type: "video";
2768
+ url: string;
2625
2769
  parameters: string;
2770
+ } | {
2771
+ type: "images";
2772
+ url: string;
2773
+ imageIntervalS: number;
2626
2774
  };
2627
2775
  input: {
2628
2776
  type: "RTSP_URL";
@@ -2690,9 +2838,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2690
2838
  };
2691
2839
  video: {
2692
2840
  output: {
2693
- type: "video" | "images";
2694
- url: string | null;
2841
+ type: "video";
2842
+ url: string;
2695
2843
  parameters: string;
2844
+ } | {
2845
+ type: "images";
2846
+ url: string;
2847
+ imageIntervalS: number;
2696
2848
  };
2697
2849
  input: {
2698
2850
  type: "RTSP_URL";
@@ -2760,9 +2912,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2760
2912
  };
2761
2913
  video: {
2762
2914
  output: {
2763
- type: "video" | "images";
2764
- url: string | null;
2915
+ type: "video";
2916
+ url: string;
2765
2917
  parameters: string;
2918
+ } | {
2919
+ type: "images";
2920
+ url: string;
2921
+ imageIntervalS: number;
2766
2922
  };
2767
2923
  input: {
2768
2924
  type: "RTSP_URL";
@@ -2830,9 +2986,13 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
2830
2986
  };
2831
2987
  video: {
2832
2988
  output: {
2833
- type: "video" | "images";
2834
- url: string | null;
2989
+ type: "video";
2990
+ url: string;
2835
2991
  parameters: string;
2992
+ } | {
2993
+ type: "images";
2994
+ url: string;
2995
+ imageIntervalS: number;
2836
2996
  };
2837
2997
  input: {
2838
2998
  type: "RTSP_URL";