From 089e288f27d3be3170bb8e15e93080d0704b15d7 Mon Sep 17 00:00:00 2001 From: Maitreya Patni <49345650+Maitreya25@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:01:24 +0530 Subject: [PATCH] Update libdc1394-dev --- setup_opencv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_opencv.sh b/setup_opencv.sh index b0af43707..47c853744 100644 --- a/setup_opencv.sh +++ b/setup_opencv.sh @@ -40,7 +40,7 @@ if [ -z "$1" ] echo "Installing OpenCV from source" if [[ -x "$(command -v apt)" ]]; then apt update && apt install build-essential git - apt install cmake ffmpeg libavformat-dev libdc1394-22-dev libgtk2.0-dev \ + apt install cmake ffmpeg libavformat-dev libdc1394-dev libgtk2.0-dev \ libjpeg-dev libpng-dev libswscale-dev libtbb2 libtbb-dev \ libtiff-dev elif [[ -x "$(command -v dnf)" ]]; then