Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好我正在开发一个通用应用程序。我正在使用 AVCaptureMovieFileOutput 录制视频。在录制视频时,我在叠加视图上显示了一些随机图像。我想要做的是我想要这些叠加图像以及录制的视频。任何人都可以在这方面帮助我。提前致谢。
以下是如何将叠加层显示到屏幕上,只需按照本教程进行操作:
使用 AVCaptureSession 的 iOS 相机覆盖示例
下一步将调用 startVideoCapture 方法,然后就可以了。
Given the following:
public class Foo { /* other properties */ public Int32 Id { get; set; } } var listOfFoo = new[]{ new Foo { Id = 1 }