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.
- package/README.md +24 -0
- package/action/ActionServiceClientPb.ts +985 -0
- package/action/action_pb.d.ts +875 -0
- package/action/action_pb.js +7317 -0
- package/action_server/Action_serverServiceClientPb.ts +408 -0
- package/action_server/action_server_pb.d.ts +571 -0
- package/action_server/action_server_pb.js +4624 -0
- package/calibration/CalibrationServiceClientPb.ts +192 -0
- package/calibration/calibration_pb.d.ts +306 -0
- package/calibration/calibration_pb.js +2501 -0
- package/camera/CameraServiceClientPb.ts +838 -0
- package/camera/camera_pb.d.ts +1260 -0
- package/camera/camera_pb.js +10338 -0
- package/camera_server/Camera_serverServiceClientPb.ts +818 -0
- package/camera_server/camera_server_pb.d.ts +1180 -0
- package/camera_server/camera_server_pb.js +9586 -0
- package/component_information/Component_informationServiceClientPb.ts +104 -0
- package/component_information/component_information_pb.d.ts +179 -0
- package/component_information/component_information_pb.js +1445 -0
- package/component_information_server/Component_information_serverServiceClientPb.ts +104 -0
- package/component_information_server/component_information_server_pb.d.ts +183 -0
- package/component_information_server/component_information_server_pb.js +1439 -0
- package/core/CoreServiceClientPb.ts +104 -0
- package/core/core_pb.d.ts +88 -0
- package/core/core_pb.js +748 -0
- package/failure/FailureServiceClientPb.ts +82 -0
- package/failure/failure_pb.d.ts +111 -0
- package/failure/failure_pb.js +646 -0
- package/follow_me/Follow_meServiceClientPb.ts +340 -0
- package/follow_me/follow_me_pb.d.ts +369 -0
- package/follow_me/follow_me_pb.js +2990 -0
- package/ftp/FtpServiceClientPb.ts +384 -0
- package/ftp/ftp_pb.d.ts +449 -0
- package/ftp/ftp_pb.js +3674 -0
- package/ftp_server/Ftp_serverServiceClientPb.ts +82 -0
- package/ftp_server/ftp_server_pb.d.ts +72 -0
- package/ftp_server/ftp_server_pb.js +545 -0
- package/geofence/GeofenceServiceClientPb.ts +125 -0
- package/geofence/geofence_pb.d.ts +216 -0
- package/geofence/geofence_pb.js +1737 -0
- package/gimbal/GimbalServiceClientPb.ts +362 -0
- package/gimbal/gimbal_pb.d.ts +398 -0
- package/gimbal/gimbal_pb.js +3233 -0
- package/gripper/GripperServiceClientPb.ts +125 -0
- package/gripper/gripper_pb.d.ts +116 -0
- package/gripper/gripper_pb.js +880 -0
- package/info/InfoServiceClientPb.ts +254 -0
- package/info/info_pb.d.ts +377 -0
- package/info/info_pb.js +3035 -0
- package/log_files/Log_filesServiceClientPb.ts +147 -0
- package/log_files/log_files_pb.d.ts +206 -0
- package/log_files/log_files_pb.js +1667 -0
- package/manual_control/Manual_controlServiceClientPb.ts +168 -0
- package/manual_control/manual_control_pb.d.ts +157 -0
- package/manual_control/manual_control_pb.js +1232 -0
- package/mavsdk_options_pb.d.ts +10 -0
- package/mavsdk_options_pb.js +141 -0
- package/mission/MissionServiceClientPb.ts +578 -0
- package/mission/mission_pb.d.ts +749 -0
- package/mission/mission_pb.js +6095 -0
- package/mission_raw/Mission_rawServiceClientPb.ts +599 -0
- package/mission_raw/mission_raw_pb.d.ts +691 -0
- package/mission_raw/mission_raw_pb.js +5766 -0
- package/mission_raw_server/Mission_raw_serverServiceClientPb.ts +148 -0
- package/mission_raw_server/mission_raw_server_pb.d.ts +285 -0
- package/mission_raw_server/mission_raw_server_pb.js +2269 -0
- package/mocap/MocapServiceClientPb.ts +168 -0
- package/mocap/mocap_pb.d.ts +445 -0
- package/mocap/mocap_pb.js +3637 -0
- package/offboard/OffboardServiceClientPb.ts +598 -0
- package/offboard/offboard_pb.d.ts +813 -0
- package/offboard/offboard_pb.js +6771 -0
- package/package.json +15 -0
- package/param/ParamServiceClientPb.ts +383 -0
- package/param/param_pb.d.ts +469 -0
- package/param/param_pb.js +3849 -0
- package/param_server/Param_serverServiceClientPb.ts +406 -0
- package/param_server/param_server_pb.d.ts +523 -0
- package/param_server/param_server_pb.js +4371 -0
- package/rtk/RtkServiceClientPb.ts +82 -0
- package/rtk/rtk_pb.d.ts +93 -0
- package/rtk/rtk_pb.js +719 -0
- package/server_utility/Server_utilityServiceClientPb.ts +82 -0
- package/server_utility/server_utility_pb.d.ts +87 -0
- package/server_utility/server_utility_pb.js +591 -0
- package/shell/ShellServiceClientPb.ts +104 -0
- package/shell/shell_pb.d.ts +106 -0
- package/shell/shell_pb.js +822 -0
- package/telemetry/TelemetryServiceClientPb.ts +1862 -0
- package/telemetry/telemetry_pb.d.ts +3201 -0
- package/telemetry/telemetry_pb.js +26682 -0
- package/telemetry_server/Telemetry_serverServiceClientPb.ts +684 -0
- package/telemetry_server/telemetry_server_pb.d.ts +1562 -0
- package/telemetry_server/telemetry_server_pb.js +12735 -0
- package/tracking_server/Tracking_serverServiceClientPb.ts +363 -0
- package/tracking_server/tracking_server_pb.d.ts +407 -0
- package/tracking_server/tracking_server_pb.js +3366 -0
- package/transponder/TransponderServiceClientPb.ts +104 -0
- package/transponder/transponder_pb.d.ts +196 -0
- package/transponder/transponder_pb.js +1360 -0
- package/tsconfig.json +9 -0
- package/tune/TuneServiceClientPb.ts +82 -0
- package/tune/tune_pb.d.ts +122 -0
- package/tune/tune_pb.js +804 -0
- package/winch/WinchServiceClientPb.ts +491 -0
- package/winch/winch_pb.d.ts +593 -0
- package/winch/winch_pb.js +4801 -0
|
@@ -0,0 +1,1260 @@
|
|
|
1
|
+
import * as jspb from 'google-protobuf'
|
|
2
|
+
|
|
3
|
+
import * as mavsdk_options_pb from '../mavsdk_options_pb';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class PrepareRequest extends jspb.Message {
|
|
7
|
+
serializeBinary(): Uint8Array;
|
|
8
|
+
toObject(includeInstance?: boolean): PrepareRequest.AsObject;
|
|
9
|
+
static toObject(includeInstance: boolean, msg: PrepareRequest): PrepareRequest.AsObject;
|
|
10
|
+
static serializeBinaryToWriter(message: PrepareRequest, writer: jspb.BinaryWriter): void;
|
|
11
|
+
static deserializeBinary(bytes: Uint8Array): PrepareRequest;
|
|
12
|
+
static deserializeBinaryFromReader(message: PrepareRequest, reader: jspb.BinaryReader): PrepareRequest;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export namespace PrepareRequest {
|
|
16
|
+
export type AsObject = {
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export class PrepareResponse extends jspb.Message {
|
|
21
|
+
getCameraResult(): CameraResult | undefined;
|
|
22
|
+
setCameraResult(value?: CameraResult): PrepareResponse;
|
|
23
|
+
hasCameraResult(): boolean;
|
|
24
|
+
clearCameraResult(): PrepareResponse;
|
|
25
|
+
|
|
26
|
+
serializeBinary(): Uint8Array;
|
|
27
|
+
toObject(includeInstance?: boolean): PrepareResponse.AsObject;
|
|
28
|
+
static toObject(includeInstance: boolean, msg: PrepareResponse): PrepareResponse.AsObject;
|
|
29
|
+
static serializeBinaryToWriter(message: PrepareResponse, writer: jspb.BinaryWriter): void;
|
|
30
|
+
static deserializeBinary(bytes: Uint8Array): PrepareResponse;
|
|
31
|
+
static deserializeBinaryFromReader(message: PrepareResponse, reader: jspb.BinaryReader): PrepareResponse;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export namespace PrepareResponse {
|
|
35
|
+
export type AsObject = {
|
|
36
|
+
cameraResult?: CameraResult.AsObject,
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export class TakePhotoRequest extends jspb.Message {
|
|
41
|
+
serializeBinary(): Uint8Array;
|
|
42
|
+
toObject(includeInstance?: boolean): TakePhotoRequest.AsObject;
|
|
43
|
+
static toObject(includeInstance: boolean, msg: TakePhotoRequest): TakePhotoRequest.AsObject;
|
|
44
|
+
static serializeBinaryToWriter(message: TakePhotoRequest, writer: jspb.BinaryWriter): void;
|
|
45
|
+
static deserializeBinary(bytes: Uint8Array): TakePhotoRequest;
|
|
46
|
+
static deserializeBinaryFromReader(message: TakePhotoRequest, reader: jspb.BinaryReader): TakePhotoRequest;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export namespace TakePhotoRequest {
|
|
50
|
+
export type AsObject = {
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export class TakePhotoResponse extends jspb.Message {
|
|
55
|
+
getCameraResult(): CameraResult | undefined;
|
|
56
|
+
setCameraResult(value?: CameraResult): TakePhotoResponse;
|
|
57
|
+
hasCameraResult(): boolean;
|
|
58
|
+
clearCameraResult(): TakePhotoResponse;
|
|
59
|
+
|
|
60
|
+
serializeBinary(): Uint8Array;
|
|
61
|
+
toObject(includeInstance?: boolean): TakePhotoResponse.AsObject;
|
|
62
|
+
static toObject(includeInstance: boolean, msg: TakePhotoResponse): TakePhotoResponse.AsObject;
|
|
63
|
+
static serializeBinaryToWriter(message: TakePhotoResponse, writer: jspb.BinaryWriter): void;
|
|
64
|
+
static deserializeBinary(bytes: Uint8Array): TakePhotoResponse;
|
|
65
|
+
static deserializeBinaryFromReader(message: TakePhotoResponse, reader: jspb.BinaryReader): TakePhotoResponse;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export namespace TakePhotoResponse {
|
|
69
|
+
export type AsObject = {
|
|
70
|
+
cameraResult?: CameraResult.AsObject,
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export class StartPhotoIntervalRequest extends jspb.Message {
|
|
75
|
+
getIntervalS(): number;
|
|
76
|
+
setIntervalS(value: number): StartPhotoIntervalRequest;
|
|
77
|
+
|
|
78
|
+
serializeBinary(): Uint8Array;
|
|
79
|
+
toObject(includeInstance?: boolean): StartPhotoIntervalRequest.AsObject;
|
|
80
|
+
static toObject(includeInstance: boolean, msg: StartPhotoIntervalRequest): StartPhotoIntervalRequest.AsObject;
|
|
81
|
+
static serializeBinaryToWriter(message: StartPhotoIntervalRequest, writer: jspb.BinaryWriter): void;
|
|
82
|
+
static deserializeBinary(bytes: Uint8Array): StartPhotoIntervalRequest;
|
|
83
|
+
static deserializeBinaryFromReader(message: StartPhotoIntervalRequest, reader: jspb.BinaryReader): StartPhotoIntervalRequest;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export namespace StartPhotoIntervalRequest {
|
|
87
|
+
export type AsObject = {
|
|
88
|
+
intervalS: number,
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export class StartPhotoIntervalResponse extends jspb.Message {
|
|
93
|
+
getCameraResult(): CameraResult | undefined;
|
|
94
|
+
setCameraResult(value?: CameraResult): StartPhotoIntervalResponse;
|
|
95
|
+
hasCameraResult(): boolean;
|
|
96
|
+
clearCameraResult(): StartPhotoIntervalResponse;
|
|
97
|
+
|
|
98
|
+
serializeBinary(): Uint8Array;
|
|
99
|
+
toObject(includeInstance?: boolean): StartPhotoIntervalResponse.AsObject;
|
|
100
|
+
static toObject(includeInstance: boolean, msg: StartPhotoIntervalResponse): StartPhotoIntervalResponse.AsObject;
|
|
101
|
+
static serializeBinaryToWriter(message: StartPhotoIntervalResponse, writer: jspb.BinaryWriter): void;
|
|
102
|
+
static deserializeBinary(bytes: Uint8Array): StartPhotoIntervalResponse;
|
|
103
|
+
static deserializeBinaryFromReader(message: StartPhotoIntervalResponse, reader: jspb.BinaryReader): StartPhotoIntervalResponse;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export namespace StartPhotoIntervalResponse {
|
|
107
|
+
export type AsObject = {
|
|
108
|
+
cameraResult?: CameraResult.AsObject,
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export class StopPhotoIntervalRequest extends jspb.Message {
|
|
113
|
+
serializeBinary(): Uint8Array;
|
|
114
|
+
toObject(includeInstance?: boolean): StopPhotoIntervalRequest.AsObject;
|
|
115
|
+
static toObject(includeInstance: boolean, msg: StopPhotoIntervalRequest): StopPhotoIntervalRequest.AsObject;
|
|
116
|
+
static serializeBinaryToWriter(message: StopPhotoIntervalRequest, writer: jspb.BinaryWriter): void;
|
|
117
|
+
static deserializeBinary(bytes: Uint8Array): StopPhotoIntervalRequest;
|
|
118
|
+
static deserializeBinaryFromReader(message: StopPhotoIntervalRequest, reader: jspb.BinaryReader): StopPhotoIntervalRequest;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export namespace StopPhotoIntervalRequest {
|
|
122
|
+
export type AsObject = {
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export class StopPhotoIntervalResponse extends jspb.Message {
|
|
127
|
+
getCameraResult(): CameraResult | undefined;
|
|
128
|
+
setCameraResult(value?: CameraResult): StopPhotoIntervalResponse;
|
|
129
|
+
hasCameraResult(): boolean;
|
|
130
|
+
clearCameraResult(): StopPhotoIntervalResponse;
|
|
131
|
+
|
|
132
|
+
serializeBinary(): Uint8Array;
|
|
133
|
+
toObject(includeInstance?: boolean): StopPhotoIntervalResponse.AsObject;
|
|
134
|
+
static toObject(includeInstance: boolean, msg: StopPhotoIntervalResponse): StopPhotoIntervalResponse.AsObject;
|
|
135
|
+
static serializeBinaryToWriter(message: StopPhotoIntervalResponse, writer: jspb.BinaryWriter): void;
|
|
136
|
+
static deserializeBinary(bytes: Uint8Array): StopPhotoIntervalResponse;
|
|
137
|
+
static deserializeBinaryFromReader(message: StopPhotoIntervalResponse, reader: jspb.BinaryReader): StopPhotoIntervalResponse;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export namespace StopPhotoIntervalResponse {
|
|
141
|
+
export type AsObject = {
|
|
142
|
+
cameraResult?: CameraResult.AsObject,
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export class StartVideoRequest extends jspb.Message {
|
|
147
|
+
serializeBinary(): Uint8Array;
|
|
148
|
+
toObject(includeInstance?: boolean): StartVideoRequest.AsObject;
|
|
149
|
+
static toObject(includeInstance: boolean, msg: StartVideoRequest): StartVideoRequest.AsObject;
|
|
150
|
+
static serializeBinaryToWriter(message: StartVideoRequest, writer: jspb.BinaryWriter): void;
|
|
151
|
+
static deserializeBinary(bytes: Uint8Array): StartVideoRequest;
|
|
152
|
+
static deserializeBinaryFromReader(message: StartVideoRequest, reader: jspb.BinaryReader): StartVideoRequest;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export namespace StartVideoRequest {
|
|
156
|
+
export type AsObject = {
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export class StartVideoResponse extends jspb.Message {
|
|
161
|
+
getCameraResult(): CameraResult | undefined;
|
|
162
|
+
setCameraResult(value?: CameraResult): StartVideoResponse;
|
|
163
|
+
hasCameraResult(): boolean;
|
|
164
|
+
clearCameraResult(): StartVideoResponse;
|
|
165
|
+
|
|
166
|
+
serializeBinary(): Uint8Array;
|
|
167
|
+
toObject(includeInstance?: boolean): StartVideoResponse.AsObject;
|
|
168
|
+
static toObject(includeInstance: boolean, msg: StartVideoResponse): StartVideoResponse.AsObject;
|
|
169
|
+
static serializeBinaryToWriter(message: StartVideoResponse, writer: jspb.BinaryWriter): void;
|
|
170
|
+
static deserializeBinary(bytes: Uint8Array): StartVideoResponse;
|
|
171
|
+
static deserializeBinaryFromReader(message: StartVideoResponse, reader: jspb.BinaryReader): StartVideoResponse;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export namespace StartVideoResponse {
|
|
175
|
+
export type AsObject = {
|
|
176
|
+
cameraResult?: CameraResult.AsObject,
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
export class StopVideoRequest extends jspb.Message {
|
|
181
|
+
serializeBinary(): Uint8Array;
|
|
182
|
+
toObject(includeInstance?: boolean): StopVideoRequest.AsObject;
|
|
183
|
+
static toObject(includeInstance: boolean, msg: StopVideoRequest): StopVideoRequest.AsObject;
|
|
184
|
+
static serializeBinaryToWriter(message: StopVideoRequest, writer: jspb.BinaryWriter): void;
|
|
185
|
+
static deserializeBinary(bytes: Uint8Array): StopVideoRequest;
|
|
186
|
+
static deserializeBinaryFromReader(message: StopVideoRequest, reader: jspb.BinaryReader): StopVideoRequest;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export namespace StopVideoRequest {
|
|
190
|
+
export type AsObject = {
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
export class StopVideoResponse extends jspb.Message {
|
|
195
|
+
getCameraResult(): CameraResult | undefined;
|
|
196
|
+
setCameraResult(value?: CameraResult): StopVideoResponse;
|
|
197
|
+
hasCameraResult(): boolean;
|
|
198
|
+
clearCameraResult(): StopVideoResponse;
|
|
199
|
+
|
|
200
|
+
serializeBinary(): Uint8Array;
|
|
201
|
+
toObject(includeInstance?: boolean): StopVideoResponse.AsObject;
|
|
202
|
+
static toObject(includeInstance: boolean, msg: StopVideoResponse): StopVideoResponse.AsObject;
|
|
203
|
+
static serializeBinaryToWriter(message: StopVideoResponse, writer: jspb.BinaryWriter): void;
|
|
204
|
+
static deserializeBinary(bytes: Uint8Array): StopVideoResponse;
|
|
205
|
+
static deserializeBinaryFromReader(message: StopVideoResponse, reader: jspb.BinaryReader): StopVideoResponse;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export namespace StopVideoResponse {
|
|
209
|
+
export type AsObject = {
|
|
210
|
+
cameraResult?: CameraResult.AsObject,
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export class StartVideoStreamingRequest extends jspb.Message {
|
|
215
|
+
getStreamId(): number;
|
|
216
|
+
setStreamId(value: number): StartVideoStreamingRequest;
|
|
217
|
+
|
|
218
|
+
serializeBinary(): Uint8Array;
|
|
219
|
+
toObject(includeInstance?: boolean): StartVideoStreamingRequest.AsObject;
|
|
220
|
+
static toObject(includeInstance: boolean, msg: StartVideoStreamingRequest): StartVideoStreamingRequest.AsObject;
|
|
221
|
+
static serializeBinaryToWriter(message: StartVideoStreamingRequest, writer: jspb.BinaryWriter): void;
|
|
222
|
+
static deserializeBinary(bytes: Uint8Array): StartVideoStreamingRequest;
|
|
223
|
+
static deserializeBinaryFromReader(message: StartVideoStreamingRequest, reader: jspb.BinaryReader): StartVideoStreamingRequest;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
export namespace StartVideoStreamingRequest {
|
|
227
|
+
export type AsObject = {
|
|
228
|
+
streamId: number,
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export class StartVideoStreamingResponse extends jspb.Message {
|
|
233
|
+
getCameraResult(): CameraResult | undefined;
|
|
234
|
+
setCameraResult(value?: CameraResult): StartVideoStreamingResponse;
|
|
235
|
+
hasCameraResult(): boolean;
|
|
236
|
+
clearCameraResult(): StartVideoStreamingResponse;
|
|
237
|
+
|
|
238
|
+
serializeBinary(): Uint8Array;
|
|
239
|
+
toObject(includeInstance?: boolean): StartVideoStreamingResponse.AsObject;
|
|
240
|
+
static toObject(includeInstance: boolean, msg: StartVideoStreamingResponse): StartVideoStreamingResponse.AsObject;
|
|
241
|
+
static serializeBinaryToWriter(message: StartVideoStreamingResponse, writer: jspb.BinaryWriter): void;
|
|
242
|
+
static deserializeBinary(bytes: Uint8Array): StartVideoStreamingResponse;
|
|
243
|
+
static deserializeBinaryFromReader(message: StartVideoStreamingResponse, reader: jspb.BinaryReader): StartVideoStreamingResponse;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export namespace StartVideoStreamingResponse {
|
|
247
|
+
export type AsObject = {
|
|
248
|
+
cameraResult?: CameraResult.AsObject,
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
export class StopVideoStreamingRequest extends jspb.Message {
|
|
253
|
+
getStreamId(): number;
|
|
254
|
+
setStreamId(value: number): StopVideoStreamingRequest;
|
|
255
|
+
|
|
256
|
+
serializeBinary(): Uint8Array;
|
|
257
|
+
toObject(includeInstance?: boolean): StopVideoStreamingRequest.AsObject;
|
|
258
|
+
static toObject(includeInstance: boolean, msg: StopVideoStreamingRequest): StopVideoStreamingRequest.AsObject;
|
|
259
|
+
static serializeBinaryToWriter(message: StopVideoStreamingRequest, writer: jspb.BinaryWriter): void;
|
|
260
|
+
static deserializeBinary(bytes: Uint8Array): StopVideoStreamingRequest;
|
|
261
|
+
static deserializeBinaryFromReader(message: StopVideoStreamingRequest, reader: jspb.BinaryReader): StopVideoStreamingRequest;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export namespace StopVideoStreamingRequest {
|
|
265
|
+
export type AsObject = {
|
|
266
|
+
streamId: number,
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export class StopVideoStreamingResponse extends jspb.Message {
|
|
271
|
+
getCameraResult(): CameraResult | undefined;
|
|
272
|
+
setCameraResult(value?: CameraResult): StopVideoStreamingResponse;
|
|
273
|
+
hasCameraResult(): boolean;
|
|
274
|
+
clearCameraResult(): StopVideoStreamingResponse;
|
|
275
|
+
|
|
276
|
+
serializeBinary(): Uint8Array;
|
|
277
|
+
toObject(includeInstance?: boolean): StopVideoStreamingResponse.AsObject;
|
|
278
|
+
static toObject(includeInstance: boolean, msg: StopVideoStreamingResponse): StopVideoStreamingResponse.AsObject;
|
|
279
|
+
static serializeBinaryToWriter(message: StopVideoStreamingResponse, writer: jspb.BinaryWriter): void;
|
|
280
|
+
static deserializeBinary(bytes: Uint8Array): StopVideoStreamingResponse;
|
|
281
|
+
static deserializeBinaryFromReader(message: StopVideoStreamingResponse, reader: jspb.BinaryReader): StopVideoStreamingResponse;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
export namespace StopVideoStreamingResponse {
|
|
285
|
+
export type AsObject = {
|
|
286
|
+
cameraResult?: CameraResult.AsObject,
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export class SetModeRequest extends jspb.Message {
|
|
291
|
+
getMode(): Mode;
|
|
292
|
+
setMode(value: Mode): SetModeRequest;
|
|
293
|
+
|
|
294
|
+
serializeBinary(): Uint8Array;
|
|
295
|
+
toObject(includeInstance?: boolean): SetModeRequest.AsObject;
|
|
296
|
+
static toObject(includeInstance: boolean, msg: SetModeRequest): SetModeRequest.AsObject;
|
|
297
|
+
static serializeBinaryToWriter(message: SetModeRequest, writer: jspb.BinaryWriter): void;
|
|
298
|
+
static deserializeBinary(bytes: Uint8Array): SetModeRequest;
|
|
299
|
+
static deserializeBinaryFromReader(message: SetModeRequest, reader: jspb.BinaryReader): SetModeRequest;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export namespace SetModeRequest {
|
|
303
|
+
export type AsObject = {
|
|
304
|
+
mode: Mode,
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export class SetModeResponse extends jspb.Message {
|
|
309
|
+
getCameraResult(): CameraResult | undefined;
|
|
310
|
+
setCameraResult(value?: CameraResult): SetModeResponse;
|
|
311
|
+
hasCameraResult(): boolean;
|
|
312
|
+
clearCameraResult(): SetModeResponse;
|
|
313
|
+
|
|
314
|
+
serializeBinary(): Uint8Array;
|
|
315
|
+
toObject(includeInstance?: boolean): SetModeResponse.AsObject;
|
|
316
|
+
static toObject(includeInstance: boolean, msg: SetModeResponse): SetModeResponse.AsObject;
|
|
317
|
+
static serializeBinaryToWriter(message: SetModeResponse, writer: jspb.BinaryWriter): void;
|
|
318
|
+
static deserializeBinary(bytes: Uint8Array): SetModeResponse;
|
|
319
|
+
static deserializeBinaryFromReader(message: SetModeResponse, reader: jspb.BinaryReader): SetModeResponse;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export namespace SetModeResponse {
|
|
323
|
+
export type AsObject = {
|
|
324
|
+
cameraResult?: CameraResult.AsObject,
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export class ListPhotosRequest extends jspb.Message {
|
|
329
|
+
getPhotosRange(): PhotosRange;
|
|
330
|
+
setPhotosRange(value: PhotosRange): ListPhotosRequest;
|
|
331
|
+
|
|
332
|
+
serializeBinary(): Uint8Array;
|
|
333
|
+
toObject(includeInstance?: boolean): ListPhotosRequest.AsObject;
|
|
334
|
+
static toObject(includeInstance: boolean, msg: ListPhotosRequest): ListPhotosRequest.AsObject;
|
|
335
|
+
static serializeBinaryToWriter(message: ListPhotosRequest, writer: jspb.BinaryWriter): void;
|
|
336
|
+
static deserializeBinary(bytes: Uint8Array): ListPhotosRequest;
|
|
337
|
+
static deserializeBinaryFromReader(message: ListPhotosRequest, reader: jspb.BinaryReader): ListPhotosRequest;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
export namespace ListPhotosRequest {
|
|
341
|
+
export type AsObject = {
|
|
342
|
+
photosRange: PhotosRange,
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export class ListPhotosResponse extends jspb.Message {
|
|
347
|
+
getCameraResult(): CameraResult | undefined;
|
|
348
|
+
setCameraResult(value?: CameraResult): ListPhotosResponse;
|
|
349
|
+
hasCameraResult(): boolean;
|
|
350
|
+
clearCameraResult(): ListPhotosResponse;
|
|
351
|
+
|
|
352
|
+
getCaptureInfosList(): Array<CaptureInfo>;
|
|
353
|
+
setCaptureInfosList(value: Array<CaptureInfo>): ListPhotosResponse;
|
|
354
|
+
clearCaptureInfosList(): ListPhotosResponse;
|
|
355
|
+
addCaptureInfos(value?: CaptureInfo, index?: number): CaptureInfo;
|
|
356
|
+
|
|
357
|
+
serializeBinary(): Uint8Array;
|
|
358
|
+
toObject(includeInstance?: boolean): ListPhotosResponse.AsObject;
|
|
359
|
+
static toObject(includeInstance: boolean, msg: ListPhotosResponse): ListPhotosResponse.AsObject;
|
|
360
|
+
static serializeBinaryToWriter(message: ListPhotosResponse, writer: jspb.BinaryWriter): void;
|
|
361
|
+
static deserializeBinary(bytes: Uint8Array): ListPhotosResponse;
|
|
362
|
+
static deserializeBinaryFromReader(message: ListPhotosResponse, reader: jspb.BinaryReader): ListPhotosResponse;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export namespace ListPhotosResponse {
|
|
366
|
+
export type AsObject = {
|
|
367
|
+
cameraResult?: CameraResult.AsObject,
|
|
368
|
+
captureInfosList: Array<CaptureInfo.AsObject>,
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export class SubscribeInformationRequest extends jspb.Message {
|
|
373
|
+
serializeBinary(): Uint8Array;
|
|
374
|
+
toObject(includeInstance?: boolean): SubscribeInformationRequest.AsObject;
|
|
375
|
+
static toObject(includeInstance: boolean, msg: SubscribeInformationRequest): SubscribeInformationRequest.AsObject;
|
|
376
|
+
static serializeBinaryToWriter(message: SubscribeInformationRequest, writer: jspb.BinaryWriter): void;
|
|
377
|
+
static deserializeBinary(bytes: Uint8Array): SubscribeInformationRequest;
|
|
378
|
+
static deserializeBinaryFromReader(message: SubscribeInformationRequest, reader: jspb.BinaryReader): SubscribeInformationRequest;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export namespace SubscribeInformationRequest {
|
|
382
|
+
export type AsObject = {
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export class InformationResponse extends jspb.Message {
|
|
387
|
+
getInformation(): Information | undefined;
|
|
388
|
+
setInformation(value?: Information): InformationResponse;
|
|
389
|
+
hasInformation(): boolean;
|
|
390
|
+
clearInformation(): InformationResponse;
|
|
391
|
+
|
|
392
|
+
serializeBinary(): Uint8Array;
|
|
393
|
+
toObject(includeInstance?: boolean): InformationResponse.AsObject;
|
|
394
|
+
static toObject(includeInstance: boolean, msg: InformationResponse): InformationResponse.AsObject;
|
|
395
|
+
static serializeBinaryToWriter(message: InformationResponse, writer: jspb.BinaryWriter): void;
|
|
396
|
+
static deserializeBinary(bytes: Uint8Array): InformationResponse;
|
|
397
|
+
static deserializeBinaryFromReader(message: InformationResponse, reader: jspb.BinaryReader): InformationResponse;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
export namespace InformationResponse {
|
|
401
|
+
export type AsObject = {
|
|
402
|
+
information?: Information.AsObject,
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
export class SubscribeModeRequest extends jspb.Message {
|
|
407
|
+
serializeBinary(): Uint8Array;
|
|
408
|
+
toObject(includeInstance?: boolean): SubscribeModeRequest.AsObject;
|
|
409
|
+
static toObject(includeInstance: boolean, msg: SubscribeModeRequest): SubscribeModeRequest.AsObject;
|
|
410
|
+
static serializeBinaryToWriter(message: SubscribeModeRequest, writer: jspb.BinaryWriter): void;
|
|
411
|
+
static deserializeBinary(bytes: Uint8Array): SubscribeModeRequest;
|
|
412
|
+
static deserializeBinaryFromReader(message: SubscribeModeRequest, reader: jspb.BinaryReader): SubscribeModeRequest;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export namespace SubscribeModeRequest {
|
|
416
|
+
export type AsObject = {
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
export class ModeResponse extends jspb.Message {
|
|
421
|
+
getMode(): Mode;
|
|
422
|
+
setMode(value: Mode): ModeResponse;
|
|
423
|
+
|
|
424
|
+
serializeBinary(): Uint8Array;
|
|
425
|
+
toObject(includeInstance?: boolean): ModeResponse.AsObject;
|
|
426
|
+
static toObject(includeInstance: boolean, msg: ModeResponse): ModeResponse.AsObject;
|
|
427
|
+
static serializeBinaryToWriter(message: ModeResponse, writer: jspb.BinaryWriter): void;
|
|
428
|
+
static deserializeBinary(bytes: Uint8Array): ModeResponse;
|
|
429
|
+
static deserializeBinaryFromReader(message: ModeResponse, reader: jspb.BinaryReader): ModeResponse;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export namespace ModeResponse {
|
|
433
|
+
export type AsObject = {
|
|
434
|
+
mode: Mode,
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export class SubscribeVideoStreamInfoRequest extends jspb.Message {
|
|
439
|
+
serializeBinary(): Uint8Array;
|
|
440
|
+
toObject(includeInstance?: boolean): SubscribeVideoStreamInfoRequest.AsObject;
|
|
441
|
+
static toObject(includeInstance: boolean, msg: SubscribeVideoStreamInfoRequest): SubscribeVideoStreamInfoRequest.AsObject;
|
|
442
|
+
static serializeBinaryToWriter(message: SubscribeVideoStreamInfoRequest, writer: jspb.BinaryWriter): void;
|
|
443
|
+
static deserializeBinary(bytes: Uint8Array): SubscribeVideoStreamInfoRequest;
|
|
444
|
+
static deserializeBinaryFromReader(message: SubscribeVideoStreamInfoRequest, reader: jspb.BinaryReader): SubscribeVideoStreamInfoRequest;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export namespace SubscribeVideoStreamInfoRequest {
|
|
448
|
+
export type AsObject = {
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export class VideoStreamInfoResponse extends jspb.Message {
|
|
453
|
+
getVideoStreamInfo(): VideoStreamInfo | undefined;
|
|
454
|
+
setVideoStreamInfo(value?: VideoStreamInfo): VideoStreamInfoResponse;
|
|
455
|
+
hasVideoStreamInfo(): boolean;
|
|
456
|
+
clearVideoStreamInfo(): VideoStreamInfoResponse;
|
|
457
|
+
|
|
458
|
+
serializeBinary(): Uint8Array;
|
|
459
|
+
toObject(includeInstance?: boolean): VideoStreamInfoResponse.AsObject;
|
|
460
|
+
static toObject(includeInstance: boolean, msg: VideoStreamInfoResponse): VideoStreamInfoResponse.AsObject;
|
|
461
|
+
static serializeBinaryToWriter(message: VideoStreamInfoResponse, writer: jspb.BinaryWriter): void;
|
|
462
|
+
static deserializeBinary(bytes: Uint8Array): VideoStreamInfoResponse;
|
|
463
|
+
static deserializeBinaryFromReader(message: VideoStreamInfoResponse, reader: jspb.BinaryReader): VideoStreamInfoResponse;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export namespace VideoStreamInfoResponse {
|
|
467
|
+
export type AsObject = {
|
|
468
|
+
videoStreamInfo?: VideoStreamInfo.AsObject,
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
export class SubscribeCaptureInfoRequest extends jspb.Message {
|
|
473
|
+
serializeBinary(): Uint8Array;
|
|
474
|
+
toObject(includeInstance?: boolean): SubscribeCaptureInfoRequest.AsObject;
|
|
475
|
+
static toObject(includeInstance: boolean, msg: SubscribeCaptureInfoRequest): SubscribeCaptureInfoRequest.AsObject;
|
|
476
|
+
static serializeBinaryToWriter(message: SubscribeCaptureInfoRequest, writer: jspb.BinaryWriter): void;
|
|
477
|
+
static deserializeBinary(bytes: Uint8Array): SubscribeCaptureInfoRequest;
|
|
478
|
+
static deserializeBinaryFromReader(message: SubscribeCaptureInfoRequest, reader: jspb.BinaryReader): SubscribeCaptureInfoRequest;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export namespace SubscribeCaptureInfoRequest {
|
|
482
|
+
export type AsObject = {
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export class CaptureInfoResponse extends jspb.Message {
|
|
487
|
+
getCaptureInfo(): CaptureInfo | undefined;
|
|
488
|
+
setCaptureInfo(value?: CaptureInfo): CaptureInfoResponse;
|
|
489
|
+
hasCaptureInfo(): boolean;
|
|
490
|
+
clearCaptureInfo(): CaptureInfoResponse;
|
|
491
|
+
|
|
492
|
+
serializeBinary(): Uint8Array;
|
|
493
|
+
toObject(includeInstance?: boolean): CaptureInfoResponse.AsObject;
|
|
494
|
+
static toObject(includeInstance: boolean, msg: CaptureInfoResponse): CaptureInfoResponse.AsObject;
|
|
495
|
+
static serializeBinaryToWriter(message: CaptureInfoResponse, writer: jspb.BinaryWriter): void;
|
|
496
|
+
static deserializeBinary(bytes: Uint8Array): CaptureInfoResponse;
|
|
497
|
+
static deserializeBinaryFromReader(message: CaptureInfoResponse, reader: jspb.BinaryReader): CaptureInfoResponse;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
export namespace CaptureInfoResponse {
|
|
501
|
+
export type AsObject = {
|
|
502
|
+
captureInfo?: CaptureInfo.AsObject,
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export class SubscribeStatusRequest extends jspb.Message {
|
|
507
|
+
serializeBinary(): Uint8Array;
|
|
508
|
+
toObject(includeInstance?: boolean): SubscribeStatusRequest.AsObject;
|
|
509
|
+
static toObject(includeInstance: boolean, msg: SubscribeStatusRequest): SubscribeStatusRequest.AsObject;
|
|
510
|
+
static serializeBinaryToWriter(message: SubscribeStatusRequest, writer: jspb.BinaryWriter): void;
|
|
511
|
+
static deserializeBinary(bytes: Uint8Array): SubscribeStatusRequest;
|
|
512
|
+
static deserializeBinaryFromReader(message: SubscribeStatusRequest, reader: jspb.BinaryReader): SubscribeStatusRequest;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
export namespace SubscribeStatusRequest {
|
|
516
|
+
export type AsObject = {
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
export class StatusResponse extends jspb.Message {
|
|
521
|
+
getCameraStatus(): Status | undefined;
|
|
522
|
+
setCameraStatus(value?: Status): StatusResponse;
|
|
523
|
+
hasCameraStatus(): boolean;
|
|
524
|
+
clearCameraStatus(): StatusResponse;
|
|
525
|
+
|
|
526
|
+
serializeBinary(): Uint8Array;
|
|
527
|
+
toObject(includeInstance?: boolean): StatusResponse.AsObject;
|
|
528
|
+
static toObject(includeInstance: boolean, msg: StatusResponse): StatusResponse.AsObject;
|
|
529
|
+
static serializeBinaryToWriter(message: StatusResponse, writer: jspb.BinaryWriter): void;
|
|
530
|
+
static deserializeBinary(bytes: Uint8Array): StatusResponse;
|
|
531
|
+
static deserializeBinaryFromReader(message: StatusResponse, reader: jspb.BinaryReader): StatusResponse;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export namespace StatusResponse {
|
|
535
|
+
export type AsObject = {
|
|
536
|
+
cameraStatus?: Status.AsObject,
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export class SubscribeCurrentSettingsRequest extends jspb.Message {
|
|
541
|
+
serializeBinary(): Uint8Array;
|
|
542
|
+
toObject(includeInstance?: boolean): SubscribeCurrentSettingsRequest.AsObject;
|
|
543
|
+
static toObject(includeInstance: boolean, msg: SubscribeCurrentSettingsRequest): SubscribeCurrentSettingsRequest.AsObject;
|
|
544
|
+
static serializeBinaryToWriter(message: SubscribeCurrentSettingsRequest, writer: jspb.BinaryWriter): void;
|
|
545
|
+
static deserializeBinary(bytes: Uint8Array): SubscribeCurrentSettingsRequest;
|
|
546
|
+
static deserializeBinaryFromReader(message: SubscribeCurrentSettingsRequest, reader: jspb.BinaryReader): SubscribeCurrentSettingsRequest;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export namespace SubscribeCurrentSettingsRequest {
|
|
550
|
+
export type AsObject = {
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
export class CurrentSettingsResponse extends jspb.Message {
|
|
555
|
+
getCurrentSettingsList(): Array<Setting>;
|
|
556
|
+
setCurrentSettingsList(value: Array<Setting>): CurrentSettingsResponse;
|
|
557
|
+
clearCurrentSettingsList(): CurrentSettingsResponse;
|
|
558
|
+
addCurrentSettings(value?: Setting, index?: number): Setting;
|
|
559
|
+
|
|
560
|
+
serializeBinary(): Uint8Array;
|
|
561
|
+
toObject(includeInstance?: boolean): CurrentSettingsResponse.AsObject;
|
|
562
|
+
static toObject(includeInstance: boolean, msg: CurrentSettingsResponse): CurrentSettingsResponse.AsObject;
|
|
563
|
+
static serializeBinaryToWriter(message: CurrentSettingsResponse, writer: jspb.BinaryWriter): void;
|
|
564
|
+
static deserializeBinary(bytes: Uint8Array): CurrentSettingsResponse;
|
|
565
|
+
static deserializeBinaryFromReader(message: CurrentSettingsResponse, reader: jspb.BinaryReader): CurrentSettingsResponse;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export namespace CurrentSettingsResponse {
|
|
569
|
+
export type AsObject = {
|
|
570
|
+
currentSettingsList: Array<Setting.AsObject>,
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
export class SubscribePossibleSettingOptionsRequest extends jspb.Message {
|
|
575
|
+
serializeBinary(): Uint8Array;
|
|
576
|
+
toObject(includeInstance?: boolean): SubscribePossibleSettingOptionsRequest.AsObject;
|
|
577
|
+
static toObject(includeInstance: boolean, msg: SubscribePossibleSettingOptionsRequest): SubscribePossibleSettingOptionsRequest.AsObject;
|
|
578
|
+
static serializeBinaryToWriter(message: SubscribePossibleSettingOptionsRequest, writer: jspb.BinaryWriter): void;
|
|
579
|
+
static deserializeBinary(bytes: Uint8Array): SubscribePossibleSettingOptionsRequest;
|
|
580
|
+
static deserializeBinaryFromReader(message: SubscribePossibleSettingOptionsRequest, reader: jspb.BinaryReader): SubscribePossibleSettingOptionsRequest;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
export namespace SubscribePossibleSettingOptionsRequest {
|
|
584
|
+
export type AsObject = {
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export class PossibleSettingOptionsResponse extends jspb.Message {
|
|
589
|
+
getSettingOptionsList(): Array<SettingOptions>;
|
|
590
|
+
setSettingOptionsList(value: Array<SettingOptions>): PossibleSettingOptionsResponse;
|
|
591
|
+
clearSettingOptionsList(): PossibleSettingOptionsResponse;
|
|
592
|
+
addSettingOptions(value?: SettingOptions, index?: number): SettingOptions;
|
|
593
|
+
|
|
594
|
+
serializeBinary(): Uint8Array;
|
|
595
|
+
toObject(includeInstance?: boolean): PossibleSettingOptionsResponse.AsObject;
|
|
596
|
+
static toObject(includeInstance: boolean, msg: PossibleSettingOptionsResponse): PossibleSettingOptionsResponse.AsObject;
|
|
597
|
+
static serializeBinaryToWriter(message: PossibleSettingOptionsResponse, writer: jspb.BinaryWriter): void;
|
|
598
|
+
static deserializeBinary(bytes: Uint8Array): PossibleSettingOptionsResponse;
|
|
599
|
+
static deserializeBinaryFromReader(message: PossibleSettingOptionsResponse, reader: jspb.BinaryReader): PossibleSettingOptionsResponse;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
export namespace PossibleSettingOptionsResponse {
|
|
603
|
+
export type AsObject = {
|
|
604
|
+
settingOptionsList: Array<SettingOptions.AsObject>,
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
export class SetSettingRequest extends jspb.Message {
|
|
609
|
+
getSetting(): Setting | undefined;
|
|
610
|
+
setSetting(value?: Setting): SetSettingRequest;
|
|
611
|
+
hasSetting(): boolean;
|
|
612
|
+
clearSetting(): SetSettingRequest;
|
|
613
|
+
|
|
614
|
+
serializeBinary(): Uint8Array;
|
|
615
|
+
toObject(includeInstance?: boolean): SetSettingRequest.AsObject;
|
|
616
|
+
static toObject(includeInstance: boolean, msg: SetSettingRequest): SetSettingRequest.AsObject;
|
|
617
|
+
static serializeBinaryToWriter(message: SetSettingRequest, writer: jspb.BinaryWriter): void;
|
|
618
|
+
static deserializeBinary(bytes: Uint8Array): SetSettingRequest;
|
|
619
|
+
static deserializeBinaryFromReader(message: SetSettingRequest, reader: jspb.BinaryReader): SetSettingRequest;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
export namespace SetSettingRequest {
|
|
623
|
+
export type AsObject = {
|
|
624
|
+
setting?: Setting.AsObject,
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
export class SetSettingResponse extends jspb.Message {
|
|
629
|
+
getCameraResult(): CameraResult | undefined;
|
|
630
|
+
setCameraResult(value?: CameraResult): SetSettingResponse;
|
|
631
|
+
hasCameraResult(): boolean;
|
|
632
|
+
clearCameraResult(): SetSettingResponse;
|
|
633
|
+
|
|
634
|
+
serializeBinary(): Uint8Array;
|
|
635
|
+
toObject(includeInstance?: boolean): SetSettingResponse.AsObject;
|
|
636
|
+
static toObject(includeInstance: boolean, msg: SetSettingResponse): SetSettingResponse.AsObject;
|
|
637
|
+
static serializeBinaryToWriter(message: SetSettingResponse, writer: jspb.BinaryWriter): void;
|
|
638
|
+
static deserializeBinary(bytes: Uint8Array): SetSettingResponse;
|
|
639
|
+
static deserializeBinaryFromReader(message: SetSettingResponse, reader: jspb.BinaryReader): SetSettingResponse;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
export namespace SetSettingResponse {
|
|
643
|
+
export type AsObject = {
|
|
644
|
+
cameraResult?: CameraResult.AsObject,
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
export class GetSettingRequest extends jspb.Message {
|
|
649
|
+
getSetting(): Setting | undefined;
|
|
650
|
+
setSetting(value?: Setting): GetSettingRequest;
|
|
651
|
+
hasSetting(): boolean;
|
|
652
|
+
clearSetting(): GetSettingRequest;
|
|
653
|
+
|
|
654
|
+
serializeBinary(): Uint8Array;
|
|
655
|
+
toObject(includeInstance?: boolean): GetSettingRequest.AsObject;
|
|
656
|
+
static toObject(includeInstance: boolean, msg: GetSettingRequest): GetSettingRequest.AsObject;
|
|
657
|
+
static serializeBinaryToWriter(message: GetSettingRequest, writer: jspb.BinaryWriter): void;
|
|
658
|
+
static deserializeBinary(bytes: Uint8Array): GetSettingRequest;
|
|
659
|
+
static deserializeBinaryFromReader(message: GetSettingRequest, reader: jspb.BinaryReader): GetSettingRequest;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
export namespace GetSettingRequest {
|
|
663
|
+
export type AsObject = {
|
|
664
|
+
setting?: Setting.AsObject,
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
export class GetSettingResponse extends jspb.Message {
|
|
669
|
+
getCameraResult(): CameraResult | undefined;
|
|
670
|
+
setCameraResult(value?: CameraResult): GetSettingResponse;
|
|
671
|
+
hasCameraResult(): boolean;
|
|
672
|
+
clearCameraResult(): GetSettingResponse;
|
|
673
|
+
|
|
674
|
+
getSetting(): Setting | undefined;
|
|
675
|
+
setSetting(value?: Setting): GetSettingResponse;
|
|
676
|
+
hasSetting(): boolean;
|
|
677
|
+
clearSetting(): GetSettingResponse;
|
|
678
|
+
|
|
679
|
+
serializeBinary(): Uint8Array;
|
|
680
|
+
toObject(includeInstance?: boolean): GetSettingResponse.AsObject;
|
|
681
|
+
static toObject(includeInstance: boolean, msg: GetSettingResponse): GetSettingResponse.AsObject;
|
|
682
|
+
static serializeBinaryToWriter(message: GetSettingResponse, writer: jspb.BinaryWriter): void;
|
|
683
|
+
static deserializeBinary(bytes: Uint8Array): GetSettingResponse;
|
|
684
|
+
static deserializeBinaryFromReader(message: GetSettingResponse, reader: jspb.BinaryReader): GetSettingResponse;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export namespace GetSettingResponse {
|
|
688
|
+
export type AsObject = {
|
|
689
|
+
cameraResult?: CameraResult.AsObject,
|
|
690
|
+
setting?: Setting.AsObject,
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
export class FormatStorageRequest extends jspb.Message {
|
|
695
|
+
getStorageId(): number;
|
|
696
|
+
setStorageId(value: number): FormatStorageRequest;
|
|
697
|
+
|
|
698
|
+
serializeBinary(): Uint8Array;
|
|
699
|
+
toObject(includeInstance?: boolean): FormatStorageRequest.AsObject;
|
|
700
|
+
static toObject(includeInstance: boolean, msg: FormatStorageRequest): FormatStorageRequest.AsObject;
|
|
701
|
+
static serializeBinaryToWriter(message: FormatStorageRequest, writer: jspb.BinaryWriter): void;
|
|
702
|
+
static deserializeBinary(bytes: Uint8Array): FormatStorageRequest;
|
|
703
|
+
static deserializeBinaryFromReader(message: FormatStorageRequest, reader: jspb.BinaryReader): FormatStorageRequest;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
export namespace FormatStorageRequest {
|
|
707
|
+
export type AsObject = {
|
|
708
|
+
storageId: number,
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
export class FormatStorageResponse extends jspb.Message {
|
|
713
|
+
getCameraResult(): CameraResult | undefined;
|
|
714
|
+
setCameraResult(value?: CameraResult): FormatStorageResponse;
|
|
715
|
+
hasCameraResult(): boolean;
|
|
716
|
+
clearCameraResult(): FormatStorageResponse;
|
|
717
|
+
|
|
718
|
+
serializeBinary(): Uint8Array;
|
|
719
|
+
toObject(includeInstance?: boolean): FormatStorageResponse.AsObject;
|
|
720
|
+
static toObject(includeInstance: boolean, msg: FormatStorageResponse): FormatStorageResponse.AsObject;
|
|
721
|
+
static serializeBinaryToWriter(message: FormatStorageResponse, writer: jspb.BinaryWriter): void;
|
|
722
|
+
static deserializeBinary(bytes: Uint8Array): FormatStorageResponse;
|
|
723
|
+
static deserializeBinaryFromReader(message: FormatStorageResponse, reader: jspb.BinaryReader): FormatStorageResponse;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export namespace FormatStorageResponse {
|
|
727
|
+
export type AsObject = {
|
|
728
|
+
cameraResult?: CameraResult.AsObject,
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
export class SelectCameraResponse extends jspb.Message {
|
|
733
|
+
getCameraResult(): CameraResult | undefined;
|
|
734
|
+
setCameraResult(value?: CameraResult): SelectCameraResponse;
|
|
735
|
+
hasCameraResult(): boolean;
|
|
736
|
+
clearCameraResult(): SelectCameraResponse;
|
|
737
|
+
|
|
738
|
+
serializeBinary(): Uint8Array;
|
|
739
|
+
toObject(includeInstance?: boolean): SelectCameraResponse.AsObject;
|
|
740
|
+
static toObject(includeInstance: boolean, msg: SelectCameraResponse): SelectCameraResponse.AsObject;
|
|
741
|
+
static serializeBinaryToWriter(message: SelectCameraResponse, writer: jspb.BinaryWriter): void;
|
|
742
|
+
static deserializeBinary(bytes: Uint8Array): SelectCameraResponse;
|
|
743
|
+
static deserializeBinaryFromReader(message: SelectCameraResponse, reader: jspb.BinaryReader): SelectCameraResponse;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
export namespace SelectCameraResponse {
|
|
747
|
+
export type AsObject = {
|
|
748
|
+
cameraResult?: CameraResult.AsObject,
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
export class SelectCameraRequest extends jspb.Message {
|
|
753
|
+
getCameraId(): number;
|
|
754
|
+
setCameraId(value: number): SelectCameraRequest;
|
|
755
|
+
|
|
756
|
+
serializeBinary(): Uint8Array;
|
|
757
|
+
toObject(includeInstance?: boolean): SelectCameraRequest.AsObject;
|
|
758
|
+
static toObject(includeInstance: boolean, msg: SelectCameraRequest): SelectCameraRequest.AsObject;
|
|
759
|
+
static serializeBinaryToWriter(message: SelectCameraRequest, writer: jspb.BinaryWriter): void;
|
|
760
|
+
static deserializeBinary(bytes: Uint8Array): SelectCameraRequest;
|
|
761
|
+
static deserializeBinaryFromReader(message: SelectCameraRequest, reader: jspb.BinaryReader): SelectCameraRequest;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export namespace SelectCameraRequest {
|
|
765
|
+
export type AsObject = {
|
|
766
|
+
cameraId: number,
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
export class ResetSettingsRequest extends jspb.Message {
|
|
771
|
+
serializeBinary(): Uint8Array;
|
|
772
|
+
toObject(includeInstance?: boolean): ResetSettingsRequest.AsObject;
|
|
773
|
+
static toObject(includeInstance: boolean, msg: ResetSettingsRequest): ResetSettingsRequest.AsObject;
|
|
774
|
+
static serializeBinaryToWriter(message: ResetSettingsRequest, writer: jspb.BinaryWriter): void;
|
|
775
|
+
static deserializeBinary(bytes: Uint8Array): ResetSettingsRequest;
|
|
776
|
+
static deserializeBinaryFromReader(message: ResetSettingsRequest, reader: jspb.BinaryReader): ResetSettingsRequest;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
export namespace ResetSettingsRequest {
|
|
780
|
+
export type AsObject = {
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
export class ResetSettingsResponse extends jspb.Message {
|
|
785
|
+
getCameraResult(): CameraResult | undefined;
|
|
786
|
+
setCameraResult(value?: CameraResult): ResetSettingsResponse;
|
|
787
|
+
hasCameraResult(): boolean;
|
|
788
|
+
clearCameraResult(): 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
|
+
cameraResult?: CameraResult.AsObject,
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
export class CameraResult extends jspb.Message {
|
|
805
|
+
getResult(): CameraResult.Result;
|
|
806
|
+
setResult(value: CameraResult.Result): CameraResult;
|
|
807
|
+
|
|
808
|
+
getResultStr(): string;
|
|
809
|
+
setResultStr(value: string): CameraResult;
|
|
810
|
+
|
|
811
|
+
serializeBinary(): Uint8Array;
|
|
812
|
+
toObject(includeInstance?: boolean): CameraResult.AsObject;
|
|
813
|
+
static toObject(includeInstance: boolean, msg: CameraResult): CameraResult.AsObject;
|
|
814
|
+
static serializeBinaryToWriter(message: CameraResult, writer: jspb.BinaryWriter): void;
|
|
815
|
+
static deserializeBinary(bytes: Uint8Array): CameraResult;
|
|
816
|
+
static deserializeBinaryFromReader(message: CameraResult, reader: jspb.BinaryReader): CameraResult;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
export namespace CameraResult {
|
|
820
|
+
export type AsObject = {
|
|
821
|
+
result: CameraResult.Result,
|
|
822
|
+
resultStr: string,
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
export enum Result {
|
|
826
|
+
RESULT_UNKNOWN = 0,
|
|
827
|
+
RESULT_SUCCESS = 1,
|
|
828
|
+
RESULT_IN_PROGRESS = 2,
|
|
829
|
+
RESULT_BUSY = 3,
|
|
830
|
+
RESULT_DENIED = 4,
|
|
831
|
+
RESULT_ERROR = 5,
|
|
832
|
+
RESULT_TIMEOUT = 6,
|
|
833
|
+
RESULT_WRONG_ARGUMENT = 7,
|
|
834
|
+
RESULT_NO_SYSTEM = 8,
|
|
835
|
+
RESULT_PROTOCOL_UNSUPPORTED = 9,
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export class Position extends jspb.Message {
|
|
840
|
+
getLatitudeDeg(): number;
|
|
841
|
+
setLatitudeDeg(value: number): Position;
|
|
842
|
+
|
|
843
|
+
getLongitudeDeg(): number;
|
|
844
|
+
setLongitudeDeg(value: number): Position;
|
|
845
|
+
|
|
846
|
+
getAbsoluteAltitudeM(): number;
|
|
847
|
+
setAbsoluteAltitudeM(value: number): Position;
|
|
848
|
+
|
|
849
|
+
getRelativeAltitudeM(): number;
|
|
850
|
+
setRelativeAltitudeM(value: number): Position;
|
|
851
|
+
|
|
852
|
+
serializeBinary(): Uint8Array;
|
|
853
|
+
toObject(includeInstance?: boolean): Position.AsObject;
|
|
854
|
+
static toObject(includeInstance: boolean, msg: Position): Position.AsObject;
|
|
855
|
+
static serializeBinaryToWriter(message: Position, writer: jspb.BinaryWriter): void;
|
|
856
|
+
static deserializeBinary(bytes: Uint8Array): Position;
|
|
857
|
+
static deserializeBinaryFromReader(message: Position, reader: jspb.BinaryReader): Position;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
export namespace Position {
|
|
861
|
+
export type AsObject = {
|
|
862
|
+
latitudeDeg: number,
|
|
863
|
+
longitudeDeg: number,
|
|
864
|
+
absoluteAltitudeM: number,
|
|
865
|
+
relativeAltitudeM: number,
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
export class Quaternion extends jspb.Message {
|
|
870
|
+
getW(): number;
|
|
871
|
+
setW(value: number): Quaternion;
|
|
872
|
+
|
|
873
|
+
getX(): number;
|
|
874
|
+
setX(value: number): Quaternion;
|
|
875
|
+
|
|
876
|
+
getY(): number;
|
|
877
|
+
setY(value: number): Quaternion;
|
|
878
|
+
|
|
879
|
+
getZ(): number;
|
|
880
|
+
setZ(value: number): Quaternion;
|
|
881
|
+
|
|
882
|
+
serializeBinary(): Uint8Array;
|
|
883
|
+
toObject(includeInstance?: boolean): Quaternion.AsObject;
|
|
884
|
+
static toObject(includeInstance: boolean, msg: Quaternion): Quaternion.AsObject;
|
|
885
|
+
static serializeBinaryToWriter(message: Quaternion, writer: jspb.BinaryWriter): void;
|
|
886
|
+
static deserializeBinary(bytes: Uint8Array): Quaternion;
|
|
887
|
+
static deserializeBinaryFromReader(message: Quaternion, reader: jspb.BinaryReader): Quaternion;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
export namespace Quaternion {
|
|
891
|
+
export type AsObject = {
|
|
892
|
+
w: number,
|
|
893
|
+
x: number,
|
|
894
|
+
y: number,
|
|
895
|
+
z: number,
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
export class EulerAngle extends jspb.Message {
|
|
900
|
+
getRollDeg(): number;
|
|
901
|
+
setRollDeg(value: number): EulerAngle;
|
|
902
|
+
|
|
903
|
+
getPitchDeg(): number;
|
|
904
|
+
setPitchDeg(value: number): EulerAngle;
|
|
905
|
+
|
|
906
|
+
getYawDeg(): number;
|
|
907
|
+
setYawDeg(value: number): EulerAngle;
|
|
908
|
+
|
|
909
|
+
serializeBinary(): Uint8Array;
|
|
910
|
+
toObject(includeInstance?: boolean): EulerAngle.AsObject;
|
|
911
|
+
static toObject(includeInstance: boolean, msg: EulerAngle): EulerAngle.AsObject;
|
|
912
|
+
static serializeBinaryToWriter(message: EulerAngle, writer: jspb.BinaryWriter): void;
|
|
913
|
+
static deserializeBinary(bytes: Uint8Array): EulerAngle;
|
|
914
|
+
static deserializeBinaryFromReader(message: EulerAngle, reader: jspb.BinaryReader): EulerAngle;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
export namespace EulerAngle {
|
|
918
|
+
export type AsObject = {
|
|
919
|
+
rollDeg: number,
|
|
920
|
+
pitchDeg: number,
|
|
921
|
+
yawDeg: number,
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
export class CaptureInfo extends jspb.Message {
|
|
926
|
+
getPosition(): Position | undefined;
|
|
927
|
+
setPosition(value?: Position): CaptureInfo;
|
|
928
|
+
hasPosition(): boolean;
|
|
929
|
+
clearPosition(): CaptureInfo;
|
|
930
|
+
|
|
931
|
+
getAttitudeQuaternion(): Quaternion | undefined;
|
|
932
|
+
setAttitudeQuaternion(value?: Quaternion): CaptureInfo;
|
|
933
|
+
hasAttitudeQuaternion(): boolean;
|
|
934
|
+
clearAttitudeQuaternion(): CaptureInfo;
|
|
935
|
+
|
|
936
|
+
getAttitudeEulerAngle(): EulerAngle | undefined;
|
|
937
|
+
setAttitudeEulerAngle(value?: EulerAngle): CaptureInfo;
|
|
938
|
+
hasAttitudeEulerAngle(): boolean;
|
|
939
|
+
clearAttitudeEulerAngle(): CaptureInfo;
|
|
940
|
+
|
|
941
|
+
getTimeUtcUs(): number;
|
|
942
|
+
setTimeUtcUs(value: number): CaptureInfo;
|
|
943
|
+
|
|
944
|
+
getIsSuccess(): boolean;
|
|
945
|
+
setIsSuccess(value: boolean): CaptureInfo;
|
|
946
|
+
|
|
947
|
+
getIndex(): number;
|
|
948
|
+
setIndex(value: number): CaptureInfo;
|
|
949
|
+
|
|
950
|
+
getFileUrl(): string;
|
|
951
|
+
setFileUrl(value: string): CaptureInfo;
|
|
952
|
+
|
|
953
|
+
serializeBinary(): Uint8Array;
|
|
954
|
+
toObject(includeInstance?: boolean): CaptureInfo.AsObject;
|
|
955
|
+
static toObject(includeInstance: boolean, msg: CaptureInfo): CaptureInfo.AsObject;
|
|
956
|
+
static serializeBinaryToWriter(message: CaptureInfo, writer: jspb.BinaryWriter): void;
|
|
957
|
+
static deserializeBinary(bytes: Uint8Array): CaptureInfo;
|
|
958
|
+
static deserializeBinaryFromReader(message: CaptureInfo, reader: jspb.BinaryReader): CaptureInfo;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
export namespace CaptureInfo {
|
|
962
|
+
export type AsObject = {
|
|
963
|
+
position?: Position.AsObject,
|
|
964
|
+
attitudeQuaternion?: Quaternion.AsObject,
|
|
965
|
+
attitudeEulerAngle?: EulerAngle.AsObject,
|
|
966
|
+
timeUtcUs: number,
|
|
967
|
+
isSuccess: boolean,
|
|
968
|
+
index: number,
|
|
969
|
+
fileUrl: string,
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
export class VideoStreamSettings extends jspb.Message {
|
|
974
|
+
getFrameRateHz(): number;
|
|
975
|
+
setFrameRateHz(value: number): VideoStreamSettings;
|
|
976
|
+
|
|
977
|
+
getHorizontalResolutionPix(): number;
|
|
978
|
+
setHorizontalResolutionPix(value: number): VideoStreamSettings;
|
|
979
|
+
|
|
980
|
+
getVerticalResolutionPix(): number;
|
|
981
|
+
setVerticalResolutionPix(value: number): VideoStreamSettings;
|
|
982
|
+
|
|
983
|
+
getBitRateBS(): number;
|
|
984
|
+
setBitRateBS(value: number): VideoStreamSettings;
|
|
985
|
+
|
|
986
|
+
getRotationDeg(): number;
|
|
987
|
+
setRotationDeg(value: number): VideoStreamSettings;
|
|
988
|
+
|
|
989
|
+
getUri(): string;
|
|
990
|
+
setUri(value: string): VideoStreamSettings;
|
|
991
|
+
|
|
992
|
+
getHorizontalFovDeg(): number;
|
|
993
|
+
setHorizontalFovDeg(value: number): VideoStreamSettings;
|
|
994
|
+
|
|
995
|
+
serializeBinary(): Uint8Array;
|
|
996
|
+
toObject(includeInstance?: boolean): VideoStreamSettings.AsObject;
|
|
997
|
+
static toObject(includeInstance: boolean, msg: VideoStreamSettings): VideoStreamSettings.AsObject;
|
|
998
|
+
static serializeBinaryToWriter(message: VideoStreamSettings, writer: jspb.BinaryWriter): void;
|
|
999
|
+
static deserializeBinary(bytes: Uint8Array): VideoStreamSettings;
|
|
1000
|
+
static deserializeBinaryFromReader(message: VideoStreamSettings, reader: jspb.BinaryReader): VideoStreamSettings;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
export namespace VideoStreamSettings {
|
|
1004
|
+
export type AsObject = {
|
|
1005
|
+
frameRateHz: number,
|
|
1006
|
+
horizontalResolutionPix: number,
|
|
1007
|
+
verticalResolutionPix: number,
|
|
1008
|
+
bitRateBS: number,
|
|
1009
|
+
rotationDeg: number,
|
|
1010
|
+
uri: string,
|
|
1011
|
+
horizontalFovDeg: number,
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
export class VideoStreamInfo extends jspb.Message {
|
|
1016
|
+
getSettings(): VideoStreamSettings | undefined;
|
|
1017
|
+
setSettings(value?: VideoStreamSettings): VideoStreamInfo;
|
|
1018
|
+
hasSettings(): boolean;
|
|
1019
|
+
clearSettings(): VideoStreamInfo;
|
|
1020
|
+
|
|
1021
|
+
getStatus(): VideoStreamInfo.VideoStreamStatus;
|
|
1022
|
+
setStatus(value: VideoStreamInfo.VideoStreamStatus): VideoStreamInfo;
|
|
1023
|
+
|
|
1024
|
+
getSpectrum(): VideoStreamInfo.VideoStreamSpectrum;
|
|
1025
|
+
setSpectrum(value: VideoStreamInfo.VideoStreamSpectrum): VideoStreamInfo;
|
|
1026
|
+
|
|
1027
|
+
serializeBinary(): Uint8Array;
|
|
1028
|
+
toObject(includeInstance?: boolean): VideoStreamInfo.AsObject;
|
|
1029
|
+
static toObject(includeInstance: boolean, msg: VideoStreamInfo): VideoStreamInfo.AsObject;
|
|
1030
|
+
static serializeBinaryToWriter(message: VideoStreamInfo, writer: jspb.BinaryWriter): void;
|
|
1031
|
+
static deserializeBinary(bytes: Uint8Array): VideoStreamInfo;
|
|
1032
|
+
static deserializeBinaryFromReader(message: VideoStreamInfo, reader: jspb.BinaryReader): VideoStreamInfo;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
export namespace VideoStreamInfo {
|
|
1036
|
+
export type AsObject = {
|
|
1037
|
+
settings?: VideoStreamSettings.AsObject,
|
|
1038
|
+
status: VideoStreamInfo.VideoStreamStatus,
|
|
1039
|
+
spectrum: VideoStreamInfo.VideoStreamSpectrum,
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
export enum VideoStreamStatus {
|
|
1043
|
+
VIDEO_STREAM_STATUS_NOT_RUNNING = 0,
|
|
1044
|
+
VIDEO_STREAM_STATUS_IN_PROGRESS = 1,
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
export enum VideoStreamSpectrum {
|
|
1048
|
+
VIDEO_STREAM_SPECTRUM_UNKNOWN = 0,
|
|
1049
|
+
VIDEO_STREAM_SPECTRUM_VISIBLE_LIGHT = 1,
|
|
1050
|
+
VIDEO_STREAM_SPECTRUM_INFRARED = 2,
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
export class Status extends jspb.Message {
|
|
1055
|
+
getVideoOn(): boolean;
|
|
1056
|
+
setVideoOn(value: boolean): Status;
|
|
1057
|
+
|
|
1058
|
+
getPhotoIntervalOn(): boolean;
|
|
1059
|
+
setPhotoIntervalOn(value: boolean): Status;
|
|
1060
|
+
|
|
1061
|
+
getUsedStorageMib(): number;
|
|
1062
|
+
setUsedStorageMib(value: number): Status;
|
|
1063
|
+
|
|
1064
|
+
getAvailableStorageMib(): number;
|
|
1065
|
+
setAvailableStorageMib(value: number): Status;
|
|
1066
|
+
|
|
1067
|
+
getTotalStorageMib(): number;
|
|
1068
|
+
setTotalStorageMib(value: number): Status;
|
|
1069
|
+
|
|
1070
|
+
getRecordingTimeS(): number;
|
|
1071
|
+
setRecordingTimeS(value: number): Status;
|
|
1072
|
+
|
|
1073
|
+
getMediaFolderName(): string;
|
|
1074
|
+
setMediaFolderName(value: string): Status;
|
|
1075
|
+
|
|
1076
|
+
getStorageStatus(): Status.StorageStatus;
|
|
1077
|
+
setStorageStatus(value: Status.StorageStatus): Status;
|
|
1078
|
+
|
|
1079
|
+
getStorageId(): number;
|
|
1080
|
+
setStorageId(value: number): Status;
|
|
1081
|
+
|
|
1082
|
+
getStorageType(): Status.StorageType;
|
|
1083
|
+
setStorageType(value: Status.StorageType): Status;
|
|
1084
|
+
|
|
1085
|
+
serializeBinary(): Uint8Array;
|
|
1086
|
+
toObject(includeInstance?: boolean): Status.AsObject;
|
|
1087
|
+
static toObject(includeInstance: boolean, msg: Status): Status.AsObject;
|
|
1088
|
+
static serializeBinaryToWriter(message: Status, writer: jspb.BinaryWriter): void;
|
|
1089
|
+
static deserializeBinary(bytes: Uint8Array): Status;
|
|
1090
|
+
static deserializeBinaryFromReader(message: Status, reader: jspb.BinaryReader): Status;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
export namespace Status {
|
|
1094
|
+
export type AsObject = {
|
|
1095
|
+
videoOn: boolean,
|
|
1096
|
+
photoIntervalOn: boolean,
|
|
1097
|
+
usedStorageMib: number,
|
|
1098
|
+
availableStorageMib: number,
|
|
1099
|
+
totalStorageMib: number,
|
|
1100
|
+
recordingTimeS: number,
|
|
1101
|
+
mediaFolderName: string,
|
|
1102
|
+
storageStatus: Status.StorageStatus,
|
|
1103
|
+
storageId: number,
|
|
1104
|
+
storageType: Status.StorageType,
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
export enum StorageStatus {
|
|
1108
|
+
STORAGE_STATUS_NOT_AVAILABLE = 0,
|
|
1109
|
+
STORAGE_STATUS_UNFORMATTED = 1,
|
|
1110
|
+
STORAGE_STATUS_FORMATTED = 2,
|
|
1111
|
+
STORAGE_STATUS_NOT_SUPPORTED = 3,
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
export enum StorageType {
|
|
1115
|
+
STORAGE_TYPE_UNKNOWN = 0,
|
|
1116
|
+
STORAGE_TYPE_USB_STICK = 1,
|
|
1117
|
+
STORAGE_TYPE_SD = 2,
|
|
1118
|
+
STORAGE_TYPE_MICROSD = 3,
|
|
1119
|
+
STORAGE_TYPE_HD = 7,
|
|
1120
|
+
STORAGE_TYPE_OTHER = 254,
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
export class Option extends jspb.Message {
|
|
1125
|
+
getOptionId(): string;
|
|
1126
|
+
setOptionId(value: string): Option;
|
|
1127
|
+
|
|
1128
|
+
getOptionDescription(): string;
|
|
1129
|
+
setOptionDescription(value: string): Option;
|
|
1130
|
+
|
|
1131
|
+
serializeBinary(): Uint8Array;
|
|
1132
|
+
toObject(includeInstance?: boolean): Option.AsObject;
|
|
1133
|
+
static toObject(includeInstance: boolean, msg: Option): Option.AsObject;
|
|
1134
|
+
static serializeBinaryToWriter(message: Option, writer: jspb.BinaryWriter): void;
|
|
1135
|
+
static deserializeBinary(bytes: Uint8Array): Option;
|
|
1136
|
+
static deserializeBinaryFromReader(message: Option, reader: jspb.BinaryReader): Option;
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
export namespace Option {
|
|
1140
|
+
export type AsObject = {
|
|
1141
|
+
optionId: string,
|
|
1142
|
+
optionDescription: string,
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
export class Setting extends jspb.Message {
|
|
1147
|
+
getSettingId(): string;
|
|
1148
|
+
setSettingId(value: string): Setting;
|
|
1149
|
+
|
|
1150
|
+
getSettingDescription(): string;
|
|
1151
|
+
setSettingDescription(value: string): Setting;
|
|
1152
|
+
|
|
1153
|
+
getOption(): Option | undefined;
|
|
1154
|
+
setOption(value?: Option): Setting;
|
|
1155
|
+
hasOption(): boolean;
|
|
1156
|
+
clearOption(): Setting;
|
|
1157
|
+
|
|
1158
|
+
getIsRange(): boolean;
|
|
1159
|
+
setIsRange(value: boolean): Setting;
|
|
1160
|
+
|
|
1161
|
+
serializeBinary(): Uint8Array;
|
|
1162
|
+
toObject(includeInstance?: boolean): Setting.AsObject;
|
|
1163
|
+
static toObject(includeInstance: boolean, msg: Setting): Setting.AsObject;
|
|
1164
|
+
static serializeBinaryToWriter(message: Setting, writer: jspb.BinaryWriter): void;
|
|
1165
|
+
static deserializeBinary(bytes: Uint8Array): Setting;
|
|
1166
|
+
static deserializeBinaryFromReader(message: Setting, reader: jspb.BinaryReader): Setting;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
export namespace Setting {
|
|
1170
|
+
export type AsObject = {
|
|
1171
|
+
settingId: string,
|
|
1172
|
+
settingDescription: string,
|
|
1173
|
+
option?: Option.AsObject,
|
|
1174
|
+
isRange: boolean,
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
export class SettingOptions extends jspb.Message {
|
|
1179
|
+
getSettingId(): string;
|
|
1180
|
+
setSettingId(value: string): SettingOptions;
|
|
1181
|
+
|
|
1182
|
+
getSettingDescription(): string;
|
|
1183
|
+
setSettingDescription(value: string): SettingOptions;
|
|
1184
|
+
|
|
1185
|
+
getOptionsList(): Array<Option>;
|
|
1186
|
+
setOptionsList(value: Array<Option>): SettingOptions;
|
|
1187
|
+
clearOptionsList(): SettingOptions;
|
|
1188
|
+
addOptions(value?: Option, index?: number): Option;
|
|
1189
|
+
|
|
1190
|
+
getIsRange(): boolean;
|
|
1191
|
+
setIsRange(value: boolean): SettingOptions;
|
|
1192
|
+
|
|
1193
|
+
serializeBinary(): Uint8Array;
|
|
1194
|
+
toObject(includeInstance?: boolean): SettingOptions.AsObject;
|
|
1195
|
+
static toObject(includeInstance: boolean, msg: SettingOptions): SettingOptions.AsObject;
|
|
1196
|
+
static serializeBinaryToWriter(message: SettingOptions, writer: jspb.BinaryWriter): void;
|
|
1197
|
+
static deserializeBinary(bytes: Uint8Array): SettingOptions;
|
|
1198
|
+
static deserializeBinaryFromReader(message: SettingOptions, reader: jspb.BinaryReader): SettingOptions;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
export namespace SettingOptions {
|
|
1202
|
+
export type AsObject = {
|
|
1203
|
+
settingId: string,
|
|
1204
|
+
settingDescription: string,
|
|
1205
|
+
optionsList: Array<Option.AsObject>,
|
|
1206
|
+
isRange: boolean,
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
export class Information extends jspb.Message {
|
|
1211
|
+
getVendorName(): string;
|
|
1212
|
+
setVendorName(value: string): Information;
|
|
1213
|
+
|
|
1214
|
+
getModelName(): string;
|
|
1215
|
+
setModelName(value: string): Information;
|
|
1216
|
+
|
|
1217
|
+
getFocalLengthMm(): number;
|
|
1218
|
+
setFocalLengthMm(value: number): Information;
|
|
1219
|
+
|
|
1220
|
+
getHorizontalSensorSizeMm(): number;
|
|
1221
|
+
setHorizontalSensorSizeMm(value: number): Information;
|
|
1222
|
+
|
|
1223
|
+
getVerticalSensorSizeMm(): number;
|
|
1224
|
+
setVerticalSensorSizeMm(value: number): Information;
|
|
1225
|
+
|
|
1226
|
+
getHorizontalResolutionPx(): number;
|
|
1227
|
+
setHorizontalResolutionPx(value: number): Information;
|
|
1228
|
+
|
|
1229
|
+
getVerticalResolutionPx(): number;
|
|
1230
|
+
setVerticalResolutionPx(value: number): Information;
|
|
1231
|
+
|
|
1232
|
+
serializeBinary(): Uint8Array;
|
|
1233
|
+
toObject(includeInstance?: boolean): Information.AsObject;
|
|
1234
|
+
static toObject(includeInstance: boolean, msg: Information): Information.AsObject;
|
|
1235
|
+
static serializeBinaryToWriter(message: Information, writer: jspb.BinaryWriter): void;
|
|
1236
|
+
static deserializeBinary(bytes: Uint8Array): Information;
|
|
1237
|
+
static deserializeBinaryFromReader(message: Information, reader: jspb.BinaryReader): Information;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
export namespace Information {
|
|
1241
|
+
export type AsObject = {
|
|
1242
|
+
vendorName: string,
|
|
1243
|
+
modelName: string,
|
|
1244
|
+
focalLengthMm: number,
|
|
1245
|
+
horizontalSensorSizeMm: number,
|
|
1246
|
+
verticalSensorSizeMm: number,
|
|
1247
|
+
horizontalResolutionPx: number,
|
|
1248
|
+
verticalResolutionPx: number,
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
export enum Mode {
|
|
1253
|
+
MODE_UNKNOWN = 0,
|
|
1254
|
+
MODE_PHOTO = 1,
|
|
1255
|
+
MODE_VIDEO = 2,
|
|
1256
|
+
}
|
|
1257
|
+
export enum PhotosRange {
|
|
1258
|
+
PHOTOS_RANGE_ALL = 0,
|
|
1259
|
+
PHOTOS_RANGE_SINCE_CONNECTION = 1,
|
|
1260
|
+
}
|