Reputation: 182
Is there any way to create a video from array of images with OpenCV framework in iPhone? Please help me.I do not know detail information about OpenCV framework.Thanx in advance.
Upvotes: 1
Views: 693
Reputation: 4185
Do you have to use OpenCV?
The AVFoundation
framework supports this. Take a look at - https://stackoverflow.com/a/3742212/384155
If you need to use OpenCV only, try http://myopencv.wordpress.com/2008/12/19/creating-your-own-videos-in-opencv/
Upvotes: 1