mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
3d9cb5329c
Add experimental support for Apple VisionOS platform #24136 ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch This is dependent on cmake support for VisionOs which is currently in progress. Creating PR now to test that there are no regressions in iOS and macOS builds |
||
---|---|---|
.. | ||
cmake | ||
__init__.py | ||
build_docs.py | ||
build_framework.py | ||
build_visionos_framework.py | ||
Info.Dynamic.plist.in | ||
Info.plist.in | ||
readme.txt | ||
run_tests.py |
Building OpenCV from Source, using CMake and Command Line ========================================================= cd ~/<my_working_directory> python opencv/platforms/ios/build_framework.py ios If everything's fine, a few minutes later you will get ~/<my_working_directory>/ios/opencv2.framework. You can add this framework to your Xcode projects.