You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
the result running after make install on my Ubuntu 24.04 LTS.
Your Environment
Operating System and version: Ubuntu 24.04 LTS
OpenCV version used: on main branch
How did you install OpenCV? make install
GoCV version used: main branch
Go version: 1.22.4
Did you run the env.sh or env.cmd script before trying to go run or go build? i use make install command
The text was updated successfully, but these errors were encountered:
you need to change make file line DEBS to the new package libdc1394-dev like this
DEBS=unzip wget build-essential cmake curl git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libdc1394-dev libharfbuzz-dev libfreetype6-dev
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
make install
on my Ubuntu 24.04 LTS.Your Environment
env.sh
orenv.cmd
script before trying togo run
orgo build
? i use make install commandThe text was updated successfully, but these errors were encountered: