Which APIs to enable for video stabilization in iOS6?

橙三吉。 提交于 2020-01-17 08:29:10

问题


According to this rather old, but still current page on Apple's Developer Site (the public portion), there are supposed to be APIs within iOS 6 that allow for access to "real-time video stabilization". Sadly, I cannot find any API documents that seem to support this.

Could someone please point me in the right direction?


回答1:


Well, I finally found it.

Link to Apple API Document

Discussion

The default value of this property is NO. If the supportsVideoStabilization property contains the value YES, you can change the value of this property to YES to enable video stabilization for the connection.

You can only enable video stabilization for connections that operate on video. Even so, not all source formats and video resolutions are supported. Enabling video stabilization may also introduce additional latency into the video capture pipeline. To detect when video stabilization is in use, use the videoStabilizationEnabled property.



来源:https://stackoverflow.com/questions/18496260/which-apis-to-enable-for-video-stabilization-in-ios6

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