From 8e110a1030b73833abbf4459d167bbd3767c4a22 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 11 Jan 2019 19:25:06 -0800 Subject: [PATCH] Default initial default camera to YUYV pixel format MJPEG default compression is usually too high for efficient streams, and some cameras don't support MJPEG modes. --- stage2/01-sys-tweaks/files/frc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/01-sys-tweaks/files/frc.json b/stage2/01-sys-tweaks/files/frc.json index 815793b1a6..d3a8502084 100644 --- a/stage2/01-sys-tweaks/files/frc.json +++ b/stage2/01-sys-tweaks/files/frc.json @@ -4,7 +4,7 @@ { "name": "rPi Camera 0", "path": "/dev/video0", - "pixel format": "mjpeg", + "pixel format": "yuyv", "width": 160, "height": 120, "fps": 30