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 2d46727 commit f7a2b4eCopy full SHA for f7a2b4e
doc/releases/migration-guide-4.2.rst
@@ -490,6 +490,16 @@ xSPI
490
Note that the property gives the actual size of the memory device in bits.
491
Previous mapping address information is now described in xspi node at SoC dtsi level.
492
493
+Video
494
+=====
495
+
496
+* 8 bit RAW Bayer formats BGGR8 / GBRG8 / GRBG8 / RGGB8 have been renamed by adding
497
+ a S prefix in front:
498
499
+ ``VIDEO_PIX_FMT_BGGR8`` becomes ``VIDEO_PIX_FMT_SBGGR8``
500
+ ``VIDEO_PIX_FMT_GBRG8`` becomes ``VIDEO_PIX_FMT_SGBRG8``
501
+ ``VIDEO_PIX_FMT_GRBG8`` becomes ``VIDEO_PIX_FMT_SGRBG8``
502
+ ``VIDEO_PIX_FMT_RGGB8`` becomes ``VIDEO_PIX_FMT_SRGGB8``
503
504
Other subsystems
505
****************
0 commit comments