diff --git a/support/testing/tests/package/test_libcamera.py b/support/testing/tests/package/test_libcamera.py index c785e340d6..6d83b0c55d 100644 --- a/support/testing/tests/package/test_libcamera.py +++ b/support/testing/tests/package/test_libcamera.py @@ -18,7 +18,7 @@ class TestLibCamera(infra.basetest.BRTest): BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y - BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.76" + BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.21" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux.config" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="{kernel_fragment}" @@ -76,5 +76,5 @@ class TestLibCamera(infra.basetest.BRTest): # Capture few frames. cmd = f"cam --camera {cam_idx} --capture=5" - cmd += " --stream width=160,height=120,role=video,pixelformat=RGB888" + cmd += " --stream width=160,height=120,role=video,pixelformat=BGR888" self.assertRunOk(cmd)