Creating a video from the visible window or view

陌路散爱 提交于 2020-01-16 14:56:21

问题


I have requirement to record video from the visible view.i,e not form camera. like in TalkingTom application. Can any suggest the solution.


回答1:


You can take screenshot (using UIGetScreenImage) and store the images into an array.

Then convert it into video using mpeg coder.



来源:https://stackoverflow.com/questions/4335886/creating-a-video-from-the-visible-window-or-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!