We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595ab74 commit 5dac4ccCopy full SHA for 5dac4cc
anki_vector/messaging/messages.proto
@@ -1134,6 +1134,7 @@ message MirrorModeDisabled
1134
message EnableImageStreamingRequest
1135
{
1136
bool enable = 1;
1137
+ bool enable_high_resolution = 2;
1138
}
1139
1140
message EnableImageStreamingResponse
@@ -1195,7 +1196,11 @@ message CameraFeedResponse {
1195
1196
bytes data = 4;
1197
1198
-message CaptureSingleImageRequest {}
1199
+// Request for a single image from the robot. Default resolution is 640*360,
1200
+// enabling high resolution provides a 1280*720 image.
1201
+message CaptureSingleImageRequest {
1202
+ bool enable_high_resolution = 1;
1203
+}
1204
1205
message CaptureSingleImageResponse {
1206
ResponseStatus status = 1;
0 commit comments