opencv-python icon indicating copy to clipboard operation
opencv-python copied to clipboard

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.

Results 147 opencv-python issues
Sort by recently updated
recently updated
newest added

I haven't managed to find any previous discussion about this, although I'm surprised by that so I very well may have missed it. Numpy 2 is coming: https://github.com/numpy/numpy/issues/24300 Are there...

Note: Previously reported in #570, probably very related to #676. ### Expected behaviour Pylint was previously able to inspect cv2 member existence with the extension-pkg-whitelist parameter. ### Actual behaviour For...

### Expected behaviour Successfully install opencv-python as usual in python:3.10-alpine image as usual ### Actual behaviour Compilation failed ### Steps to reproduce ``` pip install opencv-python in python:3.10 alpine image...

### Expected behaviour Successful creation of a .whl file according to the [provided guide](https://github.com/opencv/opencv-python#manual-debug-builds). Wheel file should account for customization flags (e.g., CUDA/cuDNN enabled) in order to later install with...

incomplete

### Expected behaviour For it to install quickly. ### Actual behaviour If you run `pip3 install opencv-python` the installation appears to get stuck at `Building wheel for opencv-python`. I left...

question

Related news: https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/

### USB Webcam does not work in the newer version: 4.7.0.72 I wrote a simple script to read frames from a webcam, it works fine with laptop-attached webcams. When I...

incomplete

### Expected behaviour run cv2 Write here how did you expect the library to function. cv2 ### Actual behaviour Write here what went wrong. ### Steps to reproduce - example...

What container does FFV1 use? I can't find where this is at in documentation. It mentions the codecs but not corresponding containers when you are using extensions. I've tried mkv,...

question