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.
我是 iOS 应用程序开发的初学者。我正在尝试开发一个应用程序来使用 iPad 内置后置摄像头录制视频。我希望录制不是全屏的,而是只占用屏幕的某些部分,例如屏幕的一半,以及我自己的自定义控件显示。
我怎样才能做到这一点?
请帮忙
您可以为此使用AVFoundation框架。
看看这个示例代码 http://developer.apple.com/library/ios/#samplecode/AVCam/Introduction/Intro.html