From 2258ee9397dd8296faa51e0b0986268cd97e5a36 Mon Sep 17 00:00:00 2001 From: Abdulrahman Khengari <56775117+khengari77@users.noreply.github.com> Date: Mon, 29 May 2023 07:53:39 +0200 Subject: [PATCH] Update setup_opencv.sh libdc1394-22-dev has been orphaned and removed from debian. You can reference this. https://bugs.debian.org/963924 --- setup_opencv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_opencv.sh b/setup_opencv.sh index b055b3a87..7e81ba7ea 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 sudo apt update && sudo apt install build-essential git - sudo apt install cmake ffmpeg libavformat-dev libdc1394-22-dev libgtk2.0-dev \ + sudo 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