Skip to content

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

License

Notifications You must be signed in to change notification settings

CageEye/opencv-python-with-ffmpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build linux 64b custom version of opencv with ffmpeg?

go to find_version.py and edit line 65

    f.write('opencv_version = "{}"\n'.format("4.6.0"))

(bump version you want to publish)

then

docker build --build-arg REPO_PWD=***** . -t opencv-build 
docker run -it opencv-build  bash

Inside the container run

pip wheel . --verbose 

This will produce whl file that you need to copy to your host machine via docker cp and publish with twine

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 51.8%
  • Python 47.5%
  • Dockerfile 0.7%