About 95 results
Open links in new tab
  1. Opencv Rtsp Stream timeout - Python - OpenCV

    Feb 17, 2025 · Rtsp issue while streaming using opencv Python 0 940 April 27, 2021 RTSP is slow when using Opencv Python rtsp , highgui , videoio 5 8987 February 24, 2021 RTSP does …

  2. OpenCV - Ask OpenCV Questions, Get OpenCV Answers

    Oct 15, 2025 · OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning (AI) software library.

  3. Kotlin OpenCV4.7 Integration Error - Android/Java - OpenCV

    Apr 27, 2023 · Hi there, I’m new to OpenCV and I’m trying to integrate it to my new Android Project. I was able to import the SDK as a module, but when I added it as a dependency to the …

  4. Error: OpenCV(4.11.0) error: (-5:Bad argument) in function 'imshow'

    Apr 4, 2025 · I think there was an update to the input sent to opencv in version 4.11 and it especially affects Linux-based systems. The question is, how should we adjust the array …

  5. Missing lib files while building with Visual Studio 2022 - build

    Nov 13, 2024 · I tried to build OpenCV but Visual Studio only created 3 files in the /build/lib/release folder: opencv_cudev4100.exp opencv_cudev4100.lib opencv_ts4100.lib and …

  6. Can't open/read file: check file path/integrity - C++ - OpenCV

    Jan 20, 2025 · Hello friends. The following program WORKED to read image files, but it stopped working and gave the following error: global loadsave.cpp:268 cv::findDecoder imread_ (''): …

  7. OpenCV 5 Roadmap? - opencv-50 - OpenCV

    Jun 11, 2025 · OpenCV 5 is many years late. Here is a quote from one of their old announcements: “In 2020, OpenCV 5.0 is coming out with an emphasis on deep learning and …

  8. Opencv + CUDA + C++ - C++ - OpenCV

    Jan 24, 2025 · I had difficulties building from the opencv + CUDA source code for c++. I do everything according to this guide. Build OpenCV (including Python) with CUDA on Windows: …

  9. Missing opencv dlls - OpenCV

    Nov 15, 2024 · OpenCV is attempting to load GTK-based libraries for its GUI (opencv_highgui_gtk4100_64.dll, opencv_highgui_gtk34100_64.dll, etc.), but it is failing to do …

  10. DLL load failed while importing cv2 - Python - OpenCV

    Aug 29, 2023 · But when I try to import cv2 in python idle, it appears the following error: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import cv2 …