media: i2c: ov5647: Sensor should report RAW color space
authorDavid Plowman <david.plowman@raspberrypi.com>
Thu, 21 Oct 2021 13:47:00 +0000 (14:47 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:13 +0000 (11:33 +0000)
Tested on Raspberry Pi running libcamera.

Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
drivers/media/i2c/ov5647.c

index 3b39cf9..07676ff 100644 (file)
@@ -509,7 +509,7 @@ static const struct ov5647_mode ov5647_modes[] = {
        {
                .format = {
                        .code           = MEDIA_BUS_FMT_SBGGR10_1X10,
-                       .colorspace     = V4L2_COLORSPACE_SRGB,
+                       .colorspace     = V4L2_COLORSPACE_RAW,
                        .field          = V4L2_FIELD_NONE,
                        .width          = 2592,
                        .height         = 1944
@@ -530,7 +530,7 @@ static const struct ov5647_mode ov5647_modes[] = {
        {
                .format = {
                        .code           = MEDIA_BUS_FMT_SBGGR10_1X10,
-                       .colorspace     = V4L2_COLORSPACE_SRGB,
+                       .colorspace     = V4L2_COLORSPACE_RAW,
                        .field          = V4L2_FIELD_NONE,
                        .width          = 1920,
                        .height         = 1080
@@ -551,7 +551,7 @@ static const struct ov5647_mode ov5647_modes[] = {
        {
                .format = {
                        .code           = MEDIA_BUS_FMT_SBGGR10_1X10,
-                       .colorspace     = V4L2_COLORSPACE_SRGB,
+                       .colorspace     = V4L2_COLORSPACE_RAW,
                        .field          = V4L2_FIELD_NONE,
                        .width          = 1296,
                        .height         = 972
@@ -572,7 +572,7 @@ static const struct ov5647_mode ov5647_modes[] = {
        {
                .format = {
                        .code           = MEDIA_BUS_FMT_SBGGR10_1X10,
-                       .colorspace     = V4L2_COLORSPACE_SRGB,
+                       .colorspace     = V4L2_COLORSPACE_RAW,
                        .field          = V4L2_FIELD_NONE,
                        .width          = 640,
                        .height         = 480