Provide prebuilt Windows ARM64 packages
ilya-lavrenov opened this issue · 4 comments
ilya-lavrenov commented
Provide prebuilt Windows ARM64 packages
asmorkalov commented
Technically OpenCV-Python could be built for Windows ARM. See instructions in the PR here: #644 (comment)
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
OpenCV team does not have Windows host on ARM right now for builds and testing
- MSVC can cross-compile binaries on x64 hosts for arm64 target
- Testing can be done on macOS M1 / M2 on Windows virtual machines installed via Parallel Desktops.
- You can also consider purchasing this board and connecting it to github actions.
asmorkalov commented
Related: opencv/opencv#25383