Install picamera2
This commit is contained in:
parent
d53c4e58fb
commit
69cd410162
@ -1,6 +1,7 @@
|
|||||||
UNRELEASED:
|
UNRELEASED:
|
||||||
* Install NetworkManager
|
* Install NetworkManager
|
||||||
* Install OpenJDK 17 rather than OpenJDK 11 on full images
|
* Install OpenJDK 17 rather than OpenJDK 11 on full images
|
||||||
|
* Install picamera2
|
||||||
* Format the root partition with the metadata_csum option
|
* Format the root partition with the metadata_csum option
|
||||||
* Format the boot partition with 4 sectors per cluster for a slight performance boost
|
* Format the boot partition with 4 sectors per cluster for a slight performance boost
|
||||||
* Remove 'flush' mount option from the boot partition
|
* Remove 'flush' mount option from the boot partition
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
cifs-utils
|
cifs-utils
|
||||||
libcamera-apps-lite
|
libcamera-apps-lite
|
||||||
mkvtoolnix
|
mkvtoolnix
|
||||||
|
python3-picamera2
|
||||||
|
@ -13,3 +13,5 @@ obconf
|
|||||||
arandr
|
arandr
|
||||||
libcamera-tools
|
libcamera-tools
|
||||||
libcamera-apps
|
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
|
x-www-browser /usr/bin/chromium-browser 86
|
||||||
update-alternatives --install /usr/bin/gnome-www-browser \
|
update-alternatives --install /usr/bin/gnome-www-browser \
|
||||||
gnome-www-browser /usr/bin/chromium-browser 86
|
gnome-www-browser /usr/bin/chromium-browser 86
|
||||||
|
apt-mark auto python3-pyqt5 python3-opengl
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user