From 4c6109e727fd30529c534689ee2719b41ffd421c Mon Sep 17 00:00:00 2001 From: Thomas Sedlmayer Date: Fri, 4 Nov 2022 11:11:08 +0100 Subject: [PATCH] Fix image_data comment on pixel order Signed-off-by: Thomas Sedlmayer --- osi_sensorview.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/osi_sensorview.proto b/osi_sensorview.proto index a890261a7..a276e803a 100644 --- a/osi_sensorview.proto +++ b/osi_sensorview.proto @@ -313,8 +313,9 @@ message CameraSensorView // Raw image data. // - // The raw image data in the memory layout and order specified by the - // camera sensor input configuration. + // The raw image data in the memory layout specified by the camera sensor + // input configuration. Pixel order is left-to-right, top-to-bottom (think + // of scan lines in a TV). // optional bytes image_data = 2; }