File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ RUN set -xe && \
266
266
# OpenCV
267
267
268
268
WORKDIR /tmp
269
- ENV OPENCV_VERSION="4.5.1 "
269
+ ENV OPENCV_VERSION="4.5.2 "
270
270
RUN wget https://github.com/opencv/opencv/archive/refs/tags/${OPENCV_VERSION}.zip && \
271
271
wget -O opencv-contrib.zip https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip && \
272
272
unzip ${OPENCV_VERSION}.zip && \
@@ -289,9 +289,11 @@ RUN wget https://github.com/opencv/opencv/archive/refs/tags/${OPENCV_VERSION}.zi
289
289
-D WITH_TBB=ON \
290
290
-D WITH_EIGEN=ON \
291
291
-D WITH_V4L=ON \
292
+ -D WITH_FFMPEG=ON \
293
+ -D WITH_GSTREAMER=ON \
292
294
-D BUILD_TESTS=OFF \
293
295
-D BUILD_PERF_TESTS=OFF \
294
- -D OPENCV_EXTRA_MODULES_PATH="../../opencv_contrib-4.5.1 /modules" \
296
+ -D OPENCV_EXTRA_MODULES_PATH="../../opencv_contrib-4.5.2 /modules" \
295
297
-D CMAKE_BUILD_TYPE=RELEASE \
296
298
-D CMAKE_INSTALL_PREFIX=$(python3 -c "import sys; print(sys.prefix)") \
297
299
-D PYTHON_EXECUTABLE=$(which python3) \
You can’t perform that action at this time.
0 commit comments