We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa742a4 commit 609ff9bCopy full SHA for 609ff9b
setup.py
@@ -214,10 +214,10 @@ def main():
214
cmake_args.append("-DWITH_WIN32UI=OFF")
215
cmake_args.append("-DWITH_QT=OFF")
216
cmake_args.append("-DWITH_GTK=OFF")
217
- if is_CI_build:
218
- cmake_args.append(
219
- "-DWITH_MSMF=OFF"
220
- ) # see: https://github.com/skvark/opencv-python/issues/263
+ # see: https://github.com/skvark/opencv-python/issues/263
+ # see: https://github.com/opencv/opencv-python/issues/771
+ cmake_args.append("-DWITH_MSMF=OFF")
+ cmake_args.append("-DWITH_OBSENSOR=OFF") # Orbbec cameras backend uses MSMF API
221
222
if sys.platform.startswith("linux") and not is64 and "bdist_wheel" in sys.argv:
223
subprocess.check_call("patch -p0 < patches/patchOpenEXR", shell=True)
0 commit comments