Install picamera2

This commit is contained in:
Serge Schneider 2022-08-30 16:54:09 +01:00
parent d53c4e58fb
commit 69cd410162
4 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
UNRELEASED:
* Install NetworkManager
* Install OpenJDK 17 rather than OpenJDK 11 on full images
* Install picamera2
* Format the root partition with the metadata_csum option
* Format the boot partition with 4 sectors per cluster for a slight performance boost
* Remove 'flush' mount option from the boot partition

View File

@ -1,3 +1,4 @@
cifs-utils
libcamera-apps-lite
mkvtoolnix
python3-picamera2

View File

@ -13,3 +13,5 @@ obconf
arandr
libcamera-tools
libcamera-apps
python3-pyqt5
python3-opengl

View File

@ -5,4 +5,5 @@ update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/chromium-browser 86
update-alternatives --install /usr/bin/gnome-www-browser \
gnome-www-browser /usr/bin/chromium-browser 86
apt-mark auto python3-pyqt5 python3-opengl
EOF