VideoCapture with VideoCapture.Api.Images fails: OPENCV_HAVE_FILESYSTEM_SUPPORT is set to “FALSE” on iOS

asked 2020-01-22 02:46:35 -0600

Periklis gravatar image

Hello.

I tried implementing the videoCapture class in order to use the TwoPassStabilizer using VideoCapture.Api.Images api. This turns an exception that this is not implemented. Doing some more digging I realized that OPENCV_HAVE_FILESYSTEM_SUPPORT is set to “FALSE” when building for iOS. Can I ask why the file system support is turned off on iOS builds? Is there a way to bypass this? I really need to have video stabilization on iOS and currently opencv TwoPassStabilizer works in all other platforms (windows, mac, android) except iOS.

edit retag flag offensive close merge delete