From 9838b6c0544d60a6e528c1b54fd257a16518cf66 Mon Sep 17 00:00:00 2001 From: Joo Aun Saw Date: Tue, 15 Aug 2017 13:40:12 +1000 Subject: [PATCH] reduce bcm2835-v4l2 video size to reclaim some RAM --- board/raspberrypi/overlay/etc/modules | 2 +- board/raspberrypi2/overlay/etc/modules | 2 +- board/raspberrypi3/overlay/etc/modules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/raspberrypi/overlay/etc/modules b/board/raspberrypi/overlay/etc/modules index 90ed5031ad..0353ca9abc 100644 --- a/board/raspberrypi/overlay/etc/modules +++ b/board/raspberrypi/overlay/etc/modules @@ -1,4 +1,4 @@ -bcm2835-v4l2 max_video_width=2592 max_video_height=1944 +bcm2835-v4l2 max_video_width=1920 max_video_height=1200 bcm2835-wdt i2c-bcm2708 i2c-dev diff --git a/board/raspberrypi2/overlay/etc/modules b/board/raspberrypi2/overlay/etc/modules index 90ed5031ad..0353ca9abc 100644 --- a/board/raspberrypi2/overlay/etc/modules +++ b/board/raspberrypi2/overlay/etc/modules @@ -1,4 +1,4 @@ -bcm2835-v4l2 max_video_width=2592 max_video_height=1944 +bcm2835-v4l2 max_video_width=1920 max_video_height=1200 bcm2835-wdt i2c-bcm2708 i2c-dev diff --git a/board/raspberrypi3/overlay/etc/modules b/board/raspberrypi3/overlay/etc/modules index 90ed5031ad..0353ca9abc 100644 --- a/board/raspberrypi3/overlay/etc/modules +++ b/board/raspberrypi3/overlay/etc/modules @@ -1,4 +1,4 @@ -bcm2835-v4l2 max_video_width=2592 max_video_height=1944 +bcm2835-v4l2 max_video_width=1920 max_video_height=1200 bcm2835-wdt i2c-bcm2708 i2c-dev