About 24,500 results
Open links in new tab
  1. Build fails during compilation of cudaimgproc - build - OpenCV

    Dec 31, 2024 · Hello, I am trying to compile opencv-4.10.0 from source but I am running into a sudden failure during compilation. Below is at the point where make suddenly fails: [ 66%] Built …

  2. Missing opencv dlls - OpenCV

    Nov 15, 2024 · OpenCV has, or is in the process of gaining, a kind of runtime dispatch for some of its backends (highgui, videoio). What you’re seeing is its thought process. It will look for stuff …

  3. CUDA Decoder issues - Python - OpenCV

    Mar 14, 2025 · I am trying to build OpenCV with CUDA support, it worked but now I wanted to add cudacodec as well, however I am having issues with installing the NVIDIA Video Codec SDK …

  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. DLL load failed while importing cv2 - Python - OpenCV

    Aug 29, 2023 · I may be wrong but it seems like you are mixing up two different installation methods. If you pip install you shouldn’t need to copy any dll’s accross. If you are building from …

  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. Build OpenCV with Cuda - C++ - OpenCV

    Mar 7, 2025 · I am building an OpenCV library by Cmake with Cuda. My GPU and Cuda Toolkit are GTX1650 and v12.8, respectively. The command is following: cmake -G "Visual Studio 17 …

  8. DLLs for parallel execution - build - OpenCV

    May 11, 2021 · Don’t worry, your OpenCV probably has built-in parallel backend too, you can check it in the cmake configuration output or by printing output of getBuildInformation() …

  9. Change videoCapture format to MJPEG - OpenCV Q&A Forum

    Mar 17, 2018 · it is not possible, to change the fourcc of a webcam, using VideoCapture. why do you want that ? the next thing you'd have to do would be: uncompress it again, else you can't …

  10. Building Open-CV 4.9.0 with Cuda 12.3 in Windows 11 - build

    Mar 13, 2024 · Build OpenCV (including Python) with CUDA on Windows: Comprehensive Guide... Guide to building OpenCV (including Python bindings) with CUDA (optionally the …