We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue Release notes for v3.2 from January, 2022 in README.md contain OpenCV 4.4.1, which doesn't exist, see https://github.com/opencv/opencv/releases
What version of L4T/JetPack L4T 32.6.1
What version of OpenCV I have your dual_camera.py code running with OpenCV 3.3.1, and I wanted to
To Reproduce wget -O opencv.zip https://github.com/opencv/opencv/archive/4.4.1.zip You will get 404 error, because OpenCV 4.4.1 doesn't exist, only 4.1.1
On the other hand the following works, cause OpenCV 4.1.1 exists wget -O opencv.zip https://github.com/opencv/opencv/archive/4.1.1.zip
Additional context I use Dockerfile to get opencv.zip and opencv_contrib.zip, and then to build from source.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
Release notes for v3.2 from January, 2022 in README.md contain OpenCV 4.4.1, which doesn't exist, see https://github.com/opencv/opencv/releases
What version of L4T/JetPack
L4T 32.6.1
What version of OpenCV
I have your dual_camera.py code running with OpenCV 3.3.1, and I wanted to
To Reproduce
wget -O opencv.zip https://github.com/opencv/opencv/archive/4.4.1.zip
You will get 404 error, because OpenCV 4.4.1 doesn't exist, only 4.1.1
On the other hand the following works, cause OpenCV 4.1.1 exists
wget -O opencv.zip https://github.com/opencv/opencv/archive/4.1.1.zip
Additional context
I use Dockerfile to get opencv.zip and opencv_contrib.zip, and then to build from source.
The text was updated successfully, but these errors were encountered: