Skip to content

Commit

Permalink
picamera2 in pip
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Apr 3, 2024
1 parent 5034710 commit faa8d75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ RUN install_packages \
libatlas-base-dev \
libhdf5-dev \
alsa-utils \
espeak \
python3-picamera2
espeak
RUN install_packages \
libharfbuzz-bin \
webp \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM balenalib/raspberrypi3-64:bookworm-20240304
FROM balenalib/raspberrypi3-64:bookworm-20240401

ENV QEMU_CPU=max
ENV DEBIAN_FRONTEND=noninteractive
Expand All @@ -21,7 +21,7 @@ RUN install_packages \
libhdf5-dev \
alsa-utils \
espeak \
python3-picamera2
libcap-dev
RUN install_packages \
libharfbuzz-bin \
webp \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ protobuf==4.25.2
opencv-contrib-python-headless==4.9.0.80
tflite-runtime
pytesseract==0.3.10
picamera==1.13
picamera2==0.3.17
pyzbar==0.1.9

0 comments on commit faa8d75

Please sign in to comment.