jayrambhia / Install-OpenCV

shell scripts to install different version of OpenCV in different distributions of Linux
1.04k stars 947 forks source link

Install latest on ubuntu 22.04 #86

Closed hbonnavaud closed 3 months ago

hbonnavaud commented 6 months ago

While following the installation instructions in the readme, I ran into an error error E: Unable to locate package libdc1394-22-dev

But according to https://askubuntu.com/questions/1407580/unable-to-locate-package-libdc1394-22-dev : "The libdc1394-22-dev package was removed in Debian and Ubuntu after 21.10". But I'm on ubuntu 22.04.

Any idea?

matanox commented 3 months ago

Was it resolved? I bump into the same when trying to install via:

sudo apt-get install -y \
    libopencv-core-dev \
    libopencv-highgui-dev \
    libopencv-calib3d-dev \
    libopencv-features2d-dev \
    libopencv-imgproc-dev \
    libopencv-video-dev
hbonnavaud commented 3 months ago

Hi, no, but I re-installed my system since this issue and found a solution to my problem that doesn't require opencv.

matanox commented 3 months ago

That's my plan too.