File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ RUN install_packages \
20
20
libatlas-base-dev \
21
21
libhdf5-dev \
22
22
alsa-utils \
23
- espeak \
24
- python3-picamera2
23
+ espeak
25
24
RUN install_packages \
26
25
libharfbuzz-bin \
27
26
webp \
Original file line number Diff line number Diff line change 1
- FROM balenalib/raspberrypi3-64:bookworm-20240304
1
+ FROM balenalib/raspberrypi3-64:bookworm-20240401
2
2
3
3
ENV QEMU_CPU=max
4
4
ENV DEBIAN_FRONTEND=noninteractive
@@ -21,7 +21,7 @@ RUN install_packages \
21
21
libhdf5-dev \
22
22
alsa-utils \
23
23
espeak \
24
- python3-picamera2
24
+ libcap-dev
25
25
RUN install_packages \
26
26
libharfbuzz-bin \
27
27
webp \
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ protobuf==4.25.2
24
24
opencv-contrib-python-headless == 4.9.0.80
25
25
tflite-runtime
26
26
pytesseract == 0.3.10
27
- picamera == 1.13
27
+ picamera2 == 0.3.17
28
28
pyzbar == 0.1.9
You can’t perform that action at this time.
0 commit comments