Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Running OpenCV on Android aarch64 A14 #958

Open
Soft-Buddy opened this issue Feb 28, 2024 · 0 comments
Open

Error Running OpenCV on Android aarch64 A14 #958

Soft-Buddy opened this issue Feb 28, 2024 · 0 comments

Comments

@Soft-Buddy
Copy link

Expected behaviour

The library cv2.abi3.so should be compiled for target architecture (arm64 Android).
I'm using crossenv to cross compiled wheels of OpenCV for android. The compilation succeeds flawlessly, but it compiles cv2.abi3.so for x86_64 (host arch), not for the target architecture.

Actual behaviour

The compilation should work as intended and cv2.abi3.so should be compiled for aarch64 only.

Steps to reproduce

  • Setup an environment using crossenv
  • Target (Android aarch64), Host (Ubuntu x86_64)
  • aarch64
  • opencv-python version 4.9.0.80

Wheel built :

https://file.io/Z56ehWWa2yho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant