Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix readme.md in preprocess custom data #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

detteiu0330
Copy link

Aruco preprocess does not work with latest version of OpenCV.
Added that it must be ver.4.6.0 or less.

@ivanvoid
Copy link

ivanvoid commented May 23, 2023

Wow this 3 hours of my life I will never get back.
Installation code:

# Get opencv source files 
wget -O opencv.zip https://github.com/opencv/opencv/archive/refs/tags/4.6.0.zip
unzip opencv.zip
# Create build directory
mkdir -p build && cd build
# Configure
cmake  ../opencv-4.6.0
# Build
cmake --build .

modifided code from here

Edit1: v4.6.0 also causes aruco.hpp error (for me)
Edit2: v 4.5.5, with it you can't just build project with
Cannot specify link libraries for target "calibration" which is not built by this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants