We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15eb61a commit 9637b1cCopy full SHA for 9637b1c
osi_sensorview.proto
@@ -316,7 +316,7 @@ message CameraSensorView
316
// The raw image data in the memory layout specified by the camera
317
// sensor input configuration. The pixel order is specified in
318
// CameraSensorViewConfiguration.pixel_order with the
319
- // default value PIXEL_ORDER_LEFT_RIGHT_TOP_BOTTOM.
+ // default value PIXEL_ORDER_DEFAULT (i.e. left-to-right, top-to-bottom).
320
//
321
optional bytes image_data = 2;
322
}
0 commit comments