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 8eb0a10 commit 2804cb6Copy full SHA for 2804cb6
proto/viam/component/camera/v1/camera.proto
@@ -64,15 +64,6 @@ message Image {
64
string mime_type = 4;
65
}
66
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
-
76
message GetPointCloudRequest {
77
// Name of a camera
78
string name = 1;
0 commit comments