opencv / opencv-python

Automated CI toolchain to produce precompiled opencv-python, opencv-python-headless, opencv-contrib-python and opencv-contrib-python-headless packages.
https://pypi.org/project/opencv-python/
MIT License
4.55k stars 853 forks source link

Provide prebuilt Windows ARM64 packages #806

Open ilya-lavrenov opened 1 year ago

asmorkalov commented 1 year ago

Technically OpenCV-Python could be built for Windows ARM. See instructions in the PR here: https://github.com/opencv/opencv-python/pull/644#issuecomment-1093150543 OpenCV team does not have Windows host on ARM right now for builds and testing. I'll return to the issue later in case of higher demand.

ilya-lavrenov commented 1 year ago

OpenCV team does not have Windows host on ARM right now for builds and testing

  1. MSVC can cross-compile binaries on x64 hosts for arm64 target
  2. Testing can be done on macOS M1 / M2 on Windows virtual machines installed via Parallel Desktops.
  3. You can also consider purchasing this board and connecting it to github actions.
asmorkalov commented 7 months ago

Related: https://github.com/opencv/opencv/pull/25383

CanePlayz commented 2 weeks ago

I second this, especially in regard to the build issues with #993