Skip to content

Commit 22b850a

Browse files
committed
wip
1 parent 904eff3 commit 22b850a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,12 @@ message BinaryReadingsResponse {
230230
message BinaryReading {
231231
// the name of the sensor where the reading came from
232232
string source_name = 1;
233-
// format of the response sensor bytes
233+
// format of the data
234234
ReadingFormat format = 2;
235-
// data in bytes
235+
// the reading data
236236
bytes data = 3;
237237
// image pixel_dimensions
238-
// may not be set if the reading isn't in an image reading format doesn't
239-
// support pixel_dimensions
238+
// may not be set if the reading isn't an image or a bitmap
240239
Dimensions pixel_dimensions = 4;
241240
}
242241

0 commit comments

Comments
 (0)