Skip to content

Commit 2804cb6

Browse files
committed
Delete renderframe request
1 parent 8eb0a10 commit 2804cb6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

proto/viam/component/camera/v1/camera.proto

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ message Image {
6464
string mime_type = 4;
6565
}
6666

67-
message RenderFrameRequest {
68-
// Name of a camera
69-
string name = 1;
70-
// Requested MIME type of response
71-
string mime_type = 2;
72-
// Additional arguments to the method
73-
google.protobuf.Struct extra = 99;
74-
}
75-
7667
message GetPointCloudRequest {
7768
// Name of a camera
7869
string name = 1;

0 commit comments

Comments
 (0)