Skip to content

Commit 9637b1c

Browse files
committed
fix documentation - default-value
Signed-off-by: RIFJo <jochmann@rt.rif-ev.de>
1 parent 15eb61a commit 9637b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi_sensorview.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ message CameraSensorView
316316
// The raw image data in the memory layout specified by the camera
317317
// sensor input configuration. The pixel order is specified in
318318
// CameraSensorViewConfiguration.pixel_order with the
319-
// default value PIXEL_ORDER_LEFT_RIGHT_TOP_BOTTOM.
319+
// default value PIXEL_ORDER_DEFAULT (i.e. left-to-right, top-to-bottom).
320320
//
321321
optional bytes image_data = 2;
322322
}

0 commit comments

Comments
 (0)