You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osi_sensorview.proto
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -314,9 +314,7 @@ message CameraSensorView
314
314
// Raw image data.
315
315
//
316
316
// The raw image data in the memory layout specified by the camera sensor
317
-
// input configuration. Default pixel order is left-to-right, top-to-bottom
318
-
// (think of scan lines in a TV), but modifications can be
319
-
// requested/indicated in CameraSensorViewConfiguration.pixel_order.
317
+
// input configuration. The pixel order is specified in CameraSensorViewConfiguration.pixel_order with the default value PIXEL_ORDER_LEFT_RIGHT_TOP_BOTTOM.
0 commit comments