Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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.