Merge pull request #1082 from jasaw/reduce-bcm2835-v4l2-max-video-size

reduce bcm2835-v4l2 video size to reclaim some RAM
This commit is contained in:
Calin Crisan 2017-08-17 10:20:35 +03:00 committed by GitHub
commit 660addfc0e
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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