Install picamera2
This commit is contained in:
parent
d53c4e58fb
commit
69cd410162
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
cifs-utils
|
||||
libcamera-apps-lite
|
||||
mkvtoolnix
|
||||
python3-picamera2
|
||||
|
@ -13,3 +13,5 @@ obconf
|
||||
arandr
|
||||
libcamera-tools
|
||||
libcamera-apps
|
||||
python3-pyqt5
|
||||
python3-opengl
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user