hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
https://gocv.io
Other
6.71k stars 867 forks source link

Unable to locate package libdc1394-22-dev on Ubuntu 24.04 LTS #1178

Open alan890104 opened 4 months ago

alan890104 commented 4 months ago

Description

I clone the latest version of gocv on main branch on my Ubuntu 24.04 LTS. However, after running make install, it turns out that there is some dependencies error related to libdc1394-22-dev.

Steps to Reproduce

Your Environment

shixiawuheng commented 4 months ago

Need to modify MakeFile file DEBS=unzip wget build-essential cmake curl git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libtbbmalloc2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libdc1394-dev

modervnt commented 2 months ago

I had the same problem and i tried this command but it returned mistake Screenshot from 2024-09-09 11-18-00 Screenshot from 2024-09-09 11-17-26