Skip to content

Commit

Permalink
Dockerfile: Update libcamera from v0.2.0 to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed May 23, 2024
1 parent b3bc5d5 commit bf3b612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.11.7-slim-bullseye AS build_gstreamer
# Build and Pre-Install Gstreamer
COPY ./scripts/build_gst.sh /build_gst.sh
RUN GST_VERSION=1.24.1 \
LIBCAMERA_VERSION=v0.2.0 LIBCAMERA_ENABLED=true \
LIBCAMERA_VERSION=v0.3.0 LIBCAMERA_ENABLED=true \
RPICAM_ENABLED=false \
GST_OMX_ENABLED=false \
./build_gst.sh && rm /build_gst.sh
Expand Down

0 comments on commit bf3b612

Please sign in to comment.