mavsdk-types 1.0.0

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.
Files changed (107) hide show
  1. package/README.md +24 -0
  2. package/action/ActionServiceClientPb.ts +985 -0
  3. package/action/action_pb.d.ts +875 -0
  4. package/action/action_pb.js +7317 -0
  5. package/action_server/Action_serverServiceClientPb.ts +408 -0
  6. package/action_server/action_server_pb.d.ts +571 -0
  7. package/action_server/action_server_pb.js +4624 -0
  8. package/calibration/CalibrationServiceClientPb.ts +192 -0
  9. package/calibration/calibration_pb.d.ts +306 -0
  10. package/calibration/calibration_pb.js +2501 -0
  11. package/camera/CameraServiceClientPb.ts +838 -0
  12. package/camera/camera_pb.d.ts +1260 -0
  13. package/camera/camera_pb.js +10338 -0
  14. package/camera_server/Camera_serverServiceClientPb.ts +818 -0
  15. package/camera_server/camera_server_pb.d.ts +1180 -0
  16. package/camera_server/camera_server_pb.js +9586 -0
  17. package/component_information/Component_informationServiceClientPb.ts +104 -0
  18. package/component_information/component_information_pb.d.ts +179 -0
  19. package/component_information/component_information_pb.js +1445 -0
  20. package/component_information_server/Component_information_serverServiceClientPb.ts +104 -0
  21. package/component_information_server/component_information_server_pb.d.ts +183 -0
  22. package/component_information_server/component_information_server_pb.js +1439 -0
  23. package/core/CoreServiceClientPb.ts +104 -0
  24. package/core/core_pb.d.ts +88 -0
  25. package/core/core_pb.js +748 -0
  26. package/failure/FailureServiceClientPb.ts +82 -0
  27. package/failure/failure_pb.d.ts +111 -0
  28. package/failure/failure_pb.js +646 -0
  29. package/follow_me/Follow_meServiceClientPb.ts +340 -0
  30. package/follow_me/follow_me_pb.d.ts +369 -0
  31. package/follow_me/follow_me_pb.js +2990 -0
  32. package/ftp/FtpServiceClientPb.ts +384 -0
  33. package/ftp/ftp_pb.d.ts +449 -0
  34. package/ftp/ftp_pb.js +3674 -0
  35. package/ftp_server/Ftp_serverServiceClientPb.ts +82 -0
  36. package/ftp_server/ftp_server_pb.d.ts +72 -0
  37. package/ftp_server/ftp_server_pb.js +545 -0
  38. package/geofence/GeofenceServiceClientPb.ts +125 -0
  39. package/geofence/geofence_pb.d.ts +216 -0
  40. package/geofence/geofence_pb.js +1737 -0
  41. package/gimbal/GimbalServiceClientPb.ts +362 -0
  42. package/gimbal/gimbal_pb.d.ts +398 -0
  43. package/gimbal/gimbal_pb.js +3233 -0
  44. package/gripper/GripperServiceClientPb.ts +125 -0
  45. package/gripper/gripper_pb.d.ts +116 -0
  46. package/gripper/gripper_pb.js +880 -0
  47. package/info/InfoServiceClientPb.ts +254 -0
  48. package/info/info_pb.d.ts +377 -0
  49. package/info/info_pb.js +3035 -0
  50. package/log_files/Log_filesServiceClientPb.ts +147 -0
  51. package/log_files/log_files_pb.d.ts +206 -0
  52. package/log_files/log_files_pb.js +1667 -0
  53. package/manual_control/Manual_controlServiceClientPb.ts +168 -0
  54. package/manual_control/manual_control_pb.d.ts +157 -0
  55. package/manual_control/manual_control_pb.js +1232 -0
  56. package/mavsdk_options_pb.d.ts +10 -0
  57. package/mavsdk_options_pb.js +141 -0
  58. package/mission/MissionServiceClientPb.ts +578 -0
  59. package/mission/mission_pb.d.ts +749 -0
  60. package/mission/mission_pb.js +6095 -0
  61. package/mission_raw/Mission_rawServiceClientPb.ts +599 -0
  62. package/mission_raw/mission_raw_pb.d.ts +691 -0
  63. package/mission_raw/mission_raw_pb.js +5766 -0
  64. package/mission_raw_server/Mission_raw_serverServiceClientPb.ts +148 -0
  65. package/mission_raw_server/mission_raw_server_pb.d.ts +285 -0
  66. package/mission_raw_server/mission_raw_server_pb.js +2269 -0
  67. package/mocap/MocapServiceClientPb.ts +168 -0
  68. package/mocap/mocap_pb.d.ts +445 -0
  69. package/mocap/mocap_pb.js +3637 -0
  70. package/offboard/OffboardServiceClientPb.ts +598 -0
  71. package/offboard/offboard_pb.d.ts +813 -0
  72. package/offboard/offboard_pb.js +6771 -0
  73. package/package.json +15 -0
  74. package/param/ParamServiceClientPb.ts +383 -0
  75. package/param/param_pb.d.ts +469 -0
  76. package/param/param_pb.js +3849 -0
  77. package/param_server/Param_serverServiceClientPb.ts +406 -0
  78. package/param_server/param_server_pb.d.ts +523 -0
  79. package/param_server/param_server_pb.js +4371 -0
  80. package/rtk/RtkServiceClientPb.ts +82 -0
  81. package/rtk/rtk_pb.d.ts +93 -0
  82. package/rtk/rtk_pb.js +719 -0
  83. package/server_utility/Server_utilityServiceClientPb.ts +82 -0
  84. package/server_utility/server_utility_pb.d.ts +87 -0
  85. package/server_utility/server_utility_pb.js +591 -0
  86. package/shell/ShellServiceClientPb.ts +104 -0
  87. package/shell/shell_pb.d.ts +106 -0
  88. package/shell/shell_pb.js +822 -0
  89. package/telemetry/TelemetryServiceClientPb.ts +1862 -0
  90. package/telemetry/telemetry_pb.d.ts +3201 -0
  91. package/telemetry/telemetry_pb.js +26682 -0
  92. package/telemetry_server/Telemetry_serverServiceClientPb.ts +684 -0
  93. package/telemetry_server/telemetry_server_pb.d.ts +1562 -0
  94. package/telemetry_server/telemetry_server_pb.js +12735 -0
  95. package/tracking_server/Tracking_serverServiceClientPb.ts +363 -0
  96. package/tracking_server/tracking_server_pb.d.ts +407 -0
  97. package/tracking_server/tracking_server_pb.js +3366 -0
  98. package/transponder/TransponderServiceClientPb.ts +104 -0
  99. package/transponder/transponder_pb.d.ts +196 -0
  100. package/transponder/transponder_pb.js +1360 -0
  101. package/tsconfig.json +9 -0
  102. package/tune/TuneServiceClientPb.ts +82 -0
  103. package/tune/tune_pb.d.ts +122 -0
  104. package/tune/tune_pb.js +804 -0
  105. package/winch/WinchServiceClientPb.ts +491 -0
  106. package/winch/winch_pb.d.ts +593 -0
  107. package/winch/winch_pb.js +4801 -0
