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 904eff3 commit 22b850aCopy full SHA for 22b850a
proto/viam/component/camera/v1/camera.proto
@@ -230,13 +230,12 @@ message BinaryReadingsResponse {
230
message BinaryReading {
231
// the name of the sensor where the reading came from
232
string source_name = 1;
233
- // format of the response sensor bytes
+ // format of the data
234
ReadingFormat format = 2;
235
- // data in bytes
+ // the reading data
236
bytes data = 3;
237
// image pixel_dimensions
238
- // may not be set if the reading isn't in an image reading format doesn't
239
- // support pixel_dimensions
+ // may not be set if the reading isn't an image or a bitmap
240
Dimensions pixel_dimensions = 4;
241
}
242
0 commit comments