Skip to content

Commit 5dac4cc

Browse files
Rakesh Ravi Shankarmsintov
authored andcommitted
Updating proto (#163)
1 parent 595ab74 commit 5dac4cc

File tree

3 files changed

+94
-52
lines changed

3 files changed

+94
-52
lines changed

anki_vector/messaging/messages.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,7 @@ message MirrorModeDisabled
11341134
message EnableImageStreamingRequest
11351135
{
11361136
bool enable = 1;
1137+
bool enable_high_resolution = 2;
11371138
}
11381139

11391140
message EnableImageStreamingResponse
@@ -1195,7 +1196,11 @@ message CameraFeedResponse {
11951196
bytes data = 4;
11961197
}
11971198

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+
}
11991204

12001205
message CaptureSingleImageResponse {
12011206
ResponseStatus status = 1;

0 commit comments

Comments
 (0)