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 6f91e2d commit a570f63Copy full SHA for a570f63
osi_sensorviewconfiguration.proto
@@ -766,13 +766,13 @@ message CameraSensorViewConfiguration
766
// Pixel data is mirrored along the vertical axis.
767
// The image is mirrored left-to-right.
768
//
769
- PIXEL_ORDER_RIGHT_LEFT_TOP_BOTTOM = 3;
+ PIXEL_ORDER_RIGHT_LEFT_TOP_BOTTOM = 2;
770
771
// Pixels are ordered left-to-right, bottom-to-top.
772
// Pixel data is mirrored along the horizontal axis.
773
// The image is mirrored top-to-bottom.
774
775
- PIXEL_ORDER_LEFT_RIGHT_BOTTOM_TOP = 4;
+ PIXEL_ORDER_LEFT_RIGHT_BOTTOM_TOP = 3;
776
}
777
778
0 commit comments