Ask Your Question

Dexter2653's profile - activity

2017-08-17 04:20:58 -0600 commented answer ios - rtsp

is there any update? can we use it now?

2017-08-17 04:18:47 -0600 commented question Build OpenCV with FFMpeg for iOS

anyone can help?

2017-07-26 05:48:07 -0600 asked a question Build OpenCV with FFMpeg for iOS

Hi, is there a way to build OpenCV with FFMpeg for iOS? I need a way to process rtsp stream on iPhone with OpenCV. I found https://sourceforge.net/projects/ffmp..., but how to build OpenCV with those libs? There is next line in CMakeLists.txt in the root of OpenCV repo

OCV_OPTION(WITH_FFMPEG "Include FFMPEG support" ON IF (NOT ANDROID AND NOT IOS AND NOT WINRT) )

Please suggest, thx