About 24,500 results
Open links in new tab
  1. 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_ (''): can't open/read …

  2. Opencv Rtsp Stream timeout - Python - OpenCV

    Feb 17, 2025 · I have an RTSP URL for streaming from a CCTV camera, but I get the following error: [ WARN:[email protected]] global cap_ffmpeg_impl.hpp:453 _opencv_ffmpeg_interrupt_callback Stream …

  3. Unable to compile CUDA Version - Python - OpenCV

    Apr 25, 2025 · Hello guys. I’m during 3 days trying to make opencv to work with CUDA. I already have CUDA installed, cudnn etc. What happens: After making all process described in some youtube …

  4. 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 better performance on …

  5. /usr/include/opencv4/opencv2/opencv.hpp:48:10: fatal error: opencv2 ...

    Dec 20, 2024 · most likely an installation problem. please recap, if you built the libs locally, in which case stuff went to : /usr/local/include/opencv4/ and the libs to: /usr/local/lib/ or if you got them from some …

  6. Download haarcascade_frontalface_default.xml - OpenCV Q&A Forum

    Jul 26, 2020 · How do I do this from github? I'm using Windows/Pycharm

  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 2022" …

  8. OpenCV with CUDA support – unsupported visual studio version build ...

    Mar 26, 2025 · Good morning, I am currently experiencing an issue building OpenCV with Cuda support. Following the process of using cmake to configure and generate I am building in visual studio …

  9. 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: Comprehensive …

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

    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 there are a whole …