@@ -0,0 +1,1180 @@
1
+ import * as jspb from 'google-protobuf'
2
+
3
+ import * as mavsdk_options_pb from '../mavsdk_options_pb';
4
+
5
+
6
+ export class SetInformationRequest extends jspb.Message {
7
+ getInformation(): Information | undefined;
8
+ setInformation(value?: Information): SetInformationRequest;
9
+ hasInformation(): boolean;
10
+ clearInformation(): SetInformationRequest;
11
+
12
+ serializeBinary(): Uint8Array;
13
+ toObject(includeInstance?: boolean): SetInformationRequest.AsObject;
14
+ static toObject(includeInstance: boolean, msg: SetInformationRequest): SetInformationRequest.AsObject;
15
+ static serializeBinaryToWriter(message: SetInformationRequest, writer: jspb.BinaryWriter): void;
16
+ static deserializeBinary(bytes: Uint8Array): SetInformationRequest;
17
+ static deserializeBinaryFromReader(message: SetInformationRequest, reader: jspb.BinaryReader): SetInformationRequest;
18
+ }
19
+
20
+ export namespace SetInformationRequest {
21
+ export type AsObject = {
22
+ information?: Information.AsObject,
23
+ }
24
+ }
25
+
26
+ export class SetInformationResponse extends jspb.Message {
27
+ getCameraServerResult(): CameraServerResult | undefined;
28
+ setCameraServerResult(value?: CameraServerResult): SetInformationResponse;
29
+ hasCameraServerResult(): boolean;
30
+ clearCameraServerResult(): SetInformationResponse;
31
+
32
+ serializeBinary(): Uint8Array;
33
+ toObject(includeInstance?: boolean): SetInformationResponse.AsObject;
34
+ static toObject(includeInstance: boolean, msg: SetInformationResponse): SetInformationResponse.AsObject;
35
+ static serializeBinaryToWriter(message: SetInformationResponse, writer: jspb.BinaryWriter): void;
36
+ static deserializeBinary(bytes: Uint8Array): SetInformationResponse;
37
+ static deserializeBinaryFromReader(message: SetInformationResponse, reader: jspb.BinaryReader): SetInformationResponse;
38
+ }
39
+
40
+ export namespace SetInformationResponse {
41
+ export type AsObject = {
42
+ cameraServerResult?: CameraServerResult.AsObject,
43
+ }
44
+ }
45
+
46
+ export class SetVideoStreamingRequest extends jspb.Message {
47
+ getVideoStreaming(): VideoStreaming | undefined;
48
+ setVideoStreaming(value?: VideoStreaming): SetVideoStreamingRequest;
49
+ hasVideoStreaming(): boolean;
50
+ clearVideoStreaming(): SetVideoStreamingRequest;
51
+
52
+ serializeBinary(): Uint8Array;
53
+ toObject(includeInstance?: boolean): SetVideoStreamingRequest.AsObject;
54
+ static toObject(includeInstance: boolean, msg: SetVideoStreamingRequest): SetVideoStreamingRequest.AsObject;
55
+ static serializeBinaryToWriter(message: SetVideoStreamingRequest, writer: jspb.BinaryWriter): void;
56
+ static deserializeBinary(bytes: Uint8Array): SetVideoStreamingRequest;
57
+ static deserializeBinaryFromReader(message: SetVideoStreamingRequest, reader: jspb.BinaryReader): SetVideoStreamingRequest;
58
+ }
59
+
60
+ export namespace SetVideoStreamingRequest {
61
+ export type AsObject = {
62
+ videoStreaming?: VideoStreaming.AsObject,
63
+ }
64
+ }
65
+
66
+ export class SetVideoStreamingResponse extends jspb.Message {
67
+ getCameraServerResult(): CameraServerResult | undefined;
68
+ setCameraServerResult(value?: CameraServerResult): SetVideoStreamingResponse;
69
+ hasCameraServerResult(): boolean;
70
+ clearCameraServerResult(): SetVideoStreamingResponse;
71
+
72
+ serializeBinary(): Uint8Array;
73
+ toObject(includeInstance?: boolean): SetVideoStreamingResponse.AsObject;
74
+ static toObject(includeInstance: boolean, msg: SetVideoStreamingResponse): SetVideoStreamingResponse.AsObject;
75
+ static serializeBinaryToWriter(message: SetVideoStreamingResponse, writer: jspb.BinaryWriter): void;
76
+ static deserializeBinary(bytes: Uint8Array): SetVideoStreamingResponse;
77
+ static deserializeBinaryFromReader(message: SetVideoStreamingResponse, reader: jspb.BinaryReader): SetVideoStreamingResponse;
78
+ }
79
+
80
+ export namespace SetVideoStreamingResponse {
81
+ export type AsObject = {
82
+ cameraServerResult?: CameraServerResult.AsObject,
83
+ }
84
+ }
85
+
86
+ export class SetInProgressRequest extends jspb.Message {
87
+ getInProgress(): boolean;
88
+ setInProgress(value: boolean): SetInProgressRequest;
89
+
90
+ serializeBinary(): Uint8Array;
91
+ toObject(includeInstance?: boolean): SetInProgressRequest.AsObject;
92
+ static toObject(includeInstance: boolean, msg: SetInProgressRequest): SetInProgressRequest.AsObject;
93
+ static serializeBinaryToWriter(message: SetInProgressRequest, writer: jspb.BinaryWriter): void;
94
+ static deserializeBinary(bytes: Uint8Array): SetInProgressRequest;
95
+ static deserializeBinaryFromReader(message: SetInProgressRequest, reader: jspb.BinaryReader): SetInProgressRequest;
96
+ }
97
+
98
+ export namespace SetInProgressRequest {
99
+ export type AsObject = {
100
+ inProgress: boolean,
101
+ }
102
+ }
103
+
104
+ export class SetInProgressResponse extends jspb.Message {
105
+ getCameraServerResult(): CameraServerResult | undefined;
106
+ setCameraServerResult(value?: CameraServerResult): SetInProgressResponse;
107
+ hasCameraServerResult(): boolean;
108
+ clearCameraServerResult(): SetInProgressResponse;
109
+
110
+ serializeBinary(): Uint8Array;
111
+ toObject(includeInstance?: boolean): SetInProgressResponse.AsObject;
112
+ static toObject(includeInstance: boolean, msg: SetInProgressResponse): SetInProgressResponse.AsObject;
113
+ static serializeBinaryToWriter(message: SetInProgressResponse, writer: jspb.BinaryWriter): void;
114
+ static deserializeBinary(bytes: Uint8Array): SetInProgressResponse;
115
+ static deserializeBinaryFromReader(message: SetInProgressResponse, reader: jspb.BinaryReader): SetInProgressResponse;
116
+ }
117
+
118
+ export namespace SetInProgressResponse {
119
+ export type AsObject = {
120
+ cameraServerResult?: CameraServerResult.AsObject,
121
+ }
122
+ }
123
+
124
+ export class SubscribeTakePhotoRequest extends jspb.Message {
125
+ serializeBinary(): Uint8Array;
126
+ toObject(includeInstance?: boolean): SubscribeTakePhotoRequest.AsObject;
127
+ static toObject(includeInstance: boolean, msg: SubscribeTakePhotoRequest): SubscribeTakePhotoRequest.AsObject;
128
+ static serializeBinaryToWriter(message: SubscribeTakePhotoRequest, writer: jspb.BinaryWriter): void;
129
+ static deserializeBinary(bytes: Uint8Array): SubscribeTakePhotoRequest;
130
+ static deserializeBinaryFromReader(message: SubscribeTakePhotoRequest, reader: jspb.BinaryReader): SubscribeTakePhotoRequest;
131
+ }
132
+
133
+ export namespace SubscribeTakePhotoRequest {
134
+ export type AsObject = {
135
+ }
136
+ }
137
+
138
+ export class TakePhotoResponse extends jspb.Message {
139
+ getIndex(): number;
140
+ setIndex(value: number): TakePhotoResponse;
141
+
142
+ serializeBinary(): Uint8Array;
143
+ toObject(includeInstance?: boolean): TakePhotoResponse.AsObject;
144
+ static toObject(includeInstance: boolean, msg: TakePhotoResponse): TakePhotoResponse.AsObject;
145
+ static serializeBinaryToWriter(message: TakePhotoResponse, writer: jspb.BinaryWriter): void;
146
+ static deserializeBinary(bytes: Uint8Array): TakePhotoResponse;
147
+ static deserializeBinaryFromReader(message: TakePhotoResponse, reader: jspb.BinaryReader): TakePhotoResponse;
148
+ }
149
+
150
+ export namespace TakePhotoResponse {
151
+ export type AsObject = {
152
+ index: number,
153
+ }
154
+ }
155
+
156
+ export class RespondTakePhotoRequest extends jspb.Message {
157
+ getTakePhotoFeedback(): CameraFeedback;
158
+ setTakePhotoFeedback(value: CameraFeedback): RespondTakePhotoRequest;
159
+
160
+ getCaptureInfo(): CaptureInfo | undefined;
161
+ setCaptureInfo(value?: CaptureInfo): RespondTakePhotoRequest;
162
+ hasCaptureInfo(): boolean;
163
+ clearCaptureInfo(): RespondTakePhotoRequest;
164
+
165
+ serializeBinary(): Uint8Array;
166
+ toObject(includeInstance?: boolean): RespondTakePhotoRequest.AsObject;
167
+ static toObject(includeInstance: boolean, msg: RespondTakePhotoRequest): RespondTakePhotoRequest.AsObject;
168
+ static serializeBinaryToWriter(message: RespondTakePhotoRequest, writer: jspb.BinaryWriter): void;
169
+ static deserializeBinary(bytes: Uint8Array): RespondTakePhotoRequest;
170
+ static deserializeBinaryFromReader(message: RespondTakePhotoRequest, reader: jspb.BinaryReader): RespondTakePhotoRequest;
171
+ }
172
+
173
+ export namespace RespondTakePhotoRequest {
174
+ export type AsObject = {
175
+ takePhotoFeedback: CameraFeedback,
176
+ captureInfo?: CaptureInfo.AsObject,
177
+ }
178
+ }
179
+
180
+ export class RespondTakePhotoResponse extends jspb.Message {
181
+ getCameraServerResult(): CameraServerResult | undefined;
182
+ setCameraServerResult(value?: CameraServerResult): RespondTakePhotoResponse;
183
+ hasCameraServerResult(): boolean;
184
+ clearCameraServerResult(): RespondTakePhotoResponse;
185
+
186
+ serializeBinary(): Uint8Array;
187
+ toObject(includeInstance?: boolean): RespondTakePhotoResponse.AsObject;
188
+ static toObject(includeInstance: boolean, msg: RespondTakePhotoResponse): RespondTakePhotoResponse.AsObject;
189
+ static serializeBinaryToWriter(message: RespondTakePhotoResponse, writer: jspb.BinaryWriter): void;
190
+ static deserializeBinary(bytes: Uint8Array): RespondTakePhotoResponse;
191
+ static deserializeBinaryFromReader(message: RespondTakePhotoResponse, reader: jspb.BinaryReader): RespondTakePhotoResponse;
192
+ }
193
+
194
+ export namespace RespondTakePhotoResponse {
195
+ export type AsObject = {
196
+ cameraServerResult?: CameraServerResult.AsObject,
197
+ }
198
+ }
199
+
200
+ export class SubscribeStartVideoRequest extends jspb.Message {
201
+ serializeBinary(): Uint8Array;
202
+ toObject(includeInstance?: boolean): SubscribeStartVideoRequest.AsObject;
203
+ static toObject(includeInstance: boolean, msg: SubscribeStartVideoRequest): SubscribeStartVideoRequest.AsObject;
204
+ static serializeBinaryToWriter(message: SubscribeStartVideoRequest, writer: jspb.BinaryWriter): void;
205
+ static deserializeBinary(bytes: Uint8Array): SubscribeStartVideoRequest;
206
+ static deserializeBinaryFromReader(message: SubscribeStartVideoRequest, reader: jspb.BinaryReader): SubscribeStartVideoRequest;
207
+ }
208
+
209
+ export namespace SubscribeStartVideoRequest {
210
+ export type AsObject = {
211
+ }
212
+ }
213
+
214
+ export class StartVideoResponse extends jspb.Message {
215
+ getStreamId(): number;
216
+ setStreamId(value: number): StartVideoResponse;
217
+
218
+ serializeBinary(): Uint8Array;
219
+ toObject(includeInstance?: boolean): StartVideoResponse.AsObject;
220
+ static toObject(includeInstance: boolean, msg: StartVideoResponse): StartVideoResponse.AsObject;
221
+ static serializeBinaryToWriter(message: StartVideoResponse, writer: jspb.BinaryWriter): void;
222
+ static deserializeBinary(bytes: Uint8Array): StartVideoResponse;
223
+ static deserializeBinaryFromReader(message: StartVideoResponse, reader: jspb.BinaryReader): StartVideoResponse;
224
+ }
225
+
226
+ export namespace StartVideoResponse {
227
+ export type AsObject = {
228
+ streamId: number,
229
+ }
230
+ }
231
+
232
+ export class RespondStartVideoRequest extends jspb.Message {
233
+ getStartVideoFeedback(): CameraFeedback;
234
+ setStartVideoFeedback(value: CameraFeedback): RespondStartVideoRequest;
235
+
236
+ serializeBinary(): Uint8Array;
237
+ toObject(includeInstance?: boolean): RespondStartVideoRequest.AsObject;
238
+ static toObject(includeInstance: boolean, msg: RespondStartVideoRequest): RespondStartVideoRequest.AsObject;
239
+ static serializeBinaryToWriter(message: RespondStartVideoRequest, writer: jspb.BinaryWriter): void;
240
+ static deserializeBinary(bytes: Uint8Array): RespondStartVideoRequest;
241
+ static deserializeBinaryFromReader(message: RespondStartVideoRequest, reader: jspb.BinaryReader): RespondStartVideoRequest;
242
+ }
243
+
244
+ export namespace RespondStartVideoRequest {
245
+ export type AsObject = {
246
+ startVideoFeedback: CameraFeedback,
247
+ }
248
+ }
249
+
250
+ export class RespondStartVideoResponse extends jspb.Message {
251
+ getCameraServerResult(): CameraServerResult | undefined;
252
+ setCameraServerResult(value?: CameraServerResult): RespondStartVideoResponse;
253
+ hasCameraServerResult(): boolean;
254
+ clearCameraServerResult(): RespondStartVideoResponse;
255
+
256
+ serializeBinary(): Uint8Array;
257
+ toObject(includeInstance?: boolean): RespondStartVideoResponse.AsObject;
258
+ static toObject(includeInstance: boolean, msg: RespondStartVideoResponse): RespondStartVideoResponse.AsObject;
259
+ static serializeBinaryToWriter(message: RespondStartVideoResponse, writer: jspb.BinaryWriter): void;
260
+ static deserializeBinary(bytes: Uint8Array): RespondStartVideoResponse;
261
+ static deserializeBinaryFromReader(message: RespondStartVideoResponse, reader: jspb.BinaryReader): RespondStartVideoResponse;
262
+ }
263
+
264
+ export namespace RespondStartVideoResponse {
265
+ export type AsObject = {
266
+ cameraServerResult?: CameraServerResult.AsObject,
267
+ }
268
+ }
269
+
270
+ export class SubscribeStopVideoRequest extends jspb.Message {
271
+ serializeBinary(): Uint8Array;
272
+ toObject(includeInstance?: boolean): SubscribeStopVideoRequest.AsObject;
273
+ static toObject(includeInstance: boolean, msg: SubscribeStopVideoRequest): SubscribeStopVideoRequest.AsObject;
274
+ static serializeBinaryToWriter(message: SubscribeStopVideoRequest, writer: jspb.BinaryWriter): void;
275
+ static deserializeBinary(bytes: Uint8Array): SubscribeStopVideoRequest;
276
+ static deserializeBinaryFromReader(message: SubscribeStopVideoRequest, reader: jspb.BinaryReader): SubscribeStopVideoRequest;
277
+ }
278
+
279
+ export namespace SubscribeStopVideoRequest {
280
+ export type AsObject = {
281
+ }
282
+ }
283
+
284
+ export class StopVideoResponse extends jspb.Message {
285
+ getStreamId(): number;
286
+ setStreamId(value: number): StopVideoResponse;
287
+
288
+ serializeBinary(): Uint8Array;
289
+ toObject(includeInstance?: boolean): StopVideoResponse.AsObject;
290
+ static toObject(includeInstance: boolean, msg: StopVideoResponse): StopVideoResponse.AsObject;
291
+ static serializeBinaryToWriter(message: StopVideoResponse, writer: jspb.BinaryWriter): void;
292
+ static deserializeBinary(bytes: Uint8Array): StopVideoResponse;
293
+ static deserializeBinaryFromReader(message: StopVideoResponse, reader: jspb.BinaryReader): StopVideoResponse;
294
+ }
295
+
296
+ export namespace StopVideoResponse {
297
+ export type AsObject = {
298
+ streamId: number,
299
+ }
300
+ }
301
+
302
+ export class RespondStopVideoRequest extends jspb.Message {
303
+ getStopVideoFeedback(): CameraFeedback;
304
+ setStopVideoFeedback(value: CameraFeedback): RespondStopVideoRequest;
305
+
306
+ serializeBinary(): Uint8Array;
307
+ toObject(includeInstance?: boolean): RespondStopVideoRequest.AsObject;
308
+ static toObject(includeInstance: boolean, msg: RespondStopVideoRequest): RespondStopVideoRequest.AsObject;
309
+ static serializeBinaryToWriter(message: RespondStopVideoRequest, writer: jspb.BinaryWriter): void;
310
+ static deserializeBinary(bytes: Uint8Array): RespondStopVideoRequest;
311
+ static deserializeBinaryFromReader(message: RespondStopVideoRequest, reader: jspb.BinaryReader): RespondStopVideoRequest;
312
+ }
313
+
314
+ export namespace RespondStopVideoRequest {
315
+ export type AsObject = {
316
+ stopVideoFeedback: CameraFeedback,
317
+ }
318
+ }
319
+
320
+ export class RespondStopVideoResponse extends jspb.Message {
321
+ getCameraServerResult(): CameraServerResult | undefined;
322
+ setCameraServerResult(value?: CameraServerResult): RespondStopVideoResponse;
323
+ hasCameraServerResult(): boolean;
324
+ clearCameraServerResult(): RespondStopVideoResponse;
325
+
326
+ serializeBinary(): Uint8Array;
327
+ toObject(includeInstance?: boolean): RespondStopVideoResponse.AsObject;
328
+ static toObject(includeInstance: boolean, msg: RespondStopVideoResponse): RespondStopVideoResponse.AsObject;
329
+ static serializeBinaryToWriter(message: RespondStopVideoResponse, writer: jspb.BinaryWriter): void;
330
+ static deserializeBinary(bytes: Uint8Array): RespondStopVideoResponse;
331
+ static deserializeBinaryFromReader(message: RespondStopVideoResponse, reader: jspb.BinaryReader): RespondStopVideoResponse;
332
+ }
333
+
334
+ export namespace RespondStopVideoResponse {
335
+ export type AsObject = {
336
+ cameraServerResult?: CameraServerResult.AsObject,
337
+ }
338
+ }
339
+
340
+ export class SubscribeStartVideoStreamingRequest extends jspb.Message {
341
+ serializeBinary(): Uint8Array;
342
+ toObject(includeInstance?: boolean): SubscribeStartVideoStreamingRequest.AsObject;
343
+ static toObject(includeInstance: boolean, msg: SubscribeStartVideoStreamingRequest): SubscribeStartVideoStreamingRequest.AsObject;
344
+ static serializeBinaryToWriter(message: SubscribeStartVideoStreamingRequest, writer: jspb.BinaryWriter): void;
345
+ static deserializeBinary(bytes: Uint8Array): SubscribeStartVideoStreamingRequest;
346
+ static deserializeBinaryFromReader(message: SubscribeStartVideoStreamingRequest, reader: jspb.BinaryReader): SubscribeStartVideoStreamingRequest;
347
+ }
348
+
349
+ export namespace SubscribeStartVideoStreamingRequest {
350
+ export type AsObject = {
351
+ }
352
+ }
353
+
354
+ export class StartVideoStreamingResponse extends jspb.Message {
355
+ getStreamId(): number;
356
+ setStreamId(value: number): StartVideoStreamingResponse;
357
+
358
+ serializeBinary(): Uint8Array;
359
+ toObject(includeInstance?: boolean): StartVideoStreamingResponse.AsObject;
360
+ static toObject(includeInstance: boolean, msg: StartVideoStreamingResponse): StartVideoStreamingResponse.AsObject;
361
+ static serializeBinaryToWriter(message: StartVideoStreamingResponse, writer: jspb.BinaryWriter): void;
362
+ static deserializeBinary(bytes: Uint8Array): StartVideoStreamingResponse;
363
+ static deserializeBinaryFromReader(message: StartVideoStreamingResponse, reader: jspb.BinaryReader): StartVideoStreamingResponse;
364
+ }
365
+
366
+ export namespace StartVideoStreamingResponse {
367
+ export type AsObject = {
368
+ streamId: number,
369
+ }
370
+ }
371
+
372
+ export class RespondStartVideoStreamingRequest extends jspb.Message {
373
+ getStartVideoStreamingFeedback(): CameraFeedback;
374
+ setStartVideoStreamingFeedback(value: CameraFeedback): RespondStartVideoStreamingRequest;
375
+
376
+ serializeBinary(): Uint8Array;
377
+ toObject(includeInstance?: boolean): RespondStartVideoStreamingRequest.AsObject;
378
+ static toObject(includeInstance: boolean, msg: RespondStartVideoStreamingRequest): RespondStartVideoStreamingRequest.AsObject;
379
+ static serializeBinaryToWriter(message: RespondStartVideoStreamingRequest, writer: jspb.BinaryWriter): void;
380
+ static deserializeBinary(bytes: Uint8Array): RespondStartVideoStreamingRequest;
381
+ static deserializeBinaryFromReader(message: RespondStartVideoStreamingRequest, reader: jspb.BinaryReader): RespondStartVideoStreamingRequest;
382
+ }
383
+
384
+ export namespace RespondStartVideoStreamingRequest {
385
+ export type AsObject = {
386
+ startVideoStreamingFeedback: CameraFeedback,
387
+ }
388
+ }
389
+
390
+ export class RespondStartVideoStreamingResponse extends jspb.Message {
391
+ getCameraServerResult(): CameraServerResult | undefined;
392
+ setCameraServerResult(value?: CameraServerResult): RespondStartVideoStreamingResponse;
393
+ hasCameraServerResult(): boolean;
394
+ clearCameraServerResult(): RespondStartVideoStreamingResponse;
395
+
396
+ serializeBinary(): Uint8Array;
397
+ toObject(includeInstance?: boolean): RespondStartVideoStreamingResponse.AsObject;
398
+ static toObject(includeInstance: boolean, msg: RespondStartVideoStreamingResponse): RespondStartVideoStreamingResponse.AsObject;
399
+ static serializeBinaryToWriter(message: RespondStartVideoStreamingResponse, writer: jspb.BinaryWriter): void;
400
+ static deserializeBinary(bytes: Uint8Array): RespondStartVideoStreamingResponse;
401
+ static deserializeBinaryFromReader(message: RespondStartVideoStreamingResponse, reader: jspb.BinaryReader): RespondStartVideoStreamingResponse;
402
+ }
403
+
404
+ export namespace RespondStartVideoStreamingResponse {
405
+ export type AsObject = {
406
+ cameraServerResult?: CameraServerResult.AsObject,
407
+ }
408
+ }
409
+
410
+ export class SubscribeStopVideoStreamingRequest extends jspb.Message {
411
+ serializeBinary(): Uint8Array;
412
+ toObject(includeInstance?: boolean): SubscribeStopVideoStreamingRequest.AsObject;
413
+ static toObject(includeInstance: boolean, msg: SubscribeStopVideoStreamingRequest): SubscribeStopVideoStreamingRequest.AsObject;
414
+ static serializeBinaryToWriter(message: SubscribeStopVideoStreamingRequest, writer: jspb.BinaryWriter): void;
415
+ static deserializeBinary(bytes: Uint8Array): SubscribeStopVideoStreamingRequest;
416
+ static deserializeBinaryFromReader(message: SubscribeStopVideoStreamingRequest, reader: jspb.BinaryReader): SubscribeStopVideoStreamingRequest;
417
+ }
418
+
419
+ export namespace SubscribeStopVideoStreamingRequest {
420
+ export type AsObject = {
421
+ }
422
+ }
423
+
424
+ export class StopVideoStreamingResponse extends jspb.Message {
425
+ getStreamId(): number;
426
+ setStreamId(value: number): StopVideoStreamingResponse;
427
+
428
+ serializeBinary(): Uint8Array;
429
+ toObject(includeInstance?: boolean): StopVideoStreamingResponse.AsObject;
430
+ static toObject(includeInstance: boolean, msg: StopVideoStreamingResponse): StopVideoStreamingResponse.AsObject;
431
+ static serializeBinaryToWriter(message: StopVideoStreamingResponse, writer: jspb.BinaryWriter): void;
432
+ static deserializeBinary(bytes: Uint8Array): StopVideoStreamingResponse;
433
+ static deserializeBinaryFromReader(message: StopVideoStreamingResponse, reader: jspb.BinaryReader): StopVideoStreamingResponse;
434
+ }
435
+
436
+ export namespace StopVideoStreamingResponse {
437
+ export type AsObject = {
438
+ streamId: number,
439
+ }
440
+ }
441
+
442
+ export class RespondStopVideoStreamingRequest extends jspb.Message {
443
+ getStopVideoStreamingFeedback(): CameraFeedback;
444
+ setStopVideoStreamingFeedback(value: CameraFeedback): RespondStopVideoStreamingRequest;
445
+
446
+ serializeBinary(): Uint8Array;
447
+ toObject(includeInstance?: boolean): RespondStopVideoStreamingRequest.AsObject;
448
+ static toObject(includeInstance: boolean, msg: RespondStopVideoStreamingRequest): RespondStopVideoStreamingRequest.AsObject;
449
+ static serializeBinaryToWriter(message: RespondStopVideoStreamingRequest, writer: jspb.BinaryWriter): void;
450
+ static deserializeBinary(bytes: Uint8Array): RespondStopVideoStreamingRequest;
451
+ static deserializeBinaryFromReader(message: RespondStopVideoStreamingRequest, reader: jspb.BinaryReader): RespondStopVideoStreamingRequest;
452
+ }
453
+
454
+ export namespace RespondStopVideoStreamingRequest {
455
+ export type AsObject = {
456
+ stopVideoStreamingFeedback: CameraFeedback,
457
+ }
458
+ }
459
+
460
+ export class RespondStopVideoStreamingResponse extends jspb.Message {
461
+ getCameraServerResult(): CameraServerResult | undefined;
462
+ setCameraServerResult(value?: CameraServerResult): RespondStopVideoStreamingResponse;
463
+ hasCameraServerResult(): boolean;
464
+ clearCameraServerResult(): RespondStopVideoStreamingResponse;
465
+
466
+ serializeBinary(): Uint8Array;
467
+ toObject(includeInstance?: boolean): RespondStopVideoStreamingResponse.AsObject;
468
+ static toObject(includeInstance: boolean, msg: RespondStopVideoStreamingResponse): RespondStopVideoStreamingResponse.AsObject;
469
+ static serializeBinaryToWriter(message: RespondStopVideoStreamingResponse, writer: jspb.BinaryWriter): void;
470
+ static deserializeBinary(bytes: Uint8Array): RespondStopVideoStreamingResponse;
471
+ static deserializeBinaryFromReader(message: RespondStopVideoStreamingResponse, reader: jspb.BinaryReader): RespondStopVideoStreamingResponse;
472
+ }
473
+
474
+ export namespace RespondStopVideoStreamingResponse {
475
+ export type AsObject = {
476
+ cameraServerResult?: CameraServerResult.AsObject,
477
+ }
478
+ }
479
+
480
+ export class SubscribeSetModeRequest extends jspb.Message {
481
+ serializeBinary(): Uint8Array;
482
+ toObject(includeInstance?: boolean): SubscribeSetModeRequest.AsObject;
483
+ static toObject(includeInstance: boolean, msg: SubscribeSetModeRequest): SubscribeSetModeRequest.AsObject;
484
+ static serializeBinaryToWriter(message: SubscribeSetModeRequest, writer: jspb.BinaryWriter): void;
485
+ static deserializeBinary(bytes: Uint8Array): SubscribeSetModeRequest;
486
+ static deserializeBinaryFromReader(message: SubscribeSetModeRequest, reader: jspb.BinaryReader): SubscribeSetModeRequest;
487
+ }
488
+
489
+ export namespace SubscribeSetModeRequest {
490
+ export type AsObject = {
491
+ }
492
+ }
493
+
494
+ export class SetModeResponse extends jspb.Message {
495
+ getMode(): Mode;
496
+ setMode(value: Mode): SetModeResponse;
497
+
498
+ serializeBinary(): Uint8Array;
499
+ toObject(includeInstance?: boolean): SetModeResponse.AsObject;
500
+ static toObject(includeInstance: boolean, msg: SetModeResponse): SetModeResponse.AsObject;
501
+ static serializeBinaryToWriter(message: SetModeResponse, writer: jspb.BinaryWriter): void;
502
+ static deserializeBinary(bytes: Uint8Array): SetModeResponse;
503
+ static deserializeBinaryFromReader(message: SetModeResponse, reader: jspb.BinaryReader): SetModeResponse;
504
+ }
505
+
506
+ export namespace SetModeResponse {
507
+ export type AsObject = {
508
+ mode: Mode,
509
+ }
510
+ }
511
+
512
+ export class RespondSetModeRequest extends jspb.Message {
513
+ getSetModeFeedback(): CameraFeedback;
514
+ setSetModeFeedback(value: CameraFeedback): RespondSetModeRequest;
515
+
516
+ serializeBinary(): Uint8Array;
517
+ toObject(includeInstance?: boolean): RespondSetModeRequest.AsObject;
518
+ static toObject(includeInstance: boolean, msg: RespondSetModeRequest): RespondSetModeRequest.AsObject;
519
+ static serializeBinaryToWriter(message: RespondSetModeRequest, writer: jspb.BinaryWriter): void;
520
+ static deserializeBinary(bytes: Uint8Array): RespondSetModeRequest;
521
+ static deserializeBinaryFromReader(message: RespondSetModeRequest, reader: jspb.BinaryReader): RespondSetModeRequest;
522
+ }
523
+
524
+ export namespace RespondSetModeRequest {
525
+ export type AsObject = {
526
+ setModeFeedback: CameraFeedback,
527
+ }
528
+ }
529
+
530
+ export class RespondSetModeResponse extends jspb.Message {
531
+ getCameraServerResult(): CameraServerResult | undefined;
532
+ setCameraServerResult(value?: CameraServerResult): RespondSetModeResponse;
533
+ hasCameraServerResult(): boolean;
534
+ clearCameraServerResult(): RespondSetModeResponse;
535
+
536
+ serializeBinary(): Uint8Array;
537
+ toObject(includeInstance?: boolean): RespondSetModeResponse.AsObject;
538
+ static toObject(includeInstance: boolean, msg: RespondSetModeResponse): RespondSetModeResponse.AsObject;
539
+ static serializeBinaryToWriter(message: RespondSetModeResponse, writer: jspb.BinaryWriter): void;
540
+ static deserializeBinary(bytes: Uint8Array): RespondSetModeResponse;
541
+ static deserializeBinaryFromReader(message: RespondSetModeResponse, reader: jspb.BinaryReader): RespondSetModeResponse;
542
+ }
543
+
544
+ export namespace RespondSetModeResponse {
545
+ export type AsObject = {
546
+ cameraServerResult?: CameraServerResult.AsObject,
547
+ }
548
+ }
549
+
550
+ export class SubscribeStorageInformationRequest extends jspb.Message {
551
+ serializeBinary(): Uint8Array;
552
+ toObject(includeInstance?: boolean): SubscribeStorageInformationRequest.AsObject;
553
+ static toObject(includeInstance: boolean, msg: SubscribeStorageInformationRequest): SubscribeStorageInformationRequest.AsObject;
554
+ static serializeBinaryToWriter(message: SubscribeStorageInformationRequest, writer: jspb.BinaryWriter): void;
555
+ static deserializeBinary(bytes: Uint8Array): SubscribeStorageInformationRequest;
556
+ static deserializeBinaryFromReader(message: SubscribeStorageInformationRequest, reader: jspb.BinaryReader): SubscribeStorageInformationRequest;
557
+ }
558
+
559
+ export namespace SubscribeStorageInformationRequest {
560
+ export type AsObject = {
561
+ }
562
+ }
563
+
564
+ export class StorageInformationResponse extends jspb.Message {
565
+ getStorageId(): number;
566
+ setStorageId(value: number): StorageInformationResponse;
567
+
568
+ serializeBinary(): Uint8Array;
569
+ toObject(includeInstance?: boolean): StorageInformationResponse.AsObject;
570
+ static toObject(includeInstance: boolean, msg: StorageInformationResponse): StorageInformationResponse.AsObject;
571
+ static serializeBinaryToWriter(message: StorageInformationResponse, writer: jspb.BinaryWriter): void;
572
+ static deserializeBinary(bytes: Uint8Array): StorageInformationResponse;
573
+ static deserializeBinaryFromReader(message: StorageInformationResponse, reader: jspb.BinaryReader): StorageInformationResponse;
574
+ }
575
+
576
+ export namespace StorageInformationResponse {
577
+ export type AsObject = {
578
+ storageId: number,
579
+ }
580
+ }
581
+
582
+ export class RespondStorageInformationRequest extends jspb.Message {
583
+ getStorageInformationFeedback(): CameraFeedback;
584
+ setStorageInformationFeedback(value: CameraFeedback): RespondStorageInformationRequest;
585
+
586
+ getStorageInformation(): StorageInformation | undefined;
587
+ setStorageInformation(value?: StorageInformation): RespondStorageInformationRequest;
588
+ hasStorageInformation(): boolean;
589
+ clearStorageInformation(): RespondStorageInformationRequest;
590
+
591
+ serializeBinary(): Uint8Array;
592
+ toObject(includeInstance?: boolean): RespondStorageInformationRequest.AsObject;
593
+ static toObject(includeInstance: boolean, msg: RespondStorageInformationRequest): RespondStorageInformationRequest.AsObject;
594
+ static serializeBinaryToWriter(message: RespondStorageInformationRequest, writer: jspb.BinaryWriter): void;
595
+ static deserializeBinary(bytes: Uint8Array): RespondStorageInformationRequest;
596
+ static deserializeBinaryFromReader(message: RespondStorageInformationRequest, reader: jspb.BinaryReader): RespondStorageInformationRequest;
597
+ }
598
+
599
+ export namespace RespondStorageInformationRequest {
600
+ export type AsObject = {
601
+ storageInformationFeedback: CameraFeedback,
602
+ storageInformation?: StorageInformation.AsObject,
603
+ }
604
+ }
605
+
606
+ export class RespondStorageInformationResponse extends jspb.Message {
607
+ getCameraServerResult(): CameraServerResult | undefined;
608
+ setCameraServerResult(value?: CameraServerResult): RespondStorageInformationResponse;
609
+ hasCameraServerResult(): boolean;
610
+ clearCameraServerResult(): RespondStorageInformationResponse;
611
+
612
+ serializeBinary(): Uint8Array;
613
+ toObject(includeInstance?: boolean): RespondStorageInformationResponse.AsObject;
614
+ static toObject(includeInstance: boolean, msg: RespondStorageInformationResponse): RespondStorageInformationResponse.AsObject;
615
+ static serializeBinaryToWriter(message: RespondStorageInformationResponse, writer: jspb.BinaryWriter): void;
616
+ static deserializeBinary(bytes: Uint8Array): RespondStorageInformationResponse;
617
+ static deserializeBinaryFromReader(message: RespondStorageInformationResponse, reader: jspb.BinaryReader): RespondStorageInformationResponse;
618
+ }
619
+
620
+ export namespace RespondStorageInformationResponse {
621
+ export type AsObject = {
622
+ cameraServerResult?: CameraServerResult.AsObject,
623
+ }
624
+ }
625
+
626
+ export class SubscribeCaptureStatusRequest extends jspb.Message {
627
+ serializeBinary(): Uint8Array;
628
+ toObject(includeInstance?: boolean): SubscribeCaptureStatusRequest.AsObject;
629
+ static toObject(includeInstance: boolean, msg: SubscribeCaptureStatusRequest): SubscribeCaptureStatusRequest.AsObject;
630
+ static serializeBinaryToWriter(message: SubscribeCaptureStatusRequest, writer: jspb.BinaryWriter): void;
631
+ static deserializeBinary(bytes: Uint8Array): SubscribeCaptureStatusRequest;
632
+ static deserializeBinaryFromReader(message: SubscribeCaptureStatusRequest, reader: jspb.BinaryReader): SubscribeCaptureStatusRequest;
633
+ }
634
+
635
+ export namespace SubscribeCaptureStatusRequest {
636
+ export type AsObject = {
637
+ }
638
+ }
639
+
640
+ export class CaptureStatusResponse extends jspb.Message {
641
+ getReserved(): number;
642
+ setReserved(value: number): CaptureStatusResponse;
643
+
644
+ serializeBinary(): Uint8Array;
645
+ toObject(includeInstance?: boolean): CaptureStatusResponse.AsObject;
646
+ static toObject(includeInstance: boolean, msg: CaptureStatusResponse): CaptureStatusResponse.AsObject;
647
+ static serializeBinaryToWriter(message: CaptureStatusResponse, writer: jspb.BinaryWriter): void;
648
+ static deserializeBinary(bytes: Uint8Array): CaptureStatusResponse;
649
+ static deserializeBinaryFromReader(message: CaptureStatusResponse, reader: jspb.BinaryReader): CaptureStatusResponse;
650
+ }
651
+
652
+ export namespace CaptureStatusResponse {
653
+ export type AsObject = {
654
+ reserved: number,
655
+ }
656
+ }
657
+
658
+ export class RespondCaptureStatusRequest extends jspb.Message {
659
+ getCaptureStatusFeedback(): CameraFeedback;
660
+ setCaptureStatusFeedback(value: CameraFeedback): RespondCaptureStatusRequest;
661
+
662
+ getCaptureStatus(): CaptureStatus | undefined;
663
+ setCaptureStatus(value?: CaptureStatus): RespondCaptureStatusRequest;
664
+ hasCaptureStatus(): boolean;
665
+ clearCaptureStatus(): RespondCaptureStatusRequest;
666
+
667
+ serializeBinary(): Uint8Array;
668
+ toObject(includeInstance?: boolean): RespondCaptureStatusRequest.AsObject;
669
+ static toObject(includeInstance: boolean, msg: RespondCaptureStatusRequest): RespondCaptureStatusRequest.AsObject;
670
+ static serializeBinaryToWriter(message: RespondCaptureStatusRequest, writer: jspb.BinaryWriter): void;
671
+ static deserializeBinary(bytes: Uint8Array): RespondCaptureStatusRequest;
672
+ static deserializeBinaryFromReader(message: RespondCaptureStatusRequest, reader: jspb.BinaryReader): RespondCaptureStatusRequest;
673
+ }
674
+
675
+ export namespace RespondCaptureStatusRequest {
676
+ export type AsObject = {
677
+ captureStatusFeedback: CameraFeedback,
678
+ captureStatus?: CaptureStatus.AsObject,
679
+ }
680
+ }
681
+
682
+ export class RespondCaptureStatusResponse extends jspb.Message {
683
+ getCameraServerResult(): CameraServerResult | undefined;
684
+ setCameraServerResult(value?: CameraServerResult): RespondCaptureStatusResponse;
685
+ hasCameraServerResult(): boolean;
686
+ clearCameraServerResult(): RespondCaptureStatusResponse;
687
+
688
+ serializeBinary(): Uint8Array;
689
+ toObject(includeInstance?: boolean): RespondCaptureStatusResponse.AsObject;
690
+ static toObject(includeInstance: boolean, msg: RespondCaptureStatusResponse): RespondCaptureStatusResponse.AsObject;
691
+ static serializeBinaryToWriter(message: RespondCaptureStatusResponse, writer: jspb.BinaryWriter): void;
692
+ static deserializeBinary(bytes: Uint8Array): RespondCaptureStatusResponse;
693
+ static deserializeBinaryFromReader(message: RespondCaptureStatusResponse, reader: jspb.BinaryReader): RespondCaptureStatusResponse;
694
+ }
695
+
696
+ export namespace RespondCaptureStatusResponse {
697
+ export type AsObject = {
698
+ cameraServerResult?: CameraServerResult.AsObject,
699
+ }
700
+ }
701
+
702
+ export class SubscribeFormatStorageRequest extends jspb.Message {
703
+ serializeBinary(): Uint8Array;
704
+ toObject(includeInstance?: boolean): SubscribeFormatStorageRequest.AsObject;
705
+ static toObject(includeInstance: boolean, msg: SubscribeFormatStorageRequest): SubscribeFormatStorageRequest.AsObject;
706
+ static serializeBinaryToWriter(message: SubscribeFormatStorageRequest, writer: jspb.BinaryWriter): void;
707
+ static deserializeBinary(bytes: Uint8Array): SubscribeFormatStorageRequest;
708
+ static deserializeBinaryFromReader(message: SubscribeFormatStorageRequest, reader: jspb.BinaryReader): SubscribeFormatStorageRequest;
709
+ }
710
+
711
+ export namespace SubscribeFormatStorageRequest {
712
+ export type AsObject = {
713
+ }
714
+ }
715
+
716
+ export class FormatStorageResponse extends jspb.Message {
717
+ getStorageId(): number;
718
+ setStorageId(value: number): FormatStorageResponse;
719
+
720
+ serializeBinary(): Uint8Array;
721
+ toObject(includeInstance?: boolean): FormatStorageResponse.AsObject;
722
+ static toObject(includeInstance: boolean, msg: FormatStorageResponse): FormatStorageResponse.AsObject;
723
+ static serializeBinaryToWriter(message: FormatStorageResponse, writer: jspb.BinaryWriter): void;
724
+ static deserializeBinary(bytes: Uint8Array): FormatStorageResponse;
725
+ static deserializeBinaryFromReader(message: FormatStorageResponse, reader: jspb.BinaryReader): FormatStorageResponse;
726
+ }
727
+
728
+ export namespace FormatStorageResponse {
729
+ export type AsObject = {
730
+ storageId: number,
731
+ }
732
+ }
733
+
734
+ export class RespondFormatStorageRequest extends jspb.Message {
735
+ getFormatStorageFeedback(): CameraFeedback;
736
+ setFormatStorageFeedback(value: CameraFeedback): RespondFormatStorageRequest;
737
+
738
+ serializeBinary(): Uint8Array;
739
+ toObject(includeInstance?: boolean): RespondFormatStorageRequest.AsObject;
740
+ static toObject(includeInstance: boolean, msg: RespondFormatStorageRequest): RespondFormatStorageRequest.AsObject;
741
+ static serializeBinaryToWriter(message: RespondFormatStorageRequest, writer: jspb.BinaryWriter): void;
742
+ static deserializeBinary(bytes: Uint8Array): RespondFormatStorageRequest;
743
+ static deserializeBinaryFromReader(message: RespondFormatStorageRequest, reader: jspb.BinaryReader): RespondFormatStorageRequest;
744
+ }
745
+
746
+ export namespace RespondFormatStorageRequest {
747
+ export type AsObject = {
748
+ formatStorageFeedback: CameraFeedback,
749
+ }
750
+ }
751
+
752
+ export class RespondFormatStorageResponse extends jspb.Message {
753
+ getCameraServerResult(): CameraServerResult | undefined;
754
+ setCameraServerResult(value?: CameraServerResult): RespondFormatStorageResponse;
755
+ hasCameraServerResult(): boolean;
756
+ clearCameraServerResult(): RespondFormatStorageResponse;
757
+
758
+ serializeBinary(): Uint8Array;
759
+ toObject(includeInstance?: boolean): RespondFormatStorageResponse.AsObject;
760
+ static toObject(includeInstance: boolean, msg: RespondFormatStorageResponse): RespondFormatStorageResponse.AsObject;
761
+ static serializeBinaryToWriter(message: RespondFormatStorageResponse, writer: jspb.BinaryWriter): void;
762
+ static deserializeBinary(bytes: Uint8Array): RespondFormatStorageResponse;
763
+ static deserializeBinaryFromReader(message: RespondFormatStorageResponse, reader: jspb.BinaryReader): RespondFormatStorageResponse;
764
+ }
765
+
766
+ export namespace RespondFormatStorageResponse {
767
+ export type AsObject = {
768
+ cameraServerResult?: CameraServerResult.AsObject,
769
+ }
770
+ }
771
+
772
+ export class SubscribeResetSettingsRequest extends jspb.Message {
773
+ serializeBinary(): Uint8Array;
774
+ toObject(includeInstance?: boolean): SubscribeResetSettingsRequest.AsObject;
775
+ static toObject(includeInstance: boolean, msg: SubscribeResetSettingsRequest): SubscribeResetSettingsRequest.AsObject;
776
+ static serializeBinaryToWriter(message: SubscribeResetSettingsRequest, writer: jspb.BinaryWriter): void;
777
+ static deserializeBinary(bytes: Uint8Array): SubscribeResetSettingsRequest;
778
+ static deserializeBinaryFromReader(message: SubscribeResetSettingsRequest, reader: jspb.BinaryReader): SubscribeResetSettingsRequest;
779
+ }
780
+
781
+ export namespace SubscribeResetSettingsRequest {
782
+ export type AsObject = {
783
+ }
784
+ }
785
+
786
+ export class ResetSettingsResponse extends jspb.Message {
787
+ getReserved(): number;
788
+ setReserved(value: number): ResetSettingsResponse;
789
+
790
+ serializeBinary(): Uint8Array;
791
+ toObject(includeInstance?: boolean): ResetSettingsResponse.AsObject;
792
+ static toObject(includeInstance: boolean, msg: ResetSettingsResponse): ResetSettingsResponse.AsObject;
793
+ static serializeBinaryToWriter(message: ResetSettingsResponse, writer: jspb.BinaryWriter): void;
794
+ static deserializeBinary(bytes: Uint8Array): ResetSettingsResponse;
795
+ static deserializeBinaryFromReader(message: ResetSettingsResponse, reader: jspb.BinaryReader): ResetSettingsResponse;
796
+ }
797
+
798
+ export namespace ResetSettingsResponse {
799
+ export type AsObject = {
800
+ reserved: number,
801
+ }
802
+ }
803
+
804
+ export class RespondResetSettingsRequest extends jspb.Message {
805
+ getResetSettingsFeedback(): CameraFeedback;
806
+ setResetSettingsFeedback(value: CameraFeedback): RespondResetSettingsRequest;
807
+
808
+ serializeBinary(): Uint8Array;
809
+ toObject(includeInstance?: boolean): RespondResetSettingsRequest.AsObject;
810
+ static toObject(includeInstance: boolean, msg: RespondResetSettingsRequest): RespondResetSettingsRequest.AsObject;
811
+ static serializeBinaryToWriter(message: RespondResetSettingsRequest, writer: jspb.BinaryWriter): void;
812
+ static deserializeBinary(bytes: Uint8Array): RespondResetSettingsRequest;
813
+ static deserializeBinaryFromReader(message: RespondResetSettingsRequest, reader: jspb.BinaryReader): RespondResetSettingsRequest;
814
+ }
815
+
816
+ export namespace RespondResetSettingsRequest {
817
+ export type AsObject = {
818
+ resetSettingsFeedback: CameraFeedback,
819
+ }
820
+ }
821
+
822
+ export class RespondResetSettingsResponse extends jspb.Message {
823
+ getCameraServerResult(): CameraServerResult | undefined;
824
+ setCameraServerResult(value?: CameraServerResult): RespondResetSettingsResponse;
825
+ hasCameraServerResult(): boolean;
826
+ clearCameraServerResult(): RespondResetSettingsResponse;
827
+
828
+ serializeBinary(): Uint8Array;
829
+ toObject(includeInstance?: boolean): RespondResetSettingsResponse.AsObject;
830
+ static toObject(includeInstance: boolean, msg: RespondResetSettingsResponse): RespondResetSettingsResponse.AsObject;
831
+ static serializeBinaryToWriter(message: RespondResetSettingsResponse, writer: jspb.BinaryWriter): void;
832
+ static deserializeBinary(bytes: Uint8Array): RespondResetSettingsResponse;
833
+ static deserializeBinaryFromReader(message: RespondResetSettingsResponse, reader: jspb.BinaryReader): RespondResetSettingsResponse;
834
+ }
835
+
836
+ export namespace RespondResetSettingsResponse {
837
+ export type AsObject = {
838
+ cameraServerResult?: CameraServerResult.AsObject,
839
+ }
840
+ }
841
+
842
+ export class Information extends jspb.Message {
843
+ getVendorName(): string;
844
+ setVendorName(value: string): Information;
845
+
846
+ getModelName(): string;
847
+ setModelName(value: string): Information;
848
+
849
+ getFirmwareVersion(): string;
850
+ setFirmwareVersion(value: string): Information;
851
+
852
+ getFocalLengthMm(): number;
853
+ setFocalLengthMm(value: number): Information;
854
+
855
+ getHorizontalSensorSizeMm(): number;
856
+ setHorizontalSensorSizeMm(value: number): Information;
857
+
858
+ getVerticalSensorSizeMm(): number;
859
+ setVerticalSensorSizeMm(value: number): Information;
860
+
861
+ getHorizontalResolutionPx(): number;
862
+ setHorizontalResolutionPx(value: number): Information;
863
+
864
+ getVerticalResolutionPx(): number;
865
+ setVerticalResolutionPx(value: number): Information;
866
+
867
+ getLensId(): number;
868
+ setLensId(value: number): Information;
869
+
870
+ getDefinitionFileVersion(): number;
871
+ setDefinitionFileVersion(value: number): Information;
872
+
873
+ getDefinitionFileUri(): string;
874
+ setDefinitionFileUri(value: string): Information;
875
+
876
+ serializeBinary(): Uint8Array;
877
+ toObject(includeInstance?: boolean): Information.AsObject;
878
+ static toObject(includeInstance: boolean, msg: Information): Information.AsObject;
879
+ static serializeBinaryToWriter(message: Information, writer: jspb.BinaryWriter): void;
880
+ static deserializeBinary(bytes: Uint8Array): Information;
881
+ static deserializeBinaryFromReader(message: Information, reader: jspb.BinaryReader): Information;
882
+ }
883
+
884
+ export namespace Information {
885
+ export type AsObject = {
886
+ vendorName: string,
887
+ modelName: string,
888
+ firmwareVersion: string,
889
+ focalLengthMm: number,
890
+ horizontalSensorSizeMm: number,
891
+ verticalSensorSizeMm: number,
892
+ horizontalResolutionPx: number,
893
+ verticalResolutionPx: number,
894
+ lensId: number,
895
+ definitionFileVersion: number,
896
+ definitionFileUri: string,
897
+ }
898
+ }
899
+
900
+ export class VideoStreaming extends jspb.Message {
901
+ getHasRtspServer(): boolean;
902
+ setHasRtspServer(value: boolean): VideoStreaming;
903
+
904
+ getRtspUri(): string;
905
+ setRtspUri(value: string): VideoStreaming;
906
+
907
+ serializeBinary(): Uint8Array;
908
+ toObject(includeInstance?: boolean): VideoStreaming.AsObject;
909
+ static toObject(includeInstance: boolean, msg: VideoStreaming): VideoStreaming.AsObject;
910
+ static serializeBinaryToWriter(message: VideoStreaming, writer: jspb.BinaryWriter): void;
911
+ static deserializeBinary(bytes: Uint8Array): VideoStreaming;
912
+ static deserializeBinaryFromReader(message: VideoStreaming, reader: jspb.BinaryReader): VideoStreaming;
913
+ }
914
+
915
+ export namespace VideoStreaming {
916
+ export type AsObject = {
917
+ hasRtspServer: boolean,
918
+ rtspUri: string,
919
+ }
920
+ }
921
+
922
+ export class Position extends jspb.Message {
923
+ getLatitudeDeg(): number;
924
+ setLatitudeDeg(value: number): Position;
925
+
926
+ getLongitudeDeg(): number;
927
+ setLongitudeDeg(value: number): Position;
928
+
929
+ getAbsoluteAltitudeM(): number;
930
+ setAbsoluteAltitudeM(value: number): Position;
931
+
932
+ getRelativeAltitudeM(): number;
933
+ setRelativeAltitudeM(value: number): Position;
934
+
935
+ serializeBinary(): Uint8Array;
936
+ toObject(includeInstance?: boolean): Position.AsObject;
937
+ static toObject(includeInstance: boolean, msg: Position): Position.AsObject;
938
+ static serializeBinaryToWriter(message: Position, writer: jspb.BinaryWriter): void;
939
+ static deserializeBinary(bytes: Uint8Array): Position;
940
+ static deserializeBinaryFromReader(message: Position, reader: jspb.BinaryReader): Position;
941
+ }
942
+
943
+ export namespace Position {
944
+ export type AsObject = {
945
+ latitudeDeg: number,
946
+ longitudeDeg: number,
947
+ absoluteAltitudeM: number,
948
+ relativeAltitudeM: number,
949
+ }
950
+ }
951
+
952
+ export class Quaternion extends jspb.Message {
953
+ getW(): number;
954
+ setW(value: number): Quaternion;
955
+
956
+ getX(): number;
957
+ setX(value: number): Quaternion;
958
+
959
+ getY(): number;
960
+ setY(value: number): Quaternion;
961
+
962
+ getZ(): number;
963
+ setZ(value: number): Quaternion;
964
+
965
+ serializeBinary(): Uint8Array;
966
+ toObject(includeInstance?: boolean): Quaternion.AsObject;
967
+ static toObject(includeInstance: boolean, msg: Quaternion): Quaternion.AsObject;
968
+ static serializeBinaryToWriter(message: Quaternion, writer: jspb.BinaryWriter): void;
969
+ static deserializeBinary(bytes: Uint8Array): Quaternion;
970
+ static deserializeBinaryFromReader(message: Quaternion, reader: jspb.BinaryReader): Quaternion;
971
+ }
972
+
973
+ export namespace Quaternion {
974
+ export type AsObject = {
975
+ w: number,
976
+ x: number,
977
+ y: number,
978
+ z: number,
979
+ }
980
+ }
981
+
982
+ export class CaptureInfo extends jspb.Message {
983
+ getPosition(): Position | undefined;
984
+ setPosition(value?: Position): CaptureInfo;
985
+ hasPosition(): boolean;
986
+ clearPosition(): CaptureInfo;
987
+
988
+ getAttitudeQuaternion(): Quaternion | undefined;
989
+ setAttitudeQuaternion(value?: Quaternion): CaptureInfo;
990
+ hasAttitudeQuaternion(): boolean;
991
+ clearAttitudeQuaternion(): CaptureInfo;
992
+
993
+ getTimeUtcUs(): number;
994
+ setTimeUtcUs(value: number): CaptureInfo;
995
+
996
+ getIsSuccess(): boolean;
997
+ setIsSuccess(value: boolean): CaptureInfo;
998
+
999
+ getIndex(): number;
1000
+ setIndex(value: number): CaptureInfo;
1001
+
1002
+ getFileUrl(): string;
1003
+ setFileUrl(value: string): CaptureInfo;
1004
+
1005
+ serializeBinary(): Uint8Array;
1006
+ toObject(includeInstance?: boolean): CaptureInfo.AsObject;
1007
+ static toObject(includeInstance: boolean, msg: CaptureInfo): CaptureInfo.AsObject;
1008
+ static serializeBinaryToWriter(message: CaptureInfo, writer: jspb.BinaryWriter): void;
1009
+ static deserializeBinary(bytes: Uint8Array): CaptureInfo;
1010
+ static deserializeBinaryFromReader(message: CaptureInfo, reader: jspb.BinaryReader): CaptureInfo;
1011
+ }
1012
+
1013
+ export namespace CaptureInfo {
1014
+ export type AsObject = {
1015
+ position?: Position.AsObject,
1016
+ attitudeQuaternion?: Quaternion.AsObject,
1017
+ timeUtcUs: number,
1018
+ isSuccess: boolean,
1019
+ index: number,
1020
+ fileUrl: string,
1021
+ }
1022
+ }
1023
+
1024
+ export class CameraServerResult extends jspb.Message {
1025
+ getResult(): CameraServerResult.Result;
1026
+ setResult(value: CameraServerResult.Result): CameraServerResult;
1027
+
1028
+ getResultStr(): string;
1029
+ setResultStr(value: string): CameraServerResult;
1030
+
1031
+ serializeBinary(): Uint8Array;
1032
+ toObject(includeInstance?: boolean): CameraServerResult.AsObject;
1033
+ static toObject(includeInstance: boolean, msg: CameraServerResult): CameraServerResult.AsObject;
1034
+ static serializeBinaryToWriter(message: CameraServerResult, writer: jspb.BinaryWriter): void;
1035
+ static deserializeBinary(bytes: Uint8Array): CameraServerResult;
1036
+ static deserializeBinaryFromReader(message: CameraServerResult, reader: jspb.BinaryReader): CameraServerResult;
1037
+ }
1038
+
1039
+ export namespace CameraServerResult {
1040
+ export type AsObject = {
1041
+ result: CameraServerResult.Result,
1042
+ resultStr: string,
1043
+ }
1044
+
1045
+ export enum Result {
1046
+ RESULT_UNKNOWN = 0,
1047
+ RESULT_SUCCESS = 1,
1048
+ RESULT_IN_PROGRESS = 2,
1049
+ RESULT_BUSY = 3,
1050
+ RESULT_DENIED = 4,
1051
+ RESULT_ERROR = 5,
1052
+ RESULT_TIMEOUT = 6,
1053
+ RESULT_WRONG_ARGUMENT = 7,
1054
+ RESULT_NO_SYSTEM = 8,
1055
+ }
1056
+ }
1057
+
1058
+ export class StorageInformation extends jspb.Message {
1059
+ getUsedStorageMib(): number;
1060
+ setUsedStorageMib(value: number): StorageInformation;
1061
+
1062
+ getAvailableStorageMib(): number;
1063
+ setAvailableStorageMib(value: number): StorageInformation;
1064
+
1065
+ getTotalStorageMib(): number;
1066
+ setTotalStorageMib(value: number): StorageInformation;
1067
+
1068
+ getStorageStatus(): StorageInformation.StorageStatus;
1069
+ setStorageStatus(value: StorageInformation.StorageStatus): StorageInformation;
1070
+
1071
+ getStorageId(): number;
1072
+ setStorageId(value: number): StorageInformation;
1073
+
1074
+ getStorageType(): StorageInformation.StorageType;
1075
+ setStorageType(value: StorageInformation.StorageType): StorageInformation;
1076
+
1077
+ getReadSpeedMibS(): number;
1078
+ setReadSpeedMibS(value: number): StorageInformation;
1079
+
1080
+ getWriteSpeedMibS(): number;
1081
+ setWriteSpeedMibS(value: number): StorageInformation;
1082
+
1083
+ serializeBinary(): Uint8Array;
1084
+ toObject(includeInstance?: boolean): StorageInformation.AsObject;
1085
+ static toObject(includeInstance: boolean, msg: StorageInformation): StorageInformation.AsObject;
1086
+ static serializeBinaryToWriter(message: StorageInformation, writer: jspb.BinaryWriter): void;
1087
+ static deserializeBinary(bytes: Uint8Array): StorageInformation;
1088
+ static deserializeBinaryFromReader(message: StorageInformation, reader: jspb.BinaryReader): StorageInformation;
1089
+ }
1090
+
1091
+ export namespace StorageInformation {
1092
+ export type AsObject = {
1093
+ usedStorageMib: number,
1094
+ availableStorageMib: number,
1095
+ totalStorageMib: number,
1096
+ storageStatus: StorageInformation.StorageStatus,
1097
+ storageId: number,
1098
+ storageType: StorageInformation.StorageType,
1099
+ readSpeedMibS: number,
1100
+ writeSpeedMibS: number,
1101
+ }
1102
+
1103
+ export enum StorageStatus {
1104
+ STORAGE_STATUS_NOT_AVAILABLE = 0,
1105
+ STORAGE_STATUS_UNFORMATTED = 1,
1106
+ STORAGE_STATUS_FORMATTED = 2,
1107
+ STORAGE_STATUS_NOT_SUPPORTED = 3,
1108
+ }
1109
+
1110
+ export enum StorageType {
1111
+ STORAGE_TYPE_UNKNOWN = 0,
1112
+ STORAGE_TYPE_USB_STICK = 1,
1113
+ STORAGE_TYPE_SD = 2,
1114
+ STORAGE_TYPE_MICROSD = 3,
1115
+ STORAGE_TYPE_HD = 7,
1116
+ STORAGE_TYPE_OTHER = 254,
1117
+ }
1118
+ }
1119
+
1120
+ export class CaptureStatus extends jspb.Message {
1121
+ getImageIntervalS(): number;
1122
+ setImageIntervalS(value: number): CaptureStatus;
1123
+
1124
+ getRecordingTimeS(): number;
1125
+ setRecordingTimeS(value: number): CaptureStatus;
1126
+
1127
+ getAvailableCapacityMib(): number;
1128
+ setAvailableCapacityMib(value: number): CaptureStatus;
1129
+
1130
+ getImageStatus(): CaptureStatus.ImageStatus;
1131
+ setImageStatus(value: CaptureStatus.ImageStatus): CaptureStatus;
1132
+
1133
+ getVideoStatus(): CaptureStatus.VideoStatus;
1134
+ setVideoStatus(value: CaptureStatus.VideoStatus): CaptureStatus;
1135
+
1136
+ getImageCount(): number;
1137
+ setImageCount(value: number): CaptureStatus;
1138
+
1139
+ serializeBinary(): Uint8Array;
1140
+ toObject(includeInstance?: boolean): CaptureStatus.AsObject;
1141
+ static toObject(includeInstance: boolean, msg: CaptureStatus): CaptureStatus.AsObject;
1142
+ static serializeBinaryToWriter(message: CaptureStatus, writer: jspb.BinaryWriter): void;
1143
+ static deserializeBinary(bytes: Uint8Array): CaptureStatus;
1144
+ static deserializeBinaryFromReader(message: CaptureStatus, reader: jspb.BinaryReader): CaptureStatus;
1145
+ }
1146
+
1147
+ export namespace CaptureStatus {
1148
+ export type AsObject = {
1149
+ imageIntervalS: number,
1150
+ recordingTimeS: number,
1151
+ availableCapacityMib: number,
1152
+ imageStatus: CaptureStatus.ImageStatus,
1153
+ videoStatus: CaptureStatus.VideoStatus,
1154
+ imageCount: number,
1155
+ }
1156
+
1157
+ export enum ImageStatus {
1158
+ IMAGE_STATUS_IDLE = 0,
1159
+ IMAGE_STATUS_CAPTURE_IN_PROGRESS = 1,
1160
+ IMAGE_STATUS_INTERVAL_IDLE = 2,
1161
+ IMAGE_STATUS_INTERVAL_IN_PROGRESS = 3,
1162
+ }
1163
+
1164
+ export enum VideoStatus {
1165
+ VIDEO_STATUS_IDLE = 0,
1166
+ VIDEO_STATUS_CAPTURE_IN_PROGRESS = 1,
1167
+ }
1168
+ }
1169
+
1170
+ export enum CameraFeedback {
1171
+ CAMERA_FEEDBACK_UNKNOWN = 0,
1172
+ CAMERA_FEEDBACK_OK = 1,
1173
+ CAMERA_FEEDBACK_BUSY = 2,
1174
+ CAMERA_FEEDBACK_FAILED = 3,
1175
+ }
1176
+ export enum Mode {
1177
+ MODE_UNKNOWN = 0,
1178
+ MODE_PHOTO = 1,
1179
+ MODE_VIDEO = 2,
1180
+ }