Fix: Correct Bayer pattern declaration from GRBG to BGGR (SBGGR10_1X10) per CFA statistical analysis. Hardware outputs BGGR not GRBG. Eliminates green color cast in demosaiced output.

This commit is contained in:
yuquanjun 2026-04-14 19:17:16 +08:00
parent a2750dcd6e
commit 55dfae8c2c
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ static int sc235hai_stop_streaming(struct sc235hai *sc235hai)
SC235HAI_MODE_STANDBY); SC235HAI_MODE_STANDBY);
} }
/* Supported media bus formats — SC235HAI outputs RAW10 Bayer BGGR */ /* Supported media bus formats — SC231AI outputs RAW10 Bayer BGGR per CFA analysis */
static const u32 sc235hai_mbus_fmts[] = { static const u32 sc235hai_mbus_fmts[] = {
MEDIA_BUS_FMT_SBGGR10_1X10, MEDIA_BUS_FMT_SBGGR10_1X10,
}; };